2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.1.
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.1'
584 PACKAGE_STRING
='Wine 1.9.1'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
703 APPLICATIONSERVICES_LIBS
796 program_transform_name
809 enable_option_checking
813 enable_maintainer_mode
871 enable_api_ms_win_core_com_l1_1_0
872 enable_api_ms_win_core_console_l1_1_0
873 enable_api_ms_win_core_datetime_l1_1_0
874 enable_api_ms_win_core_datetime_l1_1_1
875 enable_api_ms_win_core_debug_l1_1_0
876 enable_api_ms_win_core_debug_l1_1_1
877 enable_api_ms_win_core_errorhandling_l1_1_0
878 enable_api_ms_win_core_errorhandling_l1_1_1
879 enable_api_ms_win_core_errorhandling_l1_1_2
880 enable_api_ms_win_core_fibers_l1_1_0
881 enable_api_ms_win_core_fibers_l1_1_1
882 enable_api_ms_win_core_file_l1_1_0
883 enable_api_ms_win_core_file_l1_2_0
884 enable_api_ms_win_core_file_l2_1_0
885 enable_api_ms_win_core_file_l2_1_1
886 enable_api_ms_win_core_handle_l1_1_0
887 enable_api_ms_win_core_heap_l1_1_0
888 enable_api_ms_win_core_heap_l1_2_0
889 enable_api_ms_win_core_heap_obsolete_l1_1_0
890 enable_api_ms_win_core_interlocked_l1_1_0
891 enable_api_ms_win_core_interlocked_l1_2_0
892 enable_api_ms_win_core_io_l1_1_1
893 enable_api_ms_win_core_kernel32_legacy_l1_1_0
894 enable_api_ms_win_core_libraryloader_l1_1_0
895 enable_api_ms_win_core_libraryloader_l1_1_1
896 enable_api_ms_win_core_localization_l1_2_0
897 enable_api_ms_win_core_localization_l1_2_1
898 enable_api_ms_win_core_localization_obsolete_l1_1_0
899 enable_api_ms_win_core_localregistry_l1_1_0
900 enable_api_ms_win_core_memory_l1_1_0
901 enable_api_ms_win_core_memory_l1_1_1
902 enable_api_ms_win_core_misc_l1_1_0
903 enable_api_ms_win_core_namedpipe_l1_1_0
904 enable_api_ms_win_core_namedpipe_l1_2_0
905 enable_api_ms_win_core_path_l1_1_0
906 enable_api_ms_win_core_processenvironment_l1_1_0
907 enable_api_ms_win_core_processenvironment_l1_2_0
908 enable_api_ms_win_core_processthreads_l1_1_0
909 enable_api_ms_win_core_processthreads_l1_1_1
910 enable_api_ms_win_core_processthreads_l1_1_2
911 enable_api_ms_win_core_profile_l1_1_0
912 enable_api_ms_win_core_psapi_l1_1_0
913 enable_api_ms_win_core_registry_l1_1_0
914 enable_api_ms_win_core_rtlsupport_l1_1_0
915 enable_api_ms_win_core_rtlsupport_l1_2_0
916 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
917 enable_api_ms_win_core_string_l1_1_0
918 enable_api_ms_win_core_synch_l1_1_0
919 enable_api_ms_win_core_synch_l1_2_0
920 enable_api_ms_win_core_sysinfo_l1_1_0
921 enable_api_ms_win_core_sysinfo_l1_2_0
922 enable_api_ms_win_core_sysinfo_l1_2_1
923 enable_api_ms_win_core_threadpool_legacy_l1_1_0
924 enable_api_ms_win_core_timezone_l1_1_0
925 enable_api_ms_win_core_url_l1_1_0
926 enable_api_ms_win_core_util_l1_1_0
927 enable_api_ms_win_core_winrt_error_l1_1_0
928 enable_api_ms_win_core_winrt_error_l1_1_1
929 enable_api_ms_win_core_winrt_l1_1_0
930 enable_api_ms_win_core_winrt_string_l1_1_0
931 enable_api_ms_win_core_xstate_l2_1_0
932 enable_api_ms_win_crt_conio_l1_1_0
933 enable_api_ms_win_crt_convert_l1_1_0
934 enable_api_ms_win_crt_environment_l1_1_0
935 enable_api_ms_win_crt_filesystem_l1_1_0
936 enable_api_ms_win_crt_heap_l1_1_0
937 enable_api_ms_win_crt_locale_l1_1_0
938 enable_api_ms_win_crt_math_l1_1_0
939 enable_api_ms_win_crt_multibyte_l1_1_0
940 enable_api_ms_win_crt_private_l1_1_0
941 enable_api_ms_win_crt_process_l1_1_0
942 enable_api_ms_win_crt_runtime_l1_1_0
943 enable_api_ms_win_crt_stdio_l1_1_0
944 enable_api_ms_win_crt_string_l1_1_0
945 enable_api_ms_win_crt_time_l1_1_0
946 enable_api_ms_win_crt_utility_l1_1_0
947 enable_api_ms_win_downlevel_advapi32_l1_1_0
948 enable_api_ms_win_downlevel_advapi32_l2_1_0
949 enable_api_ms_win_downlevel_normaliz_l1_1_0
950 enable_api_ms_win_downlevel_ole32_l1_1_0
951 enable_api_ms_win_downlevel_shell32_l1_1_0
952 enable_api_ms_win_downlevel_shlwapi_l1_1_0
953 enable_api_ms_win_downlevel_shlwapi_l2_1_0
954 enable_api_ms_win_downlevel_user32_l1_1_0
955 enable_api_ms_win_downlevel_version_l1_1_0
956 enable_api_ms_win_eventing_provider_l1_1_0
957 enable_api_ms_win_ntuser_dc_access_l1_1_0
958 enable_api_ms_win_security_base_l1_1_0
959 enable_api_ms_win_security_base_l1_2_0
960 enable_api_ms_win_security_lsalookup_l1_1_0
961 enable_api_ms_win_security_lsalookup_l1_1_1
962 enable_api_ms_win_security_sddl_l1_1_0
963 enable_api_ms_win_service_core_l1_1_1
964 enable_api_ms_win_service_management_l1_1_0
965 enable_api_ms_win_service_winsvc_l1_2_0
1010 enable_d3dcompiler_33
1011 enable_d3dcompiler_34
1012 enable_d3dcompiler_35
1013 enable_d3dcompiler_36
1014 enable_d3dcompiler_37
1015 enable_d3dcompiler_38
1016 enable_d3dcompiler_39
1017 enable_d3dcompiler_40
1018 enable_d3dcompiler_41
1019 enable_d3dcompiler_42
1020 enable_d3dcompiler_43
1021 enable_d3dcompiler_46
1022 enable_d3dcompiler_47
1100 enable_explorerframe
1101 enable_ext_ms_win_gdi_devcaps_l1_1_0
1261 enable_photometadatahandler
1349 enable_windowscodecs
1350 enable_windowscodecsext
1352 enable_winecoreaudio_drv
1354 enable_winegstreamer
1355 enable_winejoystick_drv
1361 enable_winepulse_drv
1362 enable_wineqtdecoder
1427 enable_aspnet_regiis
1460 enable_presentationfontcache
1473 enable_servicemodelreg
1494 enable_winemenubuilder
1496 enable_winemsibuilder
1511 ac_precious_vars
='build_alias
1562 # Initialize some variables set by options.
1564 ac_init_version
=false
1565 ac_unrecognized_opts
=
1566 ac_unrecognized_sep
=
1567 # The variables have the same names as the options, with
1568 # dashes changed to underlines.
1569 cache_file
=/dev
/null
1576 program_transform_name
=s
,x
,x
,
1584 # Installation directory options.
1585 # These are left unexpanded so users can "make install exec_prefix=/foo"
1586 # and all the variables that are supposed to be based on exec_prefix
1587 # by default will actually change.
1588 # Use braces instead of parens because sh, perl, etc. also accept them.
1589 # (The list follows the same order as the GNU Coding Standards.)
1590 bindir
='${exec_prefix}/bin'
1591 sbindir
='${exec_prefix}/sbin'
1592 libexecdir
='${exec_prefix}/libexec'
1593 datarootdir
='${prefix}/share'
1594 datadir
='${datarootdir}'
1595 sysconfdir
='${prefix}/etc'
1596 sharedstatedir
='${prefix}/com'
1597 localstatedir
='${prefix}/var'
1598 runstatedir
='${localstatedir}/run'
1599 includedir
='${prefix}/include'
1600 oldincludedir
='/usr/include'
1601 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1602 infodir
='${datarootdir}/info'
1607 libdir
='${exec_prefix}/lib'
1608 localedir
='${datarootdir}/locale'
1609 mandir
='${datarootdir}/man'
1615 # If the previous option needs an argument, assign it.
1616 if test -n "$ac_prev"; then
1617 eval $ac_prev=\
$ac_option
1623 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1628 # Accept the important Cygnus configure options, so we can diagnose typos.
1630 case $ac_dashdash$ac_option in
1634 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1636 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1637 bindir
=$ac_optarg ;;
1639 -build |
--build |
--buil |
--bui |
--bu)
1640 ac_prev
=build_alias
;;
1641 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1642 build_alias
=$ac_optarg ;;
1644 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1645 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1646 ac_prev
=cache_file
;;
1647 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1648 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1649 cache_file
=$ac_optarg ;;
1651 --config-cache |
-C)
1652 cache_file
=config.cache
;;
1654 -datadir |
--datadir |
--datadi |
--datad)
1656 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1657 datadir
=$ac_optarg ;;
1659 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1660 |
--dataroo |
--dataro |
--datar)
1661 ac_prev
=datarootdir
;;
1662 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1663 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1664 datarootdir
=$ac_optarg ;;
1666 -disable-* |
--disable-*)
1667 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1668 # Reject names that are not valid shell variable names.
1669 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1670 as_fn_error $?
"invalid feature name: $ac_useropt"
1671 ac_useropt_orig
=$ac_useropt
1672 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1673 case $ac_user_opts in
1675 "enable_
$ac_useropt"
1677 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1678 ac_unrecognized_sep
=', ';;
1680 eval enable_
$ac_useropt=no
;;
1682 -docdir |
--docdir |
--docdi |
--doc |
--do)
1684 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1685 docdir
=$ac_optarg ;;
1687 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1689 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1690 dvidir
=$ac_optarg ;;
1692 -enable-* |
--enable-*)
1693 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1694 # Reject names that are not valid shell variable names.
1695 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1696 as_fn_error $?
"invalid feature name: $ac_useropt"
1697 ac_useropt_orig
=$ac_useropt
1698 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1699 case $ac_user_opts in
1701 "enable_
$ac_useropt"
1703 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1704 ac_unrecognized_sep
=', ';;
1706 eval enable_
$ac_useropt=\
$ac_optarg ;;
1708 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1709 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1710 |
--exec |
--exe |
--ex)
1711 ac_prev
=exec_prefix
;;
1712 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1713 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1714 |
--exec=* |
--exe=* |
--ex=*)
1715 exec_prefix
=$ac_optarg ;;
1717 -gas |
--gas |
--ga |
--g)
1718 # Obsolete; use --with-gas.
1721 -help |
--help |
--hel |
--he |
-h)
1722 ac_init_help
=long
;;
1723 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1724 ac_init_help
=recursive
;;
1725 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1726 ac_init_help
=short
;;
1728 -host |
--host |
--hos |
--ho)
1729 ac_prev
=host_alias
;;
1730 -host=* |
--host=* |
--hos=* |
--ho=*)
1731 host_alias
=$ac_optarg ;;
1733 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1735 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1737 htmldir
=$ac_optarg ;;
1739 -includedir |
--includedir |
--includedi |
--included |
--include \
1740 |
--includ |
--inclu |
--incl |
--inc)
1741 ac_prev
=includedir
;;
1742 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1743 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1744 includedir
=$ac_optarg ;;
1746 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1748 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1749 infodir
=$ac_optarg ;;
1751 -libdir |
--libdir |
--libdi |
--libd)
1753 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1754 libdir
=$ac_optarg ;;
1756 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1757 |
--libexe |
--libex |
--libe)
1758 ac_prev
=libexecdir
;;
1759 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1760 |
--libexe=* |
--libex=* |
--libe=*)
1761 libexecdir
=$ac_optarg ;;
1763 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1764 ac_prev
=localedir
;;
1765 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1766 localedir
=$ac_optarg ;;
1768 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1769 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1770 ac_prev
=localstatedir
;;
1771 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1772 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1773 localstatedir
=$ac_optarg ;;
1775 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1777 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1778 mandir
=$ac_optarg ;;
1780 -nfp |
--nfp |
--nf)
1781 # Obsolete; use --without-fp.
1784 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1785 |
--no-cr |
--no-c |
-n)
1788 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1789 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1792 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1793 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1794 |
--oldin |
--oldi |
--old |
--ol |
--o)
1795 ac_prev
=oldincludedir
;;
1796 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1797 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1798 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1799 oldincludedir
=$ac_optarg ;;
1801 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1803 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1804 prefix
=$ac_optarg ;;
1806 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1807 |
--program-pre |
--program-pr |
--program-p)
1808 ac_prev
=program_prefix
;;
1809 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1810 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1811 program_prefix
=$ac_optarg ;;
1813 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1814 |
--program-suf |
--program-su |
--program-s)
1815 ac_prev
=program_suffix
;;
1816 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1817 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1818 program_suffix
=$ac_optarg ;;
1820 -program-transform-name |
--program-transform-name \
1821 |
--program-transform-nam |
--program-transform-na \
1822 |
--program-transform-n |
--program-transform- \
1823 |
--program-transform |
--program-transfor \
1824 |
--program-transfo |
--program-transf \
1825 |
--program-trans |
--program-tran \
1826 |
--progr-tra |
--program-tr |
--program-t)
1827 ac_prev
=program_transform_name
;;
1828 -program-transform-name=* |
--program-transform-name=* \
1829 |
--program-transform-nam=* |
--program-transform-na=* \
1830 |
--program-transform-n=* |
--program-transform-=* \
1831 |
--program-transform=* |
--program-transfor=* \
1832 |
--program-transfo=* |
--program-transf=* \
1833 |
--program-trans=* |
--program-tran=* \
1834 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1835 program_transform_name
=$ac_optarg ;;
1837 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1839 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1840 pdfdir
=$ac_optarg ;;
1842 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1844 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1847 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1848 |
-silent |
--silent |
--silen |
--sile |
--sil)
1851 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1852 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1853 |
--run |
--ru |
--r)
1854 ac_prev
=runstatedir
;;
1855 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1856 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1857 |
--run=* |
--ru=* |
--r=*)
1858 runstatedir
=$ac_optarg ;;
1860 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1862 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1864 sbindir
=$ac_optarg ;;
1866 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1867 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1868 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1870 ac_prev
=sharedstatedir
;;
1871 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1872 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1873 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1875 sharedstatedir
=$ac_optarg ;;
1877 -site |
--site |
--sit)
1879 -site=* |
--site=* |
--sit=*)
1882 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1884 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1885 srcdir
=$ac_optarg ;;
1887 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1888 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1889 ac_prev
=sysconfdir
;;
1890 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1891 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1892 sysconfdir
=$ac_optarg ;;
1894 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1895 ac_prev
=target_alias
;;
1896 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1897 target_alias
=$ac_optarg ;;
1899 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1902 -version |
--version |
--versio |
--versi |
--vers |
-V)
1903 ac_init_version
=: ;;
1906 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1907 # Reject names that are not valid shell variable names.
1908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1909 as_fn_error $?
"invalid package name: $ac_useropt"
1910 ac_useropt_orig
=$ac_useropt
1911 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1912 case $ac_user_opts in
1916 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1917 ac_unrecognized_sep
=', ';;
1919 eval with_
$ac_useropt=\
$ac_optarg ;;
1921 -without-* |
--without-*)
1922 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1923 # Reject names that are not valid shell variable names.
1924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1925 as_fn_error $?
"invalid package name: $ac_useropt"
1926 ac_useropt_orig
=$ac_useropt
1927 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1928 case $ac_user_opts in
1932 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1933 ac_unrecognized_sep
=', ';;
1935 eval with_
$ac_useropt=no
;;
1938 # Obsolete; use --with-x.
1941 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1942 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1943 ac_prev
=x_includes
;;
1944 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1945 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1946 x_includes
=$ac_optarg ;;
1948 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1949 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1950 ac_prev
=x_libraries
;;
1951 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1952 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1953 x_libraries
=$ac_optarg ;;
1955 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1956 Try \`$0 --help' for more information"
1960 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1961 # Reject names that are not valid shell variable names.
1962 case $ac_envvar in #(
1963 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1964 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1966 eval $ac_envvar=\
$ac_optarg
1967 export $ac_envvar ;;
1970 # FIXME: should be removed in autoconf 3.0.
1971 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1972 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1973 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1974 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1980 if test -n "$ac_prev"; then
1981 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1982 as_fn_error $?
"missing argument to $ac_option"
1985 if test -n "$ac_unrecognized_opts"; then
1986 case $enable_option_checking in
1988 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1989 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1993 # Check all directory arguments for consistency.
1994 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1995 datadir sysconfdir sharedstatedir localstatedir includedir \
1996 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1997 libdir localedir mandir runstatedir
1999 eval ac_val
=\$
$ac_var
2000 # Remove trailing slashes.
2003 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2004 eval $ac_var=\
$ac_val;;
2006 # Be sure to have absolute directory names.
2008 [\\/$
]* | ?
:[\\/]* ) continue;;
2009 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2011 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2014 # There might be people who depend on the old broken behavior: `$host'
2015 # used to hold the argument of --host etc.
2016 # FIXME: To remove some day.
2019 target
=$target_alias
2021 # FIXME: To remove some day.
2022 if test "x$host_alias" != x
; then
2023 if test "x$build_alias" = x
; then
2024 cross_compiling
=maybe
2025 elif test "x$build_alias" != "x$host_alias"; then
2031 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2033 test "$silent" = yes && exec 6>/dev
/null
2036 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2037 ac_ls_di
=`ls -di .` &&
2038 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2039 as_fn_error $?
"working directory cannot be determined"
2040 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2041 as_fn_error $?
"pwd does not report name of working directory"
2044 # Find the source files, if location was not specified.
2045 if test -z "$srcdir"; then
2046 ac_srcdir_defaulted
=yes
2047 # Try the directory containing this script, then the parent directory.
2048 ac_confdir
=`$as_dirname -- "$as_myself" ||
2049 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2050 X"$as_myself" : 'X\(//\)[^/]' \| \
2051 X"$as_myself" : 'X\(//\)$' \| \
2052 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2053 $as_echo X"$as_myself" |
2054 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2072 if test ! -r "$srcdir/$ac_unique_file"; then
2076 ac_srcdir_defaulted
=no
2078 if test ! -r "$srcdir/$ac_unique_file"; then
2079 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2080 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2082 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2084 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2086 # When building in place, set srcdir=.
2087 if test "$ac_abs_confdir" = "$ac_pwd"; then
2090 # Remove unnecessary trailing slashes from srcdir.
2091 # Double slashes in file names in object file debugging info
2092 # mess up M-x gdb in Emacs.
2094 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2096 for ac_var
in $ac_precious_vars; do
2097 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2098 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2099 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2100 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2104 # Report the --help message.
2106 if test "$ac_init_help" = "long"; then
2107 # Omit some internal or obsolete options to make the list less imposing.
2108 # This message is too long to be a string in the A/UX 3.1 sh.
2110 \`configure' configures Wine 1.9.1 to adapt to many kinds of systems.
2112 Usage: $0 [OPTION]... [VAR=VALUE]...
2114 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2115 VAR=VALUE. See below for descriptions of some of the useful variables.
2117 Defaults for the options are specified in brackets.
2120 -h, --help display this help and exit
2121 --help=short display options specific to this package
2122 --help=recursive display the short help of all the included packages
2123 -V, --version display version information and exit
2124 -q, --quiet, --silent do not print \`checking ...' messages
2125 --cache-file=FILE cache test results in FILE [disabled]
2126 -C, --config-cache alias for \`--cache-file=config.cache'
2127 -n, --no-create do not create output files
2128 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2130 Installation directories:
2131 --prefix=PREFIX install architecture-independent files in PREFIX
2132 [$ac_default_prefix]
2133 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2136 By default, \`make install' will install all the files in
2137 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2138 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2139 for instance \`--prefix=\$HOME'.
2141 For better control, use the options below.
2143 Fine tuning of the installation directories:
2144 --bindir=DIR user executables [EPREFIX/bin]
2145 --sbindir=DIR system admin executables [EPREFIX/sbin]
2146 --libexecdir=DIR program executables [EPREFIX/libexec]
2147 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2148 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2149 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2150 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2151 --libdir=DIR object code libraries [EPREFIX/lib]
2152 --includedir=DIR C header files [PREFIX/include]
2153 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2154 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2155 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2156 --infodir=DIR info documentation [DATAROOTDIR/info]
2157 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2158 --mandir=DIR man documentation [DATAROOTDIR/man]
2159 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2160 --htmldir=DIR html documentation [DOCDIR]
2161 --dvidir=DIR dvi documentation [DOCDIR]
2162 --pdfdir=DIR pdf documentation [DOCDIR]
2163 --psdir=DIR ps documentation [DOCDIR]
2169 --x-includes=DIR X include files are
in DIR
2170 --x-libraries=DIR X library files are
in DIR
2173 --build=BUILD configure
for building on BUILD
[guessed
]
2174 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2178 if test -n "$ac_init_help"; then
2179 case $ac_init_help in
2180 short | recursive
) echo "Configuration of Wine 1.9.1:";;
2185 --disable-option-checking ignore unrecognized
--enable/--with options
2186 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2187 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2188 --disable-win16 do not include Win16 support
2189 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2191 --disable-tests do not build the regression tests
2192 --enable-maintainer-mode
2193 enable maintainer-specific build rules
2194 --disable-largefile omit support for large files
2197 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2198 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2199 --without-alsa do not use the Alsa sound support
2200 --without-capi do not use CAPI (ISDN support)
2201 --without-cms do not use CMS (color management support)
2202 --without-coreaudio do not use the CoreAudio sound support
2203 --without-cups do not use CUPS
2204 --without-curses do not use (n)curses
2205 --without-dbus do not use DBus (dynamic device support)
2206 --without-fontconfig do not use fontconfig
2207 --without-freetype do not use the FreeType library
2208 --without-gettext do not use gettext
2209 --with-gettextpo use the GetTextPO library to rebuild po files
2210 --without-gphoto do not use gphoto (Digital Camera support)
2211 --without-glu do not use the GLU library
2212 --without-gnutls do not use GnuTLS (schannel support)
2213 --without-gsm do not use libgsm (GSM 06.10 codec support)
2214 --without-gstreamer do not use GStreamer (codecs support)
2215 --without-hal do not use HAL (dynamic device support)
2216 --without-jpeg do not use JPEG
2217 --without-ldap do not use LDAP
2218 --without-mpg123 do not use the mpg123 library
2219 --without-netapi do not use the Samba NetAPI library
2220 --without-openal do not use OpenAL
2221 --without-opencl do not use OpenCL
2222 --without-opengl do not use OpenGL
2223 --without-osmesa do not use the OSMesa library
2224 --without-oss do not use the OSS sound support
2225 --without-pcap do not use the Packet Capture library
2226 --without-png do not use PNG
2227 --without-pthread do not use the pthread library
2228 --without-pulse do not use PulseAudio sound support
2229 --without-sane do not use SANE (scanner support)
2230 --without-tiff do not use TIFF
2231 --without-v4l do not use v4l1 (v4l support)
2232 --without-xcomposite do not use the Xcomposite extension
2233 --without-xcursor do not use the Xcursor extension
2234 --without-xinerama do not use Xinerama (multi-monitor support)
2235 --without-xinput do not use the Xinput extension
2236 --without-xinput2 do not use the Xinput 2 extension
2237 --without-xml do not use XML
2238 --without-xrandr do not use Xrandr (resolution changes)
2239 --without-xrender do not use the Xrender extension
2240 --without-xshape do not use the Xshape extension
2241 --without-xshm do not use XShm (shared memory extension)
2242 --without-xslt do not use XSLT
2243 --without-xxf86vm do not use XFree video mode extension
2244 --without-zlib do not use Zlib (data compression)
2245 --with-wine-tools=DIR use Wine tools from directory DIR
2246 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2247 --with-x use the X Window System
2249 Some influential environment variables:
2250 CC C compiler command
2251 CFLAGS C compiler flags
2252 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2253 nonstandard directory <lib dir>
2254 LIBS libraries to pass to the linker, e.g. -l<library>
2255 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2256 you have headers in a nonstandard directory <include dir>
2257 CXX C++ compiler command
2258 CXXFLAGS C++ compiler flags
2260 XMKMF Path to xmkmf, Makefile generator for X Window System
2261 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2262 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2263 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2264 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2265 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2266 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2267 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2268 HAL_LIBS Linker flags for hal, overriding pkg-config
2270 C compiler flags for gnutls, overriding pkg-config
2271 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2272 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2273 SANE_LIBS Linker flags for libsane, overriding pkg-config
2275 C compiler flags for libgphoto2, overriding pkg-config
2277 Linker flags for libgphoto2, overriding pkg-config
2279 C compiler flags for libgphoto2_port, overriding pkg-config
2281 Linker flags for libgphoto2_port, overriding pkg-config
2283 C compiler flags for lcms2, overriding pkg-config
2284 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2286 C compiler flags for freetype2, overriding pkg-config
2288 Linker flags for freetype2, overriding pkg-config
2290 C compiler flags for libpulse, overriding pkg-config
2291 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2293 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2295 Linker flags for gstreamer-app-0.10, overriding pkg-config
2297 C compiler flags for capi20, overriding pkg-config
2298 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2300 C compiler flags for fontconfig, overriding pkg-config
2302 Linker flags for fontconfig, overriding pkg-config
2303 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2304 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2305 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2306 PNG_LIBS Linker flags for libpng, overriding pkg-config
2307 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2308 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2310 C compiler flags for libmpg123, overriding pkg-config
2311 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2313 Use these variables to override the choices made by `configure' or to
help
2314 it to
find libraries and programs with nonstandard names
/locations.
2316 Report bugs to
<wine-devel@winehq.org
>.
2317 Wine home page
: <http
://www.winehq.org
>.
2322 if test "$ac_init_help" = "recursive"; then
2323 # If there are subdirs, report their specific --help.
2324 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2325 test -d "$ac_dir" ||
2326 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2331 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2333 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2334 # A ".." for each directory in $ac_dir_suffix.
2335 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2336 case $ac_top_builddir_sub in
2337 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2338 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2341 ac_abs_top_builddir
=$ac_pwd
2342 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2343 # for backward compatibility:
2344 ac_top_builddir
=$ac_top_build_prefix
2347 .
) # We are building in place.
2349 ac_top_srcdir
=$ac_top_builddir_sub
2350 ac_abs_top_srcdir
=$ac_pwd ;;
2351 [\\/]* | ?
:[\\/]* ) # Absolute name.
2352 ac_srcdir
=$srcdir$ac_dir_suffix;
2353 ac_top_srcdir
=$srcdir
2354 ac_abs_top_srcdir
=$srcdir ;;
2356 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2357 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2358 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2360 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2362 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2363 # Check for guested configure.
2364 if test -f "$ac_srcdir/configure.gnu"; then
2366 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2367 elif test -f "$ac_srcdir/configure"; then
2369 $SHELL "$ac_srcdir/configure" --help=recursive
2371 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2373 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2377 test -n "$ac_init_help" && exit $ac_status
2378 if $ac_init_version; then
2380 Wine configure
1.9.1
2381 generated by GNU Autoconf
2.69
2383 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2384 This configure
script is free software
; the Free Software Foundation
2385 gives unlimited permission to copy
, distribute and modify it.
2390 ## ------------------------ ##
2391 ## Autoconf initialization. ##
2392 ## ------------------------ ##
2394 # ac_fn_c_try_compile LINENO
2395 # --------------------------
2396 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2397 ac_fn_c_try_compile
()
2399 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2400 rm -f conftest.
$ac_objext
2401 if { { ac_try
="$ac_compile"
2403 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2404 *) ac_try_echo=$ac_try;;
2406 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2407 $as_echo "$ac_try_echo"; } >&5
2408 (eval "$ac_compile") 2>conftest.err
2410 if test -s conftest.err; then
2411 grep -v '^ *+' conftest.err >conftest.er1
2412 cat conftest.er1 >&5
2413 mv -f conftest.er1 conftest.err
2415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2416 test $ac_status = 0; } && {
2417 test -z "$ac_c_werror_flag" ||
2418 test ! -s conftest.err
2419 } && test -s conftest.$ac_objext; then :
2422 $as_echo "$as_me: failed program was:" >&5
2423 sed 's/^/| /' conftest.$ac_ext >&5
2427 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2428 as_fn_set_status $ac_retval
2430 } # ac_fn_c_try_compile
2432 # ac_fn_cxx_try_compile LINENO
2433 # ----------------------------
2434 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2435 ac_fn_cxx_try_compile ()
2437 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2438 rm -f conftest.$ac_objext
2439 if { { ac_try="$ac_compile"
2441 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2442 *) ac_try_echo
=$ac_try;;
2444 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2445 $as_echo "$ac_try_echo"; } >&5
2446 (eval "$ac_compile") 2>conftest.err
2448 if test -s conftest.err
; then
2449 grep -v '^ *+' conftest.err
>conftest.er1
2450 cat conftest.er1
>&5
2451 mv -f conftest.er1 conftest.err
2453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2454 test $ac_status = 0; } && {
2455 test -z "$ac_cxx_werror_flag" ||
2456 test ! -s conftest.err
2457 } && test -s conftest.
$ac_objext; then :
2460 $as_echo "$as_me: failed program was:" >&5
2461 sed 's/^/| /' conftest.
$ac_ext >&5
2465 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2466 as_fn_set_status
$ac_retval
2468 } # ac_fn_cxx_try_compile
2470 # ac_fn_c_try_link LINENO
2471 # -----------------------
2472 # Try to link conftest.$ac_ext, and return whether this succeeded.
2475 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2476 rm -f conftest.
$ac_objext conftest
$ac_exeext
2477 if { { ac_try
="$ac_link"
2479 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2480 *) ac_try_echo=$ac_try;;
2482 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2483 $as_echo "$ac_try_echo"; } >&5
2484 (eval "$ac_link") 2>conftest.err
2486 if test -s conftest.err; then
2487 grep -v '^ *+' conftest.err >conftest.er1
2488 cat conftest.er1 >&5
2489 mv -f conftest.er1 conftest.err
2491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2492 test $ac_status = 0; } && {
2493 test -z "$ac_c_werror_flag" ||
2494 test ! -s conftest.err
2495 } && test -s conftest$ac_exeext && {
2496 test "$cross_compiling" = yes ||
2497 test -x conftest$ac_exeext
2501 $as_echo "$as_me: failed program was:" >&5
2502 sed 's/^/| /' conftest.$ac_ext >&5
2506 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2507 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2508 # interfere with the next link command; also delete a directory that is
2509 # left behind by Apple's compiler. We do this before executing the actions.
2510 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2511 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2512 as_fn_set_status $ac_retval
2514 } # ac_fn_c_try_link
2516 # ac_fn_c_try_cpp LINENO
2517 # ----------------------
2518 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2521 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2522 if { { ac_try="$ac_cpp conftest.$ac_ext"
2524 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2525 *) ac_try_echo
=$ac_try;;
2527 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2528 $as_echo "$ac_try_echo"; } >&5
2529 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2531 if test -s conftest.err
; then
2532 grep -v '^ *+' conftest.err
>conftest.er1
2533 cat conftest.er1
>&5
2534 mv -f conftest.er1 conftest.err
2536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2537 test $ac_status = 0; } > conftest.i
&& {
2538 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2539 test ! -s conftest.err
2543 $as_echo "$as_me: failed program was:" >&5
2544 sed 's/^/| /' conftest.
$ac_ext >&5
2548 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2549 as_fn_set_status
$ac_retval
2553 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2554 # -------------------------------------------------------
2555 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2556 # the include files in INCLUDES and setting the cache variable VAR
2558 ac_fn_c_check_header_mongrel
()
2560 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2561 if eval \
${$3+:} false
; then :
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2563 $as_echo_n "checking for $2... " >&6; }
2564 if eval \
${$3+:} false
; then :
2565 $as_echo_n "(cached) " >&6
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2569 $as_echo "$ac_res" >&6; }
2571 # Is the header compilable?
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2573 $as_echo_n "checking $2 usability... " >&6; }
2574 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2575 /* end confdefs.h. */
2579 if ac_fn_c_try_compile
"$LINENO"; then :
2580 ac_header_compiler
=yes
2582 ac_header_compiler
=no
2584 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2586 $as_echo "$ac_header_compiler" >&6; }
2588 # Is the header present?
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2590 $as_echo_n "checking $2 presence... " >&6; }
2591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2592 /* end confdefs.h. */
2595 if ac_fn_c_try_cpp
"$LINENO"; then :
2596 ac_header_preproc
=yes
2598 ac_header_preproc
=no
2600 rm -f conftest.err conftest.i conftest.
$ac_ext
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2602 $as_echo "$ac_header_preproc" >&6; }
2604 # So? What about this header?
2605 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2608 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2610 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2614 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2616 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2618 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2620 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2622 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2623 ( $as_echo "## ------------------------------------ ##
2624 ## Report this to wine-devel@winehq.org ##
2625 ## ------------------------------------ ##"
2626 ) |
sed "s/^/$as_me: WARNING: /" >&2
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2630 $as_echo_n "checking for $2... " >&6; }
2631 if eval \
${$3+:} false
; then :
2632 $as_echo_n "(cached) " >&6
2634 eval "$3=\$ac_header_compiler"
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2638 $as_echo "$ac_res" >&6; }
2640 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2642 } # ac_fn_c_check_header_mongrel
2644 # ac_fn_c_try_run LINENO
2645 # ----------------------
2646 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2647 # that executables *can* be run.
2650 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2651 if { { ac_try
="$ac_link"
2653 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2654 *) ac_try_echo=$ac_try;;
2656 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2657 $as_echo "$ac_try_echo"; } >&5
2658 (eval "$ac_link") 2>&5
2660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2661 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2662 { { case "(($ac_try" in
2663 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2664 *) ac_try_echo
=$ac_try;;
2666 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2667 $as_echo "$ac_try_echo"; } >&5
2668 (eval "$ac_try") 2>&5
2670 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2671 test $ac_status = 0; }; }; then :
2674 $as_echo "$as_me: program exited with status $ac_status" >&5
2675 $as_echo "$as_me: failed program was:" >&5
2676 sed 's/^/| /' conftest.
$ac_ext >&5
2678 ac_retval
=$ac_status
2680 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2681 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2682 as_fn_set_status
$ac_retval
2686 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2687 # -------------------------------------------------------
2688 # Tests whether HEADER exists and can be compiled using the include files in
2689 # INCLUDES, setting the cache variable VAR accordingly.
2690 ac_fn_c_check_header_compile
()
2692 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2694 $as_echo_n "checking for $2... " >&6; }
2695 if eval \
${$3+:} false
; then :
2696 $as_echo_n "(cached) " >&6
2698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2699 /* end confdefs.h. */
2703 if ac_fn_c_try_compile
"$LINENO"; then :
2708 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2712 $as_echo "$ac_res" >&6; }
2713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2715 } # ac_fn_c_check_header_compile
2717 # ac_fn_c_check_func LINENO FUNC VAR
2718 # ----------------------------------
2719 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2720 ac_fn_c_check_func
()
2722 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2724 $as_echo_n "checking for $2... " >&6; }
2725 if eval \
${$3+:} false
; then :
2726 $as_echo_n "(cached) " >&6
2728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2729 /* end confdefs.h. */
2730 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2731 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2732 #define $2 innocuous_$2
2734 /* System header to define __stub macros and hopefully few prototypes,
2735 which can conflict with char $2 (); below.
2736 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2737 <limits.h> exists even on freestanding compilers. */
2740 # include <limits.h>
2742 # include <assert.h>
2747 /* Override any GCC internal prototype to avoid an error.
2748 Use char because int might match the return type of a GCC
2749 builtin and then its argument prototype would still apply. */
2754 /* The GNU C library defines this for functions which it implements
2755 to always fail with ENOSYS. Some functions are actually named
2756 something starting with __ and the normal name is an alias. */
2757 #if defined __stub_$2 || defined __stub___$2
2769 if ac_fn_c_try_link
"$LINENO"; then :
2774 rm -f core conftest.err conftest.
$ac_objext \
2775 conftest
$ac_exeext conftest.
$ac_ext
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2779 $as_echo "$ac_res" >&6; }
2780 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2782 } # ac_fn_c_check_func
2784 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2785 # ----------------------------------------------------
2786 # Tries to find if the field MEMBER exists in type AGGR, after including
2787 # INCLUDES, setting cache variable VAR accordingly.
2788 ac_fn_c_check_member
()
2790 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2792 $as_echo_n "checking for $2.$3... " >&6; }
2793 if eval \
${$4+:} false
; then :
2794 $as_echo_n "(cached) " >&6
2796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2797 /* end confdefs.h. */
2809 if ac_fn_c_try_compile
"$LINENO"; then :
2812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2813 /* end confdefs.h. */
2819 if (sizeof ac_aggr.$3)
2825 if ac_fn_c_try_compile
"$LINENO"; then :
2830 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2832 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2836 $as_echo "$ac_res" >&6; }
2837 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2839 } # ac_fn_c_check_member
2841 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2842 # -------------------------------------------
2843 # Tests whether TYPE exists after having included INCLUDES, setting cache
2844 # variable VAR accordingly.
2845 ac_fn_c_check_type
()
2847 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2849 $as_echo_n "checking for $2... " >&6; }
2850 if eval \
${$3+:} false
; then :
2851 $as_echo_n "(cached) " >&6
2854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2855 /* end confdefs.h. */
2866 if ac_fn_c_try_compile
"$LINENO"; then :
2867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2879 if ac_fn_c_try_compile
"$LINENO"; then :
2884 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2886 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2890 $as_echo "$ac_res" >&6; }
2891 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2893 } # ac_fn_c_check_type
2894 cat >config.log
<<_ACEOF
2895 This file contains any messages produced by compilers while
2896 running configure, to aid debugging if configure makes a mistake.
2898 It was created by Wine $as_me 1.9.1, which was
2899 generated by GNU Autoconf 2.69. Invocation command line was
2911 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2912 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2913 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2914 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2915 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2917 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2918 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2920 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2921 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2922 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2923 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2924 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2925 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2926 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2930 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2934 test -z "$as_dir" && as_dir
=.
2935 $as_echo "PATH: $as_dir"
2951 # Keep a trace of the command line.
2952 # Strip out --no-create and --no-recursion so they do not pile up.
2953 # Strip out --silent because we don't want to record it for future runs.
2954 # Also quote any args containing shell meta-characters.
2955 # Make two passes to allow for proper duplicate-argument suppression.
2959 ac_must_keep_next
=false
2965 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2966 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2967 |
-silent |
--silent |
--silen |
--sile |
--sil)
2970 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2973 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2975 as_fn_append ac_configure_args1
" '$ac_arg'"
2976 if test $ac_must_keep_next = true
; then
2977 ac_must_keep_next
=false
# Got value, back to normal.
2980 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2981 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2982 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2983 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2984 case "$ac_configure_args0 " in
2985 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2988 -* ) ac_must_keep_next
=true
;;
2991 as_fn_append ac_configure_args
" '$ac_arg'"
2996 { ac_configure_args0
=; unset ac_configure_args0
;}
2997 { ac_configure_args1
=; unset ac_configure_args1
;}
2999 # When interrupted or exit'd, cleanup temporary files, and complete
3000 # config.log. We remove comments because anyway the quotes in there
3001 # would cause problems or look ugly.
3002 # WARNING: Use '\'' to represent an apostrophe within the trap.
3003 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3004 trap 'exit_status=$?
3005 # Save into config.log some information that might help in debugging.
3009 $as_echo "## ---------------- ##
3010 ## Cache variables. ##
3011 ## ---------------- ##"
3013 # The following way of writing the cache mishandles newlines in values,
3015 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3016 eval ac_val=\$$ac_var
3020 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3021 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3024 _ | IFS | as_nl) ;; #(
3025 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3026 *) { eval $ac_var=; unset $ac_var;} ;;
3031 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3032 *${as_nl}ac_space=\ *)
3034 "s/'\''/'\''\\\\'\'''\''/g;
3035 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3038 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3045 $as_echo "## ----------------- ##
3046 ## Output variables. ##
3047 ## ----------------- ##"
3049 for ac_var in $ac_subst_vars
3051 eval ac_val=\$$ac_var
3053 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3055 $as_echo "$ac_var='\''$ac_val'\''"
3059 if test -n "$ac_subst_files"; then
3060 $as_echo "## ------------------- ##
3061 ## File substitutions. ##
3062 ## ------------------- ##"
3064 for ac_var
in $ac_subst_files
3066 eval ac_val
=\$
$ac_var
3068 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3070 $as_echo "$ac_var='\''$ac_val'\''"
3075 if test -s confdefs.h; then
3076 $as_echo "## ----------- ##
3083 test "$ac_signal" != 0 &&
3084 $as_echo "$as_me: caught signal $ac_signal"
3085 $as_echo "$as_me: exit $exit_status"
3087 rm -f core *.core core.conftest.* &&
3088 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3091 for ac_signal
in 1 2 13 15; do
3092 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3096 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3097 rm -f -r conftest
* confdefs.h
3099 $as_echo "/* confdefs.h */" > confdefs.h
3101 # Predefined preprocessor variables.
3103 cat >>confdefs.h
<<_ACEOF
3104 #define PACKAGE_NAME "$PACKAGE_NAME"
3107 cat >>confdefs.h
<<_ACEOF
3108 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3111 cat >>confdefs.h
<<_ACEOF
3112 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3115 cat >>confdefs.h
<<_ACEOF
3116 #define PACKAGE_STRING "$PACKAGE_STRING"
3119 cat >>confdefs.h
<<_ACEOF
3120 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3123 cat >>confdefs.h
<<_ACEOF
3124 #define PACKAGE_URL "$PACKAGE_URL"
3128 # Let the site file select an alternate cache file if it wants to.
3129 # Prefer an explicitly selected file to automatically selected ones.
3132 if test -n "$CONFIG_SITE"; then
3133 # We do not want a PATH search for config.site.
3134 case $CONFIG_SITE in #((
3135 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3136 */*) ac_site_file1
=$CONFIG_SITE;;
3137 *) ac_site_file1
=.
/$CONFIG_SITE;;
3139 elif test "x$prefix" != xNONE
; then
3140 ac_site_file1
=$prefix/share
/config.site
3141 ac_site_file2
=$prefix/etc
/config.site
3143 ac_site_file1
=$ac_default_prefix/share
/config.site
3144 ac_site_file2
=$ac_default_prefix/etc
/config.site
3146 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3148 test "x$ac_site_file" = xNONE
&& continue
3149 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3151 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3152 sed 's/^/| /' "$ac_site_file" >&5
3154 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3155 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3156 as_fn_error $?
"failed to load site script $ac_site_file
3157 See \`config.log' for more details" "$LINENO" 5; }
3161 if test -r "$cache_file"; then
3162 # Some versions of bash will fail to source /dev/null (special files
3163 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3164 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3166 $as_echo "$as_me: loading cache $cache_file" >&6;}
3168 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3169 *) .
"./$cache_file";;
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3174 $as_echo "$as_me: creating cache $cache_file" >&6;}
3178 # Check that the precious variables saved in the cache have kept the same
3180 ac_cache_corrupted
=false
3181 for ac_var
in $ac_precious_vars; do
3182 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3183 eval ac_new_set
=\
$ac_env_${ac_var}_set
3184 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3185 eval ac_new_val
=\
$ac_env_${ac_var}_value
3186 case $ac_old_set,$ac_new_set in
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3189 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3190 ac_cache_corrupted
=: ;;
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3193 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3194 ac_cache_corrupted
=: ;;
3197 if test "x$ac_old_val" != "x$ac_new_val"; then
3198 # differences in whitespace do not lead to failure.
3199 ac_old_val_w
=`echo x $ac_old_val`
3200 ac_new_val_w
=`echo x $ac_new_val`
3201 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3203 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3204 ac_cache_corrupted
=:
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3207 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3208 eval $ac_var=\
$ac_old_val
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3211 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3213 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3216 # Pass precious variables to config.status.
3217 if test "$ac_new_set" = set; then
3219 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3220 *) ac_arg
=$ac_var=$ac_new_val ;;
3222 case " $ac_configure_args " in
3223 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3224 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3228 if $ac_cache_corrupted; then
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3230 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3232 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3233 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3235 ## -------------------- ##
3236 ## Main body of script. ##
3237 ## -------------------- ##
3240 ac_cpp
='$CPP $CPPFLAGS'
3241 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3242 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3243 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3247 ac_config_headers
="$ac_config_headers include/config.h"
3250 for ac_dir
in tools
"$srcdir"/tools
; do
3251 if test -f "$ac_dir/install-sh"; then
3253 ac_install_sh
="$ac_aux_dir/install-sh -c"
3255 elif test -f "$ac_dir/install.sh"; then
3257 ac_install_sh
="$ac_aux_dir/install.sh -c"
3259 elif test -f "$ac_dir/shtool"; then
3261 ac_install_sh
="$ac_aux_dir/shtool install -c"
3265 if test -z "$ac_aux_dir"; then
3266 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3269 # These three variables are undocumented and unsupported,
3270 # and are intended to be withdrawn in a future Autoconf release.
3271 # They can cause serious problems if a builder's source tree is in a directory
3272 # whose full name contains unusual characters.
3273 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3274 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3275 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3279 libwine_version
="1.0"
3283 # Check whether --enable-win16 was given.
3284 if test "${enable_win16+set}" = set; then :
3285 enableval
=$enable_win16;
3288 # Check whether --enable-win64 was given.
3289 if test "${enable_win64+set}" = set; then :
3290 enableval
=$enable_win64;
3293 # Check whether --enable-tests was given.
3294 if test "${enable_tests+set}" = set; then :
3295 enableval
=$enable_tests;
3298 # Check whether --enable-maintainer-mode was given.
3299 if test "${enable_maintainer_mode+set}" = set; then :
3300 enableval
=$enable_maintainer_mode;
3305 # Check whether --with-alsa was given.
3306 if test "${with_alsa+set}" = set; then :
3307 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3311 # Check whether --with-capi was given.
3312 if test "${with_capi+set}" = set; then :
3317 # Check whether --with-cms was given.
3318 if test "${with_cms+set}" = set; then :
3323 # Check whether --with-coreaudio was given.
3324 if test "${with_coreaudio+set}" = set; then :
3325 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3329 # Check whether --with-cups was given.
3330 if test "${with_cups+set}" = set; then :
3335 # Check whether --with-curses was given.
3336 if test "${with_curses+set}" = set; then :
3337 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3341 # Check whether --with-dbus was given.
3342 if test "${with_dbus+set}" = set; then :
3347 # Check whether --with-fontconfig was given.
3348 if test "${with_fontconfig+set}" = set; then :
3349 withval
=$with_fontconfig;
3353 # Check whether --with-freetype was given.
3354 if test "${with_freetype+set}" = set; then :
3355 withval
=$with_freetype;
3359 # Check whether --with-gettext was given.
3360 if test "${with_gettext+set}" = set; then :
3361 withval
=$with_gettext;
3365 # Check whether --with-gettextpo was given.
3366 if test "${with_gettextpo+set}" = set; then :
3367 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3371 # Check whether --with-gphoto was given.
3372 if test "${with_gphoto+set}" = set; then :
3373 withval
=$with_gphoto;
3377 # Check whether --with-glu was given.
3378 if test "${with_glu+set}" = set; then :
3383 # Check whether --with-gnutls was given.
3384 if test "${with_gnutls+set}" = set; then :
3385 withval
=$with_gnutls;
3389 # Check whether --with-gsm was given.
3390 if test "${with_gsm+set}" = set; then :
3391 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3395 # Check whether --with-gstreamer was given.
3396 if test "${with_gstreamer+set}" = set; then :
3397 withval
=$with_gstreamer;
3401 # Check whether --with-hal was given.
3402 if test "${with_hal+set}" = set; then :
3407 # Check whether --with-jpeg was given.
3408 if test "${with_jpeg+set}" = set; then :
3413 # Check whether --with-ldap was given.
3414 if test "${with_ldap+set}" = set; then :
3415 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3419 # Check whether --with-mpg123 was given.
3420 if test "${with_mpg123+set}" = set; then :
3421 withval
=$with_mpg123;
3425 # Check whether --with-netapi was given.
3426 if test "${with_netapi+set}" = set; then :
3427 withval
=$with_netapi;
3431 # Check whether --with-openal was given.
3432 if test "${with_openal+set}" = set; then :
3433 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3437 # Check whether --with-opencl was given.
3438 if test "${with_opencl+set}" = set; then :
3439 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3443 # Check whether --with-opengl was given.
3444 if test "${with_opengl+set}" = set; then :
3445 withval
=$with_opengl;
3449 # Check whether --with-osmesa was given.
3450 if test "${with_osmesa+set}" = set; then :
3451 withval
=$with_osmesa;
3455 # Check whether --with-oss was given.
3456 if test "${with_oss+set}" = set; then :
3461 # Check whether --with-pcap was given.
3462 if test "${with_pcap+set}" = set; then :
3463 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3467 # Check whether --with-png was given.
3468 if test "${with_png+set}" = set; then :
3473 # Check whether --with-pthread was given.
3474 if test "${with_pthread+set}" = set; then :
3475 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3479 # Check whether --with-pulse was given.
3480 if test "${with_pulse+set}" = set; then :
3481 withval
=$with_pulse;
3485 # Check whether --with-sane was given.
3486 if test "${with_sane+set}" = set; then :
3491 # Check whether --with-tiff was given.
3492 if test "${with_tiff+set}" = set; then :
3497 # Check whether --with-v4l was given.
3498 if test "${with_v4l+set}" = set; then :
3503 # Check whether --with-xcomposite was given.
3504 if test "${with_xcomposite+set}" = set; then :
3505 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3509 # Check whether --with-xcursor was given.
3510 if test "${with_xcursor+set}" = set; then :
3511 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3515 # Check whether --with-xinerama was given.
3516 if test "${with_xinerama+set}" = set; then :
3517 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3521 # Check whether --with-xinput was given.
3522 if test "${with_xinput+set}" = set; then :
3523 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3527 # Check whether --with-xinput2 was given.
3528 if test "${with_xinput2+set}" = set; then :
3529 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3533 # Check whether --with-xml was given.
3534 if test "${with_xml+set}" = set; then :
3539 # Check whether --with-xrandr was given.
3540 if test "${with_xrandr+set}" = set; then :
3541 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3545 # Check whether --with-xrender was given.
3546 if test "${with_xrender+set}" = set; then :
3547 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3551 # Check whether --with-xshape was given.
3552 if test "${with_xshape+set}" = set; then :
3553 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3557 # Check whether --with-xshm was given.
3558 if test "${with_xshm+set}" = set; then :
3559 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3563 # Check whether --with-xslt was given.
3564 if test "${with_xslt+set}" = set; then :
3569 # Check whether --with-xxf86vm was given.
3570 if test "${with_xxf86vm+set}" = set; then :
3571 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
3575 # Check whether --with-zlib was given.
3576 if test "${with_zlib+set}" = set; then :
3577 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3582 # Check whether --with-wine-tools was given.
3583 if test "${with_wine_tools+set}" = set; then :
3584 withval
=$with_wine_tools;
3588 # Check whether --with-wine64 was given.
3589 if test "${with_wine64+set}" = set; then :
3590 withval
=$with_wine64;
3594 # Make sure we can run config.sub.
3595 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3596 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3599 $as_echo_n "checking build system type... " >&6; }
3600 if ${ac_cv_build+:} false
; then :
3601 $as_echo_n "(cached) " >&6
3603 ac_build_alias
=$build_alias
3604 test "x$ac_build_alias" = x
&&
3605 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3606 test "x$ac_build_alias" = x
&&
3607 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3608 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3609 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3613 $as_echo "$ac_cv_build" >&6; }
3614 case $ac_cv_build in
3616 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3619 ac_save_IFS
=$IFS; IFS
='-'
3625 # Remember, the first character of IFS is used to create $*,
3626 # except with old shells:
3629 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3633 $as_echo_n "checking host system type... " >&6; }
3634 if ${ac_cv_host+:} false
; then :
3635 $as_echo_n "(cached) " >&6
3637 if test "x$host_alias" = x
; then
3638 ac_cv_host
=$ac_cv_build
3640 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3641 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3646 $as_echo "$ac_cv_host" >&6; }
3649 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3652 ac_save_IFS
=$IFS; IFS
='-'
3658 # Remember, the first character of IFS is used to create $*,
3659 # except with old shells:
3662 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3668 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3669 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3670 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3676 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3678 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3679 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3680 $as_echo_n "(cached) " >&6
3682 cat >conftest.
make <<\_ACEOF
3685 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3687 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3688 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3690 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3692 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3696 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3698 $as_echo "yes" >&6; }
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3702 $as_echo "no" >&6; }
3703 SET_MAKE
="MAKE=${MAKE-make}"
3707 ac_cpp
='$CPP $CPPFLAGS'
3708 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3711 if test -n "$ac_tool_prefix"; then
3712 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3713 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if ${ac_cv_prog_CC+:} false
; then :
3717 $as_echo_n "(cached) " >&6
3719 if test -n "$CC"; then
3720 ac_cv_prog_CC
="$CC" # Let the user override the test.
3722 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3726 test -z "$as_dir" && as_dir
=.
3727 for ac_exec_ext
in '' $ac_executable_extensions; do
3728 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3729 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3740 if test -n "$CC"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3742 $as_echo "$CC" >&6; }
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3750 if test -z "$ac_cv_prog_CC"; then
3752 # Extract the first word of "gcc", so it can be a program name with args.
3753 set dummy gcc
; ac_word
=$2
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3755 $as_echo_n "checking for $ac_word... " >&6; }
3756 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3757 $as_echo_n "(cached) " >&6
3759 if test -n "$ac_ct_CC"; then
3760 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3762 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3766 test -z "$as_dir" && as_dir
=.
3767 for ac_exec_ext
in '' $ac_executable_extensions; do
3768 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3769 ac_cv_prog_ac_ct_CC
="gcc"
3770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3779 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3780 if test -n "$ac_ct_CC"; then
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3782 $as_echo "$ac_ct_CC" >&6; }
3784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3785 $as_echo "no" >&6; }
3788 if test "x$ac_ct_CC" = x
; then
3791 case $cross_compiling:$ac_tool_warned in
3793 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3795 ac_tool_warned
=yes ;;
3803 if test -z "$CC"; then
3804 if test -n "$ac_tool_prefix"; then
3805 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3806 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3808 $as_echo_n "checking for $ac_word... " >&6; }
3809 if ${ac_cv_prog_CC+:} false
; then :
3810 $as_echo_n "(cached) " >&6
3812 if test -n "$CC"; then
3813 ac_cv_prog_CC
="$CC" # Let the user override the test.
3815 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3819 test -z "$as_dir" && as_dir
=.
3820 for ac_exec_ext
in '' $ac_executable_extensions; do
3821 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3822 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3833 if test -n "$CC"; then
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3835 $as_echo "$CC" >&6; }
3837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3838 $as_echo "no" >&6; }
3844 if test -z "$CC"; then
3845 # Extract the first word of "cc", so it can be a program name with args.
3846 set dummy cc
; ac_word
=$2
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3848 $as_echo_n "checking for $ac_word... " >&6; }
3849 if ${ac_cv_prog_CC+:} false
; then :
3850 $as_echo_n "(cached) " >&6
3852 if test -n "$CC"; then
3853 ac_cv_prog_CC
="$CC" # Let the user override the test.
3856 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3860 test -z "$as_dir" && as_dir
=.
3861 for ac_exec_ext
in '' $ac_executable_extensions; do
3862 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3863 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3864 ac_prog_rejected
=yes
3868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3875 if test $ac_prog_rejected = yes; then
3876 # We found a bogon in the path, so make sure we never use it.
3877 set dummy
$ac_cv_prog_CC
3879 if test $# != 0; then
3880 # We chose a different compiler from the bogus one.
3881 # However, it has the same basename, so the bogon will be chosen
3882 # first if we set CC to just the basename; use the full file name.
3884 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3890 if test -n "$CC"; then
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3892 $as_echo "$CC" >&6; }
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3895 $as_echo "no" >&6; }
3900 if test -z "$CC"; then
3901 if test -n "$ac_tool_prefix"; then
3902 for ac_prog
in cl.exe
3904 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3905 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3907 $as_echo_n "checking for $ac_word... " >&6; }
3908 if ${ac_cv_prog_CC+:} false
; then :
3909 $as_echo_n "(cached) " >&6
3911 if test -n "$CC"; then
3912 ac_cv_prog_CC
="$CC" # Let the user override the test.
3914 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3918 test -z "$as_dir" && as_dir
=.
3919 for ac_exec_ext
in '' $ac_executable_extensions; do
3920 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3921 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3932 if test -n "$CC"; then
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3934 $as_echo "$CC" >&6; }
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3937 $as_echo "no" >&6; }
3941 test -n "$CC" && break
3944 if test -z "$CC"; then
3946 for ac_prog
in cl.exe
3948 # Extract the first word of "$ac_prog", so it can be a program name with args.
3949 set dummy
$ac_prog; ac_word
=$2
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3951 $as_echo_n "checking for $ac_word... " >&6; }
3952 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3953 $as_echo_n "(cached) " >&6
3955 if test -n "$ac_ct_CC"; then
3956 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3958 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3962 test -z "$as_dir" && as_dir
=.
3963 for ac_exec_ext
in '' $ac_executable_extensions; do
3964 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3965 ac_cv_prog_ac_ct_CC
="$ac_prog"
3966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3976 if test -n "$ac_ct_CC"; then
3977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3978 $as_echo "$ac_ct_CC" >&6; }
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3981 $as_echo "no" >&6; }
3985 test -n "$ac_ct_CC" && break
3988 if test "x$ac_ct_CC" = x
; then
3991 case $cross_compiling:$ac_tool_warned in
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3994 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3995 ac_tool_warned
=yes ;;
4004 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4005 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4006 as_fn_error $?
"no acceptable C compiler found in \$PATH
4007 See \`config.log' for more details" "$LINENO" 5; }
4009 # Provide some information about the compiler.
4010 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4013 for ac_option
in --version -v -V -qversion; do
4014 { { ac_try
="$ac_compiler $ac_option >&5"
4016 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4017 *) ac_try_echo=$ac_try;;
4019 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4020 $as_echo "$ac_try_echo"; } >&5
4021 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4023 if test -s conftest.err; then
4025 ... rest of stderr output deleted ...
4026 10q' conftest.err >conftest.er1
4027 cat conftest.er1 >&5
4029 rm -f conftest.er1 conftest.err
4030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4031 test $ac_status = 0; }
4034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4035 /* end confdefs.h. */
4045 ac_clean_files_save=$ac_clean_files
4046 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4047 # Try to create an executable without -o first, disregard a.out.
4048 # It will help us diagnose broken compilers, and finding out an intuition
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4051 $as_echo_n "checking whether the C compiler works... " >&6; }
4052 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4054 # The possible output files:
4055 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4058 for ac_file in $ac_files
4061 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4062 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4067 if { { ac_try="$ac_link_default"
4069 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4070 *) ac_try_echo
=$ac_try;;
4072 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4073 $as_echo "$ac_try_echo"; } >&5
4074 (eval "$ac_link_default") 2>&5
4076 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4077 test $ac_status = 0; }; then :
4078 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4079 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4080 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4081 # so that the user can short-circuit this test for compilers unknown to
4083 for ac_file
in $ac_files ''
4085 test -f "$ac_file" ||
continue
4087 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4090 # We found the default executable, but exeext='' is most
4094 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4096 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4098 # We set ac_cv_exeext here because the later test for it is not
4099 # safe: cross compilers may not add the suffix if given an `-o'
4100 # argument, so we may need to know it at that point already.
4101 # Even if this section looks crufty: it has the advantage of
4108 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4113 if test -z "$ac_file"; then :
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4115 $as_echo "no" >&6; }
4116 $as_echo "$as_me: failed program was:" >&5
4117 sed 's/^/| /' conftest.
$ac_ext >&5
4119 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4120 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4121 as_fn_error
77 "C compiler cannot create executables
4122 See \`config.log' for more details" "$LINENO" 5; }
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4125 $as_echo "yes" >&6; }
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4128 $as_echo_n "checking for C compiler default output file name... " >&6; }
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4130 $as_echo "$ac_file" >&6; }
4131 ac_exeext
=$ac_cv_exeext
4133 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4134 ac_clean_files
=$ac_clean_files_save
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4136 $as_echo_n "checking for suffix of executables... " >&6; }
4137 if { { ac_try
="$ac_link"
4139 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4140 *) ac_try_echo=$ac_try;;
4142 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4143 $as_echo "$ac_try_echo"; } >&5
4144 (eval "$ac_link") 2>&5
4146 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4147 test $ac_status = 0; }; then :
4148 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4149 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4150 # work properly (i.e., refer to `conftest.exe'), while it won't with
4152 for ac_file
in conftest.exe conftest conftest.
*; do
4153 test -f "$ac_file" ||
continue
4155 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4156 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4162 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4164 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4165 See \`config.log' for more details" "$LINENO" 5; }
4167 rm -f conftest conftest
$ac_cv_exeext
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4169 $as_echo "$ac_cv_exeext" >&6; }
4171 rm -f conftest.
$ac_ext
4172 EXEEXT
=$ac_cv_exeext
4174 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4175 /* end confdefs.h. */
4180 FILE *f = fopen ("conftest.out", "w");
4181 return ferror (f) || fclose (f) != 0;
4187 ac_clean_files
="$ac_clean_files conftest.out"
4188 # Check that the compiler produces executables we can run. If not, either
4189 # the compiler is broken, or we cross compile.
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4191 $as_echo_n "checking whether we are cross compiling... " >&6; }
4192 if test "$cross_compiling" != yes; then
4193 { { ac_try
="$ac_link"
4195 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4196 *) ac_try_echo=$ac_try;;
4198 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4199 $as_echo "$ac_try_echo"; } >&5
4200 (eval "$ac_link") 2>&5
4202 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4203 test $ac_status = 0; }
4204 if { ac_try='./conftest$ac_cv_exeext'
4205 { { case "(($ac_try" in
4206 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4207 *) ac_try_echo
=$ac_try;;
4209 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4210 $as_echo "$ac_try_echo"; } >&5
4211 (eval "$ac_try") 2>&5
4213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4214 test $ac_status = 0; }; }; then
4217 if test "$cross_compiling" = maybe
; then
4220 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4221 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4222 as_fn_error $?
"cannot run C compiled programs.
4223 If you meant to cross compile, use \`--host'.
4224 See \`config.log' for more details" "$LINENO" 5; }
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4229 $as_echo "$cross_compiling" >&6; }
4231 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4232 ac_clean_files
=$ac_clean_files_save
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4234 $as_echo_n "checking for suffix of object files... " >&6; }
4235 if ${ac_cv_objext+:} false
; then :
4236 $as_echo_n "(cached) " >&6
4238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4239 /* end confdefs.h. */
4249 rm -f conftest.o conftest.obj
4250 if { { ac_try
="$ac_compile"
4252 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4253 *) ac_try_echo=$ac_try;;
4255 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4256 $as_echo "$ac_try_echo"; } >&5
4257 (eval "$ac_compile") 2>&5
4259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4260 test $ac_status = 0; }; then :
4261 for ac_file in conftest.o conftest.obj conftest.*; do
4262 test -f "$ac_file" || continue;
4264 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4265 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4270 $as_echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4274 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4275 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4276 See \
`config.log' for more details" "$LINENO" 5; }
4278 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4281 $as_echo "$ac_cv_objext" >&6; }
4282 OBJEXT=$ac_cv_objext
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4285 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4286 if ${ac_cv_c_compiler_gnu+:} false; then :
4287 $as_echo_n "(cached) " >&6
4289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4290 /* end confdefs.h. */
4303 if ac_fn_c_try_compile "$LINENO"; then :
4308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4309 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4313 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4314 if test $ac_compiler_gnu = yes; then
4319 ac_test_CFLAGS=${CFLAGS+set}
4320 ac_save_CFLAGS=$CFLAGS
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4322 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4323 if ${ac_cv_prog_cc_g+:} false; then :
4324 $as_echo_n "(cached) " >&6
4326 ac_save_c_werror_flag=$ac_c_werror_flag
4327 ac_c_werror_flag=yes
4330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4331 /* end confdefs.h. */
4341 if ac_fn_c_try_compile "$LINENO"; then :
4345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4346 /* end confdefs.h. */
4356 if ac_fn_c_try_compile "$LINENO"; then :
4359 ac_c_werror_flag=$ac_save_c_werror_flag
4361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4362 /* end confdefs.h. */
4372 if ac_fn_c_try_compile "$LINENO"; then :
4375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4380 ac_c_werror_flag=$ac_save_c_werror_flag
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4383 $as_echo "$ac_cv_prog_cc_g" >&6; }
4384 if test "$ac_test_CFLAGS" = set; then
4385 CFLAGS=$ac_save_CFLAGS
4386 elif test $ac_cv_prog_cc_g = yes; then
4387 if test "$GCC" = yes; then
4393 if test "$GCC" = yes; then
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4400 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4401 if ${ac_cv_prog_cc_c89+:} false; then :
4402 $as_echo_n "(cached) " >&6
4404 ac_cv_prog_cc_c89=no
4406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4407 /* end confdefs.h. */
4411 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4412 struct buf { int x; };
4413 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4414 static char *e (p, i)
4420 static char *f (char * (*g) (char **, int), char **p, ...)
4425 s = g (p, va_arg (v,int));
4430 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4431 function prototypes and stuff, but not '\xHH' hex character constants.
4432 These don't provoke an error unfortunately, instead are silently treated
4433 as 'x'. The following induces an error, until -std is added to get
4434 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4435 array size at least. It's necessary to write '\x00'==0 to get something
4436 that's true only with -std. */
4437 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4439 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4440 inside strings and character constants. */
4442 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4444 int test (int i, double x);
4445 struct s1 {int (*f) (int a);};
4446 struct s2 {int (*f) (double a);};
4447 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4453 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4458 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4459 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4461 CC="$ac_save_CC $ac_arg"
4462 if ac_fn_c_try_compile "$LINENO"; then :
4463 ac_cv_prog_cc_c89=$ac_arg
4465 rm -f core conftest.err conftest.$ac_objext
4466 test "x$ac_cv_prog_cc_c89" != "xno" && break
4468 rm -f conftest.$ac_ext
4473 case "x$ac_cv_prog_cc_c89" in
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4476 $as_echo "none needed" >&6; } ;;
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4479 $as_echo "unsupported" >&6; } ;;
4481 CC="$CC $ac_cv_prog_cc_c89"
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4483 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4485 if test "x$ac_cv_prog_cc_c89" != xno; then :
4490 ac_cpp='$CPP $CPPFLAGS'
4491 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4492 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4493 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4496 ac_cpp='$CXXCPP $CPPFLAGS'
4497 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4498 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4499 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4500 if test -z "$CXX"; then
4501 if test -n "$CCC"; then
4504 if test -n "$ac_tool_prefix"; then
4505 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4507 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4508 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4510 $as_echo_n "checking for $ac_word... " >&6; }
4511 if ${ac_cv_prog_CXX+:} false; then :
4512 $as_echo_n "(cached) " >&6
4514 if test -n "$CXX"; then
4515 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4521 test -z "$as_dir" && as_dir=.
4522 for ac_exec_ext in '' $ac_executable_extensions; do
4523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4524 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4535 if test -n "$CXX"; then
4536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4537 $as_echo "$CXX" >&6; }
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4540 $as_echo "no" >&6; }
4544 test -n "$CXX" && break
4547 if test -z "$CXX"; then
4549 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4551 # Extract the first word of "$ac_prog", so it can be a program name with args.
4552 set dummy $ac_prog; ac_word=$2
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4554 $as_echo_n "checking for $ac_word... " >&6; }
4555 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4556 $as_echo_n "(cached) " >&6
4558 if test -n "$ac_ct_CXX"; then
4559 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4565 test -z "$as_dir" && as_dir=.
4566 for ac_exec_ext in '' $ac_executable_extensions; do
4567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4568 ac_cv_prog_ac_ct_CXX="$ac_prog"
4569 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4578 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4579 if test -n "$ac_ct_CXX"; then
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4581 $as_echo "$ac_ct_CXX" >&6; }
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4584 $as_echo "no" >&6; }
4588 test -n "$ac_ct_CXX" && break
4591 if test "x$ac_ct_CXX" = x; then
4594 case $cross_compiling:$ac_tool_warned in
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4597 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4598 ac_tool_warned=yes ;;
4606 # Provide some information about the compiler.
4607 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4610 for ac_option in --version -v -V -qversion; do
4611 { { ac_try="$ac_compiler $ac_option >&5"
4613 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4614 *) ac_try_echo
=$ac_try;;
4616 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4617 $as_echo "$ac_try_echo"; } >&5
4618 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4620 if test -s conftest.err
; then
4622 ... rest of stderr output deleted ...
4623 10q' conftest.err
>conftest.er1
4624 cat conftest.er1
>&5
4626 rm -f conftest.er1 conftest.err
4627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4628 test $ac_status = 0; }
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4632 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4633 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4634 $as_echo_n "(cached) " >&6
4636 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4637 /* end confdefs.h. */
4650 if ac_fn_cxx_try_compile
"$LINENO"; then :
4655 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4656 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4660 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4661 if test $ac_compiler_gnu = yes; then
4666 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4667 ac_save_CXXFLAGS
=$CXXFLAGS
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4669 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4670 if ${ac_cv_prog_cxx_g+:} false
; then :
4671 $as_echo_n "(cached) " >&6
4673 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4674 ac_cxx_werror_flag
=yes
4677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4678 /* end confdefs.h. */
4688 if ac_fn_cxx_try_compile
"$LINENO"; then :
4689 ac_cv_prog_cxx_g
=yes
4692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4693 /* end confdefs.h. */
4703 if ac_fn_cxx_try_compile
"$LINENO"; then :
4706 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4709 /* end confdefs.h. */
4719 if ac_fn_cxx_try_compile
"$LINENO"; then :
4720 ac_cv_prog_cxx_g
=yes
4722 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4724 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4726 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4727 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4730 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4731 if test "$ac_test_CXXFLAGS" = set; then
4732 CXXFLAGS
=$ac_save_CXXFLAGS
4733 elif test $ac_cv_prog_cxx_g = yes; then
4734 if test "$GXX" = yes; then
4740 if test "$GXX" = yes; then
4747 ac_cpp
='$CPP $CPPFLAGS'
4748 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4749 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4750 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4752 if test -n "$ac_tool_prefix"; then
4753 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4754 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4756 $as_echo_n "checking for $ac_word... " >&6; }
4757 if ${ac_cv_prog_CPPBIN+:} false
; then :
4758 $as_echo_n "(cached) " >&6
4760 if test -n "$CPPBIN"; then
4761 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4763 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4767 test -z "$as_dir" && as_dir
=.
4768 for ac_exec_ext
in '' $ac_executable_extensions; do
4769 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4770 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4780 CPPBIN
=$ac_cv_prog_CPPBIN
4781 if test -n "$CPPBIN"; then
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4783 $as_echo "$CPPBIN" >&6; }
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4786 $as_echo "no" >&6; }
4791 if test -z "$ac_cv_prog_CPPBIN"; then
4792 ac_ct_CPPBIN
=$CPPBIN
4793 # Extract the first word of "cpp", so it can be a program name with args.
4794 set dummy cpp
; ac_word
=$2
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4798 $as_echo_n "(cached) " >&6
4800 if test -n "$ac_ct_CPPBIN"; then
4801 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4803 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4807 test -z "$as_dir" && as_dir
=.
4808 for ac_exec_ext
in '' $ac_executable_extensions; do
4809 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4810 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4820 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4821 if test -n "$ac_ct_CPPBIN"; then
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4823 $as_echo "$ac_ct_CPPBIN" >&6; }
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4826 $as_echo "no" >&6; }
4829 if test "x$ac_ct_CPPBIN" = x
; then
4832 case $cross_compiling:$ac_tool_warned in
4834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4835 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4836 ac_tool_warned
=yes ;;
4838 CPPBIN
=$ac_ct_CPPBIN
4841 CPPBIN
="$ac_cv_prog_CPPBIN"
4845 cat >>confdefs.h
<<_ACEOF
4846 #define EXEEXT "$ac_exeext"
4849 if test -n "$ac_tool_prefix"; then
4850 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4851 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if ${ac_cv_prog_LD+:} false
; then :
4855 $as_echo_n "(cached) " >&6
4857 if test -n "$LD"; then
4858 ac_cv_prog_LD
="$LD" # Let the user override the test.
4860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4864 test -z "$as_dir" && as_dir
=.
4865 for ac_exec_ext
in '' $ac_executable_extensions; do
4866 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4867 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4878 if test -n "$LD"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4880 $as_echo "$LD" >&6; }
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4888 if test -z "$ac_cv_prog_LD"; then
4890 # Extract the first word of "ld", so it can be a program name with args.
4891 set dummy ld
; ac_word
=$2
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4893 $as_echo_n "checking for $ac_word... " >&6; }
4894 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4895 $as_echo_n "(cached) " >&6
4897 if test -n "$ac_ct_LD"; then
4898 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4900 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4904 test -z "$as_dir" && as_dir
=.
4905 for ac_exec_ext
in '' $ac_executable_extensions; do
4906 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4907 ac_cv_prog_ac_ct_LD
="ld"
4908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4918 if test -n "$ac_ct_LD"; then
4919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4920 $as_echo "$ac_ct_LD" >&6; }
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4923 $as_echo "no" >&6; }
4926 if test "x$ac_ct_LD" = x
; then
4929 case $cross_compiling:$ac_tool_warned in
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4932 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4933 ac_tool_warned
=yes ;;
4944 if test "x$enable_win64" = "xyes"
4949 notice_platform
="64-bit "
4956 notice_platform
="32-bit "
4959 enable_win16
=${enable_win16:-yes}
4961 with_fontconfig
=${with_fontconfig:-no}
4964 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4969 $as_echo_n "checking whether $CC works... " >&6; }
4971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4972 /* end confdefs.h. */
4982 if ac_fn_c_try_link
"$LINENO"; then :
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4984 $as_echo "yes" >&6; }
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4987 $as_echo "no" >&6; }
4988 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4990 rm -f core conftest.err conftest.
$ac_objext \
4991 conftest
$ac_exeext conftest.
$ac_ext
4993 notice_platform
="32-bit "
4996 enable_win16
=${enable_win16:-yes}
4998 if test "x${GCC}" = "xyes"
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5001 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h. */
5008 void func(__builtin_ms_va_list *args);
5013 if ac_fn_c_try_compile
"$LINENO"; then :
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5015 $as_echo "yes" >&6; }
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018 $as_echo "no" >&6; }
5019 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5021 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5030 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5031 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5032 /* end confdefs.h. */
5033 int ac_test(int i) { return i; }
5037 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5042 if ac_fn_c_try_link
"$LINENO"; then :
5043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5044 $as_echo "yes" >&6; }
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5047 $as_echo "no" >&6; }
5048 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5050 rm -f core conftest.err conftest.
$ac_objext \
5051 conftest
$ac_exeext conftest.
$ac_ext
5052 CFLAGS
="$CFLAGS -marm"
5056 *-mingw32*|
*-cygwin*)
5057 enable_win16
=${enable_win16:-no}
5058 CFLAGS
="$CFLAGS -D_WIN32"
5061 enable_win16
=${enable_win16:-yes}
5065 enable_win16
=${enable_win16:-no}
5066 enable_win64
=${enable_win64:-no}
5068 enable_winetest
=${enable_winetest:-$enable_tests}
5070 if test -n "$with_wine64"
5072 if test "x$enable_win64" = "xyes"
5074 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5075 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5077 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5078 You should create a separate build directory and run configure from there." "$LINENO" 5
5079 enable_fonts
=${enable_fonts:-no}
5080 enable_server
=${enable_server:-no}
5081 elif test "x$enable_win64" = "xyes"
5083 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5087 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5088 if ${wine_cv_toolsdir+:} false
; then :
5089 $as_echo_n "(cached) " >&6
5091 wine_cv_toolsdir
="$with_wine_tools"
5092 if test -z "$with_wine_tools"; then
5093 if test "$cross_compiling" = "yes"; then
5094 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5095 elif test -n "$with_wine64"; then
5096 wine_cv_toolsdir
="$with_wine64"
5099 if test -z "$wine_cv_toolsdir"; then
5100 wine_makedep
=tools
/makedep
5101 wine_cv_toolsdir
="\$(top_builddir)"
5102 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5103 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5104 case "$wine_cv_toolsdir" in
5106 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5108 enable_tools
=${enable_tools:-no}
5109 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5111 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5115 $as_echo "$wine_cv_toolsdir" >&6; }
5116 TOOLSDIR
=$wine_cv_toolsdir
5118 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5120 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5126 # Extract the first word of "$ac_prog", so it can be a program name with args.
5127 set dummy
$ac_prog; ac_word
=$2
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5129 $as_echo_n "checking for $ac_word... " >&6; }
5130 if ${ac_cv_prog_FLEX+:} false
; then :
5131 $as_echo_n "(cached) " >&6
5133 if test -n "$FLEX"; then
5134 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5136 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5140 test -z "$as_dir" && as_dir
=.
5141 for ac_exec_ext
in '' $ac_executable_extensions; do
5142 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5143 ac_cv_prog_FLEX
="$ac_prog"
5144 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5153 FLEX
=$ac_cv_prog_FLEX
5154 if test -n "$FLEX"; then
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5156 $as_echo "$FLEX" >&6; }
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5159 $as_echo "no" >&6; }
5163 test -n "$FLEX" && break
5165 test -n "$FLEX" || FLEX
="none"
5167 if test "$FLEX" = "none"
5169 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5172 $as_echo_n "checking whether flex is recent enough... " >&6; }
5173 cat >conftest.l
<<EOF
5175 #include "prediluvian.h"
5179 if $FLEX -t conftest.l
>/dev
/null
2>&5
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5182 $as_echo "yes" >&6; }
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5185 $as_echo "no" >&6; }
5186 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5189 for ac_prog
in bison
5191 # Extract the first word of "$ac_prog", so it can be a program name with args.
5192 set dummy
$ac_prog; ac_word
=$2
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5194 $as_echo_n "checking for $ac_word... " >&6; }
5195 if ${ac_cv_prog_BISON+:} false
; then :
5196 $as_echo_n "(cached) " >&6
5198 if test -n "$BISON"; then
5199 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5201 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5205 test -z "$as_dir" && as_dir
=.
5206 for ac_exec_ext
in '' $ac_executable_extensions; do
5207 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5208 ac_cv_prog_BISON
="$ac_prog"
5209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5218 BISON
=$ac_cv_prog_BISON
5219 if test -n "$BISON"; then
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5221 $as_echo "$BISON" >&6; }
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5224 $as_echo "no" >&6; }
5228 test -n "$BISON" && break
5230 test -n "$BISON" || BISON
="none"
5232 if test "$BISON" = "none"
5234 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5237 if test -n "$ac_tool_prefix"; then
5238 for ac_prog
in ar gar
5240 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5241 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5243 $as_echo_n "checking for $ac_word... " >&6; }
5244 if ${ac_cv_prog_AR+:} false
; then :
5245 $as_echo_n "(cached) " >&6
5247 if test -n "$AR"; then
5248 ac_cv_prog_AR
="$AR" # Let the user override the test.
5250 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5254 test -z "$as_dir" && as_dir
=.
5255 for ac_exec_ext
in '' $ac_executable_extensions; do
5256 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5257 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5268 if test -n "$AR"; then
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5270 $as_echo "$AR" >&6; }
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5273 $as_echo "no" >&6; }
5277 test -n "$AR" && break
5280 if test -z "$AR"; then
5282 for ac_prog
in ar gar
5284 # Extract the first word of "$ac_prog", so it can be a program name with args.
5285 set dummy
$ac_prog; ac_word
=$2
5286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5287 $as_echo_n "checking for $ac_word... " >&6; }
5288 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5289 $as_echo_n "(cached) " >&6
5291 if test -n "$ac_ct_AR"; then
5292 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5294 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5298 test -z "$as_dir" && as_dir
=.
5299 for ac_exec_ext
in '' $ac_executable_extensions; do
5300 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5301 ac_cv_prog_ac_ct_AR
="$ac_prog"
5302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5311 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5312 if test -n "$ac_ct_AR"; then
5313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5314 $as_echo "$ac_ct_AR" >&6; }
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5317 $as_echo "no" >&6; }
5321 test -n "$ac_ct_AR" && break
5324 if test "x$ac_ct_AR" = x
; then
5327 case $cross_compiling:$ac_tool_warned in
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5331 ac_tool_warned
=yes ;;
5337 if test -n "$ac_tool_prefix"; then
5338 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5339 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5341 $as_echo_n "checking for $ac_word... " >&6; }
5342 if ${ac_cv_prog_STRIP+:} false
; then :
5343 $as_echo_n "(cached) " >&6
5345 if test -n "$STRIP"; then
5346 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5348 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5352 test -z "$as_dir" && as_dir
=.
5353 for ac_exec_ext
in '' $ac_executable_extensions; do
5354 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5355 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5365 STRIP
=$ac_cv_prog_STRIP
5366 if test -n "$STRIP"; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5368 $as_echo "$STRIP" >&6; }
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5371 $as_echo "no" >&6; }
5376 if test -z "$ac_cv_prog_STRIP"; then
5378 # Extract the first word of "strip", so it can be a program name with args.
5379 set dummy strip
; ac_word
=$2
5380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5381 $as_echo_n "checking for $ac_word... " >&6; }
5382 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5383 $as_echo_n "(cached) " >&6
5385 if test -n "$ac_ct_STRIP"; then
5386 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5388 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5392 test -z "$as_dir" && as_dir
=.
5393 for ac_exec_ext
in '' $ac_executable_extensions; do
5394 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5395 ac_cv_prog_ac_ct_STRIP
="strip"
5396 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5405 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5406 if test -n "$ac_ct_STRIP"; then
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5408 $as_echo "$ac_ct_STRIP" >&6; }
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5411 $as_echo "no" >&6; }
5414 if test "x$ac_ct_STRIP" = x
; then
5417 case $cross_compiling:$ac_tool_warned in
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5420 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5421 ac_tool_warned
=yes ;;
5426 STRIP
="$ac_cv_prog_STRIP"
5431 if test -n "$ac_tool_prefix"; then
5432 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5433 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5435 $as_echo_n "checking for $ac_word... " >&6; }
5436 if ${ac_cv_prog_RANLIB+:} false
; then :
5437 $as_echo_n "(cached) " >&6
5439 if test -n "$RANLIB"; then
5440 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5442 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5446 test -z "$as_dir" && as_dir
=.
5447 for ac_exec_ext
in '' $ac_executable_extensions; do
5448 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5449 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5459 RANLIB
=$ac_cv_prog_RANLIB
5460 if test -n "$RANLIB"; then
5461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5462 $as_echo "$RANLIB" >&6; }
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5465 $as_echo "no" >&6; }
5470 if test -z "$ac_cv_prog_RANLIB"; then
5471 ac_ct_RANLIB
=$RANLIB
5472 # Extract the first word of "ranlib", so it can be a program name with args.
5473 set dummy ranlib
; ac_word
=$2
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5475 $as_echo_n "checking for $ac_word... " >&6; }
5476 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5477 $as_echo_n "(cached) " >&6
5479 if test -n "$ac_ct_RANLIB"; then
5480 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5482 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5486 test -z "$as_dir" && as_dir
=.
5487 for ac_exec_ext
in '' $ac_executable_extensions; do
5488 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5489 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5499 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5500 if test -n "$ac_ct_RANLIB"; then
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5502 $as_echo "$ac_ct_RANLIB" >&6; }
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5505 $as_echo "no" >&6; }
5508 if test "x$ac_ct_RANLIB" = x
; then
5511 case $cross_compiling:$ac_tool_warned in
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5514 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5515 ac_tool_warned
=yes ;;
5517 RANLIB
=$ac_ct_RANLIB
5520 RANLIB
="$ac_cv_prog_RANLIB"
5523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5524 $as_echo_n "checking whether ln -s works... " >&6; }
5526 if test "$LN_S" = "ln -s"; then
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5528 $as_echo "yes" >&6; }
5530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5531 $as_echo "no, using $LN_S" >&6; }
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5535 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5536 if ${ac_cv_path_GREP+:} false
; then :
5537 $as_echo_n "(cached) " >&6
5539 if test -z "$GREP"; then
5540 ac_path_GREP_found
=false
5541 # Loop through the user's path and test for each of PROGNAME-LIST
5542 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5543 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5546 test -z "$as_dir" && as_dir
=.
5547 for ac_prog
in grep ggrep
; do
5548 for ac_exec_ext
in '' $ac_executable_extensions; do
5549 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5550 as_fn_executable_p
"$ac_path_GREP" ||
continue
5551 # Check for GNU ac_path_GREP and select it if it is found.
5552 # Check for GNU $ac_path_GREP
5553 case `"$ac_path_GREP" --version 2>&1` in
5555 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5558 $as_echo_n 0123456789 >"conftest.in"
5561 cat "conftest.in" "conftest.in" >"conftest.tmp"
5562 mv "conftest.tmp" "conftest.in"
5563 cp "conftest.in" "conftest.nl"
5564 $as_echo 'GREP' >> "conftest.nl"
5565 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5566 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5567 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5568 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5569 # Best one so far, save it but keep looking for a better one
5570 ac_cv_path_GREP
="$ac_path_GREP"
5571 ac_path_GREP_max
=$ac_count
5573 # 10*(2^10) chars as input seems more than enough
5574 test $ac_count -gt 10 && break
5576 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5579 $ac_path_GREP_found && break 3
5584 if test -z "$ac_cv_path_GREP"; then
5585 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5588 ac_cv_path_GREP
=$GREP
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5593 $as_echo "$ac_cv_path_GREP" >&6; }
5594 GREP
="$ac_cv_path_GREP"
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5598 $as_echo_n "checking for egrep... " >&6; }
5599 if ${ac_cv_path_EGREP+:} false
; then :
5600 $as_echo_n "(cached) " >&6
5602 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5603 then ac_cv_path_EGREP
="$GREP -E"
5605 if test -z "$EGREP"; then
5606 ac_path_EGREP_found
=false
5607 # Loop through the user's path and test for each of PROGNAME-LIST
5608 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5609 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5612 test -z "$as_dir" && as_dir
=.
5613 for ac_prog
in egrep; do
5614 for ac_exec_ext
in '' $ac_executable_extensions; do
5615 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5616 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5617 # Check for GNU ac_path_EGREP and select it if it is found.
5618 # Check for GNU $ac_path_EGREP
5619 case `"$ac_path_EGREP" --version 2>&1` in
5621 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5624 $as_echo_n 0123456789 >"conftest.in"
5627 cat "conftest.in" "conftest.in" >"conftest.tmp"
5628 mv "conftest.tmp" "conftest.in"
5629 cp "conftest.in" "conftest.nl"
5630 $as_echo 'EGREP' >> "conftest.nl"
5631 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5632 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5633 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5634 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5635 # Best one so far, save it but keep looking for a better one
5636 ac_cv_path_EGREP
="$ac_path_EGREP"
5637 ac_path_EGREP_max
=$ac_count
5639 # 10*(2^10) chars as input seems more than enough
5640 test $ac_count -gt 10 && break
5642 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5645 $ac_path_EGREP_found && break 3
5650 if test -z "$ac_cv_path_EGREP"; then
5651 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5654 ac_cv_path_EGREP
=$EGREP
5659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5660 $as_echo "$ac_cv_path_EGREP" >&6; }
5661 EGREP
="$ac_cv_path_EGREP"
5664 # Extract the first word of "ldconfig", so it can be a program name with args.
5665 set dummy ldconfig
; ac_word
=$2
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if ${ac_cv_path_LDCONFIG+:} false
; then :
5669 $as_echo_n "(cached) " >&6
5673 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5676 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5677 for as_dir
in /sbin
/usr
/sbin
$PATH
5680 test -z "$as_dir" && as_dir
=.
5681 for ac_exec_ext
in '' $ac_executable_extensions; do
5682 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5683 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5691 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5695 LDCONFIG
=$ac_cv_path_LDCONFIG
5696 if test -n "$LDCONFIG"; then
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5698 $as_echo "$LDCONFIG" >&6; }
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5701 $as_echo "no" >&6; }
5705 for ac_prog
in msgfmt
5707 # Extract the first word of "$ac_prog", so it can be a program name with args.
5708 set dummy
$ac_prog; ac_word
=$2
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710 $as_echo_n "checking for $ac_word... " >&6; }
5711 if ${ac_cv_prog_MSGFMT+:} false
; then :
5712 $as_echo_n "(cached) " >&6
5714 if test -n "$MSGFMT"; then
5715 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5717 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5721 test -z "$as_dir" && as_dir
=.
5722 for ac_exec_ext
in '' $ac_executable_extensions; do
5723 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5724 ac_cv_prog_MSGFMT
="$ac_prog"
5725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5734 MSGFMT
=$ac_cv_prog_MSGFMT
5735 if test -n "$MSGFMT"; then
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5737 $as_echo "$MSGFMT" >&6; }
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740 $as_echo "no" >&6; }
5744 test -n "$MSGFMT" && break
5746 test -n "$MSGFMT" || MSGFMT
="false"
5748 if ${ac_tool_prefix+:} false
; then :
5749 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5750 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5752 $as_echo_n "checking for $ac_word... " >&6; }
5753 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5754 $as_echo_n "(cached) " >&6
5756 if test -n "$PKG_CONFIG"; then
5757 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5759 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5763 test -z "$as_dir" && as_dir
=.
5764 for ac_exec_ext
in '' $ac_executable_extensions; do
5765 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5766 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5776 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5777 if test -n "$PKG_CONFIG"; then
5778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5779 $as_echo "$PKG_CONFIG" >&6; }
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5782 $as_echo "no" >&6; }
5787 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5788 if test "x$cross_compiling" = xyes
; then :
5791 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5792 # Extract the first word of "pkg-config", so it can be a program name with args.
5793 set dummy pkg-config
; ac_word
=$2
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5795 $as_echo_n "checking for $ac_word... " >&6; }
5796 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5797 $as_echo_n "(cached) " >&6
5799 if test -n "$PKG_CONFIG"; then
5800 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5802 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5806 test -z "$as_dir" && as_dir
=.
5807 for ac_exec_ext
in '' $ac_executable_extensions; do
5808 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5809 ac_cv_prog_PKG_CONFIG
="pkg-config"
5810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5819 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5820 if test -n "$PKG_CONFIG"; then
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5822 $as_echo "$PKG_CONFIG" >&6; }
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5825 $as_echo "no" >&6; }
5831 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5834 if test "x$enable_maintainer_mode" != "xyes"
5841 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5842 for ac_prog
in fontforge
5844 # Extract the first word of "$ac_prog", so it can be a program name with args.
5845 set dummy
$ac_prog; ac_word
=$2
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5847 $as_echo_n "checking for $ac_word... " >&6; }
5848 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5849 $as_echo_n "(cached) " >&6
5851 if test -n "$FONTFORGE"; then
5852 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5854 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5858 test -z "$as_dir" && as_dir
=.
5859 for ac_exec_ext
in '' $ac_executable_extensions; do
5860 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5861 ac_cv_prog_FONTFORGE
="$ac_prog"
5862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5871 FONTFORGE
=$ac_cv_prog_FONTFORGE
5872 if test -n "$FONTFORGE"; then
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5874 $as_echo "$FONTFORGE" >&6; }
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5877 $as_echo "no" >&6; }
5881 test -n "$FONTFORGE" && break
5883 test -n "$FONTFORGE" || FONTFORGE
="false"
5885 for ac_prog
in rsvg-convert rsvg
5887 # Extract the first word of "$ac_prog", so it can be a program name with args.
5888 set dummy
$ac_prog; ac_word
=$2
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5890 $as_echo_n "checking for $ac_word... " >&6; }
5891 if ${ac_cv_prog_RSVG+:} false
; then :
5892 $as_echo_n "(cached) " >&6
5894 if test -n "$RSVG"; then
5895 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5897 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5901 test -z "$as_dir" && as_dir
=.
5902 for ac_exec_ext
in '' $ac_executable_extensions; do
5903 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5904 ac_cv_prog_RSVG
="$ac_prog"
5905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5914 RSVG
=$ac_cv_prog_RSVG
5915 if test -n "$RSVG"; then
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5917 $as_echo "$RSVG" >&6; }
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5920 $as_echo "no" >&6; }
5924 test -n "$RSVG" && break
5926 test -n "$RSVG" || RSVG
="false"
5928 for ac_prog
in convert
5930 # Extract the first word of "$ac_prog", so it can be a program name with args.
5931 set dummy
$ac_prog; ac_word
=$2
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5933 $as_echo_n "checking for $ac_word... " >&6; }
5934 if ${ac_cv_prog_CONVERT+:} false
; then :
5935 $as_echo_n "(cached) " >&6
5937 if test -n "$CONVERT"; then
5938 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5940 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5944 test -z "$as_dir" && as_dir
=.
5945 for ac_exec_ext
in '' $ac_executable_extensions; do
5946 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5947 ac_cv_prog_CONVERT
="$ac_prog"
5948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5957 CONVERT
=$ac_cv_prog_CONVERT
5958 if test -n "$CONVERT"; then
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5960 $as_echo "$CONVERT" >&6; }
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5963 $as_echo "no" >&6; }
5967 test -n "$CONVERT" && break
5969 test -n "$CONVERT" || CONVERT
="false"
5971 for ac_prog
in icotool
5973 # Extract the first word of "$ac_prog", so it can be a program name with args.
5974 set dummy
$ac_prog; ac_word
=$2
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5976 $as_echo_n "checking for $ac_word... " >&6; }
5977 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5978 $as_echo_n "(cached) " >&6
5980 if test -n "$ICOTOOL"; then
5981 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5987 test -z "$as_dir" && as_dir
=.
5988 for ac_exec_ext
in '' $ac_executable_extensions; do
5989 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5990 ac_cv_prog_ICOTOOL
="$ac_prog"
5991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6000 ICOTOOL
=$ac_cv_prog_ICOTOOL
6001 if test -n "$ICOTOOL"; then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6003 $as_echo "$ICOTOOL" >&6; }
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6006 $as_echo "no" >&6; }
6010 test -n "$ICOTOOL" && break
6012 test -n "$ICOTOOL" || ICOTOOL
="false"
6014 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6015 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6017 if test "$CONVERT" = false
6019 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6022 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6023 convert_version
=`convert --version | head -n1`
6024 if test "x$convert_version" != "x"
6026 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6027 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6028 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6033 if test "$CONVERT" = false
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6036 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6037 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6040 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6044 if test "$ICOTOOL" = false
6046 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6049 $as_echo_n "checking for recent enough icotool... " >&6; }
6050 icotool_version
=`icotool --version | head -n1`
6051 if test "x$icotool_version" != "x"
6053 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6054 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6055 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6058 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6061 if test "$ICOTOOL" = false
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6064 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6065 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6068 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6074 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6077 test "x$with_gettext" != xno || MSGFMT
=false
6078 if test "$MSGFMT" != "false"
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6081 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6082 cat >conftest.po
<<EOF
6088 if $MSGFMT -o /dev
/null conftest.po
2>&5
6090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6091 $as_echo "yes" >&6; }
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6094 $as_echo "no" >&6; }
6098 if test "$MSGFMT" = false
; then :
6099 case "x$with_gettext" in
6100 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6102 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6103 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6109 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6110 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6111 $as_echo_n "(cached) " >&6
6113 ac_check_lib_save_LIBS
=$LIBS
6115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6116 /* end confdefs.h. */
6118 /* Override any GCC internal prototype to avoid an error.
6119 Use char because int might match the return type of a GCC
6120 builtin and then its argument prototype would still apply. */
6124 char i386_set_ldt ();
6128 return i386_set_ldt ();
6133 if ac_fn_c_try_link
"$LINENO"; then :
6134 ac_cv_lib_i386_i386_set_ldt
=yes
6136 ac_cv_lib_i386_i386_set_ldt
=no
6138 rm -f core conftest.err conftest.
$ac_objext \
6139 conftest
$ac_exeext conftest.
$ac_ext
6140 LIBS
=$ac_check_lib_save_LIBS
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6143 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6144 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6145 cat >>confdefs.h
<<_ACEOF
6146 #define HAVE_LIBI386 1
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6154 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6155 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6156 $as_echo_n "(cached) " >&6
6158 ac_check_lib_save_LIBS
=$LIBS
6159 LIBS
="-lossaudio $LIBS"
6160 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6161 /* end confdefs.h. */
6163 /* Override any GCC internal prototype to avoid an error.
6164 Use char because int might match the return type of a GCC
6165 builtin and then its argument prototype would still apply. */
6173 return _oss_ioctl ();
6178 if ac_fn_c_try_link
"$LINENO"; then :
6179 ac_cv_lib_ossaudio__oss_ioctl
=yes
6181 ac_cv_lib_ossaudio__oss_ioctl
=no
6183 rm -f core conftest.err conftest.
$ac_objext \
6184 conftest
$ac_exeext conftest.
$ac_ext
6185 LIBS
=$ac_check_lib_save_LIBS
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6188 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6189 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6190 cat >>confdefs.h
<<_ACEOF
6191 #define HAVE_LIBOSSAUDIO 1
6194 LIBS
="-lossaudio $LIBS"
6203 # Check whether --enable-largefile was given.
6204 if test "${enable_largefile+set}" = set; then :
6205 enableval
=$enable_largefile;
6208 if test "$enable_largefile" != no
; then
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6211 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6212 if ${ac_cv_sys_largefile_CC+:} false
; then :
6213 $as_echo_n "(cached) " >&6
6215 ac_cv_sys_largefile_CC
=no
6216 if test "$GCC" != yes; then
6219 # IRIX 6.2 and later do not support large files by default,
6220 # so use the C compiler's -n32 option if that helps.
6221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6222 /* end confdefs.h. */
6223 #include <sys/types.h>
6224 /* Check that off_t can represent 2**63 - 1 correctly.
6225 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6226 since some C++ compilers masquerading as C compilers
6227 incorrectly reject 9223372036854775807. */
6228 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6229 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6230 && LARGE_OFF_T % 2147483647 == 1)
6240 if ac_fn_c_try_compile
"$LINENO"; then :
6243 rm -f core conftest.err conftest.
$ac_objext
6245 if ac_fn_c_try_compile
"$LINENO"; then :
6246 ac_cv_sys_largefile_CC
=' -n32'; break
6248 rm -f core conftest.err conftest.
$ac_objext
6252 rm -f conftest.
$ac_ext
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6256 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6257 if test "$ac_cv_sys_largefile_CC" != no
; then
6258 CC
=$CC$ac_cv_sys_largefile_CC
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6262 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6263 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6264 $as_echo_n "(cached) " >&6
6267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6268 /* end confdefs.h. */
6269 #include <sys/types.h>
6270 /* Check that off_t can represent 2**63 - 1 correctly.
6271 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6272 since some C++ compilers masquerading as C compilers
6273 incorrectly reject 9223372036854775807. */
6274 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6275 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6276 && LARGE_OFF_T % 2147483647 == 1)
6286 if ac_fn_c_try_compile
"$LINENO"; then :
6287 ac_cv_sys_file_offset_bits
=no
; break
6289 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6290 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6291 /* end confdefs.h. */
6292 #define _FILE_OFFSET_BITS 64
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
=64; break
6313 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6314 ac_cv_sys_file_offset_bits
=unknown
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6319 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6320 case $ac_cv_sys_file_offset_bits in #(
6323 cat >>confdefs.h
<<_ACEOF
6324 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6329 if test $ac_cv_sys_file_offset_bits = unknown
; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6331 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6332 if ${ac_cv_sys_large_files+:} false
; then :
6333 $as_echo_n "(cached) " >&6
6336 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6337 /* end confdefs.h. */
6338 #include <sys/types.h>
6339 /* Check that off_t can represent 2**63 - 1 correctly.
6340 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6341 since some C++ compilers masquerading as C compilers
6342 incorrectly reject 9223372036854775807. */
6343 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6344 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6345 && LARGE_OFF_T % 2147483647 == 1)
6355 if ac_fn_c_try_compile
"$LINENO"; then :
6356 ac_cv_sys_large_files
=no
; break
6358 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6360 /* end confdefs.h. */
6361 #define _LARGE_FILES 1
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
=1; break
6382 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6383 ac_cv_sys_large_files
=unknown
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6388 $as_echo "$ac_cv_sys_large_files" >&6; }
6389 case $ac_cv_sys_large_files in #(
6392 cat >>confdefs.h
<<_ACEOF
6393 #define _LARGE_FILES $ac_cv_sys_large_files
6405 ac_cpp
='$CPP $CPPFLAGS'
6406 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6407 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6408 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6410 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6411 # On Suns, sometimes $CPP names a directory.
6412 if test -n "$CPP" && test -d "$CPP"; then
6415 if test -z "$CPP"; then
6416 if ${ac_cv_prog_CPP+:} false
; then :
6417 $as_echo_n "(cached) " >&6
6419 # Double quotes because CPP needs to be expanded
6420 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6423 for ac_c_preproc_warn_flag
in '' yes
6425 # Use a header file that comes with gcc, so configuring glibc
6426 # with a fresh cross-compiler works.
6427 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6428 # <limits.h> exists even on freestanding compilers.
6429 # On the NeXT, cc -E runs the code through the compiler's parser,
6430 # not just through cpp. "Syntax error" is here to catch this case.
6431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6432 /* end confdefs.h. */
6434 # include <limits.h>
6436 # include <assert.h>
6440 if ac_fn_c_try_cpp
"$LINENO"; then :
6443 # Broken: fails on valid input.
6446 rm -f conftest.err conftest.i conftest.
$ac_ext
6448 # OK, works on sane cases. Now check whether nonexistent headers
6449 # can be detected and how.
6450 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6451 /* end confdefs.h. */
6452 #include <ac_nonexistent.h>
6454 if ac_fn_c_try_cpp
"$LINENO"; then :
6455 # Broken: success on invalid input.
6458 # Passes both tests.
6462 rm -f conftest.err conftest.i conftest.
$ac_ext
6465 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6466 rm -f conftest.i conftest.err conftest.
$ac_ext
6467 if $ac_preproc_ok; then :
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6480 $as_echo "$CPP" >&6; }
6482 for ac_c_preproc_warn_flag
in '' yes
6484 # Use a header file that comes with gcc, so configuring glibc
6485 # with a fresh cross-compiler works.
6486 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6487 # <limits.h> exists even on freestanding compilers.
6488 # On the NeXT, cc -E runs the code through the compiler's parser,
6489 # not just through cpp. "Syntax error" is here to catch this case.
6490 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6491 /* end confdefs.h. */
6493 # include <limits.h>
6495 # include <assert.h>
6499 if ac_fn_c_try_cpp
"$LINENO"; then :
6502 # Broken: fails on valid input.
6505 rm -f conftest.err conftest.i conftest.
$ac_ext
6507 # OK, works on sane cases. Now check whether nonexistent headers
6508 # can be detected and how.
6509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6510 /* end confdefs.h. */
6511 #include <ac_nonexistent.h>
6513 if ac_fn_c_try_cpp
"$LINENO"; then :
6514 # Broken: success on invalid input.
6517 # Passes both tests.
6521 rm -f conftest.err conftest.i conftest.
$ac_ext
6524 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6525 rm -f conftest.i conftest.err conftest.
$ac_ext
6526 if $ac_preproc_ok; then :
6529 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6530 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6531 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6532 See \`config.log' for more details" "$LINENO" 5; }
6536 ac_cpp
='$CPP $CPPFLAGS'
6537 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6538 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6539 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6543 $as_echo_n "checking for ANSI C header files... " >&6; }
6544 if ${ac_cv_header_stdc+:} false
; then :
6545 $as_echo_n "(cached) " >&6
6547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6548 /* end confdefs.h. */
6562 if ac_fn_c_try_compile
"$LINENO"; then :
6563 ac_cv_header_stdc
=yes
6565 ac_cv_header_stdc
=no
6567 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6569 if test $ac_cv_header_stdc = yes; then
6570 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6572 /* end confdefs.h. */
6576 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6577 $EGREP "memchr" >/dev
/null
2>&1; then :
6580 ac_cv_header_stdc
=no
6586 if test $ac_cv_header_stdc = yes; then
6587 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6589 /* end confdefs.h. */
6593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6594 $EGREP "free" >/dev
/null
2>&1; then :
6597 ac_cv_header_stdc
=no
6603 if test $ac_cv_header_stdc = yes; then
6604 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6605 if test "$cross_compiling" = yes; then :
6608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6609 /* end confdefs.h. */
6612 #if ((' ' & 0x0FF) == 0x020)
6613 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6614 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6616 # define ISLOWER(c) \
6617 (('a' <= (c) && (c) <= 'i') \
6618 || ('j' <= (c) && (c) <= 'r') \
6619 || ('s' <= (c) && (c) <= 'z'))
6620 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6623 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6628 for (i = 0; i < 256; i++)
6629 if (XOR (islower (i), ISLOWER (i))
6630 || toupper (i) != TOUPPER (i))
6635 if ac_fn_c_try_run
"$LINENO"; then :
6638 ac_cv_header_stdc
=no
6640 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6641 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6647 $as_echo "$ac_cv_header_stdc" >&6; }
6648 if test $ac_cv_header_stdc = yes; then
6650 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6654 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6655 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6656 inttypes.h stdint.h unistd.h
6658 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6659 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6661 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6662 cat >>confdefs.h
<<_ACEOF
6663 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6673 ApplicationServices
/ApplicationServices.h \
6674 AudioToolbox
/AudioConverter.h \
6675 AudioUnit
/AudioUnit.h \
6676 AudioUnit
/AudioComponent.h \
6679 CommonCrypto
/CommonDigest.h \
6680 CoreAudio
/CoreAudio.h \
6681 CoreServices
/CoreServices.h \
6682 DiskArbitration
/DiskArbitration.h \
6684 IOKit
/hid
/IOHIDLib.h \
6687 QuickTime
/ImageCompression.h \
6688 Security
/Security.h \
6739 netinet
/in_systm.h \
6802 valgrind
/memcheck.h \
6803 valgrind
/valgrind.h \
6807 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6808 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6809 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6810 cat >>confdefs.h
<<_ACEOF
6811 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6819 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6820 if ${ac_cv_header_stat_broken+:} false
; then :
6821 $as_echo_n "(cached) " >&6
6823 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6824 /* end confdefs.h. */
6825 #include <sys/types.h>
6826 #include <sys/stat.h>
6828 #if defined S_ISBLK && defined S_IFDIR
6829 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6832 #if defined S_ISBLK && defined S_IFCHR
6833 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6836 #if defined S_ISLNK && defined S_IFREG
6837 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6840 #if defined S_ISSOCK && defined S_IFREG
6841 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6845 if ac_fn_c_try_compile
"$LINENO"; then :
6846 ac_cv_header_stat_broken
=no
6848 ac_cv_header_stat_broken
=yes
6850 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6853 $as_echo "$ac_cv_header_stat_broken" >&6; }
6854 if test $ac_cv_header_stat_broken = yes; then
6856 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6862 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6864 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6865 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6866 #ifdef HAVE_SYS_PARAM_H
6867 # include <sys/param.h>
6870 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6871 cat >>confdefs.h
<<_ACEOF
6872 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6887 netinet
/if_ether.h \
6888 netinet
/if_inarp.h \
6897 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6898 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6899 #ifdef HAVE_SYS_SOCKET_H
6900 # include <sys/socket.h>
6902 #ifdef HAVE_SYS_SOCKETVAR_H
6903 # include <sys/socketvar.h>
6905 #ifdef HAVE_NET_ROUTE_H
6906 # include <net/route.h>
6908 #ifdef HAVE_NETINET_IN_H
6909 # include <netinet/in.h>
6911 #ifdef HAVE_NETINET_IN_SYSTM_H
6912 # include <netinet/in_systm.h>
6914 #ifdef HAVE_NET_IF_H
6915 # include <net/if.h>
6917 #ifdef HAVE_NETINET_IP_H
6918 # include <netinet/ip.h>
6921 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6922 cat >>confdefs.h
<<_ACEOF
6923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6931 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6933 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6934 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6938 #ifdef HAVE_SYS_SOCKET_H
6939 # include <sys/socket.h>
6941 #ifdef HAVE_SYS_SOCKETVAR_H
6942 # include <sys/socketvar.h>
6944 #ifdef HAVE_SYS_TIMEOUT_H
6945 # include <sys/timeout.h>
6947 #ifdef HAVE_NETINET_IN_H
6948 # include <netinet/in.h>
6950 #ifdef HAVE_NETINET_IN_SYSTM_H
6951 # include <netinet/in_systm.h>
6953 #ifdef HAVE_NETINET_IP_H
6954 # include <netinet/ip.h>
6956 #ifdef HAVE_NETINET_IP_VAR_H
6957 # include <netinet/ip_var.h>
6959 #ifdef HAVE_NETINET_IP_ICMP_H
6960 # include <netinet/ip_icmp.h>
6962 #ifdef HAVE_NETINET_UDP_H
6963 # include <netinet/udp.h>
6965 #ifdef HAVE_NETINET_TCP_H
6966 # include <netinet/tcp.h>
6968 #ifdef HAVE_NETINET_TCP_TIMER_H
6969 #include <netinet/tcp_timer.h>
6972 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6973 cat >>confdefs.h
<<_ACEOF
6974 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6982 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6984 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6985 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6986 #ifdef HAVE_ASM_TYPES_H
6987 # include <asm/types.h>
6989 #ifdef HAVE_SYS_SOCKET_H
6990 # include <sys/socket.h>
6992 #ifdef HAVE_LINUX_TYPES_H
6993 # include <linux/types.h>
6996 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6997 cat >>confdefs.h
<<_ACEOF
6998 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7006 for ac_header
in mach-o
/dyld_images.h
7008 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7009 # include <stdbool.h>
7011 #ifdef HAVE_STDINT_H
7012 # include <stdint.h>
7015 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7016 cat >>confdefs.h
<<_ACEOF
7017 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7025 for ac_header
in resolv.h
7027 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7028 #ifdef HAVE_SYS_SOCKET_H
7029 # include <sys/socket.h>
7031 #ifdef HAVE_NETINET_IN_H
7032 # include <netinet/in.h>
7034 #ifdef HAVE_ARPA_NAMESER_H
7035 # include <arpa/nameser.h>
7038 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7039 cat >>confdefs.h
<<_ACEOF
7040 #define HAVE_RESOLV_H 1
7048 for ac_header
in ifaddrs.h
7050 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7052 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7053 cat >>confdefs.h
<<_ACEOF
7054 #define HAVE_IFADDRS_H 1
7062 for ac_header
in sys
/ucontext.h
7064 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7066 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7067 cat >>confdefs.h
<<_ACEOF
7068 #define HAVE_SYS_UCONTEXT_H 1
7076 for ac_header
in sys
/thr.h
7078 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7079 #ifdef HAVE_SYS_UCONTEXT_H
7080 #include <sys/ucontext.h>
7083 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7084 cat >>confdefs.h
<<_ACEOF
7085 #define HAVE_SYS_THR_H 1
7093 for ac_header
in pthread_np.h
7095 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7096 #include <pthread.h>
7099 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7100 cat >>confdefs.h
<<_ACEOF
7101 #define HAVE_PTHREAD_NP_H 1
7109 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7111 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7112 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7113 #include <sys/time.h>
7115 #include <sys/types.h>
7116 #ifdef HAVE_ASM_TYPES_H
7117 #include <asm/types.h>
7120 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7121 cat >>confdefs.h
<<_ACEOF
7122 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7130 for ac_header
in libprocstat.h
7132 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7133 #include <sys/param.h>
7135 #ifdef HAVE_SYS_QUEUE_H
7136 #include <sys/queue.h>
7138 #ifdef HAVE_SYS_SOCKET_H
7139 #include <sys/socket.h>
7142 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7143 cat >>confdefs.h
<<_ACEOF
7144 #define HAVE_LIBPROCSTAT_H 1
7153 dlldir
="\${libdir}/wine"
7155 DLLFLAGS
="-D_REENTRANT"
7166 STATIC_IMPLIBEXT
="def.a"
7167 # Extract the first word of "ldd", so it can be a program name with args.
7168 set dummy ldd
; ac_word
=$2
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7170 $as_echo_n "checking for $ac_word... " >&6; }
7171 if ${ac_cv_path_LDD+:} false
; then :
7172 $as_echo_n "(cached) " >&6
7176 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7179 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7180 as_dummy
="/sbin:/usr/sbin:$PATH"
7181 for as_dir
in $as_dummy
7184 test -z "$as_dir" && as_dir
=.
7185 for ac_exec_ext
in '' $ac_executable_extensions; do
7186 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7187 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7195 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7200 if test -n "$LDD"; then
7201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7202 $as_echo "$LDD" >&6; }
7204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7205 $as_echo "no" >&6; }
7209 if test -n "$ac_tool_prefix"; then
7210 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7211 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7213 $as_echo_n "checking for $ac_word... " >&6; }
7214 if ${ac_cv_prog_OTOOL+:} false
; then :
7215 $as_echo_n "(cached) " >&6
7217 if test -n "$OTOOL"; then
7218 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7220 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7224 test -z "$as_dir" && as_dir
=.
7225 for ac_exec_ext
in '' $ac_executable_extensions; do
7226 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7227 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7237 OTOOL
=$ac_cv_prog_OTOOL
7238 if test -n "$OTOOL"; then
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7240 $as_echo "$OTOOL" >&6; }
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; }
7248 if test -z "$ac_cv_prog_OTOOL"; then
7250 # Extract the first word of "otool", so it can be a program name with args.
7251 set dummy otool
; ac_word
=$2
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7253 $as_echo_n "checking for $ac_word... " >&6; }
7254 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7255 $as_echo_n "(cached) " >&6
7257 if test -n "$ac_ct_OTOOL"; then
7258 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7260 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7264 test -z "$as_dir" && as_dir
=.
7265 for ac_exec_ext
in '' $ac_executable_extensions; do
7266 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7267 ac_cv_prog_ac_ct_OTOOL
="otool"
7268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7277 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7278 if test -n "$ac_ct_OTOOL"; then
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7280 $as_echo "$ac_ct_OTOOL" >&6; }
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7283 $as_echo "no" >&6; }
7286 if test "x$ac_ct_OTOOL" = x
; then
7289 case $cross_compiling:$ac_tool_warned in
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7293 ac_tool_warned
=yes ;;
7298 OTOOL
="$ac_cv_prog_OTOOL"
7301 if test -n "$ac_tool_prefix"; then
7302 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7303 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7305 $as_echo_n "checking for $ac_word... " >&6; }
7306 if ${ac_cv_prog_READELF+:} false
; then :
7307 $as_echo_n "(cached) " >&6
7309 if test -n "$READELF"; then
7310 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7312 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7316 test -z "$as_dir" && as_dir
=.
7317 for ac_exec_ext
in '' $ac_executable_extensions; do
7318 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7319 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7329 READELF
=$ac_cv_prog_READELF
7330 if test -n "$READELF"; then
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7332 $as_echo "$READELF" >&6; }
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7335 $as_echo "no" >&6; }
7340 if test -z "$ac_cv_prog_READELF"; then
7341 ac_ct_READELF
=$READELF
7342 # Extract the first word of "readelf", so it can be a program name with args.
7343 set dummy readelf
; ac_word
=$2
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7345 $as_echo_n "checking for $ac_word... " >&6; }
7346 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7347 $as_echo_n "(cached) " >&6
7349 if test -n "$ac_ct_READELF"; then
7350 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7352 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7356 test -z "$as_dir" && as_dir
=.
7357 for ac_exec_ext
in '' $ac_executable_extensions; do
7358 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7359 ac_cv_prog_ac_ct_READELF
="readelf"
7360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7369 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7370 if test -n "$ac_ct_READELF"; then
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7372 $as_echo "$ac_ct_READELF" >&6; }
7374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7375 $as_echo "no" >&6; }
7378 if test "x$ac_ct_READELF" = x
; then
7381 case $cross_compiling:$ac_tool_warned in
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7384 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7385 ac_tool_warned
=yes ;;
7387 READELF
=$ac_ct_READELF
7390 READELF
="$ac_cv_prog_READELF"
7393 wine_rules_file
=conf$
$rules.
make
7394 rm -f $wine_rules_file
7396 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7399 ALL_TEST_RESOURCES
=""
7402 wine_fn_append_file
()
7404 as_fn_append
$1 " \\$as_nl $2"
7407 wine_fn_ignore_file
()
7410 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7411 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7412 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7416 wine_fn_append_rule
()
7418 $as_echo "$1" >>$wine_rules_file
7423 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7426 wine_fn_depend_rules
()
7428 wine_fn_append_file SUBDIRS
$ac_dir
7431 wine_fn_pot_rules
()
7433 test "x$with_gettextpo" = xyes ||
return
7435 if wine_fn_has_flag mc
7437 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7438 wine_fn_append_rule \
7439 "$ac_dir/msg.pot: dummy
7440 @cd $ac_dir && \$(MAKE) msg.pot
7441 $ac_dir/msg.pot: tools/wmc include"
7443 if wine_fn_has_flag po
7445 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7446 wine_fn_append_rule \
7447 "$ac_dir/rsrc.pot: dummy
7448 @cd $ac_dir && \$(MAKE) rsrc.pot
7449 $ac_dir/rsrc.pot: tools/wrc include"
7453 wine_fn_all_rules
()
7455 wine_fn_depend_rules
7456 wine_fn_append_rule \
7460 @cd $ac_dir && \$(MAKE)"
7463 wine_fn_install_rules
()
7465 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7467 wine_fn_append_rule \
7468 ".PHONY: $ac_dir/install $ac_dir/uninstall
7469 $ac_dir/install:: $ac_dir
7470 @cd $ac_dir && \$(MAKE) install
7472 @cd $ac_dir && \$(MAKE) uninstall
7473 install:: $ac_dir/install
7474 __uninstall__: $ac_dir/uninstall"
7476 if wine_fn_has_flag install-lib
7478 wine_fn_append_rule \
7479 ".PHONY: $ac_dir/install-lib
7480 $ac_dir/install-lib:: $ac_dir
7481 @cd $ac_dir && \$(MAKE) install-lib
7482 install-lib:: $ac_dir/install-lib"
7485 if wine_fn_has_flag install-dev
7487 wine_fn_append_rule \
7488 ".PHONY: $ac_dir/install-dev
7489 $ac_dir/install-dev:: $ac_dir
7490 @cd $ac_dir && \$(MAKE) install-dev
7491 install-dev:: $ac_dir/install-dev"
7495 wine_fn_clean_rules
()
7499 if wine_fn_has_flag clean
7501 wine_fn_append_rule \
7502 "$ac_dir/clean: dummy
7503 @cd $ac_dir && \$(MAKE) clean"
7505 wine_fn_append_rule \
7506 "$ac_dir/clean: dummy
7507 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7509 wine_fn_append_rule \
7510 "__clean__: $ac_dir/clean
7511 .PHONY: $ac_dir/clean"
7514 wine_fn_disabled_rules
()
7518 wine_fn_append_rule \
7519 "__clean__: $ac_dir/clean
7520 .PHONY: $ac_dir/clean
7521 $ac_dir/clean: dummy
7522 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7525 wine_fn_config_makefile
()
7531 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7532 wine_fn_disabled_rules
; return
7535 wine_fn_install_rules
7539 wine_fn_config_lib
()
7543 ac_dir
=dlls
/$ac_name
7546 if test "x$enable_tools" = xno
; then :
7549 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7554 wine_fn_append_rule \
7555 ".PHONY: $ac_dir/install $ac_dir/uninstall
7556 $ac_dir/install:: $ac_dir
7557 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7559 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7560 install install-dev:: $ac_dir/install
7561 __uninstall__: $ac_dir/uninstall
7562 __builddeps__: $ac_dir
7566 wine_fn_config_dll
()
7569 ac_dir
=dlls
/$ac_name
7572 ac_implib
=${4:-$ac_name}
7573 ac_file
=$ac_dir/lib
$ac_implib
7578 if test "x$enable_tools" = xno
; then :
7581 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7584 *16) ac_implibflags
=" -m16" ;;
7586 *) ac_dll
=$ac_dll.dll
;;
7590 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7591 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7592 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7593 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7595 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7596 if test "$ac_enable" != enable_win16
7598 wine_fn_depend_rules
7599 wine_fn_clean_rules
$ac_clean
7602 wine_fn_disabled_rules
$ac_clean
7607 wine_fn_clean_rules
$ac_clean
7608 wine_fn_append_rule \
7609 "$ac_dir: __builddeps__
7610 manpages htmlpages sgmlpages xmlpages::
7611 @cd $ac_dir && \$(MAKE) \$@
7612 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7613 install install-lib:: $ac_dir/install-lib
7614 __uninstall__: $ac_dir/uninstall"
7615 if test -n "$DLLEXT"
7617 wine_fn_append_rule \
7618 "$ac_dir/install-lib:: $ac_dir
7619 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7620 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7622 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7624 wine_fn_append_rule \
7625 "$ac_dir/install-lib:: $ac_dir
7626 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7628 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7634 if wine_fn_has_flag staticimplib
7636 wine_fn_append_rule \
7637 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7638 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7639 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7640 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7641 $ac_file.$STATIC_IMPLIBEXT: dummy
7642 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7643 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7644 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7645 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7647 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7648 install install-dev:: $ac_dir/install-dev
7649 __uninstall__: $ac_dir/uninstall"
7651 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7653 wine_fn_append_rule \
7654 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7655 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7657 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7660 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7662 wine_fn_append_rule \
7663 "__builddeps__: $ac_file.cross.a
7664 $ac_file.cross.a: dummy
7665 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7668 elif wine_fn_has_flag implib
7670 wine_fn_append_rule \
7671 "__builddeps__: $ac_file.$IMPLIBEXT
7672 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7673 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7674 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7675 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7676 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7677 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7678 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7680 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7681 install install-dev:: $ac_dir/install-dev
7682 __uninstall__: $ac_dir/uninstall"
7683 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7685 wine_fn_append_rule \
7686 "__builddeps__: $ac_file.cross.a
7687 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7688 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7691 if test "$ac_name" != "$ac_implib"
7693 wine_fn_append_rule \
7694 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7695 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7696 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7698 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7699 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7700 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7702 wine_fn_append_rule \
7703 "__builddeps__: dlls/lib$ac_implib.cross.a
7704 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7705 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7707 \$(RM) dlls/lib$ac_implib.cross.a"
7708 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7714 wine_fn_config_program
()
7717 ac_dir
=programs
/$ac_name
7724 *) ac_program
=$ac_program.exe
;;
7728 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7729 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7730 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7731 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7733 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7734 wine_fn_disabled_rules
$ac_clean; return
7738 wine_fn_clean_rules
$ac_clean
7739 wine_fn_append_rule
"$ac_dir: __builddeps__"
7742 wine_fn_has_flag
install ||
return
7743 wine_fn_append_rule \
7744 ".PHONY: $ac_dir/install $ac_dir/uninstall
7745 install install-lib:: $ac_dir/install
7746 __uninstall__: $ac_dir/uninstall"
7748 if test -n "$DLLEXT"
7750 wine_fn_append_rule \
7751 "$ac_dir/install:: $ac_dir
7752 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7753 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7755 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7757 if test -z "$with_wine64" && wine_fn_has_flag installbin
7759 wine_fn_append_rule \
7760 "$ac_dir/install:: __tooldeps__
7761 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7763 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7766 wine_fn_append_rule \
7767 "$ac_dir/install:: $ac_dir
7768 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7770 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7773 if test -z "$with_wine64" && wine_fn_has_flag manpage
7775 wine_fn_append_rule \
7776 "$ac_dir/install:: $ac_dir
7777 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7779 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7783 wine_fn_config_test
()
7790 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7791 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7793 if test "x$enable_tests" = xno
; then :
7794 wine_fn_disabled_rules
$ac_clean; return
7797 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7799 wine_fn_clean_rules
$ac_clean
7801 wine_fn_append_rule \
7802 "$ac_dir: __builddeps__
7803 programs/winetest: $ac_dir
7804 check test: $ac_dir/test
7805 .PHONY: $ac_dir/test
7807 @cd $ac_dir && \$(MAKE) test
7809 \$(RM) $ac_dir/*.ok"
7811 if test -n "$CROSSTARGET"
7813 wine_fn_append_rule \
7814 "crosstest: $ac_dir/crosstest
7815 .PHONY: $ac_dir/crosstest
7816 $ac_dir/crosstest: __builddeps__ dummy
7817 @cd $ac_dir && \$(MAKE) crosstest"
7821 wine_fn_config_tool
()
7825 if test "x$enable_tools" = xno
; then :
7830 wine_fn_install_rules
7833 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7834 wine_fn_append_rule
"$ac_dir: libs/port"
7836 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7840 wine_fn_config_symlink
()
7843 if test "x$1" = "x-d"
7849 wine_fn_append_rule \
7851 @./config.status \$@
7854 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7855 test -n "$ac_linkdir" ||
return
7856 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
7860 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7861 WINELOADER_PROGRAMS
="$wine_binary"
7863 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7867 if test -n "$ac_tool_prefix"; then
7868 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7869 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7871 $as_echo_n "checking for $ac_word... " >&6; }
7872 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7873 $as_echo_n "(cached) " >&6
7875 if test -n "$DLLTOOL"; then
7876 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7878 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7882 test -z "$as_dir" && as_dir
=.
7883 for ac_exec_ext
in '' $ac_executable_extensions; do
7884 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7885 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7895 DLLTOOL
=$ac_cv_prog_DLLTOOL
7896 if test -n "$DLLTOOL"; then
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7898 $as_echo "$DLLTOOL" >&6; }
7900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7901 $as_echo "no" >&6; }
7906 if test -z "$ac_cv_prog_DLLTOOL"; then
7907 ac_ct_DLLTOOL
=$DLLTOOL
7908 # Extract the first word of "dlltool", so it can be a program name with args.
7909 set dummy dlltool
; ac_word
=$2
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7911 $as_echo_n "checking for $ac_word... " >&6; }
7912 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7913 $as_echo_n "(cached) " >&6
7915 if test -n "$ac_ct_DLLTOOL"; then
7916 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7918 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7922 test -z "$as_dir" && as_dir
=.
7923 for ac_exec_ext
in '' $ac_executable_extensions; do
7924 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7925 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7935 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7936 if test -n "$ac_ct_DLLTOOL"; then
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7938 $as_echo "$ac_ct_DLLTOOL" >&6; }
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7941 $as_echo "no" >&6; }
7944 if test "x$ac_ct_DLLTOOL" = x
; then
7947 case $cross_compiling:$ac_tool_warned in
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7951 ac_tool_warned
=yes ;;
7953 DLLTOOL
=$ac_ct_DLLTOOL
7956 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7962 STATIC_IMPLIBEXT
="a"
7963 enable_iphlpapi
=${enable_iphlpapi:-no}
7964 enable_kernel32
=${enable_kernel32:-no}
7965 enable_msvcrt
=${enable_msvcrt:-no}
7966 enable_ntdll
=${enable_ntdll:-no}
7967 enable_ws2_32
=${enable_ws2_32:-no}
7968 enable_loader
=${enable_loader:-no}
7969 enable_server
=${enable_server:-no}
7970 with_x
=${with_x:-no}
7971 with_pthread
=${with_pthread:-no}
7977 SOCKET_LIBS
="-lws2_32"
7981 LIBWINE_SHAREDLIB
="libwine.dll"
7983 LIBWINE_IMPORTLIB
="libwine.a"
7985 LIBWINE_INSTALL_LIB
="libwine.dll"
7987 LIBWINE_INSTALL_DEV
="libwine.a"
7989 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7991 LIBWINE_DEPENDS
="wine.def"
7996 for ac_header
in libunwind.h
7998 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7999 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8000 cat >>confdefs.h
<<_ACEOF
8001 #define HAVE_LIBUNWIND_H 1
8009 DLLFLAGS
="$DLLFLAGS -fPIC"
8010 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8011 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8012 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8014 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8016 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8018 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8020 CORESERVICES_LIBS
="-framework CoreServices"
8022 APPKIT_LIBS
="-framework AppKit"
8024 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8026 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8027 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8028 $as_echo_n "(cached) " >&6
8030 ac_wine_try_cflags_saved
=$CFLAGS
8031 CFLAGS
="$CFLAGS -Wl,-no_pie"
8032 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8033 /* end confdefs.h. */
8034 int main(int argc, char **argv) { return 0; }
8036 if ac_fn_c_try_link
"$LINENO"; then :
8037 ac_cv_cflags__Wl__no_pie
=yes
8039 ac_cv_cflags__Wl__no_pie
=no
8041 rm -f core conftest.err conftest.
$ac_objext \
8042 conftest
$ac_exeext conftest.
$ac_ext
8043 CFLAGS
=$ac_wine_try_cflags_saved
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8046 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8047 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8048 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8050 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8052 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8055 if test "$ac_cv_header_Security_Security_h" = "yes"
8057 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8059 ac_save_LIBS
="$LIBS"
8060 LIBS
="$LIBS $SECURITY_LIBS"
8061 for ac_func
in SSLCopyPeerCertificates
8063 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8064 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8065 cat >>confdefs.h
<<_ACEOF
8066 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8072 LIBS
="$ac_save_LIBS"
8073 with_gnutls
=${with_gnutls:-no}
8075 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8077 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8079 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8082 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8085 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8086 ac_save_LIBS
="$LIBS"
8087 LIBS
="$LIBS $COREAUDIO_LIBS"
8088 for ac_func
in AUGraphAddNode
8090 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8091 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8092 cat >>confdefs.h
<<_ACEOF
8093 #define HAVE_AUGRAPHADDNODE 1
8099 LIBS
="$ac_save_LIBS"
8101 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8103 OPENAL_LIBS
="-framework OpenAL"
8106 cat >>confdefs.h
<<_ACEOF
8107 #define HAVE_OPENAL 1
8110 ac_cv_lib_openal
=yes
8112 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8114 OPENCL_LIBS
="-framework OpenCL"
8116 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8118 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8120 ac_save_LIBS
="$LIBS"
8121 LIBS
="$LIBS $IOKIT_LIBS"
8122 for ac_func
in IOHIDManagerCreate
8124 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8125 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8126 cat >>confdefs.h
<<_ACEOF
8127 #define HAVE_IOHIDMANAGERCREATE 1
8133 LIBS
="$ac_save_LIBS"
8135 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8137 ac_save_LIBS
="$LIBS"
8138 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8140 $as_echo_n "checking for the QuickTime framework... " >&6; }
8141 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8142 /* end confdefs.h. */
8143 #include <QuickTime/ImageCompression.h>
8147 CodecManagerVersion(NULL);
8152 if ac_fn_c_try_link
"$LINENO"; then :
8153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8154 $as_echo "yes" >&6; }
8155 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8157 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8160 $as_echo "no" >&6; }
8161 ac_cv_header_QuickTime_ImageCompression_h
=no
8163 rm -f core conftest.err conftest.
$ac_objext \
8164 conftest
$ac_exeext conftest.
$ac_ext
8165 LIBS
="$ac_save_LIBS"
8167 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8169 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8171 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8173 CARBON_LIBS
="-framework Carbon"
8177 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8179 ac_save_LIBS
="$LIBS"
8180 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8181 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8182 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8183 enable_winemac_drv
=${enable_winemac_drv:-yes}
8186 LIBS
="$ac_save_LIBS"
8189 if test "x$enable_win16" = "xyes"
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8192 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8193 if test "$cross_compiling" = yes; then :
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8195 $as_echo "cross-compiling, assuming yes" >&6; }
8197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8198 /* end confdefs.h. */
8201 "good:\tnop;nop\n\t"
8202 ".globl _testfunc\n"
8203 "_testfunc:\tcallw good");
8204 extern void testfunc();
8208 unsigned short *p = (unsigned short *)testfunc;
8209 return p[0] != 0xe866 || p[1] != 0xfffa
8214 if ac_fn_c_try_run
"$LINENO"; then :
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8216 $as_echo "yes" >&6; }
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8219 $as_echo "no" >&6; }
8220 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
8222 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8223 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8228 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8230 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8232 LIBWINE_INSTALL_DEV
="libwine.dylib"
8234 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8236 WINELOADER_DEPENDS
="wine_info.plist"
8241 DLLFLAGS
="$DLLFLAGS -fPIC"
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8243 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8244 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8245 $as_echo_n "(cached) " >&6
8247 ac_wine_try_cflags_saved
=$CFLAGS
8248 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8250 /* end confdefs.h. */
8251 int main(int argc, char **argv) { return 0; }
8253 if ac_fn_c_try_link
"$LINENO"; then :
8254 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8256 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8258 rm -f core conftest.err conftest.
$ac_objext \
8259 conftest
$ac_exeext conftest.
$ac_ext
8260 CFLAGS
=$ac_wine_try_cflags_saved
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8263 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8264 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8265 LDEXECFLAGS
="-Wl,--export-dynamic"
8267 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8269 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8270 if eval \
${$as_ac_var+:} false
; then :
8271 $as_echo_n "(cached) " >&6
8273 ac_wine_try_cflags_saved
=$CFLAGS
8274 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8276 /* end confdefs.h. */
8277 int main(int argc, char **argv) { return 0; }
8279 if ac_fn_c_try_link
"$LINENO"; then :
8280 eval "$as_ac_var=yes"
8282 eval "$as_ac_var=no"
8284 rm -f core conftest.err conftest.
$ac_objext \
8285 conftest
$ac_exeext conftest.
$ac_ext
8286 CFLAGS
=$ac_wine_try_cflags_saved
8288 eval ac_res
=\$
$as_ac_var
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8290 $as_echo "$ac_res" >&6; }
8291 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8292 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8293 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8295 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8297 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8298 if eval \
${$as_ac_var+:} false
; then :
8299 $as_echo_n "(cached) " >&6
8301 ac_wine_try_cflags_saved
=$CFLAGS
8302 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8304 /* end confdefs.h. */
8305 int main(int argc, char **argv) { return 0; }
8307 if ac_fn_c_try_link
"$LINENO"; then :
8308 eval "$as_ac_var=yes"
8310 eval "$as_ac_var=no"
8312 rm -f core conftest.err conftest.
$ac_objext \
8313 conftest
$ac_exeext conftest.
$ac_ext
8314 CFLAGS
=$ac_wine_try_cflags_saved
8316 eval ac_res
=\$
$as_ac_var
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8318 $as_echo "$ac_res" >&6; }
8319 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8320 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8321 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8326 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8327 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8328 $as_echo_n "(cached) " >&6
8330 ac_wine_try_cflags_saved
=$CFLAGS
8331 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8333 /* end confdefs.h. */
8334 int main(int argc, char **argv) { return 0; }
8336 if ac_fn_c_try_link
"$LINENO"; then :
8337 ac_cv_cflags__Wl___enable_new_dtags
=yes
8339 ac_cv_cflags__Wl___enable_new_dtags
=no
8341 rm -f core conftest.err conftest.
$ac_objext \
8342 conftest
$ac_exeext conftest.
$ac_ext
8343 CFLAGS
=$ac_wine_try_cflags_saved
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8346 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8347 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8348 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8351 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8352 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8353 $as_echo_n "(cached) " >&6
8355 ac_wine_try_cflags_saved
=$CFLAGS
8356 CFLAGS
="$CFLAGS -Wl,-pie"
8357 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8358 /* end confdefs.h. */
8359 int main(int argc, char **argv) { return 0; }
8361 if ac_fn_c_try_link
"$LINENO"; then :
8362 ac_cv_cflags__Wl__pie
=yes
8364 ac_cv_cflags__Wl__pie
=no
8366 rm -f core conftest.err conftest.
$ac_objext \
8367 conftest
$ac_exeext conftest.
$ac_ext
8368 CFLAGS
=$ac_wine_try_cflags_saved
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8371 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8372 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8373 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8376 LIBWINE_SHAREDLIB
="libwine.so"
8378 LIBWINE_INSTALL_LIB
="libwine.so"
8380 LIBWINE_LDFLAGS
="-shared"
8385 DLLFLAGS
="$DLLFLAGS -fPIC"
8387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8388 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8389 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8390 $as_echo_n "(cached) " >&6
8392 ac_wine_try_cflags_saved
=$CFLAGS
8393 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8395 /* end confdefs.h. */
8398 if ac_fn_c_try_link
"$LINENO"; then :
8399 ac_cv_c_dll_gnuelf
="yes"
8401 ac_cv_c_dll_gnuelf
="no"
8403 rm -f core conftest.err conftest.
$ac_objext \
8404 conftest
$ac_exeext conftest.
$ac_ext
8405 CFLAGS
=$ac_wine_try_cflags_saved
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8408 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8409 if test "$ac_cv_c_dll_gnuelf" = "yes"
8411 LIBWINE_LDFLAGS
="-shared"
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8413 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8414 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8415 $as_echo_n "(cached) " >&6
8417 ac_wine_try_cflags_saved
=$CFLAGS
8418 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8419 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8420 /* end confdefs.h. */
8421 int main(int argc, char **argv) { return 0; }
8423 if ac_fn_c_try_link
"$LINENO"; then :
8424 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8426 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8428 rm -f core conftest.err conftest.
$ac_objext \
8429 conftest
$ac_exeext conftest.
$ac_ext
8430 CFLAGS
=$ac_wine_try_cflags_saved
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8433 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8434 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8435 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8438 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8439 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8440 $as_echo_n "(cached) " >&6
8442 ac_wine_try_cflags_saved
=$CFLAGS
8443 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8445 /* end confdefs.h. */
8446 int main(int argc, char **argv) { return 0; }
8448 if ac_fn_c_try_link
"$LINENO"; then :
8449 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8451 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8453 rm -f core conftest.err conftest.
$ac_objext \
8454 conftest
$ac_exeext conftest.
$ac_ext
8455 CFLAGS
=$ac_wine_try_cflags_saved
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8458 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8459 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8460 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8464 echo '{ global: *; };' >conftest.map
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8466 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8467 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8468 $as_echo_n "(cached) " >&6
8470 ac_wine_try_cflags_saved
=$CFLAGS
8471 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8473 /* end confdefs.h. */
8474 int main(int argc, char **argv) { return 0; }
8476 if ac_fn_c_try_link
"$LINENO"; then :
8477 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8479 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8481 rm -f core conftest.err conftest.
$ac_objext \
8482 conftest
$ac_exeext conftest.
$ac_ext
8483 CFLAGS
=$ac_wine_try_cflags_saved
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8486 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8487 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8488 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8493 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8494 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8495 $as_echo_n "(cached) " >&6
8497 ac_wine_try_cflags_saved
=$CFLAGS
8498 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8500 /* end confdefs.h. */
8501 int main(int argc, char **argv) { return 0; }
8503 if ac_fn_c_try_link
"$LINENO"; then :
8504 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8506 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8508 rm -f core conftest.err conftest.
$ac_objext \
8509 conftest
$ac_exeext conftest.
$ac_ext
8510 CFLAGS
=$ac_wine_try_cflags_saved
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8513 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8514 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8515 LDEXECFLAGS
="-Wl,--export-dynamic"
8518 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8520 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8521 if eval \
${$as_ac_var+:} false
; then :
8522 $as_echo_n "(cached) " >&6
8524 ac_wine_try_cflags_saved
=$CFLAGS
8525 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8527 /* end confdefs.h. */
8528 int main(int argc, char **argv) { return 0; }
8530 if ac_fn_c_try_link
"$LINENO"; then :
8531 eval "$as_ac_var=yes"
8533 eval "$as_ac_var=no"
8535 rm -f core conftest.err conftest.
$ac_objext \
8536 conftest
$ac_exeext conftest.
$ac_ext
8537 CFLAGS
=$ac_wine_try_cflags_saved
8539 eval ac_res
=\$
$as_ac_var
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8541 $as_echo "$ac_res" >&6; }
8542 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8543 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8544 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8546 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8548 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8549 if eval \
${$as_ac_var+:} false
; then :
8550 $as_echo_n "(cached) " >&6
8552 ac_wine_try_cflags_saved
=$CFLAGS
8553 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8554 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8555 /* end confdefs.h. */
8556 int main(int argc, char **argv) { return 0; }
8558 if ac_fn_c_try_link
"$LINENO"; then :
8559 eval "$as_ac_var=yes"
8561 eval "$as_ac_var=no"
8563 rm -f core conftest.err conftest.
$ac_objext \
8564 conftest
$ac_exeext conftest.
$ac_ext
8565 CFLAGS
=$ac_wine_try_cflags_saved
8567 eval ac_res
=\$
$as_ac_var
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8569 $as_echo "$ac_res" >&6; }
8570 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8571 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8572 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8577 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8578 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8579 $as_echo_n "(cached) " >&6
8581 ac_wine_try_cflags_saved
=$CFLAGS
8582 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8584 /* end confdefs.h. */
8585 int main(int argc, char **argv) { return 0; }
8587 if ac_fn_c_try_link
"$LINENO"; then :
8588 ac_cv_cflags__Wl___enable_new_dtags
=yes
8590 ac_cv_cflags__Wl___enable_new_dtags
=no
8592 rm -f core conftest.err conftest.
$ac_objext \
8593 conftest
$ac_exeext conftest.
$ac_ext
8594 CFLAGS
=$ac_wine_try_cflags_saved
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8597 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8598 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8599 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8603 *i
[3456789]86* | x86_64
)
8604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8605 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8606 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8607 $as_echo_n "(cached) " >&6
8609 ac_wine_try_cflags_saved
=$CFLAGS
8610 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8612 /* end confdefs.h. */
8613 int main(int argc, char **argv) { return 0; }
8615 if ac_fn_c_try_link
"$LINENO"; then :
8616 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8618 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8620 rm -f core conftest.err conftest.
$ac_objext \
8621 conftest
$ac_exeext conftest.
$ac_ext
8622 CFLAGS
=$ac_wine_try_cflags_saved
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8625 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8626 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8628 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8629 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8634 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8635 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8636 $as_echo_n "(cached) " >&6
8638 ac_wine_try_cflags_saved
=$CFLAGS
8639 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8641 /* end confdefs.h. */
8642 int main(int argc, char **argv) { return 0; }
8644 if ac_fn_c_try_link
"$LINENO"; then :
8645 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8647 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8649 rm -f core conftest.err conftest.
$ac_objext \
8650 conftest
$ac_exeext conftest.
$ac_ext
8651 CFLAGS
=$ac_wine_try_cflags_saved
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8654 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8655 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8658 # Extract the first word of "prelink", so it can be a program name with args.
8659 set dummy prelink
; ac_word
=$2
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8661 $as_echo_n "checking for $ac_word... " >&6; }
8662 if ${ac_cv_path_PRELINK+:} false
; then :
8663 $as_echo_n "(cached) " >&6
8667 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8670 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8671 for as_dir
in /sbin
/usr
/sbin
$PATH
8674 test -z "$as_dir" && as_dir
=.
8675 for ac_exec_ext
in '' $ac_executable_extensions; do
8676 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8677 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8685 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8689 PRELINK
=$ac_cv_path_PRELINK
8690 if test -n "$PRELINK"; then
8691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8692 $as_echo "$PRELINK" >&6; }
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8695 $as_echo "no" >&6; }
8699 if test "x$PRELINK" = xfalse
8701 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 we can build a UnixWare (Solaris) dll" >&5
8709 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8710 if ${ac_cv_c_dll_unixware+:} false
; then :
8711 $as_echo_n "(cached) " >&6
8713 ac_wine_try_cflags_saved
=$CFLAGS
8714 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8716 /* end confdefs.h. */
8719 if ac_fn_c_try_link
"$LINENO"; then :
8720 ac_cv_c_dll_unixware
="yes"
8722 ac_cv_c_dll_unixware
="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_c_dll_unixware" >&5
8729 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8730 if test "$ac_cv_c_dll_unixware" = "yes"
8732 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8735 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8737 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8739 LIBWINE_INSTALL_DEV
="libwine.so"
8741 LIBWINE_DEPENDS
="wine.map"
8746 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8747 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8748 enable_winemac_drv
=${enable_winemac_drv:-no}
8749 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8753 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8757 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8759 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
8760 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8763 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
8764 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8766 ac_prefix_list
="" ;;
8768 for ac_prog
in $ac_prefix_list
8770 # Extract the first word of "$ac_prog", so it can be a program name with args.
8771 set dummy
$ac_prog; ac_word
=$2
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8773 $as_echo_n "checking for $ac_word... " >&6; }
8774 if ${ac_cv_prog_CROSSCC+:} false
; then :
8775 $as_echo_n "(cached) " >&6
8777 if test -n "$CROSSCC"; then
8778 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8780 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8784 test -z "$as_dir" && as_dir
=.
8785 for ac_exec_ext
in '' $ac_executable_extensions; do
8786 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8787 ac_cv_prog_CROSSCC
="$ac_prog"
8788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8797 CROSSCC
=$ac_cv_prog_CROSSCC
8798 if test -n "$CROSSCC"; then
8799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8800 $as_echo "$CROSSCC" >&6; }
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8803 $as_echo "no" >&6; }
8807 test -n "$CROSSCC" && break
8809 test -n "$CROSSCC" || CROSSCC
="false"
8811 if test "$CROSSCC" != "false"
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8816 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8817 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8818 /* end confdefs.h. */
8828 if ac_fn_c_try_compile
"$LINENO"; then :
8829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8830 $as_echo "yes" >&6; }
8836 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8837 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8843 $as_echo "no" >&6; }
8845 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8851 if test "$ac_cv_header_pthread_h" = "yes"
8853 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8854 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8858 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8859 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8860 $as_echo_n "(cached) " >&6
8862 ac_check_lib_save_LIBS
=$LIBS
8863 LIBS
="-lpthread $LIBS"
8864 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8865 /* end confdefs.h. */
8867 /* Override any GCC internal prototype to avoid an error.
8868 Use char because int might match the return type of a GCC
8869 builtin and then its argument prototype would still apply. */
8873 char pthread_create ();
8877 return pthread_create ();
8882 if ac_fn_c_try_link
"$LINENO"; then :
8883 ac_cv_lib_pthread_pthread_create
=yes
8885 ac_cv_lib_pthread_pthread_create
=no
8887 rm -f core conftest.err conftest.
$ac_objext \
8888 conftest
$ac_exeext conftest.
$ac_ext
8889 LIBS
=$ac_check_lib_save_LIBS
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8892 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8893 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8894 PTHREAD_LIBS
="-lpthread"
8901 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8902 case "x$with_pthread" in
8904 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8905 Wine cannot support threads without libpthread.
8906 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8912 $as_echo_n "checking for X... " >&6; }
8915 # Check whether --with-x was given.
8916 if test "${with_x+set}" = set; then :
8920 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8921 if test "x$with_x" = xno
; then
8922 # The user explicitly disabled X.
8925 case $x_includes,$x_libraries in #(
8926 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8927 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8928 $as_echo_n "(cached) " >&6
8930 # One or both of the vars are not set, and there is no cached value.
8931 ac_x_includes
=no ac_x_libraries
=no
8932 rm -f -r conftest.dir
8933 if mkdir conftest.dir
; then
8935 cat >Imakefile
<<'_ACEOF'
8937 @echo incroot='${INCROOT}'
8939 @echo usrlibdir='${USRLIBDIR}'
8941 @echo libdir='${LIBDIR}'
8943 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8944 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8945 for ac_var
in incroot usrlibdir libdir
; do
8946 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8948 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8949 for ac_extension
in a so sl dylib la dll
; do
8950 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8951 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8952 ac_im_usrlibdir
=$ac_im_libdir; break
8955 # Screen out bogus values from the imake configuration. They are
8956 # bogus both because they are the default anyway, and because
8957 # using them would break gcc on systems where it needs fixed includes.
8958 case $ac_im_incroot in
8959 /usr
/include
) ac_x_includes
= ;;
8960 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8962 case $ac_im_usrlibdir in
8963 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8964 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8968 rm -f -r conftest.dir
8971 # Standard set of common directories for X headers.
8972 # Check X11 before X11Rn because it is often a symlink to the current release.
8986 /usr/local/X11/include
8987 /usr/local/X11R7/include
8988 /usr/local/X11R6/include
8989 /usr/local/X11R5/include
8990 /usr/local/X11R4/include
8992 /usr/local/include/X11
8993 /usr/local/include/X11R7
8994 /usr/local/include/X11R6
8995 /usr/local/include/X11R5
8996 /usr/local/include/X11R4
9000 /usr/XFree86/include/X11
9004 /usr/unsupported/include
9006 /usr/local/x11r5/include
9007 /usr/lpp/Xamples/include
9009 /usr/openwin/include
9010 /usr/openwin/share/include'
9012 if test "$ac_x_includes" = no
; then
9013 # Guess where to find include files, by looking for Xlib.h.
9014 # First, try using that file with no special directory specified.
9015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9016 /* end confdefs.h. */
9017 #include <X11/Xlib.h>
9019 if ac_fn_c_try_cpp
"$LINENO"; then :
9020 # We can compile using X headers with no special include directory.
9023 for ac_dir
in $ac_x_header_dirs; do
9024 if test -r "$ac_dir/X11/Xlib.h"; then
9025 ac_x_includes
=$ac_dir
9030 rm -f conftest.err conftest.i conftest.
$ac_ext
9031 fi # $ac_x_includes = no
9033 if test "$ac_x_libraries" = no
; then
9034 # Check for the libraries.
9035 # See if we find them without any special options.
9036 # Don't add to $LIBS permanently.
9039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9040 /* end confdefs.h. */
9041 #include <X11/Xlib.h>
9050 if ac_fn_c_try_link
"$LINENO"; then :
9052 # We can link X programs with no special library path.
9056 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9058 # Don't even attempt the hair of trying to link an X program!
9059 for ac_extension
in a so sl dylib la dll
; do
9060 if test -r "$ac_dir/libX11.$ac_extension"; then
9061 ac_x_libraries
=$ac_dir
9067 rm -f core conftest.err conftest.
$ac_objext \
9068 conftest
$ac_exeext conftest.
$ac_ext
9069 fi # $ac_x_libraries = no
9071 case $ac_x_includes,$ac_x_libraries in #(
9073 # Didn't find X, or a directory has "'" in its name.
9074 ac_cv_have_x
="have_x=no";; #(
9076 # Record where we found X for the cache.
9077 ac_cv_have_x
="have_x=yes\
9078 ac_x_includes='$ac_x_includes'\
9079 ac_x_libraries='$ac_x_libraries'"
9085 eval "$ac_cv_have_x"
9088 if test "$have_x" != yes; then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9090 $as_echo "$have_x" >&6; }
9093 # If each of the values was on the command line, it overrides each guess.
9094 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9095 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9096 # Update the cache value to reflect the command line values.
9097 ac_cv_have_x
="have_x=yes\
9098 ac_x_includes='$x_includes'\
9099 ac_x_libraries='$x_libraries'"
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9101 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9104 if test "$no_x" = yes; then
9105 # Not all programs may use this symbol, but it does not hurt to define it.
9107 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9109 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9111 if test -n "$x_includes"; then
9112 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9115 # It would also be nice to do this for all -L options, not just this one.
9116 if test -n "$x_libraries"; then
9117 X_LIBS
="$X_LIBS -L$x_libraries"
9118 # For Solaris; some versions of Sun CC require a space after -R and
9119 # others require no space. Words are not sufficient . . . .
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9121 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9122 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9123 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9124 ac_c_werror_flag
=yes
9125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9126 /* end confdefs.h. */
9136 if ac_fn_c_try_link
"$LINENO"; then :
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9138 $as_echo "no" >&6; }
9139 X_LIBS
="$X_LIBS -R$x_libraries"
9141 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9143 /* end confdefs.h. */
9153 if ac_fn_c_try_link
"$LINENO"; then :
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9155 $as_echo "yes" >&6; }
9156 X_LIBS
="$X_LIBS -R $x_libraries"
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9159 $as_echo "neither works" >&6; }
9161 rm -f core conftest.err conftest.
$ac_objext \
9162 conftest
$ac_exeext conftest.
$ac_ext
9164 rm -f core conftest.err conftest.
$ac_objext \
9165 conftest
$ac_exeext conftest.
$ac_ext
9166 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9170 # Check for system-dependent libraries X programs must link with.
9171 # Do this before checking for the system-independent R6 libraries
9172 # (-lICE), since we may need -lsocket or whatever for X linking.
9174 if test "$ISC" = yes; then
9175 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9177 # Martyn Johnson says this is needed for Ultrix, if the X
9178 # libraries were built with DECnet support. And Karl Berry says
9179 # the Alpha needs dnet_stub (dnet does not exist).
9180 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9182 /* end confdefs.h. */
9184 /* Override any GCC internal prototype to avoid an error.
9185 Use char because int might match the return type of a GCC
9186 builtin and then its argument prototype would still apply. */
9190 char XOpenDisplay ();
9194 return XOpenDisplay ();
9199 if ac_fn_c_try_link
"$LINENO"; then :
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9203 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9204 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9205 $as_echo_n "(cached) " >&6
9207 ac_check_lib_save_LIBS
=$LIBS
9209 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9210 /* end confdefs.h. */
9212 /* Override any GCC internal prototype to avoid an error.
9213 Use char because int might match the return type of a GCC
9214 builtin and then its argument prototype would still apply. */
9222 return dnet_ntoa ();
9227 if ac_fn_c_try_link
"$LINENO"; then :
9228 ac_cv_lib_dnet_dnet_ntoa
=yes
9230 ac_cv_lib_dnet_dnet_ntoa
=no
9232 rm -f core conftest.err conftest.
$ac_objext \
9233 conftest
$ac_exeext conftest.
$ac_ext
9234 LIBS
=$ac_check_lib_save_LIBS
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9237 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9238 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9239 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9242 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9244 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9245 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9246 $as_echo_n "(cached) " >&6
9248 ac_check_lib_save_LIBS
=$LIBS
9249 LIBS
="-ldnet_stub $LIBS"
9250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9251 /* end confdefs.h. */
9253 /* Override any GCC internal prototype to avoid an error.
9254 Use char because int might match the return type of a GCC
9255 builtin and then its argument prototype would still apply. */
9263 return dnet_ntoa ();
9268 if ac_fn_c_try_link
"$LINENO"; then :
9269 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9271 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9273 rm -f core conftest.err conftest.
$ac_objext \
9274 conftest
$ac_exeext conftest.
$ac_ext
9275 LIBS
=$ac_check_lib_save_LIBS
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9278 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9279 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9280 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9285 rm -f core conftest.err conftest.
$ac_objext \
9286 conftest
$ac_exeext conftest.
$ac_ext
9287 LIBS
="$ac_xsave_LIBS"
9289 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9290 # to get the SysV transport functions.
9291 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9293 # The nsl library prevents programs from opening the X display
9294 # on Irix 5.2, according to T.E. Dickey.
9295 # The functions gethostbyname, getservbyname, and inet_addr are
9296 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9297 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9298 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9302 if test $ac_cv_func_gethostbyname = no
; then
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9304 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9305 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9306 $as_echo_n "(cached) " >&6
9308 ac_check_lib_save_LIBS
=$LIBS
9310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h. */
9313 /* Override any GCC internal prototype to avoid an error.
9314 Use char because int might match the return type of a GCC
9315 builtin and then its argument prototype would still apply. */
9319 char gethostbyname ();
9323 return gethostbyname ();
9328 if ac_fn_c_try_link
"$LINENO"; then :
9329 ac_cv_lib_nsl_gethostbyname
=yes
9331 ac_cv_lib_nsl_gethostbyname
=no
9333 rm -f core conftest.err conftest.
$ac_objext \
9334 conftest
$ac_exeext conftest.
$ac_ext
9335 LIBS
=$ac_check_lib_save_LIBS
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9338 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9339 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9340 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9343 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9345 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9346 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9347 $as_echo_n "(cached) " >&6
9349 ac_check_lib_save_LIBS
=$LIBS
9351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9352 /* end confdefs.h. */
9354 /* Override any GCC internal prototype to avoid an error.
9355 Use char because int might match the return type of a GCC
9356 builtin and then its argument prototype would still apply. */
9360 char gethostbyname ();
9364 return gethostbyname ();
9369 if ac_fn_c_try_link
"$LINENO"; then :
9370 ac_cv_lib_bsd_gethostbyname
=yes
9372 ac_cv_lib_bsd_gethostbyname
=no
9374 rm -f core conftest.err conftest.
$ac_objext \
9375 conftest
$ac_exeext conftest.
$ac_ext
9376 LIBS
=$ac_check_lib_save_LIBS
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9379 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9380 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9381 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9387 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9388 # socket/setsockopt and other routines are undefined under SCO ODT
9389 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9390 # on later versions), says Simon Leinen: it contains gethostby*
9391 # variants that don't use the name server (or something). -lsocket
9392 # must be given before -lnsl if both are needed. We assume that
9393 # if connect needs -lnsl, so does gethostbyname.
9394 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9395 if test "x$ac_cv_func_connect" = xyes
; then :
9399 if test $ac_cv_func_connect = no
; then
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9401 $as_echo_n "checking for connect in -lsocket... " >&6; }
9402 if ${ac_cv_lib_socket_connect+:} false
; then :
9403 $as_echo_n "(cached) " >&6
9405 ac_check_lib_save_LIBS
=$LIBS
9406 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9425 if ac_fn_c_try_link
"$LINENO"; then :
9426 ac_cv_lib_socket_connect
=yes
9428 ac_cv_lib_socket_connect
=no
9430 rm -f core conftest.err conftest.
$ac_objext \
9431 conftest
$ac_exeext conftest.
$ac_ext
9432 LIBS
=$ac_check_lib_save_LIBS
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9435 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9436 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9437 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9442 # Guillermo Gomez says -lposix is necessary on A/UX.
9443 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9444 if test "x$ac_cv_func_remove" = xyes
; then :
9448 if test $ac_cv_func_remove = no
; then
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9450 $as_echo_n "checking for remove in -lposix... " >&6; }
9451 if ${ac_cv_lib_posix_remove+:} false
; then :
9452 $as_echo_n "(cached) " >&6
9454 ac_check_lib_save_LIBS
=$LIBS
9455 LIBS
="-lposix $LIBS"
9456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9457 /* end confdefs.h. */
9459 /* Override any GCC internal prototype to avoid an error.
9460 Use char because int might match the return type of a GCC
9461 builtin and then its argument prototype would still apply. */
9474 if ac_fn_c_try_link
"$LINENO"; then :
9475 ac_cv_lib_posix_remove
=yes
9477 ac_cv_lib_posix_remove
=no
9479 rm -f core conftest.err conftest.
$ac_objext \
9480 conftest
$ac_exeext conftest.
$ac_ext
9481 LIBS
=$ac_check_lib_save_LIBS
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9484 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9485 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9486 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9491 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9492 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9493 if test "x$ac_cv_func_shmat" = xyes
; then :
9497 if test $ac_cv_func_shmat = no
; then
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9499 $as_echo_n "checking for shmat in -lipc... " >&6; }
9500 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9501 $as_echo_n "(cached) " >&6
9503 ac_check_lib_save_LIBS
=$LIBS
9505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9506 /* end confdefs.h. */
9508 /* Override any GCC internal prototype to avoid an error.
9509 Use char because int might match the return type of a GCC
9510 builtin and then its argument prototype would still apply. */
9523 if ac_fn_c_try_link
"$LINENO"; then :
9524 ac_cv_lib_ipc_shmat
=yes
9526 ac_cv_lib_ipc_shmat
=no
9528 rm -f core conftest.err conftest.
$ac_objext \
9529 conftest
$ac_exeext conftest.
$ac_ext
9530 LIBS
=$ac_check_lib_save_LIBS
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9533 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9534 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9535 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9541 # Check for libraries that X11R6 Xt/Xaw programs need.
9542 ac_save_LDFLAGS
=$LDFLAGS
9543 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9544 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9545 # check for ICE first), but we must link in the order -lSM -lICE or
9546 # we get undefined symbols. So assume we have SM if we have ICE.
9547 # These have to be linked with before -lX11, unlike the other
9548 # libraries we check for below, so use a different variable.
9549 # John Interrante, Karl Berry
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9551 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9552 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9553 $as_echo_n "(cached) " >&6
9555 ac_check_lib_save_LIBS
=$LIBS
9556 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9558 /* end confdefs.h. */
9560 /* Override any GCC internal prototype to avoid an error.
9561 Use char because int might match the return type of a GCC
9562 builtin and then its argument prototype would still apply. */
9566 char IceConnectionNumber ();
9570 return IceConnectionNumber ();
9575 if ac_fn_c_try_link
"$LINENO"; then :
9576 ac_cv_lib_ICE_IceConnectionNumber
=yes
9578 ac_cv_lib_ICE_IceConnectionNumber
=no
9580 rm -f core conftest.err conftest.
$ac_objext \
9581 conftest
$ac_exeext conftest.
$ac_ext
9582 LIBS
=$ac_check_lib_save_LIBS
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9585 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9586 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9587 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9590 LDFLAGS
=$ac_save_LDFLAGS
9595 if test "$have_x" = "yes"
9597 ac_save_CPPFLAGS
="$CPPFLAGS"
9598 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9601 $as_echo_n "checking for -lX11... " >&6; }
9602 if ${ac_cv_lib_soname_X11+:} false
; then :
9603 $as_echo_n "(cached) " >&6
9605 ac_check_soname_save_LIBS
=$LIBS
9606 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9608 /* end confdefs.h. */
9610 /* Override any GCC internal prototype to avoid an error.
9611 Use char because int might match the return type of a GCC
9612 builtin and then its argument prototype would still apply. */
9616 char XCreateWindow ();
9620 return XCreateWindow ();
9625 if ac_fn_c_try_link
"$LINENO"; then :
9627 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9630 if ${ac_cv_lib_soname_X11:+false} :; then :
9631 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9635 rm -f core conftest.err conftest.
$ac_objext \
9636 conftest
$ac_exeext conftest.
$ac_ext
9637 LIBS
=$ac_check_soname_save_LIBS
9639 if ${ac_cv_lib_soname_X11:+false} :; then :
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9641 $as_echo "not found" >&6; }
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9645 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9647 cat >>confdefs.h
<<_ACEOF
9648 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9654 $as_echo_n "checking for -lXext... " >&6; }
9655 if ${ac_cv_lib_soname_Xext+:} false
; then :
9656 $as_echo_n "(cached) " >&6
9658 ac_check_soname_save_LIBS
=$LIBS
9659 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9661 /* end confdefs.h. */
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9669 char XextCreateExtension ();
9673 return XextCreateExtension ();
9678 if ac_fn_c_try_link
"$LINENO"; then :
9680 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9681 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'` ;;
9682 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9683 if ${ac_cv_lib_soname_Xext:+false} :; then :
9684 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9688 rm -f core conftest.err conftest.
$ac_objext \
9689 conftest
$ac_exeext conftest.
$ac_ext
9690 LIBS
=$ac_check_soname_save_LIBS
9692 if ${ac_cv_lib_soname_Xext:+false} :; then :
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9694 $as_echo "not found" >&6; }
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9698 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9700 cat >>confdefs.h
<<_ACEOF
9701 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9704 X_LIBS
="$X_LIBS -lXext"
9706 X_LIBS
="$X_LIBS -lX11"
9708 for ac_header
in X11
/Xlib.h \
9711 X11
/Xcursor
/Xcursor.h \
9712 X11
/extensions
/shape.h \
9713 X11
/extensions
/XInput.h \
9714 X11
/extensions
/XInput2.h \
9715 X11
/extensions
/XShm.h \
9716 X11
/extensions
/Xcomposite.h \
9717 X11
/extensions
/Xinerama.h \
9718 X11
/extensions
/Xrandr.h \
9719 X11
/extensions
/Xrender.h \
9720 X11
/extensions
/xf86vmode.h \
9721 X11
/extensions
/xf86vmproto.h
9723 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9724 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9725 # include <X11/Xlib.h>
9727 #ifdef HAVE_X11_XUTIL_H
9728 # include <X11/Xutil.h>
9731 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9732 cat >>confdefs.h
<<_ACEOF
9733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9741 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9744 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9745 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9746 $as_echo_n "(cached) " >&6
9748 ac_check_lib_save_LIBS
=$LIBS
9749 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9753 /* Override any GCC internal prototype to avoid an error.
9754 Use char because int might match the return type of a GCC
9755 builtin and then its argument prototype would still apply. */
9759 char XkbQueryExtension ();
9763 return XkbQueryExtension ();
9768 if ac_fn_c_try_link
"$LINENO"; then :
9769 ac_cv_lib_X11_XkbQueryExtension
=yes
9771 ac_cv_lib_X11_XkbQueryExtension
=no
9773 rm -f core conftest.err conftest.
$ac_objext \
9774 conftest
$ac_exeext conftest.
$ac_ext
9775 LIBS
=$ac_check_lib_save_LIBS
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9778 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9779 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9781 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9787 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9790 $as_echo_n "checking for -lXcursor... " >&6; }
9791 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9792 $as_echo_n "(cached) " >&6
9794 ac_check_soname_save_LIBS
=$LIBS
9795 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9797 /* end confdefs.h. */
9799 /* Override any GCC internal prototype to avoid an error.
9800 Use char because int might match the return type of a GCC
9801 builtin and then its argument prototype would still apply. */
9805 char XcursorImageLoadCursor ();
9809 return XcursorImageLoadCursor ();
9814 if ac_fn_c_try_link
"$LINENO"; then :
9816 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9817 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'` ;;
9818 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9819 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9820 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9824 rm -f core conftest.err conftest.
$ac_objext \
9825 conftest
$ac_exeext conftest.
$ac_ext
9826 LIBS
=$ac_check_soname_save_LIBS
9828 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9830 $as_echo "not found" >&6; }
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9834 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9836 cat >>confdefs.h
<<_ACEOF
9837 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9843 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9844 case "x$with_xcursor" in
9845 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9847 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9848 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9852 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9855 $as_echo_n "checking for -lXi... " >&6; }
9856 if ${ac_cv_lib_soname_Xi+:} false
; then :
9857 $as_echo_n "(cached) " >&6
9859 ac_check_soname_save_LIBS
=$LIBS
9860 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9862 /* end confdefs.h. */
9864 /* Override any GCC internal prototype to avoid an error.
9865 Use char because int might match the return type of a GCC
9866 builtin and then its argument prototype would still apply. */
9870 char XOpenDevice ();
9874 return XOpenDevice ();
9879 if ac_fn_c_try_link
"$LINENO"; then :
9881 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9882 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'` ;;
9883 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9884 if ${ac_cv_lib_soname_Xi:+false} :; then :
9885 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9889 rm -f core conftest.err conftest.
$ac_objext \
9890 conftest
$ac_exeext conftest.
$ac_ext
9891 LIBS
=$ac_check_soname_save_LIBS
9893 if ${ac_cv_lib_soname_Xi:+false} :; then :
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9895 $as_echo "not found" >&6; }
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9899 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9901 cat >>confdefs.h
<<_ACEOF
9902 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9908 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9909 case "x$with_xinput" in
9910 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9912 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9913 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9917 if test "x$ac_cv_lib_soname_Xi" != x
9919 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9920 case "x$with_xinput2" in
9921 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9923 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9924 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9929 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9932 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9933 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9934 $as_echo_n "(cached) " >&6
9936 ac_check_lib_save_LIBS
=$LIBS
9937 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9939 /* end confdefs.h. */
9941 /* Override any GCC internal prototype to avoid an error.
9942 Use char because int might match the return type of a GCC
9943 builtin and then its argument prototype would still apply. */
9947 char XShmQueryExtension ();
9951 return XShmQueryExtension ();
9956 if ac_fn_c_try_link
"$LINENO"; then :
9957 ac_cv_lib_Xext_XShmQueryExtension
=yes
9959 ac_cv_lib_Xext_XShmQueryExtension
=no
9961 rm -f core conftest.err conftest.
$ac_objext \
9962 conftest
$ac_exeext conftest.
$ac_ext
9963 LIBS
=$ac_check_lib_save_LIBS
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9966 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9967 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9969 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9974 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9975 case "x$with_xshm" in
9976 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9978 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9979 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9983 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9986 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9987 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9988 $as_echo_n "(cached) " >&6
9990 ac_check_lib_save_LIBS
=$LIBS
9991 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9992 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
10001 char XShapeQueryExtension ();
10005 return XShapeQueryExtension ();
10010 if ac_fn_c_try_link
"$LINENO"; then :
10011 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10013 ac_cv_lib_Xext_XShapeQueryExtension
=no
10015 rm -f core conftest.err conftest.
$ac_objext \
10016 conftest
$ac_exeext conftest.
$ac_ext
10017 LIBS
=$ac_check_lib_save_LIBS
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10020 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10021 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10023 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10028 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10029 case "x$with_xshape" in
10030 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10032 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10033 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10037 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10040 $as_echo_n "checking for -lXxf86vm... " >&6; }
10041 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10042 $as_echo_n "(cached) " >&6
10044 ac_check_soname_save_LIBS
=$LIBS
10045 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10047 /* end confdefs.h. */
10049 /* Override any GCC internal prototype to avoid an error.
10050 Use char because int might match the return type of a GCC
10051 builtin and then its argument prototype would still apply. */
10055 char XF86VidModeQueryExtension ();
10059 return XF86VidModeQueryExtension ();
10064 if ac_fn_c_try_link
"$LINENO"; then :
10066 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10067 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'` ;;
10068 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10069 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10070 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10074 rm -f core conftest.err conftest.
$ac_objext \
10075 conftest
$ac_exeext conftest.
$ac_ext
10076 LIBS
=$ac_check_soname_save_LIBS
10078 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10080 $as_echo "not found" >&6; }
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10084 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10086 cat >>confdefs.h
<<_ACEOF
10087 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10093 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10094 case "x$with_xxf86vm" in
10095 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10097 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10098 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10102 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10105 $as_echo_n "checking for -lXrender... " >&6; }
10106 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10107 $as_echo_n "(cached) " >&6
10109 ac_check_soname_save_LIBS
=$LIBS
10110 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10112 /* end confdefs.h. */
10114 /* Override any GCC internal prototype to avoid an error.
10115 Use char because int might match the return type of a GCC
10116 builtin and then its argument prototype would still apply. */
10120 char XRenderQueryExtension ();
10124 return XRenderQueryExtension ();
10129 if ac_fn_c_try_link
"$LINENO"; then :
10131 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10132 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'` ;;
10133 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10134 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10135 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10139 rm -f core conftest.err conftest.
$ac_objext \
10140 conftest
$ac_exeext conftest.
$ac_ext
10141 LIBS
=$ac_check_soname_save_LIBS
10143 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10145 $as_echo "not found" >&6; }
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10149 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10151 cat >>confdefs.h
<<_ACEOF
10152 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10156 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10157 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10158 $as_echo_n "(cached) " >&6
10160 ac_check_lib_save_LIBS
=$LIBS
10161 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10163 /* end confdefs.h. */
10165 /* Override any GCC internal prototype to avoid an error.
10166 Use char because int might match the return type of a GCC
10167 builtin and then its argument prototype would still apply. */
10171 char XRenderSetPictureTransform ();
10175 return XRenderSetPictureTransform ();
10180 if ac_fn_c_try_link
"$LINENO"; then :
10181 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10183 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10185 rm -f core conftest.err conftest.
$ac_objext \
10186 conftest
$ac_exeext conftest.
$ac_ext
10187 LIBS
=$ac_check_lib_save_LIBS
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10190 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10191 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10193 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10198 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10199 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10200 $as_echo_n "(cached) " >&6
10202 ac_check_lib_save_LIBS
=$LIBS
10203 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10205 /* end confdefs.h. */
10207 /* Override any GCC internal prototype to avoid an error.
10208 Use char because int might match the return type of a GCC
10209 builtin and then its argument prototype would still apply. */
10213 char XRenderCreateLinearGradient ();
10217 return XRenderCreateLinearGradient ();
10222 if ac_fn_c_try_link
"$LINENO"; then :
10223 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10225 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10227 rm -f core conftest.err conftest.
$ac_objext \
10228 conftest
$ac_exeext conftest.
$ac_ext
10229 LIBS
=$ac_check_lib_save_LIBS
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10232 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10233 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10235 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10242 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10243 case "x$with_xrender" in
10244 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10246 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10247 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10251 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10254 /* end confdefs.h. */
10255 #include <X11/Xlib.h>
10256 #include <X11/extensions/Xrandr.h>
10260 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10265 if ac_fn_c_try_compile
"$LINENO"; then :
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10267 $as_echo_n "checking for -lXrandr... " >&6; }
10268 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10269 $as_echo_n "(cached) " >&6
10271 ac_check_soname_save_LIBS
=$LIBS
10272 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10274 /* end confdefs.h. */
10276 /* Override any GCC internal prototype to avoid an error.
10277 Use char because int might match the return type of a GCC
10278 builtin and then its argument prototype would still apply. */
10282 char XRRQueryExtension ();
10286 return XRRQueryExtension ();
10291 if ac_fn_c_try_link
"$LINENO"; then :
10293 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10294 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'` ;;
10295 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10296 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10297 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10301 rm -f core conftest.err conftest.
$ac_objext \
10302 conftest
$ac_exeext conftest.
$ac_ext
10303 LIBS
=$ac_check_soname_save_LIBS
10305 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10307 $as_echo "not found" >&6; }
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10311 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10313 cat >>confdefs.h
<<_ACEOF
10314 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10318 /* end confdefs.h. */
10319 #include <X11/Xlib.h>
10320 #include <X11/extensions/Xrandr.h>
10324 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10329 if ac_fn_c_try_compile
"$LINENO"; then :
10331 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10334 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10337 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10339 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10340 case "x$with_xrandr" in
10341 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10343 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10344 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10348 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10350 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10351 /* end confdefs.h. */
10352 #include <X11/Xlib.h>
10353 #include <X11/extensions/Xinerama.h>
10357 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10362 if ac_fn_c_try_compile
"$LINENO"; then :
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10364 $as_echo_n "checking for -lXinerama... " >&6; }
10365 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10366 $as_echo_n "(cached) " >&6
10368 ac_check_soname_save_LIBS
=$LIBS
10369 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10373 /* Override any GCC internal prototype to avoid an error.
10374 Use char because int might match the return type of a GCC
10375 builtin and then its argument prototype would still apply. */
10379 char XineramaQueryScreens ();
10383 return XineramaQueryScreens ();
10388 if ac_fn_c_try_link
"$LINENO"; then :
10390 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10391 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'` ;;
10392 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10393 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10394 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10398 rm -f core conftest.err conftest.
$ac_objext \
10399 conftest
$ac_exeext conftest.
$ac_ext
10400 LIBS
=$ac_check_soname_save_LIBS
10402 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10404 $as_echo "not found" >&6; }
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10408 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10410 cat >>confdefs.h
<<_ACEOF
10411 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10417 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10419 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10420 case "x$with_xinerama" in
10421 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10423 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10424 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10428 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10431 $as_echo_n "checking for -lXcomposite... " >&6; }
10432 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10433 $as_echo_n "(cached) " >&6
10435 ac_check_soname_save_LIBS
=$LIBS
10436 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10440 /* Override any GCC internal prototype to avoid an error.
10441 Use char because int might match the return type of a GCC
10442 builtin and then its argument prototype would still apply. */
10446 char XCompositeRedirectWindow ();
10450 return XCompositeRedirectWindow ();
10455 if ac_fn_c_try_link
"$LINENO"; then :
10457 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10458 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'` ;;
10459 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10460 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10461 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10465 rm -f core conftest.err conftest.
$ac_objext \
10466 conftest
$ac_exeext conftest.
$ac_ext
10467 LIBS
=$ac_check_soname_save_LIBS
10469 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10471 $as_echo "not found" >&6; }
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10475 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10477 cat >>confdefs.h
<<_ACEOF
10478 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10484 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10485 case "x$with_xcomposite" in
10486 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10488 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10489 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10493 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10494 #include <X11/Xlib.h>
10497 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10499 cat >>confdefs.h
<<_ACEOF
10500 #define HAVE_XICCALLBACK_CALLBACK 1
10505 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10506 #include <X11/Xlib.h>
10509 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10511 cat >>confdefs.h
<<_ACEOF
10512 #define HAVE_XEVENT_XCOOKIE 1
10521 if test "x$with_opengl" != "xno"
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10524 $as_echo_n "checking for -lGL... " >&6; }
10525 if ${ac_cv_lib_soname_GL+:} false
; then :
10526 $as_echo_n "(cached) " >&6
10528 ac_check_soname_save_LIBS
=$LIBS
10529 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10531 /* end confdefs.h. */
10533 /* Override any GCC internal prototype to avoid an error.
10534 Use char because int might match the return type of a GCC
10535 builtin and then its argument prototype would still apply. */
10539 char glXCreateContext ();
10543 return glXCreateContext ();
10548 if ac_fn_c_try_link
"$LINENO"; then :
10550 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10551 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'` ;;
10552 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10553 if ${ac_cv_lib_soname_GL:+false} :; then :
10554 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10558 rm -f core conftest.err conftest.
$ac_objext \
10559 conftest
$ac_exeext conftest.
$ac_ext
10560 LIBS
=$ac_check_soname_save_LIBS
10562 if ${ac_cv_lib_soname_GL:+false} :; then :
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10564 $as_echo "not found" >&6; }
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10566 $as_echo_n "checking for -lGL... " >&6; }
10567 if ${ac_cv_lib_soname_GL+:} false
; then :
10568 $as_echo_n "(cached) " >&6
10570 ac_check_soname_save_LIBS
=$LIBS
10571 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"
10572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10581 char glXCreateContext ();
10585 return glXCreateContext ();
10590 if ac_fn_c_try_link
"$LINENO"; then :
10592 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10593 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'` ;;
10594 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10595 if ${ac_cv_lib_soname_GL:+false} :; then :
10596 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10600 rm -f core conftest.err conftest.
$ac_objext \
10601 conftest
$ac_exeext conftest.
$ac_ext
10602 LIBS
=$ac_check_soname_save_LIBS
10604 if ${ac_cv_lib_soname_GL:+false} :; then :
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10606 $as_echo "not found" >&6; }
10607 if test -f /usr
/X11R
6/lib
/libGL.a
10609 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10610 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10612 opengl_msg
="No OpenGL library found on this system."
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10616 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10618 cat >>confdefs.h
<<_ACEOF
10619 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10622 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"
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10626 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10628 cat >>confdefs.h
<<_ACEOF
10629 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10634 if test "x$with_glu" != "xno"
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10637 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10638 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10639 $as_echo_n "(cached) " >&6
10641 ac_check_lib_save_LIBS
=$LIBS
10642 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10644 /* end confdefs.h. */
10646 /* Override any GCC internal prototype to avoid an error.
10647 Use char because int might match the return type of a GCC
10648 builtin and then its argument prototype would still apply. */
10656 return gluLookAt ();
10661 if ac_fn_c_try_link
"$LINENO"; then :
10662 ac_cv_lib_GLU_gluLookAt
=yes
10664 ac_cv_lib_GLU_gluLookAt
=no
10666 rm -f core conftest.err conftest.
$ac_objext \
10667 conftest
$ac_exeext conftest.
$ac_ext
10668 LIBS
=$ac_check_lib_save_LIBS
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10671 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10672 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10676 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10677 case "x$with_glu" in
10678 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10680 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10681 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10686 if test "x$with_osmesa" != "xno"
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10689 $as_echo_n "checking for -lOSMesa... " >&6; }
10690 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10691 $as_echo_n "(cached) " >&6
10693 ac_check_soname_save_LIBS
=$LIBS
10694 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10696 /* end confdefs.h. */
10698 /* Override any GCC internal prototype to avoid an error.
10699 Use char because int might match the return type of a GCC
10700 builtin and then its argument prototype would still apply. */
10713 if ac_fn_c_try_link
"$LINENO"; then :
10715 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10716 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'` ;;
10717 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10718 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10719 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10723 rm -f core conftest.err conftest.
$ac_objext \
10724 conftest
$ac_exeext conftest.
$ac_ext
10725 LIBS
=$ac_check_soname_save_LIBS
10727 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10729 $as_echo "not found" >&6; }
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10733 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10735 cat >>confdefs.h
<<_ACEOF
10736 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10741 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10742 case "x$with_osmesa" in
10743 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10745 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10746 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10751 if test -n "$opengl_msg"; then :
10752 case "x$with_opengl" in
10753 x
) as_fn_append wine_warnings
"|$opengl_msg
10754 OpenGL and Direct3D won't be supported." ;;
10756 *) as_fn_error $?
"$opengl_msg
10757 OpenGL and Direct3D won't be supported.
10758 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10762 CPPFLAGS
="$ac_save_CPPFLAGS"
10766 enable_winex11_drv
=${enable_winex11_drv:-no}
10768 if test "x$X_LIBS" = "x"; then :
10771 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10772 without X support, which probably isn't what you want. You will need
10773 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10774 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10778 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10780 if test "$ac_cv_header_CL_cl_h" = "yes"
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10783 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10784 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10785 $as_echo_n "(cached) " >&6
10787 ac_check_lib_save_LIBS
=$LIBS
10788 LIBS
="-lOpenCL $LIBS"
10789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10790 /* end confdefs.h. */
10792 /* Override any GCC internal prototype to avoid an error.
10793 Use char because int might match the return type of a GCC
10794 builtin and then its argument prototype would still apply. */
10798 char clGetPlatformInfo ();
10802 return clGetPlatformInfo ();
10807 if ac_fn_c_try_link
"$LINENO"; then :
10808 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10810 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10812 rm -f core conftest.err conftest.
$ac_objext \
10813 conftest
$ac_exeext conftest.
$ac_ext
10814 LIBS
=$ac_check_lib_save_LIBS
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10817 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10818 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10819 OPENCL_LIBS
="-lOpenCL"
10824 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10825 case "x$with_opencl" in
10826 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10828 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10829 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10832 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10834 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10837 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10838 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10839 $as_echo_n "(cached) " >&6
10841 ac_check_lib_save_LIBS
=$LIBS
10842 LIBS
="-lpcap $LIBS"
10843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10844 /* end confdefs.h. */
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10852 char pcap_create ();
10856 return pcap_create ();
10861 if ac_fn_c_try_link
"$LINENO"; then :
10862 ac_cv_lib_pcap_pcap_create
=yes
10864 ac_cv_lib_pcap_pcap_create
=no
10866 rm -f core conftest.err conftest.
$ac_objext \
10867 conftest
$ac_exeext conftest.
$ac_ext
10868 LIBS
=$ac_check_lib_save_LIBS
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10871 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10872 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10878 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10879 case "x$with_pcap" in
10880 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10882 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10883 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10886 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10889 if test "x$with_xml" != "xno"
10891 if ${XML2_CFLAGS:+false} :; then :
10892 if ${PKG_CONFIG+:} false
; then :
10893 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10896 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10897 if ${XML2_LIBS:+false} :; then :
10898 if ${PKG_CONFIG+:} false
; then :
10899 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10902 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10903 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10904 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10905 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10906 ac_save_CPPFLAGS
=$CPPFLAGS
10907 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10908 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10910 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10911 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10912 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10913 cat >>confdefs.h
<<_ACEOF
10914 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10921 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"
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10924 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10925 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10926 $as_echo_n "(cached) " >&6
10928 ac_check_lib_save_LIBS
=$LIBS
10929 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10939 char xmlParseMemory ();
10943 return xmlParseMemory ();
10948 if ac_fn_c_try_link
"$LINENO"; then :
10949 ac_cv_lib_xml2_xmlParseMemory
=yes
10951 ac_cv_lib_xml2_xmlParseMemory
=no
10953 rm -f core conftest.err conftest.
$ac_objext \
10954 conftest
$ac_exeext conftest.
$ac_ext
10955 LIBS
=$ac_check_lib_save_LIBS
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10958 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10959 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10961 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10968 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10969 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10970 $as_echo_n "(cached) " >&6
10972 ac_check_lib_save_LIBS
=$LIBS
10973 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10983 char xmlReadMemory ();
10987 return xmlReadMemory ();
10992 if ac_fn_c_try_link
"$LINENO"; then :
10993 ac_cv_lib_xml2_xmlReadMemory
=yes
10995 ac_cv_lib_xml2_xmlReadMemory
=no
10997 rm -f core conftest.err conftest.
$ac_objext \
10998 conftest
$ac_exeext conftest.
$ac_ext
10999 LIBS
=$ac_check_lib_save_LIBS
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11002 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11003 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11005 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11010 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11011 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11012 $as_echo_n "(cached) " >&6
11014 ac_check_lib_save_LIBS
=$LIBS
11015 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11025 char xmlNewDocPI ();
11029 return xmlNewDocPI ();
11034 if ac_fn_c_try_link
"$LINENO"; then :
11035 ac_cv_lib_xml2_xmlNewDocPI
=yes
11037 ac_cv_lib_xml2_xmlNewDocPI
=no
11039 rm -f core conftest.err conftest.
$ac_objext \
11040 conftest
$ac_exeext conftest.
$ac_ext
11041 LIBS
=$ac_check_lib_save_LIBS
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11044 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11045 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11047 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11052 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11053 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11054 $as_echo_n "(cached) " >&6
11056 ac_check_lib_save_LIBS
=$LIBS
11057 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11067 char xmlSchemaSetParserStructuredErrors ();
11071 return xmlSchemaSetParserStructuredErrors ();
11076 if ac_fn_c_try_link
"$LINENO"; then :
11077 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11079 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11081 rm -f core conftest.err conftest.
$ac_objext \
11082 conftest
$ac_exeext conftest.
$ac_ext
11083 LIBS
=$ac_check_lib_save_LIBS
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11086 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11087 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11089 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11094 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11095 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11096 $as_echo_n "(cached) " >&6
11098 ac_check_lib_save_LIBS
=$LIBS
11099 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11101 /* end confdefs.h. */
11103 /* Override any GCC internal prototype to avoid an error.
11104 Use char because int might match the return type of a GCC
11105 builtin and then its argument prototype would still apply. */
11109 char xmlSchemaSetValidStructuredErrors ();
11113 return xmlSchemaSetValidStructuredErrors ();
11118 if ac_fn_c_try_link
"$LINENO"; then :
11119 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11121 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11123 rm -f core conftest.err conftest.
$ac_objext \
11124 conftest
$ac_exeext conftest.
$ac_ext
11125 LIBS
=$ac_check_lib_save_LIBS
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11128 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11129 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11131 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11136 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11137 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11138 $as_echo_n "(cached) " >&6
11140 ac_check_lib_save_LIBS
=$LIBS
11141 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11143 /* end confdefs.h. */
11145 /* Override any GCC internal prototype to avoid an error.
11146 Use char because int might match the return type of a GCC
11147 builtin and then its argument prototype would still apply. */
11151 char xmlFirstElementChild ();
11155 return xmlFirstElementChild ();
11160 if ac_fn_c_try_link
"$LINENO"; then :
11161 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11163 ac_cv_lib_xml2_xmlFirstElementChild
=no
11165 rm -f core conftest.err conftest.
$ac_objext \
11166 conftest
$ac_exeext conftest.
$ac_ext
11167 LIBS
=$ac_check_lib_save_LIBS
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11170 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11171 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11173 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11177 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11179 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11181 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11189 CPPFLAGS
=$ac_save_CPPFLAGS
11190 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11191 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11194 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11195 case "x$with_xml" in
11196 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11198 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11199 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11203 if test "x$with_xslt" != "xno"
11205 if ${XSLT_CFLAGS:+false} :; then :
11206 if ${PKG_CONFIG+:} false
; then :
11207 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11210 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11211 if ${XSLT_LIBS:+false} :; then :
11212 if ${PKG_CONFIG+:} false
; then :
11213 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11216 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11217 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11218 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11219 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11220 ac_save_CPPFLAGS
=$CPPFLAGS
11221 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11222 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11224 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11225 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11226 # include <libxslt/pattern.h>
11229 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11230 cat >>confdefs.h
<<_ACEOF
11231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11238 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11241 $as_echo_n "checking for -lxslt... " >&6; }
11242 if ${ac_cv_lib_soname_xslt+:} false
; then :
11243 $as_echo_n "(cached) " >&6
11245 ac_check_soname_save_LIBS
=$LIBS
11246 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11247 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11248 /* end confdefs.h. */
11250 /* Override any GCC internal prototype to avoid an error.
11251 Use char because int might match the return type of a GCC
11252 builtin and then its argument prototype would still apply. */
11256 char xsltCompilePattern ();
11260 return xsltCompilePattern ();
11265 if ac_fn_c_try_link
"$LINENO"; then :
11267 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11268 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'` ;;
11269 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11270 if ${ac_cv_lib_soname_xslt:+false} :; then :
11271 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11275 rm -f core conftest.err conftest.
$ac_objext \
11276 conftest
$ac_exeext conftest.
$ac_ext
11277 LIBS
=$ac_check_soname_save_LIBS
11279 if ${ac_cv_lib_soname_xslt:+false} :; then :
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11281 $as_echo "not found" >&6; }
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11285 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11287 cat >>confdefs.h
<<_ACEOF
11288 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11296 CPPFLAGS
=$ac_save_CPPFLAGS
11297 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11298 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11301 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11302 case "x$with_xslt" in
11303 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11305 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11306 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11310 if test "x$with_dbus" != "xno"
11312 if ${DBUS_CFLAGS:+false} :; then :
11313 if ${PKG_CONFIG+:} false
; then :
11314 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11318 if ${DBUS_LIBS:+false} :; then :
11319 if ${PKG_CONFIG+:} false
; then :
11320 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11325 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11326 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11327 ac_save_CPPFLAGS
=$CPPFLAGS
11328 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11329 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11330 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11332 $as_echo_n "checking for -ldbus-1... " >&6; }
11333 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11334 $as_echo_n "(cached) " >&6
11336 ac_check_soname_save_LIBS
=$LIBS
11337 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11347 char dbus_connection_close ();
11351 return dbus_connection_close ();
11356 if ac_fn_c_try_link
"$LINENO"; then :
11358 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11359 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'` ;;
11360 *) 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'`
11361 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11362 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11366 rm -f core conftest.err conftest.
$ac_objext \
11367 conftest
$ac_exeext conftest.
$ac_ext
11368 LIBS
=$ac_check_soname_save_LIBS
11370 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11372 $as_echo "not found" >&6; }
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11376 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11378 cat >>confdefs.h
<<_ACEOF
11379 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11389 CPPFLAGS
=$ac_save_CPPFLAGS
11390 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11391 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11394 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11395 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11396 case "x$with_dbus" in
11397 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11399 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11400 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11404 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11406 if ${HAL_CFLAGS:+false} :; then :
11407 if ${PKG_CONFIG+:} false
; then :
11408 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11412 if ${HAL_LIBS:+false} :; then :
11413 if ${PKG_CONFIG+:} false
; then :
11414 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11418 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11419 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11420 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11421 ac_save_CPPFLAGS
=$CPPFLAGS
11422 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11423 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11424 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11426 $as_echo_n "checking for -lhal... " >&6; }
11427 if ${ac_cv_lib_soname_hal+:} false
; then :
11428 $as_echo_n "(cached) " >&6
11430 ac_check_soname_save_LIBS
=$LIBS
11431 LIBS
="-lhal $HAL_LIBS $LIBS"
11432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11441 char libhal_ctx_new ();
11445 return libhal_ctx_new ();
11450 if ac_fn_c_try_link
"$LINENO"; then :
11452 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11453 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'` ;;
11454 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11455 if ${ac_cv_lib_soname_hal:+false} :; then :
11456 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11460 rm -f core conftest.err conftest.
$ac_objext \
11461 conftest
$ac_exeext conftest.
$ac_ext
11462 LIBS
=$ac_check_soname_save_LIBS
11464 if ${ac_cv_lib_soname_hal:+false} :; then :
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11466 $as_echo "not found" >&6; }
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11470 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11472 cat >>confdefs.h
<<_ACEOF
11473 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11483 CPPFLAGS
=$ac_save_CPPFLAGS
11484 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11485 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11487 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11488 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11489 case "x$with_hal" in
11490 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11492 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11493 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11498 if test "x$with_gnutls" != "xno"
11500 if ${GNUTLS_CFLAGS:+false} :; then :
11501 if ${PKG_CONFIG+:} false
; then :
11502 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11506 if ${GNUTLS_LIBS:+false} :; then :
11507 if ${PKG_CONFIG+:} false
; then :
11508 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11513 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11514 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11515 ac_save_CPPFLAGS
=$CPPFLAGS
11516 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11517 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11518 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11520 /* end confdefs.h. */
11521 #include <gnutls/gnutls.h>
11522 #include <gnutls/crypto.h>
11526 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11531 if ac_fn_c_try_compile
"$LINENO"; then :
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11533 $as_echo_n "checking for -lgnutls... " >&6; }
11534 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11535 $as_echo_n "(cached) " >&6
11537 ac_check_soname_save_LIBS
=$LIBS
11538 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11540 /* end confdefs.h. */
11542 /* Override any GCC internal prototype to avoid an error.
11543 Use char because int might match the return type of a GCC
11544 builtin and then its argument prototype would still apply. */
11548 char gnutls_global_init ();
11552 return gnutls_global_init ();
11557 if ac_fn_c_try_link
"$LINENO"; then :
11559 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11560 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'` ;;
11561 *) 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'`
11562 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11563 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'`
11567 rm -f core conftest.err conftest.
$ac_objext \
11568 conftest
$ac_exeext conftest.
$ac_ext
11569 LIBS
=$ac_check_soname_save_LIBS
11571 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11573 $as_echo "not found" >&6; }
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11577 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11579 cat >>confdefs.h
<<_ACEOF
11580 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11592 CPPFLAGS
=$ac_save_CPPFLAGS
11593 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11594 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11597 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11598 case "x$with_gnutls" in
11599 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11601 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11602 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11607 if test "$ac_cv_header_ncurses_h" = "yes"
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11610 $as_echo_n "checking for -lncurses... " >&6; }
11611 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11612 $as_echo_n "(cached) " >&6
11614 ac_check_soname_save_LIBS
=$LIBS
11615 LIBS
="-lncurses $LIBS"
11616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11619 /* Override any GCC internal prototype to avoid an error.
11620 Use char because int might match the return type of a GCC
11621 builtin and then its argument prototype would still apply. */
11634 if ac_fn_c_try_link
"$LINENO"; then :
11636 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11637 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'` ;;
11638 *) 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'`
11639 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11640 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11644 rm -f core conftest.err conftest.
$ac_objext \
11645 conftest
$ac_exeext conftest.
$ac_ext
11646 LIBS
=$ac_check_soname_save_LIBS
11648 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11650 $as_echo "not found" >&6; }
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11654 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11656 cat >>confdefs.h
<<_ACEOF
11657 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11660 CURSES_LIBS
="-lncurses"
11662 elif test "$ac_cv_header_curses_h" = "yes"
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11665 $as_echo_n "checking for -lcurses... " >&6; }
11666 if ${ac_cv_lib_soname_curses+:} false
; then :
11667 $as_echo_n "(cached) " >&6
11669 ac_check_soname_save_LIBS
=$LIBS
11670 LIBS
="-lcurses $LIBS"
11671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h. */
11674 /* Override any GCC internal prototype to avoid an error.
11675 Use char because int might match the return type of a GCC
11676 builtin and then its argument prototype would still apply. */
11689 if ac_fn_c_try_link
"$LINENO"; then :
11691 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11692 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'` ;;
11693 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11694 if ${ac_cv_lib_soname_curses:+false} :; then :
11695 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11699 rm -f core conftest.err conftest.
$ac_objext \
11700 conftest
$ac_exeext conftest.
$ac_ext
11701 LIBS
=$ac_check_soname_save_LIBS
11703 if ${ac_cv_lib_soname_curses:+false} :; then :
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11705 $as_echo "not found" >&6; }
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11709 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11711 cat >>confdefs.h
<<_ACEOF
11712 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11715 CURSES_LIBS
="-lcurses"
11718 ac_save_LIBS
="$LIBS"
11719 LIBS
="$LIBS $CURSES_LIBS"
11720 for ac_func
in mousemask
11722 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11723 if test "x$ac_cv_func_mousemask" = xyes
; then :
11724 cat >>confdefs.h
<<_ACEOF
11725 #define HAVE_MOUSEMASK 1
11731 LIBS
="$ac_save_LIBS"
11732 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11733 case "x$with_curses" in
11734 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11736 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11737 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11741 if test "x$with_sane" != "xno"
11743 if ${SANE_CFLAGS:+false} :; then :
11744 if ${PKG_CONFIG+:} false
; then :
11745 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11748 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11749 if ${SANE_LIBS:+false} :; then :
11750 if ${PKG_CONFIG+:} false
; then :
11751 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11754 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11756 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11757 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11758 ac_save_CPPFLAGS
=$CPPFLAGS
11759 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11760 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11761 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11763 $as_echo_n "checking for -lsane... " >&6; }
11764 if ${ac_cv_lib_soname_sane+:} false
; then :
11765 $as_echo_n "(cached) " >&6
11767 ac_check_soname_save_LIBS
=$LIBS
11768 LIBS
="-lsane $SANE_LIBS $LIBS"
11769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11772 /* Override any GCC internal prototype to avoid an error.
11773 Use char because int might match the return type of a GCC
11774 builtin and then its argument prototype would still apply. */
11782 return sane_init ();
11787 if ac_fn_c_try_link
"$LINENO"; then :
11789 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11790 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'` ;;
11791 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11792 if ${ac_cv_lib_soname_sane:+false} :; then :
11793 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11797 rm -f core conftest.err conftest.
$ac_objext \
11798 conftest
$ac_exeext conftest.
$ac_ext
11799 LIBS
=$ac_check_soname_save_LIBS
11801 if ${ac_cv_lib_soname_sane:+false} :; then :
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11803 $as_echo "not found" >&6; }
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11807 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11809 cat >>confdefs.h
<<_ACEOF
11810 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11820 CPPFLAGS
=$ac_save_CPPFLAGS
11821 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11822 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11825 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11826 case "x$with_sane" in
11827 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11829 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11830 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11834 if test "x$with_v4l" != "xno"
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11837 $as_echo_n "checking for -lv4l1... " >&6; }
11838 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11839 $as_echo_n "(cached) " >&6
11841 ac_check_soname_save_LIBS
=$LIBS
11842 LIBS
="-lv4l1 $LIBS"
11843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11844 /* end confdefs.h. */
11846 /* Override any GCC internal prototype to avoid an error.
11847 Use char because int might match the return type of a GCC
11848 builtin and then its argument prototype would still apply. */
11856 return v4l1_open ();
11861 if ac_fn_c_try_link
"$LINENO"; then :
11863 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11864 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'` ;;
11865 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11866 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11867 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11871 rm -f core conftest.err conftest.
$ac_objext \
11872 conftest
$ac_exeext conftest.
$ac_ext
11873 LIBS
=$ac_check_soname_save_LIBS
11875 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11877 $as_echo "not found" >&6; }
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11881 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11883 cat >>confdefs.h
<<_ACEOF
11884 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11890 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11891 case "x$with_v4l" in
11892 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11894 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11895 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11899 if test "x$with_gphoto" != "xno"
11901 if ${GPHOTO2_CFLAGS:+false} :; then :
11902 if ${PKG_CONFIG+:} false
; then :
11903 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11906 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11907 if ${GPHOTO2_LIBS:+false} :; then :
11908 if ${PKG_CONFIG+:} false
; then :
11909 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11912 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11913 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11914 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11915 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11916 ac_save_CPPFLAGS
=$CPPFLAGS
11917 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11918 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11919 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11921 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11922 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11923 $as_echo_n "(cached) " >&6
11925 ac_check_lib_save_LIBS
=$LIBS
11926 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11930 /* Override any GCC internal prototype to avoid an error.
11931 Use char because int might match the return type of a GCC
11932 builtin and then its argument prototype would still apply. */
11936 char gp_camera_new ();
11940 return gp_camera_new ();
11945 if ac_fn_c_try_link
"$LINENO"; then :
11946 ac_cv_lib_gphoto2_gp_camera_new
=yes
11948 ac_cv_lib_gphoto2_gp_camera_new
=no
11950 rm -f core conftest.err conftest.
$ac_objext \
11951 conftest
$ac_exeext conftest.
$ac_ext
11952 LIBS
=$ac_check_lib_save_LIBS
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11955 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11956 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11958 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11961 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11965 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11969 CPPFLAGS
=$ac_save_CPPFLAGS
11970 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11971 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11973 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11974 if ${PKG_CONFIG+:} false
; then :
11975 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11978 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
11979 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11980 if ${PKG_CONFIG+:} false
; then :
11981 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11984 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
11985 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11986 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11987 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11988 ac_save_CPPFLAGS
=$CPPFLAGS
11989 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11990 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11991 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11993 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11994 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11995 $as_echo_n "(cached) " >&6
11997 ac_check_lib_save_LIBS
=$LIBS
11998 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12000 /* end confdefs.h. */
12002 /* Override any GCC internal prototype to avoid an error.
12003 Use char because int might match the return type of a GCC
12004 builtin and then its argument prototype would still apply. */
12008 char gp_port_info_list_new ();
12012 return gp_port_info_list_new ();
12017 if ac_fn_c_try_link
"$LINENO"; then :
12018 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12020 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12022 rm -f core conftest.err conftest.
$ac_objext \
12023 conftest
$ac_exeext conftest.
$ac_ext
12024 LIBS
=$ac_check_lib_save_LIBS
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12027 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12028 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12030 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12033 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12037 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12041 CPPFLAGS
=$ac_save_CPPFLAGS
12042 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12043 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12046 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12047 case "x$with_gphoto" in
12048 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12050 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12051 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12054 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12055 case "x$with_gphoto" in
12056 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12058 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12059 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12064 if test "$ac_cv_header_resolv_h" = "yes"
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12067 $as_echo_n "checking for resolver library... " >&6; }
12068 if ${ac_cv_have_resolv+:} false
; then :
12069 $as_echo_n "(cached) " >&6
12071 ac_save_LIBS
="$LIBS"
12072 for lib
in '' -lresolv
12074 LIBS
="$lib $ac_save_LIBS"
12075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12077 #ifdef HAVE_NETINET_IN_H
12078 #include <netinet/in.h>
12080 #include <resolv.h>
12084 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12089 if ac_fn_c_try_link
"$LINENO"; then :
12090 ac_cv_have_resolv
=${lib:-"none required"}
12092 ac_cv_have_resolv
="not found"
12094 rm -f core conftest.err conftest.
$ac_objext \
12095 conftest
$ac_exeext conftest.
$ac_ext
12096 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12098 LIBS
="$ac_save_LIBS"
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12101 $as_echo "$ac_cv_have_resolv" >&6; }
12103 case "$ac_cv_have_resolv" in
12107 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12110 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12112 RESOLV_LIBS
=$ac_cv_have_resolv
12117 if test "x$with_cms" != "xno"
12119 if ${LCMS2_CFLAGS:+false} :; then :
12120 if ${PKG_CONFIG+:} false
; then :
12121 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12125 if ${LCMS2_LIBS:+false} :; then :
12126 if ${PKG_CONFIG+:} false
; then :
12127 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12131 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12132 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12133 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12134 ac_save_CPPFLAGS
=$CPPFLAGS
12135 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12136 for ac_header
in lcms2.h
12138 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12139 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12140 cat >>confdefs.h
<<_ACEOF
12141 #define HAVE_LCMS2_H 1
12148 if test "$ac_cv_header_lcms2_h" = "yes"
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12151 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12152 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12153 $as_echo_n "(cached) " >&6
12155 ac_check_lib_save_LIBS
=$LIBS
12156 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12160 /* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
12166 char cmsOpenProfileFromFile ();
12170 return cmsOpenProfileFromFile ();
12175 if ac_fn_c_try_link
"$LINENO"; then :
12176 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12178 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12180 rm -f core conftest.err conftest.
$ac_objext \
12181 conftest
$ac_exeext conftest.
$ac_ext
12182 LIBS
=$ac_check_lib_save_LIBS
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12185 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12186 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12188 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12198 CPPFLAGS
=$ac_save_CPPFLAGS
12199 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12200 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12203 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12204 case "x$with_cms" in
12205 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12207 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12208 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12212 if test "x$with_freetype" != "xno"
12214 if ${FREETYPE_CFLAGS:+false} :; then :
12215 if ${PKG_CONFIG+:} false
; then :
12216 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12219 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12220 if ${FREETYPE_LIBS:+false} :; then :
12221 if ${PKG_CONFIG+:} false
; then :
12222 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12225 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12226 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12227 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12228 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12229 ac_save_CPPFLAGS
=$CPPFLAGS
12230 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12231 for ac_header
in ft2build.h
12233 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12234 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12235 cat >>confdefs.h
<<_ACEOF
12236 #define HAVE_FT2BUILD_H 1
12243 if test "$ac_cv_header_ft2build_h" = "yes"
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12246 $as_echo_n "checking for -lfreetype... " >&6; }
12247 if ${ac_cv_lib_soname_freetype+:} false
; then :
12248 $as_echo_n "(cached) " >&6
12250 ac_check_soname_save_LIBS
=$LIBS
12251 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12253 /* end confdefs.h. */
12255 /* Override any GCC internal prototype to avoid an error.
12256 Use char because int might match the return type of a GCC
12257 builtin and then its argument prototype would still apply. */
12261 char FT_Init_FreeType ();
12265 return FT_Init_FreeType ();
12270 if ac_fn_c_try_link
"$LINENO"; then :
12272 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12273 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'` ;;
12274 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12275 if ${ac_cv_lib_soname_freetype:+false} :; then :
12276 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12280 rm -f core conftest.err conftest.
$ac_objext \
12281 conftest
$ac_exeext conftest.
$ac_ext
12282 LIBS
=$ac_check_soname_save_LIBS
12284 if ${ac_cv_lib_soname_freetype:+false} :; then :
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12286 $as_echo "not found" >&6; }
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12290 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12292 cat >>confdefs.h
<<_ACEOF
12293 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12297 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12299 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12300 #include FT_MODULE_H
12302 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12304 cat >>confdefs.h
<<_ACEOF
12305 #define HAVE_FT_TRUETYPEENGINETYPE 1
12316 CPPFLAGS
=$ac_save_CPPFLAGS
12317 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12318 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12321 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12322 case "x$with_freetype" in
12324 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12325 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12328 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12331 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12332 if ${ac_cv_c_ppdev+:} false
; then :
12333 $as_echo_n "(cached) " >&6
12335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h. */
12337 #ifdef HAVE_SYS_IOCTL_H
12338 # include <sys/ioctl.h>
12340 #include <linux/ppdev.h>
12344 ioctl (1,PPCLAIM,0)
12349 if ac_fn_c_try_compile
"$LINENO"; then :
12350 ac_cv_c_ppdev
="yes"
12354 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12357 $as_echo "$ac_cv_c_ppdev" >&6; }
12358 if test "$ac_cv_c_ppdev" = "yes"
12361 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12365 ac_wine_check_funcs_save_LIBS
="$LIBS"
12366 LIBS
="$LIBS $PTHREAD_LIBS"
12368 pthread_attr_get_np \
12369 pthread_getattr_np \
12370 pthread_getthreadid_np \
12371 pthread_get_stackaddr_np \
12372 pthread_get_stacksize_np
12374 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12375 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12376 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12377 cat >>confdefs.h
<<_ACEOF
12378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12384 LIBS
="$ac_wine_check_funcs_save_LIBS"
12386 if test "$ac_cv_header_zlib_h" = "yes"
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12389 $as_echo_n "checking for inflate in -lz... " >&6; }
12390 if ${ac_cv_lib_z_inflate+:} false
; then :
12391 $as_echo_n "(cached) " >&6
12393 ac_check_lib_save_LIBS
=$LIBS
12395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12413 if ac_fn_c_try_link
"$LINENO"; then :
12414 ac_cv_lib_z_inflate
=yes
12416 ac_cv_lib_z_inflate
=no
12418 rm -f core conftest.err conftest.
$ac_objext \
12419 conftest
$ac_exeext conftest.
$ac_ext
12420 LIBS
=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12423 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12424 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12426 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12433 if test "x$Z_LIBS" = "x"; then :
12434 case "x$with_zlib" in
12435 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12437 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12438 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12442 if test "x$enable_tools" != xno
12444 if test "$ac_cv_header_gettext_po_h" = "yes"
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12447 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12448 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12449 $as_echo_n "(cached) " >&6
12451 ac_check_lib_save_LIBS
=$LIBS
12452 LIBS
="-lgettextpo $LIBS"
12453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12454 /* end confdefs.h. */
12456 /* Override any GCC internal prototype to avoid an error.
12457 Use char because int might match the return type of a GCC
12458 builtin and then its argument prototype would still apply. */
12462 char po_message_msgctxt ();
12466 return po_message_msgctxt ();
12471 if ac_fn_c_try_link
"$LINENO"; then :
12472 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12474 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12476 rm -f core conftest.err conftest.
$ac_objext \
12477 conftest
$ac_exeext conftest.
$ac_ext
12478 LIBS
=$ac_check_lib_save_LIBS
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12481 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12482 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12484 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12486 GETTEXTPO_LIBS
="-lgettextpo"
12491 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12492 case "x$with_gettextpo" in
12493 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12495 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12496 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12501 if test "x$with_pulse" != "xno";
12503 if ${PULSE_CFLAGS:+false} :; then :
12504 if ${PKG_CONFIG+:} false
; then :
12505 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12509 if ${PULSE_LIBS:+false} :; then :
12510 if ${PKG_CONFIG+:} false
; then :
12511 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12516 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12517 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12518 ac_save_CPPFLAGS
=$CPPFLAGS
12519 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12520 for ac_header
in pulse
/pulseaudio.h
12522 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12523 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12524 cat >>confdefs.h
<<_ACEOF
12525 #define HAVE_PULSE_PULSEAUDIO_H 1
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12528 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12529 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12530 $as_echo_n "(cached) " >&6
12532 ac_check_lib_save_LIBS
=$LIBS
12533 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12535 /* end confdefs.h. */
12537 /* Override any GCC internal prototype to avoid an error.
12538 Use char because int might match the return type of a GCC
12539 builtin and then its argument prototype would still apply. */
12543 char pa_stream_is_corked ();
12547 return pa_stream_is_corked ();
12552 if ac_fn_c_try_link
"$LINENO"; then :
12553 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12555 ac_cv_lib_pulse_pa_stream_is_corked
=no
12557 rm -f core conftest.err conftest.
$ac_objext \
12558 conftest
$ac_exeext conftest.
$ac_ext
12559 LIBS
=$ac_check_lib_save_LIBS
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12562 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12563 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12575 CPPFLAGS
=$ac_save_CPPFLAGS
12576 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12577 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12580 if test -z "$PULSE_LIBS"; then :
12581 case "x$with_pulse" in
12582 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12584 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12585 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12588 test -n "$PULSE_LIBS" || enable_winepulse_drv
=${enable_winepulse_drv:-no}
12590 if test "x$with_gstreamer" != "xno"
12592 if ${GSTREAMER_CFLAGS:+false} :; then :
12593 if ${PKG_CONFIG+:} false
; then :
12594 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12598 if ${GSTREAMER_LIBS:+false} :; then :
12599 if ${PKG_CONFIG+:} false
; then :
12600 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12605 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12606 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12607 ac_save_CPPFLAGS
=$CPPFLAGS
12608 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12610 for i
in $GSTREAMER_CFLAGS
12613 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12616 GSTREAMER_CFLAGS
=$ac_gst_incl
12617 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12618 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12619 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12620 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12621 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12623 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12625 /* end confdefs.h. */
12626 #include <gst/app/gstappsink.h>
12630 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12635 if ac_fn_c_try_compile
"$LINENO"; then :
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12637 $as_echo "yes" >&6; }
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12639 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12640 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12641 $as_echo_n "(cached) " >&6
12643 ac_check_lib_save_LIBS
=$LIBS
12644 LIBS
="-lgstreamer-0.10 $LIBS"
12645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12646 /* end confdefs.h. */
12648 /* Override any GCC internal prototype to avoid an error.
12649 Use char because int might match the return type of a GCC
12650 builtin and then its argument prototype would still apply. */
12654 char gst_pad_get_caps_reffed ();
12658 return gst_pad_get_caps_reffed ();
12663 if ac_fn_c_try_link
"$LINENO"; then :
12664 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12666 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12668 rm -f core conftest.err conftest.
$ac_objext \
12669 conftest
$ac_exeext conftest.
$ac_ext
12670 LIBS
=$ac_check_lib_save_LIBS
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12673 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12674 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12676 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12677 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12678 $as_echo_n "(cached) " >&6
12680 ac_check_lib_save_LIBS
=$LIBS
12681 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12683 /* end confdefs.h. */
12685 /* Override any GCC internal prototype to avoid an error.
12686 Use char because int might match the return type of a GCC
12687 builtin and then its argument prototype would still apply. */
12691 char gst_app_buffer_new ();
12695 return gst_app_buffer_new ();
12700 if ac_fn_c_try_link
"$LINENO"; then :
12701 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12703 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12705 rm -f core conftest.err conftest.
$ac_objext \
12706 conftest
$ac_exeext conftest.
$ac_ext
12707 LIBS
=$ac_check_lib_save_LIBS
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12710 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12711 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12719 $as_echo "no" >&6; }
12721 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12726 GSTREAMER_CFLAGS
=""
12730 CPPFLAGS
=$ac_save_CPPFLAGS
12731 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12732 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12735 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12736 case "x$with_gstreamer" in
12737 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12739 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12740 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12743 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12747 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12750 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12751 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12752 $as_echo_n "(cached) " >&6
12754 ac_check_lib_save_LIBS
=$LIBS
12755 LIBS
="-lasound $LIBS"
12756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12757 /* end confdefs.h. */
12759 /* Override any GCC internal prototype to avoid an error.
12760 Use char because int might match the return type of a GCC
12761 builtin and then its argument prototype would still apply. */
12765 char snd_pcm_hw_params_get_access_mask ();
12769 return snd_pcm_hw_params_get_access_mask ();
12774 if ac_fn_c_try_link
"$LINENO"; then :
12775 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12777 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12779 rm -f core conftest.err conftest.
$ac_objext \
12780 conftest
$ac_exeext conftest.
$ac_ext
12781 LIBS
=$ac_check_lib_save_LIBS
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12784 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12785 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12787 /* end confdefs.h. */
12788 #ifdef HAVE_ALSA_ASOUNDLIB_H
12789 #include <alsa/asoundlib.h>
12790 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12791 #include <sys/asoundlib.h>
12796 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12801 if ac_fn_c_try_compile
"$LINENO"; then :
12802 ALSA_LIBS
="-lasound"
12804 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12808 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12810 if test "x$with_oss" != xno
12812 ac_save_CPPFLAGS
="$CPPFLAGS"
12813 if test -f /etc
/oss.conf
12817 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12818 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12819 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12820 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12821 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12823 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12825 cat >>confdefs.h
<<_ACEOF
12826 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12829 OSS4_CFLAGS
="$ac_oss_incl"
12836 CPPFLAGS
="$ac_save_CPPFLAGS"
12837 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12839 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12842 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
12844 if test "x$with_capi" != "xno"
12846 if ${CAPI20_CFLAGS:+false} :; then :
12847 if ${PKG_CONFIG+:} false
; then :
12848 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12852 if ${CAPI20_LIBS:+false} :; then :
12853 if ${PKG_CONFIG+:} false
; then :
12854 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12859 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12860 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12861 ac_save_CPPFLAGS
=$CPPFLAGS
12862 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12863 for ac_header
in capi20.h linux
/capi.h
12865 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12866 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12868 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12869 cat >>confdefs.h
<<_ACEOF
12870 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12877 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12880 $as_echo_n "checking for -lcapi20... " >&6; }
12881 if ${ac_cv_lib_soname_capi20+:} false
; then :
12882 $as_echo_n "(cached) " >&6
12884 ac_check_soname_save_LIBS
=$LIBS
12885 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12886 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12887 /* end confdefs.h. */
12889 /* Override any GCC internal prototype to avoid an error.
12890 Use char because int might match the return type of a GCC
12891 builtin and then its argument prototype would still apply. */
12895 char capi20_register ();
12899 return capi20_register ();
12904 if ac_fn_c_try_link
"$LINENO"; then :
12906 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12907 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'` ;;
12908 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12909 if ${ac_cv_lib_soname_capi20:+false} :; then :
12910 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12914 rm -f core conftest.err conftest.
$ac_objext \
12915 conftest
$ac_exeext conftest.
$ac_ext
12916 LIBS
=$ac_check_soname_save_LIBS
12918 if ${ac_cv_lib_soname_capi20:+false} :; then :
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12920 $as_echo "not found" >&6; }
12923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12924 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12926 cat >>confdefs.h
<<_ACEOF
12927 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12933 CPPFLAGS
=$ac_save_CPPFLAGS
12934 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12935 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12938 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12939 case "x$with_capi" in
12940 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12942 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12943 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12949 if test "x$with_cups" != "xno"
12951 ac_save_CPPFLAGS
="$CPPFLAGS"
12952 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12953 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12954 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12955 for ac_header
in cups
/cups.h
12957 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12958 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12959 cat >>confdefs.h
<<_ACEOF
12960 #define HAVE_CUPS_CUPS_H 1
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12963 $as_echo_n "checking for -lcups... " >&6; }
12964 if ${ac_cv_lib_soname_cups+:} false
; then :
12965 $as_echo_n "(cached) " >&6
12967 ac_check_soname_save_LIBS
=$LIBS
12968 LIBS
="-lcups $ac_cups_libs $LIBS"
12969 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12970 /* end confdefs.h. */
12972 /* Override any GCC internal prototype to avoid an error.
12973 Use char because int might match the return type of a GCC
12974 builtin and then its argument prototype would still apply. */
12978 char cupsGetDefault ();
12982 return cupsGetDefault ();
12987 if ac_fn_c_try_link
"$LINENO"; then :
12989 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12990 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'` ;;
12991 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12992 if ${ac_cv_lib_soname_cups:+false} :; then :
12993 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12997 rm -f core conftest.err conftest.
$ac_objext \
12998 conftest
$ac_exeext conftest.
$ac_ext
12999 LIBS
=$ac_check_soname_save_LIBS
13001 if ${ac_cv_lib_soname_cups:+false} :; then :
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13003 $as_echo "not found" >&6; }
13006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13007 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13009 cat >>confdefs.h
<<_ACEOF
13010 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13013 CUPS_CFLAGS
="$ac_cups_cflags"
13019 CPPFLAGS
="$ac_save_CPPFLAGS"
13021 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13022 case "x$with_cups" in
13023 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13025 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13026 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13030 if test "x$with_fontconfig" != "xno"
13032 if ${FONTCONFIG_CFLAGS:+false} :; then :
13033 if ${PKG_CONFIG+:} false
; then :
13034 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13037 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13038 if ${FONTCONFIG_LIBS:+false} :; then :
13039 if ${PKG_CONFIG+:} false
; then :
13040 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13043 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13045 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13046 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13047 ac_save_CPPFLAGS
=$CPPFLAGS
13048 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13049 for ac_header
in fontconfig
/fontconfig.h
13051 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13052 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13053 cat >>confdefs.h
<<_ACEOF
13054 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13061 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13064 $as_echo_n "checking for -lfontconfig... " >&6; }
13065 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13066 $as_echo_n "(cached) " >&6
13068 ac_check_soname_save_LIBS
=$LIBS
13069 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13071 /* end confdefs.h. */
13073 /* Override any GCC internal prototype to avoid an error.
13074 Use char because int might match the return type of a GCC
13075 builtin and then its argument prototype would still apply. */
13088 if ac_fn_c_try_link
"$LINENO"; then :
13090 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13091 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'` ;;
13092 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13093 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13094 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13098 rm -f core conftest.err conftest.
$ac_objext \
13099 conftest
$ac_exeext conftest.
$ac_ext
13100 LIBS
=$ac_check_soname_save_LIBS
13102 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13104 $as_echo "not found" >&6; }
13105 FONTCONFIG_CFLAGS
=""
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13108 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13110 cat >>confdefs.h
<<_ACEOF
13111 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13117 FONTCONFIG_CFLAGS
=""
13119 CPPFLAGS
=$ac_save_CPPFLAGS
13120 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13121 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13124 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13125 case "x$with_fontconfig" in
13126 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13128 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13129 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13133 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13136 $as_echo_n "checking for -lgsm... " >&6; }
13137 if ${ac_cv_lib_soname_gsm+:} false
; then :
13138 $as_echo_n "(cached) " >&6
13140 ac_check_soname_save_LIBS
=$LIBS
13142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13143 /* end confdefs.h. */
13145 /* Override any GCC internal prototype to avoid an error.
13146 Use char because int might match the return type of a GCC
13147 builtin and then its argument prototype would still apply. */
13151 char gsm_create ();
13155 return gsm_create ();
13160 if ac_fn_c_try_link
"$LINENO"; then :
13162 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13163 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'` ;;
13164 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13165 if ${ac_cv_lib_soname_gsm:+false} :; then :
13166 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13170 rm -f core conftest.err conftest.
$ac_objext \
13171 conftest
$ac_exeext conftest.
$ac_ext
13172 LIBS
=$ac_check_soname_save_LIBS
13174 if ${ac_cv_lib_soname_gsm:+false} :; then :
13175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13176 $as_echo "not found" >&6; }
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13180 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13182 cat >>confdefs.h
<<_ACEOF
13183 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13189 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13190 case "x$with_gsm" in
13191 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13193 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13194 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13198 if test "x$with_jpeg" != "xno"
13200 if ${JPEG_CFLAGS:+false} :; then :
13201 if ${PKG_CONFIG+:} false
; then :
13202 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13206 if ${JPEG_LIBS:+false} :; then :
13207 if ${PKG_CONFIG+:} false
; then :
13208 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13213 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13214 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13215 ac_save_CPPFLAGS
=$CPPFLAGS
13216 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13217 for ac_header
in jpeglib.h
13219 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13220 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13221 cat >>confdefs.h
<<_ACEOF
13222 #define HAVE_JPEGLIB_H 1
13229 if test "$ac_cv_header_jpeglib_h" = "yes"
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13232 $as_echo_n "checking for -ljpeg... " >&6; }
13233 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13234 $as_echo_n "(cached) " >&6
13236 ac_check_soname_save_LIBS
=$LIBS
13237 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13239 /* end confdefs.h. */
13241 /* Override any GCC internal prototype to avoid an error.
13242 Use char because int might match the return type of a GCC
13243 builtin and then its argument prototype would still apply. */
13247 char jpeg_start_decompress ();
13251 return jpeg_start_decompress ();
13256 if ac_fn_c_try_link
"$LINENO"; then :
13258 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13259 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'` ;;
13260 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13261 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13262 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13266 rm -f core conftest.err conftest.
$ac_objext \
13267 conftest
$ac_exeext conftest.
$ac_ext
13268 LIBS
=$ac_check_soname_save_LIBS
13270 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13272 $as_echo "not found" >&6; }
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13276 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13278 cat >>confdefs.h
<<_ACEOF
13279 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13287 CPPFLAGS
=$ac_save_CPPFLAGS
13288 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13289 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13292 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13293 case "x$with_jpeg" in
13294 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13296 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13297 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13301 if test "x$with_png" != "xno"
13303 if ${PNG_CFLAGS:+false} :; then :
13304 if ${PKG_CONFIG+:} false
; then :
13305 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13308 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13309 if ${PNG_LIBS:+false} :; then :
13310 if ${PKG_CONFIG+:} false
; then :
13311 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13314 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13316 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13317 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13318 ac_save_CPPFLAGS
=$CPPFLAGS
13319 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13320 for ac_header
in png.h
13322 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13323 if test "x$ac_cv_header_png_h" = xyes
; then :
13324 cat >>confdefs.h
<<_ACEOF
13325 #define HAVE_PNG_H 1
13332 if test "$ac_cv_header_png_h" = "yes"
13334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13335 $as_echo_n "checking for -lpng... " >&6; }
13336 if ${ac_cv_lib_soname_png+:} false
; then :
13337 $as_echo_n "(cached) " >&6
13339 ac_check_soname_save_LIBS
=$LIBS
13340 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13341 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13342 /* end confdefs.h. */
13344 /* Override any GCC internal prototype to avoid an error.
13345 Use char because int might match the return type of a GCC
13346 builtin and then its argument prototype would still apply. */
13350 char png_create_read_struct ();
13354 return png_create_read_struct ();
13359 if ac_fn_c_try_link
"$LINENO"; then :
13361 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13362 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'` ;;
13363 *) 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'`
13364 if ${ac_cv_lib_soname_png:+false} :; then :
13365 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13369 rm -f core conftest.err conftest.
$ac_objext \
13370 conftest
$ac_exeext conftest.
$ac_ext
13371 LIBS
=$ac_check_soname_save_LIBS
13373 if ${ac_cv_lib_soname_png:+false} :; then :
13374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13375 $as_echo "not found" >&6; }
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13379 $as_echo "$ac_cv_lib_soname_png" >&6; }
13381 cat >>confdefs.h
<<_ACEOF
13382 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13386 /* end confdefs.h. */
13391 typeof(png_set_expand_gray_1_2_4_to_8) *p
13396 if ac_fn_c_try_compile
"$LINENO"; then :
13398 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13401 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13406 CPPFLAGS
=$ac_save_CPPFLAGS
13407 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13408 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13411 if test "x$ac_cv_lib_soname_png" = "x"; then :
13412 case "x$with_png" in
13413 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13415 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13416 This is an error since --with-png was requested." "$LINENO" 5 ;;
13420 if test "x$with_tiff" != "xno"
13422 if ${TIFF_CFLAGS:+false} :; then :
13423 if ${PKG_CONFIG+:} false
; then :
13424 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13428 if ${TIFF_LIBS:+false} :; then :
13429 if ${PKG_CONFIG+:} false
; then :
13430 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13435 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13436 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13437 ac_save_CPPFLAGS
=$CPPFLAGS
13438 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13439 for ac_header
in tiffio.h
13441 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13442 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13443 cat >>confdefs.h
<<_ACEOF
13444 #define HAVE_TIFFIO_H 1
13451 if test "$ac_cv_header_tiffio_h" = "yes"
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13454 $as_echo_n "checking for -ltiff... " >&6; }
13455 if ${ac_cv_lib_soname_tiff+:} false
; then :
13456 $as_echo_n "(cached) " >&6
13458 ac_check_soname_save_LIBS
=$LIBS
13459 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13460 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13461 /* end confdefs.h. */
13463 /* Override any GCC internal prototype to avoid an error.
13464 Use char because int might match the return type of a GCC
13465 builtin and then its argument prototype would still apply. */
13469 char TIFFClientOpen ();
13473 return TIFFClientOpen ();
13478 if ac_fn_c_try_link
"$LINENO"; then :
13480 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13481 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'` ;;
13482 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13483 if ${ac_cv_lib_soname_tiff:+false} :; then :
13484 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13488 rm -f core conftest.err conftest.
$ac_objext \
13489 conftest
$ac_exeext conftest.
$ac_ext
13490 LIBS
=$ac_check_soname_save_LIBS
13492 if ${ac_cv_lib_soname_tiff:+false} :; then :
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13494 $as_echo "not found" >&6; }
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13498 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13500 cat >>confdefs.h
<<_ACEOF
13501 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13507 CPPFLAGS
=$ac_save_CPPFLAGS
13508 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13509 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13512 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13513 case "x$with_tiff" in
13514 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13516 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13517 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13521 if test "x$with_mpg123" != "xno"
13523 if ${MPG123_CFLAGS:+false} :; then :
13524 if ${PKG_CONFIG+:} false
; then :
13525 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13529 if ${MPG123_LIBS:+false} :; then :
13530 if ${PKG_CONFIG+:} false
; then :
13531 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13535 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13536 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13537 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13538 ac_save_CPPFLAGS
=$CPPFLAGS
13539 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13540 for ac_header
in mpg123.h
13542 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13543 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13544 cat >>confdefs.h
<<_ACEOF
13545 #define HAVE_MPG123_H 1
13552 if test "$ac_cv_header_mpg123_h" = "yes"
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13555 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13556 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13557 $as_echo_n "(cached) " >&6
13559 ac_check_lib_save_LIBS
=$LIBS
13560 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13561 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13562 /* end confdefs.h. */
13564 /* Override any GCC internal prototype to avoid an error.
13565 Use char because int might match the return type of a GCC
13566 builtin and then its argument prototype would still apply. */
13570 char mpg123_feed ();
13574 return mpg123_feed ();
13579 if ac_fn_c_try_link
"$LINENO"; then :
13580 ac_cv_lib_mpg123_mpg123_feed
=yes
13582 ac_cv_lib_mpg123_mpg123_feed
=no
13584 rm -f core conftest.err conftest.
$ac_objext \
13585 conftest
$ac_exeext conftest.
$ac_ext
13586 LIBS
=$ac_check_lib_save_LIBS
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13589 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13590 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13600 CPPFLAGS
=$ac_save_CPPFLAGS
13601 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13602 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13605 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13606 case "x$with_mpg123" in
13607 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13609 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13610 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13613 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
-o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm
=${enable_winemp3_acm:-no}
13615 if test "$ac_cv_header_AL_al_h" = "yes"
13617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13618 $as_echo_n "checking for -lopenal... " >&6; }
13619 if ${ac_cv_lib_soname_openal+:} false
; then :
13620 $as_echo_n "(cached) " >&6
13622 ac_check_soname_save_LIBS
=$LIBS
13623 LIBS
="-lopenal $LIBS"
13624 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13625 /* end confdefs.h. */
13627 /* Override any GCC internal prototype to avoid an error.
13628 Use char because int might match the return type of a GCC
13629 builtin and then its argument prototype would still apply. */
13633 char alGetSource3i ();
13637 return alGetSource3i ();
13642 if ac_fn_c_try_link
"$LINENO"; then :
13644 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13645 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'` ;;
13646 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13647 if ${ac_cv_lib_soname_openal:+false} :; then :
13648 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13652 rm -f core conftest.err conftest.
$ac_objext \
13653 conftest
$ac_exeext conftest.
$ac_ext
13654 LIBS
=$ac_check_soname_save_LIBS
13656 if ${ac_cv_lib_soname_openal:+false} :; then :
13657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13658 $as_echo "not found" >&6; }
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13662 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13664 cat >>confdefs.h
<<_ACEOF
13665 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13668 OPENAL_LIBS
="-lopenal"
13670 ac_cv_lib_openal
=yes
13672 cat >>confdefs.h
<<_ACEOF
13673 #define HAVE_OPENAL 1
13678 if test "x$ac_cv_lib_openal" != xyes
; then :
13679 case "x$with_openal" in
13680 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13682 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13683 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13686 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13688 if test "x$ac_cv_lib_openal" = xyes
13690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13691 $as_echo_n "checking for openal-soft... " >&6; }
13692 if ${ac_cv_have_openalsoft+:} false
; then :
13693 $as_echo_n "(cached) " >&6
13695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13696 /* end confdefs.h. */
13698 #include <AL/alc.h>
13699 #include <AL/alext.h>
13700 LPALCRENDERSAMPLESSOFT x;
13709 if ac_fn_c_try_compile
"$LINENO"; then :
13710 ac_cv_have_openalsoft
=yes
13712 ac_cv_have_openalsoft
=no
13714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13717 $as_echo "$ac_cv_have_openalsoft" >&6; }
13719 if test "x$ac_cv_have_openalsoft" != xyes
13721 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13722 enable_xaudio2_6
=${enable_xaudio2_6:-no}
13723 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13724 enable_xaudio2_8
=${enable_xaudio2_8:-no}
13727 if test "$ac_cv_header_kstat_h" = "yes"
13729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13730 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13731 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13732 $as_echo_n "(cached) " >&6
13734 ac_check_lib_save_LIBS
=$LIBS
13735 LIBS
="-lkstat $LIBS"
13736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13737 /* end confdefs.h. */
13739 /* Override any GCC internal prototype to avoid an error.
13740 Use char because int might match the return type of a GCC
13741 builtin and then its argument prototype would still apply. */
13745 char kstat_open ();
13749 return kstat_open ();
13754 if ac_fn_c_try_link
"$LINENO"; then :
13755 ac_cv_lib_kstat_kstat_open
=yes
13757 ac_cv_lib_kstat_kstat_open
=no
13759 rm -f core conftest.err conftest.
$ac_objext \
13760 conftest
$ac_exeext conftest.
$ac_ext
13761 LIBS
=$ac_check_lib_save_LIBS
13763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13764 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13765 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13767 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13769 KSTAT_LIBS
="-lkstat"
13775 if test "$ac_cv_header_libprocstat_h" = "yes"
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13778 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13779 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13780 $as_echo_n "(cached) " >&6
13782 ac_check_lib_save_LIBS
=$LIBS
13783 LIBS
="-lprocstat $LIBS"
13784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13785 /* end confdefs.h. */
13787 /* Override any GCC internal prototype to avoid an error.
13788 Use char because int might match the return type of a GCC
13789 builtin and then its argument prototype would still apply. */
13793 char procstat_open_sysctl ();
13797 return procstat_open_sysctl ();
13802 if ac_fn_c_try_link
"$LINENO"; then :
13803 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13805 ac_cv_lib_procstat_procstat_open_sysctl
=no
13807 rm -f core conftest.err conftest.
$ac_objext \
13808 conftest
$ac_exeext conftest.
$ac_ext
13809 LIBS
=$ac_check_lib_save_LIBS
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13812 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13813 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13815 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13817 PROCSTAT_LIBS
="-lprocstat"
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13824 $as_echo_n "checking for -lodbc... " >&6; }
13825 if ${ac_cv_lib_soname_odbc+:} false
; then :
13826 $as_echo_n "(cached) " >&6
13828 ac_check_soname_save_LIBS
=$LIBS
13829 LIBS
="-lodbc $LIBS"
13830 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13831 /* end confdefs.h. */
13833 /* Override any GCC internal prototype to avoid an error.
13834 Use char because int might match the return type of a GCC
13835 builtin and then its argument prototype would still apply. */
13839 char SQLConnect ();
13843 return SQLConnect ();
13848 if ac_fn_c_try_link
"$LINENO"; then :
13850 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13851 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'` ;;
13852 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13853 if ${ac_cv_lib_soname_odbc:+false} :; then :
13854 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13858 rm -f core conftest.err conftest.
$ac_objext \
13859 conftest
$ac_exeext conftest.
$ac_ext
13860 LIBS
=$ac_check_soname_save_LIBS
13862 if ${ac_cv_lib_soname_odbc:+false} :; then :
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13864 $as_echo "not found" >&6; }
13865 cat >>confdefs.h
<<_ACEOF
13866 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13871 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13873 cat >>confdefs.h
<<_ACEOF
13874 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13880 if test "x$with_netapi" != "xno"
13882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13883 $as_echo_n "checking for -lnetapi... " >&6; }
13884 if ${ac_cv_lib_soname_netapi+:} false
; then :
13885 $as_echo_n "(cached) " >&6
13887 ac_check_soname_save_LIBS
=$LIBS
13888 LIBS
="-lnetapi $LIBS"
13889 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13890 /* end confdefs.h. */
13892 /* Override any GCC internal prototype to avoid an error.
13893 Use char because int might match the return type of a GCC
13894 builtin and then its argument prototype would still apply. */
13898 char libnetapi_init ();
13902 return libnetapi_init ();
13907 if ac_fn_c_try_link
"$LINENO"; then :
13909 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13910 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'` ;;
13911 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13912 if ${ac_cv_lib_soname_netapi:+false} :; then :
13913 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13917 rm -f core conftest.err conftest.
$ac_objext \
13918 conftest
$ac_exeext conftest.
$ac_ext
13919 LIBS
=$ac_check_soname_save_LIBS
13921 if ${ac_cv_lib_soname_netapi:+false} :; then :
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13923 $as_echo "not found" >&6; }
13924 cat >>confdefs.h
<<_ACEOF
13925 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13930 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13932 cat >>confdefs.h
<<_ACEOF
13933 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13940 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono
-a \
13941 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
13943 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13949 if test "x${GCC}" = "xyes"
13951 EXTRACFLAGS
="-Wall -pipe"
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13954 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13955 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13956 $as_echo_n "(cached) " >&6
13958 if test "$cross_compiling" = yes; then :
13959 ac_cv_c_gcc_strength_bug
="no"
13961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13962 /* end confdefs.h. */
13963 int L[4] = {0,1,2,3};
13967 static int Array[3];
13968 unsigned int B = 3;
13970 for(i=0; i<B; i++) Array[i] = i - 3;
13971 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13973 return (Array[1] != -2 || L[2] != 3)
13978 if ac_fn_c_try_run
"$LINENO"; then :
13979 ac_cv_c_gcc_strength_bug
="no"
13981 ac_cv_c_gcc_strength_bug
="yes"
13983 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13984 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13989 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13990 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13992 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13996 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13997 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13998 $as_echo_n "(cached) " >&6
14000 ac_wine_try_cflags_saved
=$CFLAGS
14001 CFLAGS
="$CFLAGS -fno-builtin"
14002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14003 /* end confdefs.h. */
14004 int main(int argc, char **argv) { return 0; }
14006 if ac_fn_c_try_link
"$LINENO"; then :
14007 ac_cv_cflags__fno_builtin
=yes
14009 ac_cv_cflags__fno_builtin
=no
14011 rm -f core conftest.err conftest.
$ac_objext \
14012 conftest
$ac_exeext conftest.
$ac_ext
14013 CFLAGS
=$ac_wine_try_cflags_saved
14015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14016 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14017 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14018 BUILTINFLAG
="-fno-builtin"
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14022 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14023 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14024 $as_echo_n "(cached) " >&6
14026 ac_wine_try_cflags_saved
=$CFLAGS
14027 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14029 /* end confdefs.h. */
14030 int main(int argc, char **argv) { return 0; }
14032 if ac_fn_c_try_link
"$LINENO"; then :
14033 ac_cv_cflags__fno_strict_aliasing
=yes
14035 ac_cv_cflags__fno_strict_aliasing
=no
14037 rm -f core conftest.err conftest.
$ac_objext \
14038 conftest
$ac_exeext conftest.
$ac_ext
14039 CFLAGS
=$ac_wine_try_cflags_saved
14041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14042 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14043 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14044 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14047 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14048 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14049 $as_echo_n "(cached) " >&6
14051 ac_wine_try_cflags_saved
=$CFLAGS
14052 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14054 /* end confdefs.h. */
14055 int main(int argc, char **argv) { return 0; }
14057 if ac_fn_c_try_link
"$LINENO"; then :
14058 ac_cv_cflags__fexcess_precision_standard
=yes
14060 ac_cv_cflags__fexcess_precision_standard
=no
14062 rm -f core conftest.err conftest.
$ac_objext \
14063 conftest
$ac_exeext conftest.
$ac_ext
14064 CFLAGS
=$ac_wine_try_cflags_saved
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14067 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14068 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14069 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14072 saved_CFLAGS
=$CFLAGS
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14074 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14075 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14076 $as_echo_n "(cached) " >&6
14078 ac_wine_try_cflags_saved
=$CFLAGS
14079 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14081 /* end confdefs.h. */
14082 int main(int argc, char **argv) { return 0; }
14084 if ac_fn_c_try_link
"$LINENO"; then :
14085 ac_cv_cflags__Werror_unknown_warning_option
=yes
14087 ac_cv_cflags__Werror_unknown_warning_option
=no
14089 rm -f core conftest.err conftest.
$ac_objext \
14090 conftest
$ac_exeext conftest.
$ac_ext
14091 CFLAGS
=$ac_wine_try_cflags_saved
14093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14094 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14095 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14096 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14099 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14100 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14101 $as_echo_n "(cached) " >&6
14103 ac_wine_try_cflags_saved
=$CFLAGS
14104 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14106 /* end confdefs.h. */
14107 int main(int argc, char **argv) { return 0; }
14109 if ac_fn_c_try_link
"$LINENO"; then :
14110 ac_cv_cflags__Wdeclaration_after_statement
=yes
14112 ac_cv_cflags__Wdeclaration_after_statement
=no
14114 rm -f core conftest.err conftest.
$ac_objext \
14115 conftest
$ac_exeext conftest.
$ac_ext
14116 CFLAGS
=$ac_wine_try_cflags_saved
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14119 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14120 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14121 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14124 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14125 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14126 $as_echo_n "(cached) " >&6
14128 ac_wine_try_cflags_saved
=$CFLAGS
14129 CFLAGS
="$CFLAGS -Wempty-body"
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__Wempty_body
=yes
14137 ac_cv_cflags__Wempty_body
=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__Wempty_body" >&5
14144 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14145 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14146 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14149 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14150 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14151 $as_echo_n "(cached) " >&6
14153 ac_wine_try_cflags_saved
=$CFLAGS
14154 CFLAGS
="$CFLAGS -Wignored-qualifiers"
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__Wignored_qualifiers
=yes
14162 ac_cv_cflags__Wignored_qualifiers
=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__Wignored_qualifiers" >&5
14169 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14170 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14171 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14174 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14175 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14176 $as_echo_n "(cached) " >&6
14178 ac_wine_try_cflags_saved
=$CFLAGS
14179 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14181 /* end confdefs.h. */
14182 int main(int argc, char **argv) { return 0; }
14184 if ac_fn_c_try_link
"$LINENO"; then :
14185 ac_cv_cflags__Wshift_overflow_2
=yes
14187 ac_cv_cflags__Wshift_overflow_2
=no
14189 rm -f core conftest.err conftest.
$ac_objext \
14190 conftest
$ac_exeext conftest.
$ac_ext
14191 CFLAGS
=$ac_wine_try_cflags_saved
14193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14194 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14195 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14196 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14199 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14200 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14201 $as_echo_n "(cached) " >&6
14203 ac_wine_try_cflags_saved
=$CFLAGS
14204 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14205 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14206 /* end confdefs.h. */
14207 int main(int argc, char **argv) { return 0; }
14209 if ac_fn_c_try_link
"$LINENO"; then :
14210 ac_cv_cflags__Wstrict_prototypes
=yes
14212 ac_cv_cflags__Wstrict_prototypes
=no
14214 rm -f core conftest.err conftest.
$ac_objext \
14215 conftest
$ac_exeext conftest.
$ac_ext
14216 CFLAGS
=$ac_wine_try_cflags_saved
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14219 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14220 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14221 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14224 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14225 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14226 $as_echo_n "(cached) " >&6
14228 ac_wine_try_cflags_saved
=$CFLAGS
14229 CFLAGS
="$CFLAGS -Wtype-limits"
14230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14231 /* end confdefs.h. */
14232 int main(int argc, char **argv) { return 0; }
14234 if ac_fn_c_try_link
"$LINENO"; then :
14235 ac_cv_cflags__Wtype_limits
=yes
14237 ac_cv_cflags__Wtype_limits
=no
14239 rm -f core conftest.err conftest.
$ac_objext \
14240 conftest
$ac_exeext conftest.
$ac_ext
14241 CFLAGS
=$ac_wine_try_cflags_saved
14243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14244 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14245 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14246 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14249 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14250 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14251 $as_echo_n "(cached) " >&6
14253 ac_wine_try_cflags_saved
=$CFLAGS
14254 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14256 /* end confdefs.h. */
14257 int main(int argc, char **argv) { return 0; }
14259 if ac_fn_c_try_link
"$LINENO"; then :
14260 ac_cv_cflags__Wunused_but_set_parameter
=yes
14262 ac_cv_cflags__Wunused_but_set_parameter
=no
14264 rm -f core conftest.err conftest.
$ac_objext \
14265 conftest
$ac_exeext conftest.
$ac_ext
14266 CFLAGS
=$ac_wine_try_cflags_saved
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14269 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14270 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14271 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14274 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14275 if ${ac_cv_cflags__Wvla+:} false
; then :
14276 $as_echo_n "(cached) " >&6
14278 ac_wine_try_cflags_saved
=$CFLAGS
14279 CFLAGS
="$CFLAGS -Wvla"
14280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14281 /* end confdefs.h. */
14282 int main(int argc, char **argv) { return 0; }
14284 if ac_fn_c_try_link
"$LINENO"; then :
14285 ac_cv_cflags__Wvla
=yes
14287 ac_cv_cflags__Wvla
=no
14289 rm -f core conftest.err conftest.
$ac_objext \
14290 conftest
$ac_exeext conftest.
$ac_ext
14291 CFLAGS
=$ac_wine_try_cflags_saved
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14294 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14295 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14296 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14299 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14300 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14301 $as_echo_n "(cached) " >&6
14303 ac_wine_try_cflags_saved
=$CFLAGS
14304 CFLAGS
="$CFLAGS -Wwrite-strings"
14305 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14306 /* end confdefs.h. */
14307 int main(int argc, char **argv) { return 0; }
14309 if ac_fn_c_try_link
"$LINENO"; then :
14310 ac_cv_cflags__Wwrite_strings
=yes
14312 ac_cv_cflags__Wwrite_strings
=no
14314 rm -f core conftest.err conftest.
$ac_objext \
14315 conftest
$ac_exeext conftest.
$ac_ext
14316 CFLAGS
=$ac_wine_try_cflags_saved
14318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14319 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14320 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14321 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14325 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14326 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14327 $as_echo_n "(cached) " >&6
14329 ac_wine_try_cflags_saved
=$CFLAGS
14330 CFLAGS
="$CFLAGS -Wpointer-arith"
14331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14332 /* end confdefs.h. */
14333 int main(int argc, char **argv) { return 0; }
14335 if ac_fn_c_try_link
"$LINENO"; then :
14336 ac_cv_cflags__Wpointer_arith
=yes
14338 ac_cv_cflags__Wpointer_arith
=no
14340 rm -f core conftest.err conftest.
$ac_objext \
14341 conftest
$ac_exeext conftest.
$ac_ext
14342 CFLAGS
=$ac_wine_try_cflags_saved
14344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14345 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14346 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14347 saved_string_h_CFLAGS
=$CFLAGS
14348 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14350 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14351 if ${ac_cv_c_string_h_warnings+:} false
; then :
14352 $as_echo_n "(cached) " >&6
14354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14355 /* end confdefs.h. */
14356 #include <string.h>
14365 if ac_fn_c_try_compile
"$LINENO"; then :
14366 ac_cv_c_string_h_warnings
=no
14368 ac_cv_c_string_h_warnings
=yes
14370 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14373 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14374 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14375 CFLAGS
=$saved_string_h_CFLAGS
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14379 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14380 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14381 $as_echo_n "(cached) " >&6
14383 ac_wine_try_cflags_saved
=$CFLAGS
14384 CFLAGS
="$CFLAGS -Wlogical-op"
14385 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14386 /* end confdefs.h. */
14387 int main(int argc, char **argv) { return 0; }
14389 if ac_fn_c_try_link
"$LINENO"; then :
14390 ac_cv_cflags__Wlogical_op
=yes
14392 ac_cv_cflags__Wlogical_op
=no
14394 rm -f core conftest.err conftest.
$ac_objext \
14395 conftest
$ac_exeext conftest.
$ac_ext
14396 CFLAGS
=$ac_wine_try_cflags_saved
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14399 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14400 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14401 saved_string_h_CFLAGS
=$CFLAGS
14402 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14404 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14405 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14406 $as_echo_n "(cached) " >&6
14408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14409 /* end confdefs.h. */
14410 #include <string.h>
14411 char*f(const char *h,char n) {return strchr(h,n);}
14420 if ac_fn_c_try_compile
"$LINENO"; then :
14421 ac_cv_c_logicalop_noisy
=no
14423 ac_cv_c_logicalop_noisy
=yes
14425 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14428 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14429 CFLAGS
=$saved_string_h_CFLAGS
14430 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14433 CFLAGS
=$saved_CFLAGS
14435 for ac_flag
in $CFLAGS; do
14437 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14438 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14439 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14440 $as_echo_n "(cached) " >&6
14442 ac_wine_try_cflags_saved
=$CFLAGS
14443 CFLAGS
="$CFLAGS -gdwarf-2"
14444 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14445 /* end confdefs.h. */
14446 int main(int argc, char **argv) { return 0; }
14448 if ac_fn_c_try_link
"$LINENO"; then :
14449 ac_cv_cflags__gdwarf_2
=yes
14451 ac_cv_cflags__gdwarf_2
=no
14453 rm -f core conftest.err conftest.
$ac_objext \
14454 conftest
$ac_exeext conftest.
$ac_ext
14455 CFLAGS
=$ac_wine_try_cflags_saved
14457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14458 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14459 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14460 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14463 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14464 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14465 $as_echo_n "(cached) " >&6
14467 ac_wine_try_cflags_saved
=$CFLAGS
14468 CFLAGS
="$CFLAGS -gstrict-dwarf"
14469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14470 /* end confdefs.h. */
14471 int main(int argc, char **argv) { return 0; }
14473 if ac_fn_c_try_link
"$LINENO"; then :
14474 ac_cv_cflags__gstrict_dwarf
=yes
14476 ac_cv_cflags__gstrict_dwarf
=no
14478 rm -f core conftest.err conftest.
$ac_objext \
14479 conftest
$ac_exeext conftest.
$ac_ext
14480 CFLAGS
=$ac_wine_try_cflags_saved
14482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14483 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14484 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14485 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14491 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14492 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14493 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14494 $as_echo_n "(cached) " >&6
14496 ac_wine_try_cflags_saved
=$CFLAGS
14497 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14498 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14499 /* end confdefs.h. */
14500 int main(int argc, char **argv) { return 0; }
14502 if ac_fn_c_try_link
"$LINENO"; then :
14503 ac_cv_cflags__fno_omit_frame_pointer
=yes
14505 ac_cv_cflags__fno_omit_frame_pointer
=no
14507 rm -f core conftest.err conftest.
$ac_objext \
14508 conftest
$ac_exeext conftest.
$ac_ext
14509 CFLAGS
=$ac_wine_try_cflags_saved
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14512 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14513 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14514 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14519 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14520 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14521 if ${ac_cv_cflags__Wno_format+:} false
; then :
14522 $as_echo_n "(cached) " >&6
14524 ac_wine_try_cflags_saved
=$CFLAGS
14525 CFLAGS
="$CFLAGS -Wno-format"
14526 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14527 /* end confdefs.h. */
14528 int main(int argc, char **argv) { return 0; }
14530 if ac_fn_c_try_link
"$LINENO"; then :
14531 ac_cv_cflags__Wno_format
=yes
14533 ac_cv_cflags__Wno_format
=no
14535 rm -f core conftest.err conftest.
$ac_objext \
14536 conftest
$ac_exeext conftest.
$ac_ext
14537 CFLAGS
=$ac_wine_try_cflags_saved
14539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14540 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14541 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14542 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14546 if test "x$enable_maintainer_mode" = "xyes"
14548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14549 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14550 if ${ac_cv_cflags__Werror+:} false
; then :
14551 $as_echo_n "(cached) " >&6
14553 ac_wine_try_cflags_saved
=$CFLAGS
14554 CFLAGS
="$CFLAGS -Werror"
14555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14556 /* end confdefs.h. */
14557 int main(int argc, char **argv) { return 0; }
14559 if ac_fn_c_try_link
"$LINENO"; then :
14560 ac_cv_cflags__Werror
=yes
14562 ac_cv_cflags__Werror
=no
14564 rm -f core conftest.err conftest.
$ac_objext \
14565 conftest
$ac_exeext conftest.
$ac_ext
14566 CFLAGS
=$ac_wine_try_cflags_saved
14568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14569 $as_echo "$ac_cv_cflags__Werror" >&6; }
14570 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14571 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14575 saved_CFLAGS
="$CFLAGS"
14576 CFLAGS
="$CFLAGS -Werror"
14577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14578 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14579 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14580 $as_echo_n "(cached) " >&6
14582 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14583 /* end confdefs.h. */
14584 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14593 if ac_fn_c_try_compile
"$LINENO"; then :
14594 ac_cv_have_ms_hook_prologue
="yes"
14596 ac_cv_have_ms_hook_prologue
="no"
14598 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14601 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14602 CFLAGS
="$saved_CFLAGS"
14603 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14606 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14609 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14616 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14617 if ${ac_cv_c_fortify_enabled+:} false
; then :
14618 $as_echo_n "(cached) " >&6
14620 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14621 /* end confdefs.h. */
14622 #include <string.h>
14626 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14627 #error Fortify enabled
14633 if ac_fn_c_try_compile
"$LINENO"; then :
14634 ac_cv_c_fortify_enabled
=no
14636 ac_cv_c_fortify_enabled
=yes
14638 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14641 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14642 if test "$ac_cv_c_fortify_enabled" = yes
14644 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14649 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14650 if ${ac_cv_c_extern_prefix+:} false
; then :
14651 $as_echo_n "(cached) " >&6
14653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14654 /* end confdefs.h. */
14655 extern int ac_test;
14659 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14664 if ac_fn_c_try_link
"$LINENO"; then :
14665 ac_cv_c_extern_prefix
="yes"
14667 ac_cv_c_extern_prefix
="no"
14669 rm -f core conftest.err conftest.
$ac_objext \
14670 conftest
$ac_exeext conftest.
$ac_ext
14672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14673 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14678 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14679 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14680 $as_echo_n "(cached) " >&6
14682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14683 /* end confdefs.h. */
14685 #define __stdcall __attribute__((__stdcall__))
14687 int __stdcall ac_test(int i) { return i; }
14691 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14696 if ac_fn_c_try_link
"$LINENO"; then :
14697 ac_cv_c_stdcall_suffix
="yes"
14699 ac_cv_c_stdcall_suffix
="no"
14701 rm -f core conftest.err conftest.
$ac_objext \
14702 conftest
$ac_exeext conftest.
$ac_ext
14704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14705 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14706 *) ac_cv_c_stdcall_suffix
="no" ;;
14710 if test "$ac_cv_c_extern_prefix" = "yes"
14712 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14714 asm_name_prefix
="_"
14716 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14722 if test "$ac_cv_c_stdcall_suffix" = "yes"
14724 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14727 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14733 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14734 if ${ac_cv_asm_func_def+:} false
; then :
14735 $as_echo_n "(cached) " >&6
14737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14738 /* end confdefs.h. */
14743 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14748 if ac_fn_c_try_link
"$LINENO"; then :
14749 ac_cv_asm_func_def
=".def"
14751 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14752 /* end confdefs.h. */
14757 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14762 if ac_fn_c_try_link
"$LINENO"; then :
14763 ac_cv_asm_func_def
=".type @function"
14765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14766 /* end confdefs.h. */
14771 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14776 if ac_fn_c_try_link
"$LINENO"; then :
14777 ac_cv_asm_func_def
=".type 2"
14779 ac_cv_asm_func_def
="unknown"
14781 rm -f core conftest.err conftest.
$ac_objext \
14782 conftest
$ac_exeext conftest.
$ac_ext
14784 rm -f core conftest.err conftest.
$ac_objext \
14785 conftest
$ac_exeext conftest.
$ac_ext
14787 rm -f core conftest.err conftest.
$ac_objext \
14788 conftest
$ac_exeext conftest.
$ac_ext
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14791 $as_echo "$ac_cv_asm_func_def" >&6; }
14794 case "$ac_cv_asm_func_def" in
14796 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14798 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14800 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14802 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14804 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14806 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14808 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14810 asm_func_header
="" ;;
14813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14814 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14815 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14816 $as_echo_n "(cached) " >&6
14818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14819 /* end confdefs.h. */
14820 asm(".text\n\t.long 0");
14829 if ac_fn_c_try_compile
"$LINENO"; then :
14830 ac_cv_c_asm_outside_funcs
="yes"
14832 ac_cv_c_asm_outside_funcs
="no"
14834 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14837 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14840 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14841 if ${ac_cv_c_dot_previous+:} false
; then :
14842 $as_echo_n "(cached) " >&6
14844 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14845 /* end confdefs.h. */
14850 asm(".text\nac_test:\t.long 0\n\t.previous");
14855 if ac_fn_c_try_link
"$LINENO"; then :
14856 ac_cv_c_dot_previous
="yes"
14858 ac_cv_c_dot_previous
="no"
14860 rm -f core conftest.err conftest.
$ac_objext \
14861 conftest
$ac_exeext conftest.
$ac_ext
14863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14864 $as_echo "$ac_cv_c_dot_previous" >&6; }
14866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14867 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14868 if ${ac_cv_c_cfi_support+:} false
; then :
14869 $as_echo_n "(cached) " >&6
14871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14872 /* end confdefs.h. */
14873 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14882 if ac_fn_c_try_compile
"$LINENO"; then :
14883 ac_cv_c_cfi_support
="yes"
14885 ac_cv_c_cfi_support
="no"
14887 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14890 $as_echo "$ac_cv_c_cfi_support" >&6; }
14892 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14893 asm_func_trailer
=""
14894 if test "$ac_cv_c_dot_previous" = "yes"
14896 asm_func_trailer
="\\n\\t.previous"
14898 if test "$ac_cv_c_cfi_support" = "yes"
14900 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14901 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14903 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14905 UNWINDFLAGS
=-fasynchronous-unwind-tables
14908 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14910 if test "x$enable_win64" = "xyes"
14912 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14916 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14919 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14921 cat >>confdefs.h
<<_ACEOF
14922 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14926 cat >>confdefs.h
<<_ACEOF
14927 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14932 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14935 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14940 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14948 *i
[3456789]86*|x86_64
*)
14949 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14950 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
14957 ac_save_CFLAGS
="$CFLAGS"
14958 CFLAGS
="$CFLAGS $BUILTINFLAG"
15037 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15038 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15039 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15040 cat >>confdefs.h
<<_ACEOF
15041 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15047 CFLAGS
="$ac_save_CFLAGS"
15049 if test "$ac_cv_func_dlopen" = no
15051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15052 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15053 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15054 $as_echo_n "(cached) " >&6
15056 ac_check_lib_save_LIBS
=$LIBS
15058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15059 /* end confdefs.h. */
15061 /* Override any GCC internal prototype to avoid an error.
15062 Use char because int might match the return type of a GCC
15063 builtin and then its argument prototype would still apply. */
15076 if ac_fn_c_try_link
"$LINENO"; then :
15077 ac_cv_lib_dl_dlopen
=yes
15079 ac_cv_lib_dl_dlopen
=no
15081 rm -f core conftest.err conftest.
$ac_objext \
15082 conftest
$ac_exeext conftest.
$ac_ext
15083 LIBS
=$ac_check_lib_save_LIBS
15085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15086 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15087 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15088 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15094 ac_wine_check_funcs_save_LIBS
="$LIBS"
15095 LIBS
="$LIBS $DL_LIBS"
15096 for ac_func
in dladdr
15098 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15099 if test "x$ac_cv_func_dladdr" = xyes
; then :
15100 cat >>confdefs.h
<<_ACEOF
15101 #define HAVE_DLADDR 1
15107 LIBS
="$ac_wine_check_funcs_save_LIBS"
15109 if test "$ac_cv_func_poll" = no
15111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15112 $as_echo_n "checking for poll in -lpoll... " >&6; }
15113 if ${ac_cv_lib_poll_poll+:} false
; then :
15114 $as_echo_n "(cached) " >&6
15116 ac_check_lib_save_LIBS
=$LIBS
15117 LIBS
="-lpoll $LIBS"
15118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15119 /* end confdefs.h. */
15121 /* Override any GCC internal prototype to avoid an error.
15122 Use char because int might match the return type of a GCC
15123 builtin and then its argument prototype would still apply. */
15136 if ac_fn_c_try_link
"$LINENO"; then :
15137 ac_cv_lib_poll_poll
=yes
15139 ac_cv_lib_poll_poll
=no
15141 rm -f core conftest.err conftest.
$ac_objext \
15142 conftest
$ac_exeext conftest.
$ac_ext
15143 LIBS
=$ac_check_lib_save_LIBS
15145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15146 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15147 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15148 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15156 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15157 if ${ac_cv_search_gethostbyname+:} false
; then :
15158 $as_echo_n "(cached) " >&6
15160 ac_func_search_save_LIBS
=$LIBS
15161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15162 /* end confdefs.h. */
15164 /* Override any GCC internal prototype to avoid an error.
15165 Use char because int might match the return type of a GCC
15166 builtin and then its argument prototype would still apply. */
15170 char gethostbyname ();
15174 return gethostbyname ();
15179 for ac_lib
in '' nsl
; do
15180 if test -z "$ac_lib"; then
15181 ac_res
="none required"
15184 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15186 if ac_fn_c_try_link
"$LINENO"; then :
15187 ac_cv_search_gethostbyname
=$ac_res
15189 rm -f core conftest.err conftest.
$ac_objext \
15191 if ${ac_cv_search_gethostbyname+:} false
; then :
15195 if ${ac_cv_search_gethostbyname+:} false
; then :
15198 ac_cv_search_gethostbyname
=no
15200 rm conftest.
$ac_ext
15201 LIBS
=$ac_func_search_save_LIBS
15203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15204 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15205 ac_res
=$ac_cv_search_gethostbyname
15206 if test "$ac_res" != no
; then :
15207 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15213 $as_echo_n "checking for library containing connect... " >&6; }
15214 if ${ac_cv_search_connect+:} false
; then :
15215 $as_echo_n "(cached) " >&6
15217 ac_func_search_save_LIBS
=$LIBS
15218 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15219 /* end confdefs.h. */
15221 /* Override any GCC internal prototype to avoid an error.
15222 Use char because int might match the return type of a GCC
15223 builtin and then its argument prototype would still apply. */
15236 for ac_lib
in '' socket
; do
15237 if test -z "$ac_lib"; then
15238 ac_res
="none required"
15241 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15243 if ac_fn_c_try_link
"$LINENO"; then :
15244 ac_cv_search_connect
=$ac_res
15246 rm -f core conftest.err conftest.
$ac_objext \
15248 if ${ac_cv_search_connect+:} false
; then :
15252 if ${ac_cv_search_connect+:} false
; then :
15255 ac_cv_search_connect
=no
15257 rm conftest.
$ac_ext
15258 LIBS
=$ac_func_search_save_LIBS
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15261 $as_echo "$ac_cv_search_connect" >&6; }
15262 ac_res
=$ac_cv_search_connect
15263 if test "$ac_res" != no
; then :
15264 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15270 $as_echo_n "checking for library containing inet_aton... " >&6; }
15271 if ${ac_cv_search_inet_aton+:} false
; then :
15272 $as_echo_n "(cached) " >&6
15274 ac_func_search_save_LIBS
=$LIBS
15275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15276 /* end confdefs.h. */
15278 /* Override any GCC internal prototype to avoid an error.
15279 Use char because int might match the return type of a GCC
15280 builtin and then its argument prototype would still apply. */
15288 return inet_aton ();
15293 for ac_lib
in '' resolv
; do
15294 if test -z "$ac_lib"; then
15295 ac_res
="none required"
15298 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15300 if ac_fn_c_try_link
"$LINENO"; then :
15301 ac_cv_search_inet_aton
=$ac_res
15303 rm -f core conftest.err conftest.
$ac_objext \
15305 if ${ac_cv_search_inet_aton+:} false
; then :
15309 if ${ac_cv_search_inet_aton+:} false
; then :
15312 ac_cv_search_inet_aton
=no
15314 rm conftest.
$ac_ext
15315 LIBS
=$ac_func_search_save_LIBS
15317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15318 $as_echo "$ac_cv_search_inet_aton" >&6; }
15319 ac_res
=$ac_cv_search_inet_aton
15320 if test "$ac_res" != no
; then :
15321 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15341 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15342 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15343 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15344 cat >>confdefs.h
<<_ACEOF
15345 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15354 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15355 if ${ac_cv_search_clock_gettime+:} false
; then :
15356 $as_echo_n "(cached) " >&6
15358 ac_func_search_save_LIBS
=$LIBS
15359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15360 /* end confdefs.h. */
15362 /* Override any GCC internal prototype to avoid an error.
15363 Use char because int might match the return type of a GCC
15364 builtin and then its argument prototype would still apply. */
15368 char clock_gettime ();
15372 return clock_gettime ();
15377 for ac_lib
in '' rt
; do
15378 if test -z "$ac_lib"; then
15379 ac_res
="none required"
15382 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15384 if ac_fn_c_try_link
"$LINENO"; then :
15385 ac_cv_search_clock_gettime
=$ac_res
15387 rm -f core conftest.err conftest.
$ac_objext \
15389 if ${ac_cv_search_clock_gettime+:} false
; then :
15393 if ${ac_cv_search_clock_gettime+:} false
; then :
15396 ac_cv_search_clock_gettime
=no
15398 rm conftest.
$ac_ext
15399 LIBS
=$ac_func_search_save_LIBS
15401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15402 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15403 ac_res
=$ac_cv_search_clock_gettime
15404 if test "$ac_res" != no
; then :
15405 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15407 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15409 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15417 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15419 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15421 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15423 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15424 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15425 $as_echo_n "(cached) " >&6
15427 ac_check_lib_save_LIBS
=$LIBS
15428 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15430 /* end confdefs.h. */
15432 /* Override any GCC internal prototype to avoid an error.
15433 Use char because int might match the return type of a GCC
15434 builtin and then its argument prototype would still apply. */
15438 char ldap_initialize ();
15442 return ldap_initialize ();
15447 if ac_fn_c_try_link
"$LINENO"; then :
15448 ac_cv_lib_ldap_r_ldap_initialize
=yes
15450 ac_cv_lib_ldap_r_ldap_initialize
=no
15452 rm -f core conftest.err conftest.
$ac_objext \
15453 conftest
$ac_exeext conftest.
$ac_ext
15454 LIBS
=$ac_check_lib_save_LIBS
15456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15457 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15458 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15460 $as_echo_n "checking for ber_init in -llber... " >&6; }
15461 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15462 $as_echo_n "(cached) " >&6
15464 ac_check_lib_save_LIBS
=$LIBS
15465 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15466 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15467 /* end confdefs.h. */
15469 /* Override any GCC internal prototype to avoid an error.
15470 Use char because int might match the return type of a GCC
15471 builtin and then its argument prototype would still apply. */
15479 return ber_init ();
15484 if ac_fn_c_try_link
"$LINENO"; then :
15485 ac_cv_lib_lber_ber_init
=yes
15487 ac_cv_lib_lber_ber_init
=no
15489 rm -f core conftest.err conftest.
$ac_objext \
15490 conftest
$ac_exeext conftest.
$ac_ext
15491 LIBS
=$ac_check_lib_save_LIBS
15493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15494 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15495 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15497 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15499 LDAP_LIBS
="-lldap_r -llber"
15506 ac_wine_check_funcs_save_LIBS
="$LIBS"
15507 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15509 ldap_count_references \
15510 ldap_first_reference \
15511 ldap_next_reference \
15512 ldap_parse_reference \
15513 ldap_parse_sort_control \
15514 ldap_parse_sortresponse_control \
15515 ldap_parse_vlv_control \
15516 ldap_parse_vlvresponse_control
15518 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15519 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15520 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15521 cat >>confdefs.h
<<_ACEOF
15522 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15528 LIBS
="$ac_wine_check_funcs_save_LIBS"
15530 if test "x$LDAP_LIBS" = "x"; then :
15531 case "x$with_ldap" in
15532 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15534 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15535 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15540 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15541 if ${wine_cv_one_arg_mkdir+:} false
; then :
15542 $as_echo_n "(cached) " >&6
15544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15545 /* end confdefs.h. */
15546 #include <sys/stat.h>
15555 if ac_fn_c_try_compile
"$LINENO"; then :
15556 wine_cv_one_arg_mkdir
=yes
15558 wine_cv_one_arg_mkdir
=no
15560 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15563 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15564 if test "$wine_cv_one_arg_mkdir" = "yes"
15567 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15572 $as_echo_n "checking for sched_setaffinity... " >&6; }
15573 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15574 $as_echo_n "(cached) " >&6
15576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15577 /* end confdefs.h. */
15578 #define _GNU_SOURCE
15583 sched_setaffinity(0, 0, 0);
15588 if ac_fn_c_try_link
"$LINENO"; then :
15589 wine_cv_have_sched_setaffinity
=yes
15591 wine_cv_have_sched_setaffinity
=no
15593 rm -f core conftest.err conftest.
$ac_objext \
15594 conftest
$ac_exeext conftest.
$ac_ext
15596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15597 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15598 if test "$wine_cv_have_sched_setaffinity" = "yes"
15601 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15606 $as_echo_n "checking for fallocate... " >&6; }
15607 if ${wine_cv_have_fallocate+:} false
; then :
15608 $as_echo_n "(cached) " >&6
15610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15611 /* end confdefs.h. */
15612 #define _GNU_SOURCE
15617 fallocate(-1, 0, 0, 0);
15622 if ac_fn_c_try_link
"$LINENO"; then :
15623 wine_cv_have_fallocate
=yes
15625 wine_cv_have_fallocate
=no
15627 rm -f core conftest.err conftest.
$ac_objext \
15628 conftest
$ac_exeext conftest.
$ac_ext
15630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15631 $as_echo "$wine_cv_have_fallocate" >&6; }
15632 if test "$wine_cv_have_fallocate" = "yes"
15635 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15641 $as_echo_n "checking for inline... " >&6; }
15642 if ${ac_cv_c_inline+:} false
; then :
15643 $as_echo_n "(cached) " >&6
15646 for ac_kw
in inline __inline__ __inline
; do
15647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15648 /* end confdefs.h. */
15649 #ifndef __cplusplus
15651 static $ac_kw foo_t static_foo () {return 0; }
15652 $ac_kw foo_t foo () {return 0; }
15656 if ac_fn_c_try_compile
"$LINENO"; then :
15657 ac_cv_c_inline
=$ac_kw
15659 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15660 test "$ac_cv_c_inline" != no
&& break
15664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15665 $as_echo "$ac_cv_c_inline" >&6; }
15667 case $ac_cv_c_inline in
15670 case $ac_cv_c_inline in
15672 *) ac_val
=$ac_cv_c_inline;;
15674 cat >>confdefs.h
<<_ACEOF
15675 #ifndef __cplusplus
15676 #define inline $ac_val
15682 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15683 if test "x$ac_cv_type_mode_t" = xyes
; then :
15685 cat >>confdefs.h
<<_ACEOF
15686 #define HAVE_MODE_T 1
15691 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15692 if test "x$ac_cv_type_off_t" = xyes
; then :
15694 cat >>confdefs.h
<<_ACEOF
15695 #define HAVE_OFF_T 1
15700 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15701 if test "x$ac_cv_type_pid_t" = xyes
; then :
15703 cat >>confdefs.h
<<_ACEOF
15704 #define HAVE_PID_T 1
15709 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15710 if test "x$ac_cv_type_size_t" = xyes
; then :
15712 cat >>confdefs.h
<<_ACEOF
15713 #define HAVE_SIZE_T 1
15718 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15719 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15721 cat >>confdefs.h
<<_ACEOF
15722 #define HAVE_SSIZE_T 1
15727 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15728 if test "x$ac_cv_type_long_long" = xyes
; then :
15730 cat >>confdefs.h
<<_ACEOF
15731 #define HAVE_LONG_LONG 1
15736 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15737 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15739 cat >>confdefs.h
<<_ACEOF
15740 #define HAVE_FSBLKCNT_T 1
15745 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15746 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15748 cat >>confdefs.h
<<_ACEOF
15749 #define HAVE_FSFILCNT_T 1
15755 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15756 #include <signal.h>
15758 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15760 cat >>confdefs.h
<<_ACEOF
15761 #define HAVE_SIGSET_T 1
15767 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15769 if test "x$ac_cv_type_request_sense" = xyes
; then :
15771 cat >>confdefs.h
<<_ACEOF
15772 #define HAVE_REQUEST_SENSE 1
15779 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15780 #ifdef HAVE_SYS_SOCKET_H
15781 #include <sys/socket.h>
15783 #ifdef HAVE_SYS_SOCKETVAR_H
15784 #include <sys/socketvar.h>
15786 #ifdef HAVE_NET_ROUTE_H
15787 #include <net/route.h>
15789 #ifdef HAVE_NETINET_IN_H
15790 #include <netinet/in.h>
15792 #ifdef HAVE_NETINET_IN_SYSTM_H
15793 #include <netinet/in_systm.h>
15795 #ifdef HAVE_NETINET_IP_H
15796 #include <netinet/ip.h>
15798 #ifdef HAVE_NETINET_IN_PCB_H
15799 #include <netinet/in_pcb.h>
15802 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15804 cat >>confdefs.h
<<_ACEOF
15805 #define HAVE_STRUCT_XINPGEN 1
15812 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15815 #ifdef HAVE_SYS_LINK_H
15816 #include <sys/link.h>
15819 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15821 cat >>confdefs.h
<<_ACEOF
15822 #define HAVE_STRUCT_R_DEBUG 1
15827 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15830 #ifdef HAVE_SYS_LINK_H
15831 #include <sys/link.h>
15834 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15836 cat >>confdefs.h
<<_ACEOF
15837 #define HAVE_STRUCT_LINK_MAP 1
15844 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15845 #include <linux/input.h>
15848 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15850 cat >>confdefs.h
<<_ACEOF
15851 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15859 $as_echo_n "checking for sigaddset... " >&6; }
15860 if ${wine_cv_have_sigaddset+:} false
; then :
15861 $as_echo_n "(cached) " >&6
15863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15864 /* end confdefs.h. */
15865 #include <signal.h>
15869 sigset_t set; sigaddset(&set,SIGTERM);
15874 if ac_fn_c_try_link
"$LINENO"; then :
15875 wine_cv_have_sigaddset
=yes
15877 wine_cv_have_sigaddset
=no
15879 rm -f core conftest.err conftest.
$ac_objext \
15880 conftest
$ac_exeext conftest.
$ac_ext
15882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15883 $as_echo "$wine_cv_have_sigaddset" >&6; }
15884 if test "$wine_cv_have_sigaddset" = "yes"
15887 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15893 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15894 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15895 $as_echo_n "(cached) " >&6
15897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15898 /* end confdefs.h. */
15906 struct hostent *result;
15913 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15914 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15920 if ac_fn_c_try_link
"$LINENO"; then :
15921 wine_cv_linux_gethostbyname_r_6
=yes
15923 wine_cv_linux_gethostbyname_r_6
=no
15926 rm -f core conftest.err conftest.
$ac_objext \
15927 conftest
$ac_exeext conftest.
$ac_ext
15930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15931 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15932 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15935 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15939 if test "$ac_cv_header_linux_joystick_h" = "yes"
15941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15942 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15943 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15944 $as_echo_n "(cached) " >&6
15946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15947 /* end confdefs.h. */
15949 #include <sys/ioctl.h>
15950 #include <sys/types.h>
15951 #include <linux/joystick.h>
15953 struct js_event blub;
15954 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15955 #error "no 2.2 header"
15966 if ac_fn_c_try_compile
"$LINENO"; then :
15967 wine_cv_linux_joystick_22_api
=yes
15969 wine_cv_linux_joystick_22_api
=no
15971 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15975 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15976 if test "$wine_cv_linux_joystick_22_api" = "yes"
15979 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15985 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15986 #ifdef HAVE_SYS_PARAM_H
15987 # include <sys/param.h>
15989 #ifdef HAVE_SYS_MOUNT_H
15990 # include <sys/mount.h>
15992 #ifdef HAVE_SYS_VFS_H
15993 # include <sys/vfs.h>
15995 #ifdef HAVE_SYS_STATFS_H
15996 # include <sys/statfs.h>
15999 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16001 cat >>confdefs.h
<<_ACEOF
16002 #define HAVE_STRUCT_STATFS_F_BFREE 1
16007 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16008 #ifdef HAVE_SYS_PARAM_H
16009 # include <sys/param.h>
16011 #ifdef HAVE_SYS_MOUNT_H
16012 # include <sys/mount.h>
16014 #ifdef HAVE_SYS_VFS_H
16015 # include <sys/vfs.h>
16017 #ifdef HAVE_SYS_STATFS_H
16018 # include <sys/statfs.h>
16021 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16023 cat >>confdefs.h
<<_ACEOF
16024 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16029 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16030 #ifdef HAVE_SYS_PARAM_H
16031 # include <sys/param.h>
16033 #ifdef HAVE_SYS_MOUNT_H
16034 # include <sys/mount.h>
16036 #ifdef HAVE_SYS_VFS_H
16037 # include <sys/vfs.h>
16039 #ifdef HAVE_SYS_STATFS_H
16040 # include <sys/statfs.h>
16043 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16045 cat >>confdefs.h
<<_ACEOF
16046 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16051 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16052 #ifdef HAVE_SYS_PARAM_H
16053 # include <sys/param.h>
16055 #ifdef HAVE_SYS_MOUNT_H
16056 # include <sys/mount.h>
16058 #ifdef HAVE_SYS_VFS_H
16059 # include <sys/vfs.h>
16061 #ifdef HAVE_SYS_STATFS_H
16062 # include <sys/statfs.h>
16065 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16067 cat >>confdefs.h
<<_ACEOF
16068 #define HAVE_STRUCT_STATFS_F_FFREE 1
16073 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16074 #ifdef HAVE_SYS_PARAM_H
16075 # include <sys/param.h>
16077 #ifdef HAVE_SYS_MOUNT_H
16078 # include <sys/mount.h>
16080 #ifdef HAVE_SYS_VFS_H
16081 # include <sys/vfs.h>
16083 #ifdef HAVE_SYS_STATFS_H
16084 # include <sys/statfs.h>
16087 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16089 cat >>confdefs.h
<<_ACEOF
16090 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16095 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16096 #ifdef HAVE_SYS_PARAM_H
16097 # include <sys/param.h>
16099 #ifdef HAVE_SYS_MOUNT_H
16100 # include <sys/mount.h>
16102 #ifdef HAVE_SYS_VFS_H
16103 # include <sys/vfs.h>
16105 #ifdef HAVE_SYS_STATFS_H
16106 # include <sys/statfs.h>
16109 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16111 cat >>confdefs.h
<<_ACEOF
16112 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16119 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16120 #include <sys/statvfs.h>
16123 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16125 cat >>confdefs.h
<<_ACEOF
16126 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16133 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16134 #include <dirent.h>
16137 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16139 cat >>confdefs.h
<<_ACEOF
16140 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16147 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16148 #ifdef HAVE_SYS_SOCKET_H
16149 # include <sys/socket.h>
16151 #ifdef HAVE_SYS_UN_H
16152 # include <sys/un.h>
16155 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16157 cat >>confdefs.h
<<_ACEOF
16158 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16163 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16164 #ifdef HAVE_SYS_SOCKET_H
16165 # include <sys/socket.h>
16167 #ifdef HAVE_SYS_UN_H
16168 # include <sys/un.h>
16171 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16173 cat >>confdefs.h
<<_ACEOF
16174 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16179 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16180 #ifdef HAVE_SYS_SOCKET_H
16181 # include <sys/socket.h>
16183 #ifdef HAVE_SYS_UN_H
16184 # include <sys/un.h>
16187 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16189 cat >>confdefs.h
<<_ACEOF
16190 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16197 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16198 #ifdef HAVE_SCSI_SG_H
16199 #include <scsi/sg.h>
16202 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16204 cat >>confdefs.h
<<_ACEOF
16205 #define HAVE_SCSIREQ_T_CMD 1
16210 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>
16211 #ifdef HAVE_SCSI_SG_H
16212 #include <scsi/sg.h>
16215 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16217 cat >>confdefs.h
<<_ACEOF
16218 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16225 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16227 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16229 cat >>confdefs.h
<<_ACEOF
16230 #define HAVE_SIGINFO_T_SI_FD 1
16237 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16238 #ifdef HAVE_SYS_MTIO_H
16239 #include <sys/mtio.h>
16242 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16244 cat >>confdefs.h
<<_ACEOF
16245 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16250 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16251 #ifdef HAVE_SYS_MTIO_H
16252 #include <sys/mtio.h>
16255 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16257 cat >>confdefs.h
<<_ACEOF
16258 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16263 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16264 #ifdef HAVE_SYS_MTIO_H
16265 #include <sys/mtio.h>
16268 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16270 cat >>confdefs.h
<<_ACEOF
16271 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16278 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16279 #include <getopt.h>
16282 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16284 cat >>confdefs.h
<<_ACEOF
16285 #define HAVE_STRUCT_OPTION_NAME 1
16292 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16293 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16295 cat >>confdefs.h
<<_ACEOF
16296 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16301 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16302 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16304 cat >>confdefs.h
<<_ACEOF
16305 #define HAVE_STRUCT_STAT_ST_MTIM 1
16310 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16311 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16313 cat >>confdefs.h
<<_ACEOF
16314 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16319 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16320 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16322 cat >>confdefs.h
<<_ACEOF
16323 #define HAVE_STRUCT_STAT_ST_CTIM 1
16328 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16329 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16331 cat >>confdefs.h
<<_ACEOF
16332 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16337 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16338 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16340 cat >>confdefs.h
<<_ACEOF
16341 #define HAVE_STRUCT_STAT_ST_ATIM 1
16346 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16347 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16349 cat >>confdefs.h
<<_ACEOF
16350 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16355 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16356 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16358 cat >>confdefs.h
<<_ACEOF
16359 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16364 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16365 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16367 cat >>confdefs.h
<<_ACEOF
16368 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16373 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16374 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16376 cat >>confdefs.h
<<_ACEOF
16377 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16382 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16383 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16385 cat >>confdefs.h
<<_ACEOF
16386 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16391 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16392 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16394 cat >>confdefs.h
<<_ACEOF
16395 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16402 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
16403 #include <sys/types.h>
16405 #ifdef HAVE_NETINET_IN_H
16406 #include <netinet/in.h>
16409 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16411 cat >>confdefs.h
<<_ACEOF
16412 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16419 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16420 #include <resolv.h>
16423 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16425 cat >>confdefs.h
<<_ACEOF
16426 #define HAVE_STRUCT___RES_STATE 1
16433 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
16434 #include <resolv.h>
16437 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16439 cat >>confdefs.h
<<_ACEOF
16440 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16447 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16448 #include <sys/types.h>
16450 #ifdef HAVE_NETINET_IN_H
16451 # include <netinet/in.h>
16453 #ifdef HAVE_ARPA_NAMESER_H
16454 # include <arpa/nameser.h>
16457 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16459 cat >>confdefs.h
<<_ACEOF
16460 #define HAVE_NS_MSG__MSG_PTR 1
16467 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16468 #include <sys/types.h>
16470 #ifdef HAVE_NETINET_IP_H
16471 #include <netinet/ip.h>
16473 #ifdef HAVE_NETINET_IP_ICMP_H
16474 #include <netinet/ip_icmp.h>
16476 #ifdef HAVE_NETINET_ICMP_VAR_H
16477 #include <netinet/icmp_var.h>
16480 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16482 cat >>confdefs.h
<<_ACEOF
16483 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16490 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16491 #include <sys/types.h>
16493 #ifdef HAVE_ALIAS_H
16496 #ifdef HAVE_SYS_SOCKET_H
16497 #include <sys/socket.h>
16499 #ifdef HAVE_SYS_SOCKETVAR_H
16500 #include <sys/socketvar.h>
16502 #ifdef HAVE_SYS_TIMEOUT_H
16503 #include <sys/timeout.h>
16505 #ifdef HAVE_NETINET_IN_H
16506 #include <netinet/in.h>
16508 #ifdef HAVE_NETINET_IN_SYSTM_H
16509 #include <netinet/in_systm.h>
16511 #ifdef HAVE_NETINET_IP_H
16512 #include <netinet/ip.h>
16514 #ifdef HAVE_NETINET_IP_VAR_H
16515 #include <netinet/ip_var.h>
16517 #ifdef HAVE_NETINET_IP_ICMP_H
16518 #include <netinet/ip_icmp.h>
16520 #ifdef HAVE_NETINET_ICMP_VAR_H
16521 #include <netinet/icmp_var.h>
16524 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16526 cat >>confdefs.h
<<_ACEOF
16527 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16534 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16535 #include <sys/types.h>
16537 #ifdef HAVE_SYS_SOCKETVAR_H
16538 #include <sys/socketvar.h>
16540 #ifdef HAVE_NETINET_IN_H
16541 #include <netinet/in.h>
16543 #ifdef HAVE_NETINET_IP_VAR_H
16544 #include <netinet/ip_var.h>
16547 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16549 cat >>confdefs.h
<<_ACEOF
16550 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16557 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
16558 #include <netinet/ip_var.h>
16561 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16563 cat >>confdefs.h
<<_ACEOF
16564 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16571 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16572 #include <sys/types.h>
16574 #ifdef HAVE_SYS_SOCKETVAR_H
16575 #include <sys/socketvar.h>
16577 #ifdef HAVE_NETINET_IN_H
16578 #include <netinet/in.h>
16580 #ifdef HAVE_NETINET_TCP_H
16581 #include <netinet/tcp.h>
16583 #ifdef HAVE_NETINET_TCP_VAR_H
16584 #include <netinet/tcp_var.h>
16587 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16589 cat >>confdefs.h
<<_ACEOF
16590 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16597 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
16598 #include <netinet/tcp_var.h>
16601 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16603 cat >>confdefs.h
<<_ACEOF
16604 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16611 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16612 #include <sys/types.h>
16614 #ifdef HAVE_NETINET_IN_H
16615 #include <netinet/in.h>
16617 #ifdef HAVE_NETINET_IP_VAR_H
16618 #include <netinet/ip_var.h>
16620 #ifdef HAVE_NETINET_UDP_H
16621 #include <netinet/udp.h>
16623 #ifdef HAVE_NETINET_UDP_VAR_H
16624 #include <netinet/udp_var.h>
16627 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16629 cat >>confdefs.h
<<_ACEOF
16630 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16637 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16638 #include <sys/types.h>
16640 #ifdef HAVE_NET_IF_H
16641 # include <net/if.h>
16644 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16646 cat >>confdefs.h
<<_ACEOF
16647 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16655 $as_echo_n "checking for timezone variable... " >&6; }
16656 if ${ac_cv_have_timezone+:} false
; then :
16657 $as_echo_n "(cached) " >&6
16659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16660 /* end confdefs.h. */
16670 if ac_fn_c_try_link
"$LINENO"; then :
16671 ac_cv_have_timezone
="yes"
16673 ac_cv_have_timezone
="no"
16675 rm -f core conftest.err conftest.
$ac_objext \
16676 conftest
$ac_exeext conftest.
$ac_ext
16678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16679 $as_echo "$ac_cv_have_timezone" >&6; }
16680 if test "$ac_cv_have_timezone" = "yes"
16683 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16687 $as_echo_n "checking for daylight variable... " >&6; }
16688 if ${ac_cv_have_daylight+:} false
; then :
16689 $as_echo_n "(cached) " >&6
16691 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16692 /* end confdefs.h. */
16702 if ac_fn_c_try_link
"$LINENO"; then :
16703 ac_cv_have_daylight
="yes"
16705 ac_cv_have_daylight
="no"
16707 rm -f core conftest.err conftest.
$ac_objext \
16708 conftest
$ac_exeext conftest.
$ac_ext
16710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16711 $as_echo "$ac_cv_have_daylight" >&6; }
16712 if test "$ac_cv_have_daylight" = "yes"
16715 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16719 ac_save_LIBS
="$LIBS"
16721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16722 $as_echo_n "checking for isfinite... " >&6; }
16723 if ${ac_cv_have_isfinite+:} false
; then :
16724 $as_echo_n "(cached) " >&6
16726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16727 /* end confdefs.h. */
16728 #define _GNU_SOURCE
16733 float f = 0.0; return isfinite(f)
16738 if ac_fn_c_try_link
"$LINENO"; then :
16739 ac_cv_have_isfinite
="yes"
16741 ac_cv_have_isfinite
="no"
16743 rm -f core conftest.err conftest.
$ac_objext \
16744 conftest
$ac_exeext conftest.
$ac_ext
16746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16747 $as_echo "$ac_cv_have_isfinite" >&6; }
16748 if test "$ac_cv_have_isfinite" = "yes"
16751 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16756 $as_echo_n "checking for isinf... " >&6; }
16757 if ${ac_cv_have_isinf+:} false
; then :
16758 $as_echo_n "(cached) " >&6
16760 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16761 /* end confdefs.h. */
16766 float f = 0.0; return isinf(f)
16771 if ac_fn_c_try_link
"$LINENO"; then :
16772 ac_cv_have_isinf
="yes"
16774 ac_cv_have_isinf
="no"
16776 rm -f core conftest.err conftest.
$ac_objext \
16777 conftest
$ac_exeext conftest.
$ac_ext
16779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16780 $as_echo "$ac_cv_have_isinf" >&6; }
16781 if test "$ac_cv_have_isinf" = "yes"
16784 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16789 $as_echo_n "checking for isnan... " >&6; }
16790 if ${ac_cv_have_isnan+:} false
; then :
16791 $as_echo_n "(cached) " >&6
16793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16794 /* end confdefs.h. */
16799 float f = 0.0; return isnan(f)
16804 if ac_fn_c_try_link
"$LINENO"; then :
16805 ac_cv_have_isnan
="yes"
16807 ac_cv_have_isnan
="no"
16809 rm -f core conftest.err conftest.
$ac_objext \
16810 conftest
$ac_exeext conftest.
$ac_ext
16812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16813 $as_echo "$ac_cv_have_isnan" >&6; }
16814 if test "$ac_cv_have_isnan" = "yes"
16817 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16846 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16847 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16848 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16849 cat >>confdefs.h
<<_ACEOF
16850 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16856 LIBS
="$ac_save_LIBS"
16858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16859 $as_echo_n "checking for __builtin_clz... " >&6; }
16860 if ${ac_cv_have___builtin_clz+:} false
; then :
16861 $as_echo_n "(cached) " >&6
16863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16864 /* end confdefs.h. */
16869 return __builtin_clz(1)
16874 if ac_fn_c_try_link
"$LINENO"; then :
16875 ac_cv_have___builtin_clz
="yes"
16877 ac_cv_have___builtin_clz
="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___builtin_clz" >&5
16883 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16884 if test "$ac_cv_have___builtin_clz" = "yes"
16887 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16893 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16894 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16895 if ${ac_cv_cpp_def___i386__+:} false
; then :
16896 $as_echo_n "(cached) " >&6
16898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16899 /* end confdefs.h. */
16904 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16905 $EGREP "yes" >/dev
/null
2>&1; then :
16906 ac_cv_cpp_def___i386__
=yes
16908 ac_cv_cpp_def___i386__
=no
16913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16914 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16915 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16916 CFLAGS
="$CFLAGS -D__i386__"
16917 LINTFLAGS
="$LINTFLAGS -D__i386__"
16919 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16920 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16921 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16922 $as_echo_n "(cached) " >&6
16924 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16925 /* end confdefs.h. */
16930 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16931 $EGREP "yes" >/dev
/null
2>&1; then :
16932 ac_cv_cpp_def___x86_64__
=yes
16934 ac_cv_cpp_def___x86_64__
=no
16939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16940 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16941 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16942 CFLAGS
="$CFLAGS -D__x86_64__"
16943 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16945 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16946 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16947 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16948 $as_echo_n "(cached) " >&6
16950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16951 /* end confdefs.h. */
16952 #ifndef __sparc64__
16956 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16957 $EGREP "yes" >/dev
/null
2>&1; then :
16958 ac_cv_cpp_def___sparc64__
=yes
16960 ac_cv_cpp_def___sparc64__
=no
16965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16966 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16967 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16968 CFLAGS
="$CFLAGS -D__sparc64__"
16969 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16971 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16972 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16973 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16974 $as_echo_n "(cached) " >&6
16976 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16977 /* end confdefs.h. */
16982 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16983 $EGREP "yes" >/dev
/null
2>&1; then :
16984 ac_cv_cpp_def___sparc__
=yes
16986 ac_cv_cpp_def___sparc__
=no
16991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16992 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16993 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16994 CFLAGS
="$CFLAGS -D__sparc__"
16995 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16997 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16998 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16999 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17000 $as_echo_n "(cached) " >&6
17002 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17003 /* end confdefs.h. */
17004 #ifndef __powerpc64__
17008 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17009 $EGREP "yes" >/dev
/null
2>&1; then :
17010 ac_cv_cpp_def___powerpc64__
=yes
17012 ac_cv_cpp_def___powerpc64__
=no
17017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17018 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17019 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17020 CFLAGS
="$CFLAGS -D__powerpc64__"
17021 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17023 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17024 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17025 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17026 $as_echo_n "(cached) " >&6
17028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17029 /* end confdefs.h. */
17030 #ifndef __powerpc__
17034 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17035 $EGREP "yes" >/dev
/null
2>&1; then :
17036 ac_cv_cpp_def___powerpc__
=yes
17038 ac_cv_cpp_def___powerpc__
=no
17043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17044 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17045 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17046 CFLAGS
="$CFLAGS -D__powerpc__"
17047 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17049 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17050 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17051 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17052 $as_echo_n "(cached) " >&6
17054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17055 /* end confdefs.h. */
17056 #ifndef __aarch64__
17060 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17061 $EGREP "yes" >/dev
/null
2>&1; then :
17062 ac_cv_cpp_def___aarch64__
=yes
17064 ac_cv_cpp_def___aarch64__
=no
17069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17070 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17071 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17072 CFLAGS
="$CFLAGS -D__aarch64__"
17073 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17075 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17076 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17077 if ${ac_cv_cpp_def___arm__+:} false
; then :
17078 $as_echo_n "(cached) " >&6
17080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17081 /* end confdefs.h. */
17086 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17087 $EGREP "yes" >/dev
/null
2>&1; then :
17088 ac_cv_cpp_def___arm__
=yes
17090 ac_cv_cpp_def___arm__
=no
17095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17096 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17097 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17098 CFLAGS
="$CFLAGS -D__arm__"
17099 LINTFLAGS
="$LINTFLAGS -D__arm__"
17103 case $host_vendor in
17104 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17105 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17106 if ${ac_cv_cpp_def___sun__+:} false
; then :
17107 $as_echo_n "(cached) " >&6
17109 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17110 /* end confdefs.h. */
17115 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17116 $EGREP "yes" >/dev
/null
2>&1; then :
17117 ac_cv_cpp_def___sun__
=yes
17119 ac_cv_cpp_def___sun__
=no
17124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17125 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17126 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17127 CFLAGS
="$CFLAGS -D__sun__"
17128 LINTFLAGS
="$LINTFLAGS -D__sun__"
17136 ac_config_commands
="$ac_config_commands include/stamp-h"
17138 $as_echo_n "creating Makefile rules..." >&6
17140 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17141 SOCKET_LIBS = $SOCKET_LIBS
17142 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17143 IOKIT_LIBS = $IOKIT_LIBS
17144 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17145 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17146 CORESERVICES_LIBS = $CORESERVICES_LIBS
17147 APPKIT_LIBS = $APPKIT_LIBS
17148 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17149 SECURITY_LIBS = $SECURITY_LIBS
17150 COREAUDIO_LIBS = $COREAUDIO_LIBS
17151 OPENAL_LIBS = $OPENAL_LIBS
17152 OPENCL_LIBS = $OPENCL_LIBS
17153 QUICKTIME_LIBS = $QUICKTIME_LIBS
17154 CARBON_LIBS = $CARBON_LIBS
17155 PTHREAD_LIBS = $PTHREAD_LIBS
17156 X_CFLAGS = $X_CFLAGS
17157 X_PRE_LIBS = $X_PRE_LIBS
17159 X_EXTRA_LIBS = $X_EXTRA_LIBS
17160 PCAP_LIBS = $PCAP_LIBS
17161 XML2_CFLAGS = $XML2_CFLAGS
17162 XML2_LIBS = $XML2_LIBS
17163 XSLT_CFLAGS = $XSLT_CFLAGS
17164 XSLT_LIBS = $XSLT_LIBS
17165 DBUS_CFLAGS = $DBUS_CFLAGS
17166 DBUS_LIBS = $DBUS_LIBS
17167 HAL_CFLAGS = $HAL_CFLAGS
17168 HAL_LIBS = $HAL_LIBS
17169 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17170 GNUTLS_LIBS = $GNUTLS_LIBS
17171 SANE_CFLAGS = $SANE_CFLAGS
17172 SANE_LIBS = $SANE_LIBS
17173 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17174 GPHOTO2_LIBS = $GPHOTO2_LIBS
17175 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17176 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17177 RESOLV_LIBS = $RESOLV_LIBS
17178 LCMS2_CFLAGS = $LCMS2_CFLAGS
17179 LCMS2_LIBS = $LCMS2_LIBS
17180 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17181 FREETYPE_LIBS = $FREETYPE_LIBS
17183 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17184 PULSE_CFLAGS = $PULSE_CFLAGS
17185 PULSE_LIBS = $PULSE_LIBS
17186 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17187 GSTREAMER_LIBS = $GSTREAMER_LIBS
17188 ALSA_LIBS = $ALSA_LIBS
17189 OSS4_CFLAGS = $OSS4_CFLAGS
17190 CAPI20_CFLAGS = $CAPI20_CFLAGS
17191 CAPI20_LIBS = $CAPI20_LIBS
17192 CUPS_CFLAGS = $CUPS_CFLAGS
17193 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17194 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17195 JPEG_CFLAGS = $JPEG_CFLAGS
17196 JPEG_LIBS = $JPEG_LIBS
17197 PNG_CFLAGS = $PNG_CFLAGS
17198 PNG_LIBS = $PNG_LIBS
17199 TIFF_CFLAGS = $TIFF_CFLAGS
17200 TIFF_LIBS = $TIFF_LIBS
17201 MPG123_CFLAGS = $MPG123_CFLAGS
17202 MPG123_LIBS = $MPG123_LIBS
17203 KSTAT_LIBS = $KSTAT_LIBS
17204 PROCSTAT_LIBS = $PROCSTAT_LIBS
17205 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17207 POLL_LIBS = $POLL_LIBS
17209 LDAP_LIBS = $LDAP_LIBS
17214 wine_fn_append_rule
"
17215 # Rules automatically generated by configure
17217 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17222 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17223 @./config.status Make.tmp Makefile
17224 depend: \$(MAKEDEP) dummy
17227 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17228 .gitignore: config.status
17229 @./config.status .gitignore"
17231 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17232 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17234 if test "x$enable_fonts" != xno
; then
17235 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17236 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17237 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17238 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17239 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17240 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17242 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17243 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17244 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17245 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17246 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17247 wine_fn_config_symlink wine
17248 if test "x$enable_win64" != xno
; then
17249 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17250 wine_fn_config_symlink wine64
17253 wine_fn_config_dll acledit enable_acledit
17254 wine_fn_config_dll aclui enable_aclui implib
17255 wine_fn_config_dll activeds enable_activeds implib
17256 wine_fn_config_dll actxprxy enable_actxprxy clean
17257 wine_fn_config_lib adsiid
17258 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17259 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17260 wine_fn_config_dll advpack enable_advpack implib
17261 wine_fn_config_test dlls
/advpack
/tests advpack_test
17262 wine_fn_config_dll amstream enable_amstream clean
17263 wine_fn_config_test dlls
/amstream
/tests amstream_test
17264 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17265 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17266 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17267 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17268 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17269 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17270 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17271 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17272 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17273 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17274 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17275 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17276 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17277 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17278 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17279 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17280 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17281 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17282 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17283 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17284 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17285 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17286 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17287 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17288 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17289 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17290 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17291 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17292 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17293 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17294 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17295 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17296 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17298 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17299 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17300 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17301 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17302 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17303 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17304 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17305 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17306 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17307 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17308 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17309 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17310 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17311 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17312 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17313 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17314 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17315 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17316 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17317 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17318 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17319 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17320 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17321 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17322 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17323 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17324 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17325 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17326 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17327 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17328 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17329 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17330 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17331 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17332 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17333 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17334 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17335 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17336 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17337 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17338 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17339 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17340 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17341 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17342 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17343 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17344 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17345 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17346 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17347 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17348 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17349 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17350 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17351 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17352 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17353 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17354 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17355 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17356 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17357 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17358 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17359 wine_fn_config_dll apphelp enable_apphelp
17360 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17361 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17362 wine_fn_config_dll atl enable_atl clean
,implib
17363 wine_fn_config_test dlls
/atl
/tests atl_test
17364 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17365 wine_fn_config_test dlls
/atl100
/tests atl100_test
17366 wine_fn_config_dll atl110 enable_atl110 clean
17367 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17368 wine_fn_config_test dlls
/atl80
/tests atl80_test
17369 wine_fn_config_dll atl90 enable_atl90 clean
17370 wine_fn_config_dll authz enable_authz
17371 wine_fn_config_dll avicap32 enable_avicap32 implib
17372 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17373 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17374 wine_fn_config_dll avifile.dll16 enable_win16
17375 wine_fn_config_dll avrt enable_avrt implib
17376 wine_fn_config_dll bcrypt enable_bcrypt
17377 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17378 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17379 wine_fn_config_dll browseui enable_browseui clean
,po
17380 wine_fn_config_test dlls
/browseui
/tests browseui_test
17381 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17382 wine_fn_config_dll cabinet enable_cabinet implib
17383 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17384 wine_fn_config_dll capi2032 enable_capi2032 implib
17385 wine_fn_config_dll cards enable_cards implib
17386 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17387 wine_fn_config_dll clusapi enable_clusapi implib
17388 wine_fn_config_dll combase enable_combase
17389 wine_fn_config_test dlls
/combase
/tests combase_test
17390 wine_fn_config_dll comcat enable_comcat
17391 wine_fn_config_test dlls
/comcat
/tests comcat_test
17392 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17393 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17394 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17395 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17396 wine_fn_config_dll
comm.drv16 enable_win16
17397 wine_fn_config_dll commdlg.dll16 enable_win16
17398 wine_fn_config_dll compobj.dll16 enable_win16
17399 wine_fn_config_dll compstui enable_compstui implib
17400 wine_fn_config_dll comsvcs enable_comsvcs implib
17401 wine_fn_config_dll connect enable_connect
17402 wine_fn_config_dll credui enable_credui implib
,po
17403 wine_fn_config_test dlls
/credui
/tests credui_test
17404 wine_fn_config_dll crtdll enable_crtdll implib
17405 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17406 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17407 wine_fn_config_dll cryptdlg enable_cryptdlg po
17408 wine_fn_config_dll cryptdll enable_cryptdll implib
17409 wine_fn_config_dll cryptext enable_cryptext
17410 wine_fn_config_dll cryptnet enable_cryptnet implib
17411 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17412 wine_fn_config_dll cryptui enable_cryptui implib
,po
17413 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17414 wine_fn_config_dll ctapi32 enable_ctapi32
17415 wine_fn_config_dll ctl3d.dll16 enable_win16
17416 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17417 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17418 wine_fn_config_dll d2d1 enable_d2d1 implib
17419 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17420 wine_fn_config_dll d3d10 enable_d3d10 implib
17421 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17422 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17423 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17424 wine_fn_config_dll d3d10core enable_d3d10core implib
17425 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17426 wine_fn_config_dll d3d11 enable_d3d11 implib
17427 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17428 wine_fn_config_dll d3d8 enable_d3d8 implib
17429 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17430 wine_fn_config_dll d3d9 enable_d3d9 implib
17431 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17432 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17433 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17434 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17435 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17436 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17437 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17438 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17439 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17440 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17441 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17442 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17443 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17444 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17445 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17446 wine_fn_config_dll d3dim enable_d3dim implib
17447 wine_fn_config_dll d3drm enable_d3drm implib
17448 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17449 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17450 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17451 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17452 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17453 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17454 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17455 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17456 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17457 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17458 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17459 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17460 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17461 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17462 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17463 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17464 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17465 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17466 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17467 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17468 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17469 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17470 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17471 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17472 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17473 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17474 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17475 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17476 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17477 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17478 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17479 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17480 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17481 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17482 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17483 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17484 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17485 wine_fn_config_dll davclnt enable_davclnt
17486 wine_fn_config_dll dbgeng enable_dbgeng implib
17487 wine_fn_config_dll dbghelp enable_dbghelp implib
17488 wine_fn_config_dll dciman32 enable_dciman32 implib
17489 wine_fn_config_dll ddeml.dll16 enable_win16
17490 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17491 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17492 wine_fn_config_dll ddrawex enable_ddrawex clean
17493 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17494 wine_fn_config_dll devenum enable_devenum clean
,po
17495 wine_fn_config_test dlls
/devenum
/tests devenum_test
17496 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17497 wine_fn_config_dll difxapi enable_difxapi
17498 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17499 wine_fn_config_test dlls
/dinput
/tests dinput_test
17500 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17501 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17502 wine_fn_config_dll dispdib.dll16 enable_win16
17503 wine_fn_config_dll dispex enable_dispex clean
17504 wine_fn_config_test dlls
/dispex
/tests dispex_test
17505 wine_fn_config_dll display.drv16 enable_win16
17506 wine_fn_config_dll dmband enable_dmband clean
17507 wine_fn_config_test dlls
/dmband
/tests dmband_test
17508 wine_fn_config_dll dmcompos enable_dmcompos clean
17509 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17510 wine_fn_config_dll dmime enable_dmime clean
17511 wine_fn_config_test dlls
/dmime
/tests dmime_test
17512 wine_fn_config_dll dmloader enable_dmloader clean
17513 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17514 wine_fn_config_dll dmscript enable_dmscript clean
17515 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17516 wine_fn_config_dll dmstyle enable_dmstyle clean
17517 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17518 wine_fn_config_dll dmsynth enable_dmsynth clean
17519 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17520 wine_fn_config_dll dmusic enable_dmusic clean
17521 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17522 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17523 wine_fn_config_dll dnsapi enable_dnsapi implib
17524 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17525 wine_fn_config_dll dplay enable_dplay implib
17526 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17527 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17528 wine_fn_config_dll dpnaddr enable_dpnaddr
17529 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17530 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17531 wine_fn_config_dll dpnhpast enable_dpnhpast
17532 wine_fn_config_dll dpnlobby enable_dpnlobby
17533 wine_fn_config_dll dpvoice enable_dpvoice clean
17534 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17535 wine_fn_config_dll dpwsockx enable_dpwsockx
17536 wine_fn_config_dll drmclien enable_drmclien
17537 wine_fn_config_dll dsound enable_dsound clean
,implib
17538 wine_fn_config_test dlls
/dsound
/tests dsound_test
17539 wine_fn_config_dll dssenh enable_dssenh
17540 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17541 wine_fn_config_dll dswave enable_dswave clean
17542 wine_fn_config_test dlls
/dswave
/tests dswave_test
17543 wine_fn_config_dll dwmapi enable_dwmapi implib
17544 wine_fn_config_dll dwrite enable_dwrite implib
17545 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17546 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17547 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17548 wine_fn_config_lib dxerr8
17549 wine_fn_config_lib dxerr9
17550 wine_fn_config_dll dxgi enable_dxgi implib
17551 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17552 wine_fn_config_lib dxguid
17553 wine_fn_config_dll dxva2 enable_dxva2
17554 wine_fn_config_dll esent enable_esent
17555 wine_fn_config_dll evr enable_evr
17556 wine_fn_config_dll explorerframe enable_explorerframe clean
17557 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17558 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17559 wine_fn_config_dll faultrep enable_faultrep implib
17560 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17561 wine_fn_config_dll fltlib enable_fltlib
17562 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17563 wine_fn_config_dll fntcache enable_fntcache
17564 wine_fn_config_dll fontsub enable_fontsub
17565 wine_fn_config_dll fusion enable_fusion
17566 wine_fn_config_test dlls
/fusion
/tests fusion_test
17567 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17568 wine_fn_config_dll gameux enable_gameux clean
17569 wine_fn_config_test dlls
/gameux
/tests gameux_test
17570 wine_fn_config_dll gdi.exe16 enable_win16
17571 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17572 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17573 wine_fn_config_dll gdiplus enable_gdiplus implib
17574 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17575 wine_fn_config_dll glu32 enable_glu32 implib
17576 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17577 wine_fn_config_dll gpkcsp enable_gpkcsp
17578 wine_fn_config_dll hal enable_hal
17579 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17580 wine_fn_config_dll hid enable_hid implib
17581 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17582 wine_fn_config_dll hlink enable_hlink clean
,implib
17583 wine_fn_config_test dlls
/hlink
/tests hlink_test
17584 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17585 wine_fn_config_dll httpapi enable_httpapi
17586 wine_fn_config_dll iccvid enable_iccvid po
17587 wine_fn_config_dll icmp enable_icmp
17588 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17589 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17590 wine_fn_config_dll ifsmgr.vxd enable_win16
17591 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17592 wine_fn_config_dll imagehlp enable_imagehlp implib
17593 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17594 wine_fn_config_dll imm.dll16 enable_win16
17595 wine_fn_config_dll imm32 enable_imm32 implib
17596 wine_fn_config_test dlls
/imm32
/tests imm32_test
17597 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17598 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17599 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17600 wine_fn_config_dll inetmib1 enable_inetmib1
17601 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17602 wine_fn_config_dll infosoft enable_infosoft clean
17603 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17604 wine_fn_config_dll initpki enable_initpki
17605 wine_fn_config_dll inkobj enable_inkobj
17606 wine_fn_config_dll inseng enable_inseng clean
17607 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17608 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17609 wine_fn_config_dll itircl enable_itircl
17610 wine_fn_config_dll itss enable_itss clean
17611 wine_fn_config_test dlls
/itss
/tests itss_test
17612 wine_fn_config_dll joy.cpl enable_joy_cpl po
17613 wine_fn_config_dll jscript enable_jscript clean
,po
17614 wine_fn_config_test dlls
/jscript
/tests jscript_test
17615 wine_fn_config_dll jsproxy enable_jsproxy implib
17616 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17617 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17618 wine_fn_config_dll keyboard.drv16 enable_win16
17619 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17620 wine_fn_config_dll ksuser enable_ksuser
17621 wine_fn_config_dll ktmw32 enable_ktmw32
17622 wine_fn_config_dll loadperf enable_loadperf implib
17623 wine_fn_config_dll localspl enable_localspl po
17624 wine_fn_config_test dlls
/localspl
/tests localspl_test
17625 wine_fn_config_dll localui enable_localui po
17626 wine_fn_config_test dlls
/localui
/tests localui_test
17627 wine_fn_config_dll lz32 enable_lz32 implib
17628 wine_fn_config_test dlls
/lz32
/tests lz32_test
17629 wine_fn_config_dll lzexpand.dll16 enable_win16
17630 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17631 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17632 wine_fn_config_dll mapistub enable_mapistub
17633 wine_fn_config_dll mciavi32 enable_mciavi32
17634 wine_fn_config_dll mcicda enable_mcicda
17635 wine_fn_config_dll mciqtz32 enable_mciqtz32
17636 wine_fn_config_dll mciseq enable_mciseq
17637 wine_fn_config_dll mciwave enable_mciwave
17638 wine_fn_config_dll mf enable_mf
17639 wine_fn_config_dll mfplat enable_mfplat
17640 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17641 wine_fn_config_dll mgmtapi enable_mgmtapi
17642 wine_fn_config_dll midimap enable_midimap
17643 wine_fn_config_dll mlang enable_mlang clean
,implib
17644 wine_fn_config_test dlls
/mlang
/tests mlang_test
17645 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17646 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17647 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17648 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17649 wine_fn_config_dll mmdevldr.vxd enable_win16
17650 wine_fn_config_dll mmsystem.dll16 enable_win16
17651 wine_fn_config_dll monodebg.vxd enable_win16
17652 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17653 wine_fn_config_dll mouse.drv16 enable_win16
17654 wine_fn_config_dll mpr enable_mpr implib
,po
17655 wine_fn_config_test dlls
/mpr
/tests mpr_test
17656 wine_fn_config_dll mprapi enable_mprapi implib
17657 wine_fn_config_dll msacm.dll16 enable_win16
17658 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17659 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17660 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17661 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17662 wine_fn_config_dll msasn1 enable_msasn1 implib
17663 wine_fn_config_dll mscat32 enable_mscat32
17664 wine_fn_config_dll mscms enable_mscms implib
17665 wine_fn_config_test dlls
/mscms
/tests mscms_test
17666 wine_fn_config_dll mscoree enable_mscoree clean
17667 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17668 wine_fn_config_dll msctf enable_msctf clean
17669 wine_fn_config_test dlls
/msctf
/tests msctf_test
17670 wine_fn_config_dll msctfp enable_msctfp clean
17671 wine_fn_config_dll msdaps enable_msdaps clean
17672 wine_fn_config_dll msdelta enable_msdelta
17673 wine_fn_config_dll msdmo enable_msdmo implib
17674 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17675 wine_fn_config_dll msftedit enable_msftedit
17676 wine_fn_config_dll msg711.acm enable_msg711_acm
17677 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17678 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17679 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17680 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17681 wine_fn_config_dll msi enable_msi clean
,implib
,po
17682 wine_fn_config_test dlls
/msi
/tests msi_test
17683 wine_fn_config_dll msident enable_msident clean
17684 wine_fn_config_dll msimg32 enable_msimg32 implib
17685 wine_fn_config_dll msimsg enable_msimsg
17686 wine_fn_config_dll msimtf enable_msimtf clean
17687 wine_fn_config_dll msisip enable_msisip
17688 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17689 wine_fn_config_dll msls31 enable_msls31
17690 wine_fn_config_dll msnet32 enable_msnet32
17691 wine_fn_config_dll mspatcha enable_mspatcha implib
17692 wine_fn_config_dll msrle32 enable_msrle32 po
17693 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17694 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17695 wine_fn_config_dll mssign32 enable_mssign32
17696 wine_fn_config_dll mssip32 enable_mssip32
17697 wine_fn_config_dll mstask enable_mstask clean
17698 wine_fn_config_test dlls
/mstask
/tests mstask_test
17699 wine_fn_config_dll msvcirt enable_msvcirt
17700 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17701 wine_fn_config_dll msvcm80 enable_msvcm80
17702 wine_fn_config_dll msvcm90 enable_msvcm90
17703 wine_fn_config_dll msvcp100 enable_msvcp100
17704 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17705 wine_fn_config_dll msvcp110 enable_msvcp110
17706 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17707 wine_fn_config_dll msvcp120 enable_msvcp120
17708 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17709 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17710 wine_fn_config_dll msvcp60 enable_msvcp60
17711 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17712 wine_fn_config_dll msvcp70 enable_msvcp70
17713 wine_fn_config_dll msvcp71 enable_msvcp71
17714 wine_fn_config_dll msvcp80 enable_msvcp80
17715 wine_fn_config_dll msvcp90 enable_msvcp90
17716 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17717 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17718 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17719 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17720 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17721 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17722 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17723 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17724 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17725 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17726 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17727 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17728 wine_fn_config_dll msvcrt enable_msvcrt implib
17729 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17730 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17731 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17732 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17733 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17734 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17735 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17736 wine_fn_config_dll msvidc32 enable_msvidc32 po
17737 wine_fn_config_dll msvideo.dll16 enable_win16
17738 wine_fn_config_dll mswsock enable_mswsock implib
17739 wine_fn_config_dll msxml enable_msxml clean
17740 wine_fn_config_dll msxml2 enable_msxml2 clean
17741 wine_fn_config_dll msxml3 enable_msxml3 clean
17742 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17743 wine_fn_config_dll msxml4 enable_msxml4 clean
17744 wine_fn_config_dll msxml6 enable_msxml6 clean
17745 wine_fn_config_dll nddeapi enable_nddeapi implib
17746 wine_fn_config_dll ndis.sys enable_ndis_sys
17747 wine_fn_config_dll netapi32 enable_netapi32 implib
17748 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17749 wine_fn_config_dll netcfgx enable_netcfgx clean
17750 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17751 wine_fn_config_dll netprofm enable_netprofm clean
17752 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17753 wine_fn_config_dll newdev enable_newdev implib
17754 wine_fn_config_dll normaliz enable_normaliz implib
17755 wine_fn_config_dll npmshtml enable_npmshtml
17756 wine_fn_config_dll npptools enable_npptools
17757 wine_fn_config_dll ntdll enable_ntdll implib
17758 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17759 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17760 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17761 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17762 wine_fn_config_dll ntprint enable_ntprint
17763 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17764 wine_fn_config_dll objsel enable_objsel clean
17765 wine_fn_config_dll odbc32 enable_odbc32 implib
17766 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17767 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17768 wine_fn_config_dll odbccu32 enable_odbccu32
17769 wine_fn_config_dll ole2.dll16 enable_win16
17770 wine_fn_config_dll ole2conv.dll16 enable_win16
17771 wine_fn_config_dll ole2disp.dll16 enable_win16
17772 wine_fn_config_dll ole2nls.dll16 enable_win16
17773 wine_fn_config_dll ole2prox.dll16 enable_win16
17774 wine_fn_config_dll ole2thk.dll16 enable_win16
17775 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17776 wine_fn_config_test dlls
/ole32
/tests ole32_test
17777 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17778 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17779 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17780 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17781 wine_fn_config_dll olecli.dll16 enable_win16
17782 wine_fn_config_dll olecli32 enable_olecli32 implib
17783 wine_fn_config_dll oledb32 enable_oledb32 clean
17784 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17785 wine_fn_config_dll oledlg enable_oledlg implib
,po
17786 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17787 wine_fn_config_dll olepro32 enable_olepro32 implib
17788 wine_fn_config_dll olesvr.dll16 enable_win16
17789 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17790 wine_fn_config_dll olethk32 enable_olethk32
17791 wine_fn_config_dll openal32 enable_openal32
17792 wine_fn_config_dll opencl enable_opencl
17793 wine_fn_config_dll opengl32 enable_opengl32 implib
17794 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17795 wine_fn_config_dll packager enable_packager clean
17796 wine_fn_config_test dlls
/packager
/tests packager_test
17797 wine_fn_config_dll pdh enable_pdh implib
17798 wine_fn_config_test dlls
/pdh
/tests pdh_test
17799 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17800 wine_fn_config_dll pidgen enable_pidgen
17801 wine_fn_config_dll powrprof enable_powrprof implib
17802 wine_fn_config_dll printui enable_printui
17803 wine_fn_config_dll prntvpt enable_prntvpt
17804 wine_fn_config_dll propsys enable_propsys clean
,implib
17805 wine_fn_config_test dlls
/propsys
/tests propsys_test
17806 wine_fn_config_dll psapi enable_psapi implib
17807 wine_fn_config_test dlls
/psapi
/tests psapi_test
17808 wine_fn_config_dll pstorec enable_pstorec clean
17809 wine_fn_config_dll qcap enable_qcap
17810 wine_fn_config_test dlls
/qcap
/tests qcap_test
17811 wine_fn_config_dll qedit enable_qedit clean
17812 wine_fn_config_test dlls
/qedit
/tests qedit_test
17813 wine_fn_config_dll qmgr enable_qmgr clean
17814 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17815 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17816 wine_fn_config_dll quartz enable_quartz clean
,implib
17817 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17818 wine_fn_config_dll query enable_query
17819 wine_fn_config_dll rasapi16.dll16 enable_win16
17820 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17821 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17822 wine_fn_config_dll rasdlg enable_rasdlg implib
17823 wine_fn_config_dll regapi enable_regapi
17824 wine_fn_config_dll resutils enable_resutils implib
17825 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17826 wine_fn_config_test dlls
/riched20
/tests riched20_test
17827 wine_fn_config_dll riched32 enable_riched32
17828 wine_fn_config_test dlls
/riched32
/tests riched32_test
17829 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17830 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17831 wine_fn_config_dll rsabase enable_rsabase
17832 wine_fn_config_dll rsaenh enable_rsaenh implib
17833 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17834 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17835 wine_fn_config_dll rtutils enable_rtutils implib
17836 wine_fn_config_dll samlib enable_samlib
17837 wine_fn_config_dll sane.ds enable_sane_ds po
17838 wine_fn_config_dll scarddlg enable_scarddlg
17839 wine_fn_config_dll sccbase enable_sccbase
17840 wine_fn_config_dll schannel enable_schannel
17841 wine_fn_config_test dlls
/schannel
/tests schannel_test
17842 wine_fn_config_dll schedsvc enable_schedsvc clean
17843 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17844 wine_fn_config_dll scrrun enable_scrrun clean
17845 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17846 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17847 wine_fn_config_dll secur32 enable_secur32 implib
17848 wine_fn_config_test dlls
/secur32
/tests secur32_test
17849 wine_fn_config_dll security enable_security
17850 wine_fn_config_dll sensapi enable_sensapi implib
17851 wine_fn_config_dll serialui enable_serialui implib
,po
17852 wine_fn_config_test dlls
/serialui
/tests serialui_test
17853 wine_fn_config_dll setupapi enable_setupapi implib
,po
17854 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17855 wine_fn_config_dll setupx.dll16 enable_win16
17856 wine_fn_config_dll sfc enable_sfc implib
17857 wine_fn_config_dll sfc_os enable_sfc_os implib
17858 wine_fn_config_dll shdoclc enable_shdoclc po
17859 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17860 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17861 wine_fn_config_dll shell.dll16 enable_win16
17862 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17863 wine_fn_config_test dlls
/shell32
/tests shell32_test
17864 wine_fn_config_dll shfolder enable_shfolder implib
17865 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17866 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17867 wine_fn_config_dll slbcsp enable_slbcsp
17868 wine_fn_config_dll slc enable_slc implib
17869 wine_fn_config_test dlls
/slc
/tests slc_test
17870 wine_fn_config_dll snmpapi enable_snmpapi implib
17871 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17872 wine_fn_config_dll softpub enable_softpub
17873 wine_fn_config_dll sound.drv16 enable_win16
17874 wine_fn_config_dll spoolss enable_spoolss implib
17875 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17876 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17877 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17878 wine_fn_config_dll sti enable_sti clean
,implib
17879 wine_fn_config_test dlls
/sti
/tests sti_test
17880 wine_fn_config_dll storage.dll16 enable_win16
17881 wine_fn_config_dll stress.dll16 enable_win16
17882 wine_fn_config_lib strmbase
17883 wine_fn_config_lib strmiids
17884 wine_fn_config_dll svrapi enable_svrapi
17885 wine_fn_config_dll sxs enable_sxs implib
17886 wine_fn_config_test dlls
/sxs
/tests sxs_test
17887 wine_fn_config_dll system.drv16 enable_win16
17888 wine_fn_config_dll t2embed enable_t2embed
17889 wine_fn_config_dll tapi32 enable_tapi32 implib
17890 wine_fn_config_dll taskschd enable_taskschd clean
17891 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17892 wine_fn_config_dll tdi.sys enable_tdi_sys
17893 wine_fn_config_dll toolhelp.dll16 enable_win16
17894 wine_fn_config_dll traffic enable_traffic
17895 wine_fn_config_dll twain.dll16 enable_win16
17896 wine_fn_config_dll twain_32 enable_twain_32
17897 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17898 wine_fn_config_dll typelib.dll16 enable_win16
17899 wine_fn_config_dll ucrtbase enable_ucrtbase
17900 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17901 wine_fn_config_dll unicows enable_unicows implib
17902 wine_fn_config_dll updspapi enable_updspapi
17903 wine_fn_config_dll url enable_url implib
17904 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17905 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17906 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17907 wine_fn_config_dll user.exe16 enable_win16
17908 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17909 wine_fn_config_test dlls
/user32
/tests user32_test
17910 wine_fn_config_dll userenv enable_userenv implib
17911 wine_fn_config_test dlls
/userenv
/tests userenv_test
17912 wine_fn_config_dll usp10 enable_usp10 implib
17913 wine_fn_config_test dlls
/usp10
/tests usp10_test
17914 wine_fn_config_lib uuid
17915 wine_fn_config_dll uxtheme enable_uxtheme implib
17916 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17917 wine_fn_config_dll vbscript enable_vbscript clean
17918 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17919 wine_fn_config_dll vcomp enable_vcomp
17920 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17921 wine_fn_config_dll vcomp100 enable_vcomp100
17922 wine_fn_config_dll vcomp110 enable_vcomp110
17923 wine_fn_config_dll vcomp120 enable_vcomp120
17924 wine_fn_config_dll vcomp90 enable_vcomp90
17925 wine_fn_config_dll vcruntime140 enable_vcruntime140
17926 wine_fn_config_dll vdhcp.vxd enable_win16
17927 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17928 wine_fn_config_dll ver.dll16 enable_win16
17929 wine_fn_config_dll version enable_version implib
17930 wine_fn_config_test dlls
/version
/tests version_test
17931 wine_fn_config_dll vmm.vxd enable_win16
17932 wine_fn_config_dll vnbt.vxd enable_win16
17933 wine_fn_config_dll vnetbios.vxd enable_win16
17934 wine_fn_config_dll vssapi enable_vssapi
17935 wine_fn_config_dll vtdapi.vxd enable_win16
17936 wine_fn_config_dll vwin32.vxd enable_win16
17937 wine_fn_config_dll w32skrnl enable_win16
17938 wine_fn_config_dll w32sys.dll16 enable_win16
17939 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17940 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17941 wine_fn_config_dll wbemprox enable_wbemprox clean
17942 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17943 wine_fn_config_dll webservices enable_webservices implib
17944 wine_fn_config_test dlls
/webservices
/tests webservices_test
17945 wine_fn_config_dll wer enable_wer implib
17946 wine_fn_config_test dlls
/wer
/tests wer_test
17947 wine_fn_config_dll wevtapi enable_wevtapi
17948 wine_fn_config_dll wiaservc enable_wiaservc clean
17949 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
17950 wine_fn_config_dll wimgapi enable_wimgapi
17951 wine_fn_config_dll win32s16.dll16 enable_win16
17952 wine_fn_config_dll win87em.dll16 enable_win16
17953 wine_fn_config_dll winaspi.dll16 enable_win16
17954 wine_fn_config_dll windebug.dll16 enable_win16
17955 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17956 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17957 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17958 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17959 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17960 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17961 wine_fn_config_lib winecrt0
17962 wine_fn_config_dll wined3d enable_wined3d implib
17963 wine_fn_config_dll winegstreamer enable_winegstreamer
17964 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17965 wine_fn_config_dll winemac.drv enable_winemac_drv po
17966 wine_fn_config_dll winemapi enable_winemapi
17967 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17968 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17969 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17970 wine_fn_config_dll wineps16.drv16 enable_win16
17971 wine_fn_config_dll winepulse.drv enable_winepulse_drv
17972 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17973 wine_fn_config_dll winex11.drv enable_winex11_drv
17974 wine_fn_config_dll wing.dll16 enable_win16
17975 wine_fn_config_dll wing32 enable_wing32
17976 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17977 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17978 wine_fn_config_dll wininet enable_wininet implib
,po
17979 wine_fn_config_test dlls
/wininet
/tests wininet_test
17980 wine_fn_config_dll winmm enable_winmm implib
,po
17981 wine_fn_config_test dlls
/winmm
/tests winmm_test
17982 wine_fn_config_dll winnls.dll16 enable_win16
17983 wine_fn_config_dll winnls32 enable_winnls32 implib
17984 wine_fn_config_dll winscard enable_winscard implib
17985 wine_fn_config_dll winsock.dll16 enable_win16
17986 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17987 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17988 wine_fn_config_dll winsta enable_winsta
17989 wine_fn_config_dll wintab.dll16 enable_win16
17990 wine_fn_config_dll wintab32 enable_wintab32 implib
17991 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17992 wine_fn_config_dll wintrust enable_wintrust implib
17993 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17994 wine_fn_config_dll wlanapi enable_wlanapi
17995 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17996 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17997 wine_fn_config_dll wmi enable_wmi
17998 wine_fn_config_dll wmiutils enable_wmiutils clean
17999 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18000 wine_fn_config_dll wmp enable_wmp clean
18001 wine_fn_config_test dlls
/wmp
/tests wmp_test
18002 wine_fn_config_dll wmvcore enable_wmvcore
18003 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18004 wine_fn_config_dll wow32 enable_win16 implib
18005 wine_fn_config_dll wpcap enable_wpcap
18006 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18007 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18008 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18009 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18010 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18011 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18012 wine_fn_config_dll wsock32 enable_wsock32 implib
18013 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18014 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18015 wine_fn_config_dll wuapi enable_wuapi clean
18016 wine_fn_config_dll wuaueng enable_wuaueng
18017 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18018 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18019 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18020 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18021 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18022 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18023 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18024 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18025 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18026 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18027 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18028 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18029 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18030 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18031 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18032 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18033 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18034 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18035 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18036 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18037 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18038 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18039 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
,implib
18040 wine_fn_config_dll xinput1_1 enable_xinput1_1
18041 wine_fn_config_dll xinput1_2 enable_xinput1_2
18042 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18043 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18044 wine_fn_config_dll xinput1_4 enable_xinput1_4
18045 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18046 wine_fn_config_dll xmllite enable_xmllite implib
18047 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18048 wine_fn_config_dll xolehlp enable_xolehlp
18049 wine_fn_config_dll xpsprint enable_xpsprint
18050 wine_fn_config_dll xpssvcs enable_xpssvcs
18051 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18052 wine_fn_config_makefile include enable_include clean
,install-dev
18053 wine_fn_config_makefile libs
/port enable_libs_port
18054 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18055 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18056 wine_fn_config_makefile loader enable_loader clean
,install-lib
18057 wine_fn_config_program arp enable_arp
install
18058 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18059 wine_fn_config_program attrib enable_attrib
install,po
18060 wine_fn_config_program cabarc enable_cabarc
install
18061 wine_fn_config_program cacls enable_cacls
install
18062 wine_fn_config_program
clock enable_clock
install,po
18063 wine_fn_config_program cmd enable_cmd
install,po
18064 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18065 wine_fn_config_program conhost enable_conhost
install
18066 wine_fn_config_program control enable_control
install
18067 wine_fn_config_program cscript enable_cscript clean
,install
18068 wine_fn_config_program dpnsvr enable_dpnsvr
install
18069 wine_fn_config_program dxdiag enable_dxdiag
install,po
18070 wine_fn_config_program eject enable_eject
install
18071 wine_fn_config_program
expand enable_expand
install
18072 wine_fn_config_program explorer enable_explorer
install,po
18073 wine_fn_config_program extrac32 enable_extrac32
install
18074 wine_fn_config_program findstr enable_findstr
install
18075 wine_fn_config_program hh enable_hh
install
18076 wine_fn_config_program hostname enable_hostname
install,po
18077 wine_fn_config_program icinfo enable_icinfo
install
18078 wine_fn_config_program iexplore enable_iexplore
install
18079 wine_fn_config_program ipconfig enable_ipconfig
install,po
18080 wine_fn_config_program lodctr enable_lodctr
install
18081 wine_fn_config_program mofcomp enable_mofcomp
install
18082 wine_fn_config_program mshta enable_mshta
install
18083 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18084 wine_fn_config_program net enable_net
install,po
18085 wine_fn_config_program netsh enable_netsh
install
18086 wine_fn_config_program netstat enable_netstat
install,po
18087 wine_fn_config_program ngen enable_ngen
install
18088 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18089 wine_fn_config_program oleview enable_oleview
install,po
18090 wine_fn_config_program
ping enable_ping
install
18091 wine_fn_config_program plugplay enable_plugplay
install
18092 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18093 wine_fn_config_program progman enable_progman
install,po
18094 wine_fn_config_program reg enable_reg
install,po
18095 wine_fn_config_test programs
/reg
/tests reg.exe_test
18096 wine_fn_config_program regasm enable_regasm
install
18097 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18098 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18099 wine_fn_config_program regsvcs enable_regsvcs
install
18100 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18101 wine_fn_config_program rpcss enable_rpcss clean
,install
18102 wine_fn_config_program rundll.exe16 enable_win16
install
18103 wine_fn_config_program rundll32 enable_rundll32
install
18104 wine_fn_config_program sc enable_sc
install
18105 wine_fn_config_program schtasks enable_schtasks
install
18106 wine_fn_config_program sdbinst enable_sdbinst
install
18107 wine_fn_config_program secedit enable_secedit
install
18108 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18109 wine_fn_config_program services enable_services clean
,install
18110 wine_fn_config_test programs
/services
/tests services.exe_test
18111 wine_fn_config_program spoolsv enable_spoolsv
install
18112 wine_fn_config_program start enable_start
install,po
18113 wine_fn_config_program svchost enable_svchost
install
18114 wine_fn_config_program systeminfo enable_systeminfo
install
18115 wine_fn_config_program taskkill enable_taskkill
install,po
18116 wine_fn_config_program tasklist enable_tasklist
install
18117 wine_fn_config_program taskmgr enable_taskmgr
install,po
18118 wine_fn_config_program termsv enable_termsv
install
18119 wine_fn_config_program uninstaller enable_uninstaller
install,po
18120 wine_fn_config_program unlodctr enable_unlodctr
install
18121 wine_fn_config_program view enable_view
install,po
18122 wine_fn_config_program wevtutil enable_wevtutil
install
18123 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18124 wine_fn_config_program winebrowser enable_winebrowser
install
18125 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18126 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18127 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18128 wine_fn_config_program winedevice enable_winedevice
install
18129 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18130 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18131 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18132 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18133 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18134 wine_fn_config_program winetest enable_winetest clean
18135 wine_fn_config_program winevdm enable_win16
install
18136 wine_fn_config_program winhelp.exe16 enable_win16
install
18137 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18138 wine_fn_config_program winoldap.mod16 enable_win16
install
18139 wine_fn_config_program winver enable_winver
install
18140 wine_fn_config_program wmic enable_wmic
install,po
18141 wine_fn_config_program wmplayer enable_wmplayer
install
18142 wine_fn_config_program wordpad enable_wordpad
install,po
18143 wine_fn_config_program
write enable_write
install,po
18144 wine_fn_config_program wscript enable_wscript clean
,install
18145 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18146 wine_fn_config_program wusa enable_wusa
install
18147 wine_fn_config_program xcopy enable_xcopy
install,po
18148 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18149 wine_fn_config_makefile server enable_server clean
,install-lib
18150 wine_fn_config_tool tools clean
18151 wine_fn_config_tool tools
/sfnt2fon clean
18152 wine_fn_config_tool tools
/widl clean
,install-dev
18153 wine_fn_config_tool tools
/winebuild clean
,install-dev
18154 wine_fn_config_tool tools
/winedump clean
,install-dev
18155 wine_fn_config_tool tools
/winegcc clean
,install-dev
18156 wine_fn_config_tool tools
/winemaker clean
,install-dev
18157 wine_fn_config_tool tools
/wmc clean
,install-dev
18158 wine_fn_config_tool tools
/wrc clean
,install-dev
18210 wine_fn_ignore_file
".gitignore"
18211 wine_fn_ignore_file
"Makefile"
18212 wine_fn_ignore_file
"TAGS"
18213 wine_fn_ignore_file
"tags"
18214 wine_fn_ignore_file
"autom4te.cache"
18215 wine_fn_ignore_file
"config.cache"
18216 wine_fn_ignore_file
"config.log"
18217 wine_fn_ignore_file
"config.status"
18218 wine_fn_ignore_file
"configure.lineno"
18219 wine_fn_ignore_file
"include/config.h"
18220 wine_fn_ignore_file
"include/stamp-h"
18221 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18223 if test "x$enable_tools" != xno
18225 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18226 ac_config_commands
="$ac_config_commands tools/makedep"
18230 ac_config_commands
="$ac_config_commands Makefile"
18233 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18237 if test "x$enable_maintainer_mode" = xyes
18239 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18240 autoconf --warnings=all
18241 include/config.h.in: include/stamp-h.in
18242 include/stamp-h.in: configure.ac aclocal.m4
18243 autoheader --warnings=all
18244 @echo timestamp > \$@"
18247 if test "x$with_gettextpo" = xyes
18249 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18250 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18251 \$(LINGUAS:%=po/%.po): po/wine.pot
18252 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18253 po/wine.pot: \$(ALL_POT_FILES)
18254 msgcat -o \$@ \$(ALL_POT_FILES)"
18257 if test "$MSGFMT" != false
18259 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18261 \$(RM) \$(LINGUAS:%=po/%.mo)"
18264 test "$srcdir" = . || posrc
="$srcdir/po"
18267 wine_fn_ignore_file
"po/$i.mo"
18268 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18269 \$(MSGFMT) -o \$@ $posrc/$i.po"
18275 if test "x$enable_tools" != xno
18277 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18278 @./config.status tools/makedep
18279 Makefile: tools/makedep$ac_exeext
18281 \$(RM) tools/makedep$ac_exeext"
18283 wine_fn_append_rule
"\$(MAKEDEP):
18284 @echo \"You need to run make in $TOOLSDIR first\" && false"
18287 if test -n "$with_wine64"
18289 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18290 fonts server tools:
18291 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18292 $with_wine64/loader/wine:
18293 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18294 $with_wine64/loader/wine-preloader:
18295 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18297 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18299 WINELOADER_INSTALL
="wine.inf"
18301 wine_fn_append_rule
"install install-lib::
18302 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18304 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18306 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18307 *) wine_fn_append_rule
"install install-lib::
18308 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18310 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18314 if test "$srcdir" = .
18316 ac_config_commands
="$ac_config_commands .gitignore"
18320 $as_echo " done" >&6
18321 cat >confcache
<<\_ACEOF
18322 # This file is a shell script that caches the results of configure
18323 # tests run on this system so they can be shared between configure
18324 # scripts and configure runs, see configure's option --config-cache.
18325 # It is not useful on other systems. If it contains results you don't
18326 # want to keep, you may remove or edit it.
18328 # config.status only pays attention to the cache file if you give it
18329 # the --recheck option to rerun configure.
18331 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18332 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18333 # following values.
18337 # The following way of writing the cache mishandles newlines in values,
18338 # but we know of no workaround that is simple, portable, and efficient.
18339 # So, we kill variables containing newlines.
18340 # Ultrix sh set writes to stderr and can't be redirected directly,
18341 # and sets the high bit in the cache file unless we assign to the vars.
18343 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18344 eval ac_val
=\$
$ac_var
18348 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18349 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18352 _ | IFS | as_nl
) ;; #(
18353 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18354 *) { eval $ac_var=; unset $ac_var;} ;;
18360 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18361 *${as_nl}ac_space
=\
*)
18362 # `set' does not quote correctly, so add quotes: double-quote
18363 # substitution turns \\\\ into \\, and sed turns \\ into \.
18366 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18369 # `set' quotes correctly as required by POSIX, so do not add quotes.
18370 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18379 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18381 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18383 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18384 if test -w "$cache_file"; then
18385 if test "x$cache_file" != "x/dev/null"; then
18386 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18387 $as_echo "$as_me: updating cache $cache_file" >&6;}
18388 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18389 cat confcache
>"$cache_file"
18391 case $cache_file in #(
18393 mv -f confcache
"$cache_file"$$
&&
18394 mv -f "$cache_file"$$
"$cache_file" ;; #(
18396 mv -f confcache
"$cache_file" ;;
18401 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18402 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18407 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18408 # Let make expand exec_prefix.
18409 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18411 DEFS
=-DHAVE_CONFIG_H
18416 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18417 # 1. Remove the extension, and $U if already installed.
18418 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18419 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18420 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18421 # will be set to the directory where LIBOBJS objects are built.
18422 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18423 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18425 LIBOBJS
=$ac_libobjs
18427 LTLIBOBJS
=$ac_ltlibobjs
18431 : "${CONFIG_STATUS=./config.status}"
18433 ac_clean_files_save
=$ac_clean_files
18434 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18435 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18436 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18438 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18440 # Generated by $as_me.
18441 # Run this file to recreate the current configuration.
18442 # Compiler output produced by configure, useful for debugging
18443 # configure, is in config.log if it exists.
18446 ac_cs_recheck=false
18449 SHELL=\${CONFIG_SHELL-$SHELL}
18452 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18453 ## -------------------- ##
18454 ## M4sh Initialization. ##
18455 ## -------------------- ##
18457 # Be more Bourne compatible
18458 DUALCASE
=1; export DUALCASE
# for MKS sh
18459 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18462 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18463 # is contrary to our usage. Disable this feature.
18464 alias -g '${1+"$@"}'='"$@"'
18465 setopt NO_GLOB_SUBST
18467 case `(set -o) 2>/dev/null` in #(
18479 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18480 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18481 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18482 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18483 # Prefer a ksh shell builtin over an external printf program on Solaris,
18484 # but without wasting forks for bash or zsh.
18485 if test -z "$BASH_VERSION$ZSH_VERSION" \
18486 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18487 as_echo='print
-r --'
18488 as_echo_n='print
-rn --'
18489 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18490 as_echo='printf %s
\n'
18491 as_echo_n='printf %s
'
18493 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18494 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18495 as_echo_n='/usr
/ucb
/echo -n'
18497 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18498 as_echo_n_body='eval
18502 expr "X$arg" : "X\\(.*\\)$as_nl";
18503 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18505 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18507 export as_echo_n_body
18508 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18510 export as_echo_body
18511 as_echo='sh
-c $as_echo_body as_echo
'
18514 # The user is always right.
18515 if test "${PATH_SEPARATOR+set}" != set; then
18517 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18518 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18525 # We need space, tab and new line, in precisely that order. Quoting is
18526 # there to prevent editors from complaining about space-tab.
18527 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18528 # splitting by setting IFS to empty value.)
18531 # Find who we are. Look in the path if we contain no directory separator.
18534 *[\\/]* ) as_myself=$0 ;;
18535 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18536 for as_dir in $PATH
18539 test -z "$as_dir" && as_dir=.
18540 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18546 # We did not find ourselves, most probably we were run as `sh COMMAND'
18547 # in which case we are not to be found in the path.
18548 if test "x$as_myself" = x
; then
18551 if test ! -f "$as_myself"; then
18552 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18556 # Unset variables that we do not need and which cause bugs (e.g. in
18557 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18558 # suppresses any "Segmentation fault" message there. '((' could
18559 # trigger a bug in pdksh 5.2.14.
18560 for as_var
in BASH_ENV ENV MAIL MAILPATH
18561 do eval test x\
${$as_var+set} = xset \
18562 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18575 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18578 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18579 # ----------------------------------------
18580 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18581 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18582 # script with STATUS, using 1 if that was 0.
18585 as_status
=$1; test $as_status -eq 0 && as_status
=1
18587 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18588 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18590 $as_echo "$as_me: error: $2" >&2
18591 as_fn_exit
$as_status
18595 # as_fn_set_status STATUS
18596 # -----------------------
18597 # Set $? to STATUS, without forking.
18598 as_fn_set_status
()
18601 } # as_fn_set_status
18603 # as_fn_exit STATUS
18604 # -----------------
18605 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18609 as_fn_set_status
$1
18615 # Portably unset VAR.
18618 { eval $1=; unset $1;}
18620 as_unset
=as_fn_unset
18621 # as_fn_append VAR VALUE
18622 # ----------------------
18623 # Append the text in VALUE to the end of the definition contained in VAR. Take
18624 # advantage of any shell optimizations that allow amortized linear growth over
18625 # repeated appends, instead of the typical quadratic growth present in naive
18627 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18628 eval 'as_fn_append ()
18639 # as_fn_arith ARG...
18640 # ------------------
18641 # Perform arithmetic evaluation on the ARGs, and store the result in the
18642 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18643 # must be portable across $(()) and expr.
18644 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18645 eval 'as_fn_arith ()
18652 as_val
=`expr "$@" || test $? -eq 1`
18657 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18658 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18664 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18665 as_basename
=basename
18670 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18676 as_me
=`$as_basename -- "$0" ||
18677 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18678 X"$0" : 'X\(//\)$' \| \
18679 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18681 sed '/^.*\/\([^/][^/]*\)\/*$/{
18695 # Avoid depending upon Character Ranges.
18696 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18697 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18698 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18699 as_cr_digits
='0123456789'
18700 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18702 ECHO_C
= ECHO_N
= ECHO_T
=
18703 case `echo -n x` in #(((((
18705 case `echo 'xy\c'` in
18706 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18708 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18715 rm -f conf$$ conf$$.exe conf$$.
file
18716 if test -d conf$$.dir
; then
18717 rm -f conf$$.dir
/conf$$.
file
18720 mkdir conf$$.dir
2>/dev
/null
18722 if (echo >conf$$.
file) 2>/dev
/null
; then
18723 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18725 # ... but there are two gotchas:
18726 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18727 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18728 # In both cases, we have to default to `cp -pR'.
18729 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18731 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18739 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18740 rmdir conf$$.dir
2>/dev
/null
18745 # Create "$as_dir" as a directory, including parents if necessary.
18750 -*) as_dir
=.
/$as_dir;;
18752 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18756 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18757 *) as_qdir
=$as_dir;;
18759 as_dirs
="'$as_qdir' $as_dirs"
18760 as_dir
=`$as_dirname -- "$as_dir" ||
18761 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18762 X"$as_dir" : 'X\(//\)[^/]' \| \
18763 X"$as_dir" : 'X\(//\)$' \| \
18764 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18765 $as_echo X"$as_dir" |
18766 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18770 /^X\(\/\/\)[^/].*/{
18783 test -d "$as_dir" && break
18785 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18786 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18790 if mkdir
-p .
2>/dev
/null
; then
18791 as_mkdir_p
='mkdir -p "$as_dir"'
18793 test -d .
/-p && rmdir .
/-p
18798 # as_fn_executable_p FILE
18799 # -----------------------
18800 # Test if FILE is an executable regular file.
18801 as_fn_executable_p
()
18803 test -f "$1" && test -x "$1"
18804 } # as_fn_executable_p
18805 as_test_x
='test -x'
18806 as_executable_p
=as_fn_executable_p
18808 # Sed expression to map a string onto a valid CPP name.
18809 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18811 # Sed expression to map a string onto a valid variable name.
18812 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18816 ## ----------------------------------- ##
18817 ## Main body of $CONFIG_STATUS script. ##
18818 ## ----------------------------------- ##
18820 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18822 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18823 # Save the log message, to keep $0 and so on meaningful, and to
18824 # report actual input values of CONFIG_FILES etc. instead of their
18825 # values after options handling.
18827 This file was extended by Wine $as_me 1.9.1, which was
18828 generated by GNU Autoconf 2.69. Invocation command line was
18830 CONFIG_FILES = $CONFIG_FILES
18831 CONFIG_HEADERS = $CONFIG_HEADERS
18832 CONFIG_LINKS = $CONFIG_LINKS
18833 CONFIG_COMMANDS = $CONFIG_COMMANDS
18836 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18841 case $ac_config_files in *"
18842 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18845 case $ac_config_headers in *"
18846 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18850 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18851 # Files that config.status was made for.
18852 config_files="$ac_config_files"
18853 config_headers="$ac_config_headers"
18854 config_links="$ac_config_links"
18855 config_commands="$ac_config_commands"
18859 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18861 \`$as_me' instantiates files and other configuration actions
18862 from templates according to the current configuration. Unless the files
18863 and actions are specified as TAGs, all are instantiated by default.
18865 Usage: $0 [OPTION]... [TAG]...
18867 -h, --help print this help, then exit
18868 -V, --version print version number and configuration settings, then exit
18869 --config print configuration, then exit
18870 -q, --quiet, --silent
18871 do not print progress messages
18872 -d, --debug don't remove temporary files
18873 --recheck update $as_me by reconfiguring in the same conditions
18874 --file=FILE[:TEMPLATE]
18875 instantiate the configuration file FILE
18876 --header=FILE[:TEMPLATE]
18877 instantiate the configuration header FILE
18879 Configuration files:
18882 Configuration headers:
18885 Configuration links:
18888 Configuration commands:
18891 Report bugs to <wine-devel@winehq.org>.
18892 Wine home page: <http://www.winehq.org>."
18895 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18896 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18898 Wine config.status 1.9.1
18899 configured by $0, generated by GNU Autoconf 2.69,
18900 with options \\"\$ac_cs_config\\"
18902 Copyright (C) 2012 Free Software Foundation, Inc.
18903 This config.status script is free software; the Free Software Foundation
18904 gives unlimited permission to copy, distribute and modify it."
18908 test -n "\$AWK" || AWK=awk
18911 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18912 # The default lists apply if the user does not specify any file.
18918 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18919 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18923 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18935 # Handling of the options.
18936 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18938 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18939 $as_echo "$ac_cs_version"; exit ;;
18940 --config |
--confi |
--conf |
--con |
--co |
--c )
18941 $as_echo "$ac_cs_config"; exit ;;
18942 --debug |
--debu |
--deb |
--de |
--d |
-d )
18944 --file |
--fil |
--fi |
--f )
18947 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18948 '') as_fn_error $?
"missing file argument" ;;
18950 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18951 ac_need_defaults
=false
;;
18952 --header |
--heade |
--head |
--hea )
18955 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18957 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18958 ac_need_defaults
=false
;;
18960 # Conflict between --help and --header
18961 as_fn_error $?
"ambiguous option: \`$1'
18962 Try \`$0 --help' for more information.";;
18963 --help |
--hel |
-h )
18964 $as_echo "$ac_cs_usage"; exit ;;
18965 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18966 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18969 # This is an error.
18970 -*) as_fn_error $?
"unrecognized option: \`$1'
18971 Try \`$0 --help' for more information." ;;
18973 *) as_fn_append ac_config_targets
" $1"
18974 ac_need_defaults
=false
;;
18980 ac_configure_extra_args
=
18982 if $ac_cs_silent; then
18984 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18988 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18989 if \$ac_cs_recheck; then
18990 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18992 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18993 CONFIG_SHELL='$SHELL'
18994 export CONFIG_SHELL
18999 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19003 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19004 ## Running $as_me. ##
19010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19014 wine_fn_output_makedep ()
19016 as_dir=tools; as_fn_mkdir_p
19017 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19019 wine_fn_output_makefile ()
19021 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19022 `cat $wine_rules_file`
19024 as_fn_error $? "could not create Makefile" "$LINENO" 5
19026 wine_fn_output_gitignore ()
19028 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19031 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19036 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19038 # Handling of arguments.
19039 for ac_config_target
in $ac_config_targets
19041 case $ac_config_target in
19042 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19043 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19044 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19045 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19046 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19047 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19048 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19049 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19050 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19051 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19052 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19053 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19054 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19055 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19056 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19058 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19063 # If the user did not use the arguments to specify the items to instantiate,
19064 # then the envvar interface is used. Set only those that are not.
19065 # We use the long form for the default assignment because of an extremely
19066 # bizarre bug on SunOS 4.1.3.
19067 if $ac_need_defaults; then
19068 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19069 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19070 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19071 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19074 # Have a temporary directory for convenience. Make it in the build tree
19075 # simply because there is no reason against having it here, and in addition,
19076 # creating and moving files from /tmp can sometimes cause problems.
19077 # Hook for its removal unless debugging.
19078 # Note that there is a small window in which the directory will not be cleaned:
19079 # after its creation but before its name has been assigned to `$tmp'.
19083 trap 'exit_status=$?
19084 : "${ac_tmp:=$tmp}"
19085 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19087 trap 'as_fn_exit 1' 1 2 13 15
19089 # Create a (secure) tmp directory for tmp files.
19092 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19096 tmp
=.
/conf$$
-$RANDOM
19097 (umask 077 && mkdir
"$tmp")
19098 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19101 # Set up the scripts for CONFIG_FILES section.
19102 # No need to generate them if there are no CONFIG_FILES.
19103 # This happens for instance with `./config.status config.h'.
19104 if test -n "$CONFIG_FILES"; then
19107 ac_cr
=`echo X | tr X '\015'`
19108 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19109 # But we know of no other shell where ac_cr would be empty at this
19110 # point, so we can use a bashism as a fallback.
19111 if test "x$ac_cr" = x
; then
19112 eval ac_cr
=\$
\'\\r
\'
19114 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19115 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19118 ac_cs_awk_cr
=$ac_cr
19121 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19126 echo "cat >conf$$subs.awk <<_ACEOF" &&
19127 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19129 } >conf$$subs.sh ||
19130 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19131 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19133 for ac_last_try in false false false false false :; do
19134 . ./conf$$subs.sh ||
19135 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19137 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19138 if test $ac_delim_n = $ac_delim_num; then
19140 elif $ac_last_try; then
19141 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19143 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19146 rm -f conf$$subs.sh
19148 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19149 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19153 s/^/S["/; s
/!.
*/"]=/
19163 s/\(.\{148\}\)..*/\1/
19165 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19170 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19177 s/\(.\{148\}\)..*/\1/
19179 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19183 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19188 ' <conf$$subs.awk | sed '
19193 ' >>$CONFIG_STATUS || ac_write_fail=1
19194 rm -f conf$$subs.awk
19195 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19197 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19198 for (key in S) S_is_set[key] = 1
19204 nfields = split(line, field, "@
")
19206 len = length(field[1])
19207 for (i = 2; i < nfields; i++) {
19209 keylen = length(key)
19210 if (S_is_set[key]) {
19212 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19213 len += length(value) + length(field[++i])
19224 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19225 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19226 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19229 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19230 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19233 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19234 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19235 # trailing colons and then remove the whole line if VPATH becomes empty
19236 # (actually we leave an empty line to preserve line numbers).
19237 if test "x
$srcdir" = x.; then
19238 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19256 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19257 fi # test -n "$CONFIG_FILES"
19259 # Set up the scripts for CONFIG_HEADERS section.
19260 # No need to generate them if there are no CONFIG_HEADERS.
19261 # This happens for instance with `./config.status Makefile'.
19262 if test -n "$CONFIG_HEADERS"; then
19263 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19267 # Transform confdefs.h into an awk script `defines.awk', embedded as
19268 # here-document in config.status, that substitutes the proper values into
19269 # config.h.in to produce config.h.
19271 # Create a delimiter string that does not exist in confdefs.h, to ease
19272 # handling of long lines.
19274 for ac_last_try in false false :; do
19275 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19276 if test -z "$ac_tt"; then
19278 elif $ac_last_try; then
19279 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19281 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19285 # For the awk script, D is an array of macro values keyed by name,
19286 # likewise P contains macro parameters if any. Preserve backslash
19287 # newline sequences.
19289 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19291 s/.\{148\}/&'"$ac_delim"'/g
19294 s/^[ ]*#[ ]*define[ ][ ]*/ /
19301 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19303 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19307 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19308 D["\
1"]=" \
3\\\\\\n
"\\/p
19310 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19315 s/.\{148\}/&'"$ac_delim"'/g
19320 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19323 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19325 ' <confdefs.h | sed '
19326 s/'"$ac_delim"'/"\\\
19327 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19329 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19330 for (key in D) D_is_set[key] = 1
19333 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19335 split(line, arg, " ")
19336 if (arg[1] == "#") {
19340 defundef
= substr
(arg
[1], 2)
19343 split(mac1
, mac2
, "(") #)
19345 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19346 if (D_is_set
[macro
]) {
19347 # Preserve the white space surrounding the "#".
19348 print prefix
"define", macro P
[macro
] D
[macro
]
19351 # Replace #undef with comments. This is necessary, for example,
19352 # in the case of _POSIX_SOURCE, which is predefined and required
19353 # on some systems where configure will not decide to define it.
19354 if (defundef
== "undef") {
19355 print
"/*", prefix defundef
, macro
, "*/"
19363 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19364 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19365 fi # test -n "$CONFIG_HEADERS"
19368 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19373 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19375 case $ac_mode$ac_tag in
19377 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19378 :[FH
]-) ac_tag
=-:-;;
19379 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19396 -) ac_f
="$ac_tmp/stdin";;
19397 *) # Look for the file first in the build tree, then in the source tree
19398 # (if the path is not absolute). The absolute path cannot be DOS-style,
19399 # because $ac_f cannot contain `:'.
19403 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19405 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19407 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19408 as_fn_append ac_file_inputs
" '$ac_f'"
19411 # Let's still pretend it is `configure' which instantiates (i.e., don't
19412 # use $as_me), people would be surprised to read:
19413 # /* config.h. Generated by config.status. */
19414 configure_input
='Generated from '`
19415 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19417 if test x
"$ac_file" != x-
; then
19418 configure_input
="$ac_file. $configure_input"
19419 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19420 $as_echo "$as_me: creating $ac_file" >&6;}
19422 # Neutralize special characters interpreted by sed in replacement strings.
19423 case $configure_input in #(
19424 *\
&* |
*\|
* |
*\\* )
19425 ac_sed_conf_input
=`$as_echo "$configure_input" |
19426 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19427 *) ac_sed_conf_input
=$configure_input;;
19431 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19432 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19437 ac_dir
=`$as_dirname -- "$ac_file" ||
19438 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19439 X"$ac_file" : 'X\(//\)[^/]' \| \
19440 X"$ac_file" : 'X\(//\)$' \| \
19441 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19442 $as_echo X"$ac_file" |
19443 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19447 /^X\(\/\/\)[^/].*/{
19460 as_dir
="$ac_dir"; as_fn_mkdir_p
19464 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19466 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19467 # A ".." for each directory in $ac_dir_suffix.
19468 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19469 case $ac_top_builddir_sub in
19470 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19471 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19474 ac_abs_top_builddir
=$ac_pwd
19475 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19476 # for backward compatibility:
19477 ac_top_builddir
=$ac_top_build_prefix
19480 .
) # We are building in place.
19482 ac_top_srcdir
=$ac_top_builddir_sub
19483 ac_abs_top_srcdir
=$ac_pwd ;;
19484 [\\/]* | ?
:[\\/]* ) # Absolute name.
19485 ac_srcdir
=$srcdir$ac_dir_suffix;
19486 ac_top_srcdir
=$srcdir
19487 ac_abs_top_srcdir
=$srcdir ;;
19488 *) # Relative name.
19489 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19490 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19491 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19493 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19504 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19505 # If the template does not know about datarootdir, expand it.
19506 # FIXME: This hack should be removed a few years after 2.60.
19507 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19518 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19519 *datarootdir
*) ac_datarootdir_seen
=yes;;
19520 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19522 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19524 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19525 ac_datarootdir_hack='
19526 s&@datadir@&$datadir&g
19527 s&@docdir@&$docdir&g
19528 s&@infodir@&$infodir&g
19529 s&@localedir@&$localedir&g
19530 s&@mandir@&$mandir&g
19531 s&\\\${datarootdir}&$datarootdir&g' ;;
19535 # Neutralize VPATH when `$srcdir' = `.'.
19536 # Shell code in configure.ac might set extrasub.
19537 # FIXME: do we really want to maintain this feature?
19538 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19539 ac_sed_extra="$ac_vpsub
19542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19544 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19545 s|@configure_input@|
$ac_sed_conf_input|
;t t
19546 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19547 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19548 s
&@srcdir@
&$ac_srcdir&;t t
19549 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19550 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19551 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19552 s
&@builddir@
&$ac_builddir&;t t
19553 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19554 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19555 $ac_datarootdir_hack
19557 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19558 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19560 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19561 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19562 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19563 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19565 which seems to be undefined. Please make sure it is defined" >&5
19566 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19567 which seems to be undefined. Please make sure it is defined" >&2;}
19569 rm -f "$ac_tmp/stdin"
19571 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19572 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19574 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19580 if test x"$ac_file" != x-; then
19582 $as_echo "/* $configure_input */" \
19583 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19584 } >"$ac_tmp/config.h" \
19585 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19586 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19587 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19588 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19591 mv "$ac_tmp/config.h" "$ac_file" \
19592 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19595 $as_echo "/* $configure_input */" \
19596 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19597 || as_fn_error $? "could not create -" "$LINENO" 5
19605 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19608 # Prefer the file from the source tree if names are identical.
19609 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19610 ac_source=$srcdir/$ac_source
19613 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19614 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19616 if test ! -r "$ac_source"; then
19617 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19621 # Try a relative symlink, then a hard link, then a copy.
19623 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19624 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19626 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19627 ln "$ac_source" "$ac_file" 2>/dev/null ||
19628 cp -p "$ac_source" "$ac_file" ||
19629 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19632 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19633 $as_echo "$as_me: executing $ac_file commands" >&6;}
19638 case $ac_file$ac_mode in
19639 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19640 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19641 "Makefile":C) wine_fn_output_makefile Makefile ;;
19642 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19650 ac_clean_files=$ac_clean_files_save
19652 test $ac_write_fail = 0 ||
19653 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19656 # configure is writing to config.log, and then calls config.status.
19657 # config.status does its own redirection, appending to config.log.
19658 # Unfortunately, on DOS this fails, as config.log is still kept open
19659 # by configure, so config.status won't be able to
write to it
; its
19660 # output is simply discarded. So we exec the FD to /dev/null,
19661 # effectively closing config.log, so it can be properly (re)opened and
19662 # appended to by config.status. When coming back to configure, we
19663 # need to make the FD available again.
19664 if test "$no_create" != yes; then
19666 ac_config_status_args
=
19667 test "$silent" = yes &&
19668 ac_config_status_args
="$ac_config_status_args --quiet"
19670 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19672 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19673 # would make configure fail if this is the last instruction.
19674 $ac_cs_success || as_fn_exit
1
19676 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19678 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19682 if test "$no_create" = "yes"
19688 if test "x$wine_notices" != x
; then
19691 for msg
in $wine_notices; do
19693 if ${msg:+false} :; then :
19696 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19697 $as_echo "$as_me: $msg" >&6;}
19702 for msg
in $wine_warnings; do
19704 if ${msg:+false} :; then :
19708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19709 $as_echo "$as_me: WARNING: $msg" >&2;}
19715 $as_me: Finished. Do '${ac_make}' to compile Wine.