2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.8-rc1.
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.8-rc1'
584 PACKAGE_STRING
='Wine 1.8-rc1'
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
795 program_transform_name
808 enable_option_checking
812 enable_maintainer_mode
870 enable_api_ms_win_core_com_l1_1_0
871 enable_api_ms_win_core_console_l1_1_0
872 enable_api_ms_win_core_datetime_l1_1_0
873 enable_api_ms_win_core_datetime_l1_1_1
874 enable_api_ms_win_core_debug_l1_1_0
875 enable_api_ms_win_core_debug_l1_1_1
876 enable_api_ms_win_core_errorhandling_l1_1_0
877 enable_api_ms_win_core_errorhandling_l1_1_1
878 enable_api_ms_win_core_errorhandling_l1_1_2
879 enable_api_ms_win_core_fibers_l1_1_0
880 enable_api_ms_win_core_fibers_l1_1_1
881 enable_api_ms_win_core_file_l1_1_0
882 enable_api_ms_win_core_file_l1_2_0
883 enable_api_ms_win_core_file_l2_1_0
884 enable_api_ms_win_core_file_l2_1_1
885 enable_api_ms_win_core_handle_l1_1_0
886 enable_api_ms_win_core_heap_l1_1_0
887 enable_api_ms_win_core_heap_l1_2_0
888 enable_api_ms_win_core_heap_obsolete_l1_1_0
889 enable_api_ms_win_core_interlocked_l1_1_0
890 enable_api_ms_win_core_interlocked_l1_2_0
891 enable_api_ms_win_core_io_l1_1_1
892 enable_api_ms_win_core_kernel32_legacy_l1_1_0
893 enable_api_ms_win_core_libraryloader_l1_1_0
894 enable_api_ms_win_core_libraryloader_l1_1_1
895 enable_api_ms_win_core_localization_l1_2_0
896 enable_api_ms_win_core_localization_l1_2_1
897 enable_api_ms_win_core_localization_obsolete_l1_1_0
898 enable_api_ms_win_core_localregistry_l1_1_0
899 enable_api_ms_win_core_memory_l1_1_0
900 enable_api_ms_win_core_memory_l1_1_1
901 enable_api_ms_win_core_misc_l1_1_0
902 enable_api_ms_win_core_namedpipe_l1_1_0
903 enable_api_ms_win_core_namedpipe_l1_2_0
904 enable_api_ms_win_core_processenvironment_l1_1_0
905 enable_api_ms_win_core_processenvironment_l1_2_0
906 enable_api_ms_win_core_processthreads_l1_1_0
907 enable_api_ms_win_core_processthreads_l1_1_1
908 enable_api_ms_win_core_processthreads_l1_1_2
909 enable_api_ms_win_core_profile_l1_1_0
910 enable_api_ms_win_core_psapi_l1_1_0
911 enable_api_ms_win_core_registry_l1_1_0
912 enable_api_ms_win_core_rtlsupport_l1_1_0
913 enable_api_ms_win_core_rtlsupport_l1_2_0
914 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
915 enable_api_ms_win_core_string_l1_1_0
916 enable_api_ms_win_core_synch_l1_1_0
917 enable_api_ms_win_core_synch_l1_2_0
918 enable_api_ms_win_core_sysinfo_l1_1_0
919 enable_api_ms_win_core_sysinfo_l1_2_0
920 enable_api_ms_win_core_sysinfo_l1_2_1
921 enable_api_ms_win_core_threadpool_legacy_l1_1_0
922 enable_api_ms_win_core_timezone_l1_1_0
923 enable_api_ms_win_core_url_l1_1_0
924 enable_api_ms_win_core_util_l1_1_0
925 enable_api_ms_win_core_winrt_error_l1_1_0
926 enable_api_ms_win_core_winrt_error_l1_1_1
927 enable_api_ms_win_core_winrt_l1_1_0
928 enable_api_ms_win_core_winrt_string_l1_1_0
929 enable_api_ms_win_core_xstate_l2_1_0
930 enable_api_ms_win_crt_conio_l1_1_0
931 enable_api_ms_win_crt_convert_l1_1_0
932 enable_api_ms_win_crt_environment_l1_1_0
933 enable_api_ms_win_crt_filesystem_l1_1_0
934 enable_api_ms_win_crt_heap_l1_1_0
935 enable_api_ms_win_crt_locale_l1_1_0
936 enable_api_ms_win_crt_math_l1_1_0
937 enable_api_ms_win_crt_multibyte_l1_1_0
938 enable_api_ms_win_crt_private_l1_1_0
939 enable_api_ms_win_crt_process_l1_1_0
940 enable_api_ms_win_crt_runtime_l1_1_0
941 enable_api_ms_win_crt_stdio_l1_1_0
942 enable_api_ms_win_crt_string_l1_1_0
943 enable_api_ms_win_crt_time_l1_1_0
944 enable_api_ms_win_crt_utility_l1_1_0
945 enable_api_ms_win_downlevel_advapi32_l1_1_0
946 enable_api_ms_win_downlevel_advapi32_l2_1_0
947 enable_api_ms_win_downlevel_normaliz_l1_1_0
948 enable_api_ms_win_downlevel_ole32_l1_1_0
949 enable_api_ms_win_downlevel_shell32_l1_1_0
950 enable_api_ms_win_downlevel_shlwapi_l1_1_0
951 enable_api_ms_win_downlevel_shlwapi_l2_1_0
952 enable_api_ms_win_downlevel_user32_l1_1_0
953 enable_api_ms_win_downlevel_version_l1_1_0
954 enable_api_ms_win_eventing_provider_l1_1_0
955 enable_api_ms_win_ntuser_dc_access_l1_1_0
956 enable_api_ms_win_security_base_l1_1_0
957 enable_api_ms_win_security_base_l1_2_0
958 enable_api_ms_win_security_sddl_l1_1_0
959 enable_api_ms_win_service_core_l1_1_1
960 enable_api_ms_win_service_management_l1_1_0
961 enable_api_ms_win_service_winsvc_l1_2_0
1006 enable_d3dcompiler_33
1007 enable_d3dcompiler_34
1008 enable_d3dcompiler_35
1009 enable_d3dcompiler_36
1010 enable_d3dcompiler_37
1011 enable_d3dcompiler_38
1012 enable_d3dcompiler_39
1013 enable_d3dcompiler_40
1014 enable_d3dcompiler_41
1015 enable_d3dcompiler_42
1016 enable_d3dcompiler_43
1017 enable_d3dcompiler_46
1018 enable_d3dcompiler_47
1096 enable_explorerframe
1097 enable_ext_ms_win_gdi_devcaps_l1_1_0
1257 enable_photometadatahandler
1344 enable_windowscodecs
1345 enable_windowscodecsext
1347 enable_winecoreaudio_drv
1349 enable_winegstreamer
1350 enable_winejoystick_drv
1356 enable_winepulse_drv
1357 enable_wineqtdecoder
1422 enable_aspnet_regiis
1455 enable_presentationfontcache
1468 enable_servicemodelreg
1489 enable_winemenubuilder
1491 enable_winemsibuilder
1506 ac_precious_vars
='build_alias
1557 # Initialize some variables set by options.
1559 ac_init_version
=false
1560 ac_unrecognized_opts
=
1561 ac_unrecognized_sep
=
1562 # The variables have the same names as the options, with
1563 # dashes changed to underlines.
1564 cache_file
=/dev
/null
1571 program_transform_name
=s
,x
,x
,
1579 # Installation directory options.
1580 # These are left unexpanded so users can "make install exec_prefix=/foo"
1581 # and all the variables that are supposed to be based on exec_prefix
1582 # by default will actually change.
1583 # Use braces instead of parens because sh, perl, etc. also accept them.
1584 # (The list follows the same order as the GNU Coding Standards.)
1585 bindir
='${exec_prefix}/bin'
1586 sbindir
='${exec_prefix}/sbin'
1587 libexecdir
='${exec_prefix}/libexec'
1588 datarootdir
='${prefix}/share'
1589 datadir
='${datarootdir}'
1590 sysconfdir
='${prefix}/etc'
1591 sharedstatedir
='${prefix}/com'
1592 localstatedir
='${prefix}/var'
1593 runstatedir
='${localstatedir}/run'
1594 includedir
='${prefix}/include'
1595 oldincludedir
='/usr/include'
1596 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1597 infodir
='${datarootdir}/info'
1602 libdir
='${exec_prefix}/lib'
1603 localedir
='${datarootdir}/locale'
1604 mandir
='${datarootdir}/man'
1610 # If the previous option needs an argument, assign it.
1611 if test -n "$ac_prev"; then
1612 eval $ac_prev=\
$ac_option
1618 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1623 # Accept the important Cygnus configure options, so we can diagnose typos.
1625 case $ac_dashdash$ac_option in
1629 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1631 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1632 bindir
=$ac_optarg ;;
1634 -build |
--build |
--buil |
--bui |
--bu)
1635 ac_prev
=build_alias
;;
1636 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1637 build_alias
=$ac_optarg ;;
1639 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1640 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1641 ac_prev
=cache_file
;;
1642 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1643 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1644 cache_file
=$ac_optarg ;;
1646 --config-cache |
-C)
1647 cache_file
=config.cache
;;
1649 -datadir |
--datadir |
--datadi |
--datad)
1651 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1652 datadir
=$ac_optarg ;;
1654 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1655 |
--dataroo |
--dataro |
--datar)
1656 ac_prev
=datarootdir
;;
1657 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1658 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1659 datarootdir
=$ac_optarg ;;
1661 -disable-* |
--disable-*)
1662 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1663 # Reject names that are not valid shell variable names.
1664 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1665 as_fn_error $?
"invalid feature name: $ac_useropt"
1666 ac_useropt_orig
=$ac_useropt
1667 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1668 case $ac_user_opts in
1670 "enable_
$ac_useropt"
1672 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1673 ac_unrecognized_sep
=', ';;
1675 eval enable_
$ac_useropt=no
;;
1677 -docdir |
--docdir |
--docdi |
--doc |
--do)
1679 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1680 docdir
=$ac_optarg ;;
1682 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1684 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1685 dvidir
=$ac_optarg ;;
1687 -enable-* |
--enable-*)
1688 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1689 # Reject names that are not valid shell variable names.
1690 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1691 as_fn_error $?
"invalid feature name: $ac_useropt"
1692 ac_useropt_orig
=$ac_useropt
1693 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1694 case $ac_user_opts in
1696 "enable_
$ac_useropt"
1698 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1699 ac_unrecognized_sep
=', ';;
1701 eval enable_
$ac_useropt=\
$ac_optarg ;;
1703 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1704 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1705 |
--exec |
--exe |
--ex)
1706 ac_prev
=exec_prefix
;;
1707 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1708 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1709 |
--exec=* |
--exe=* |
--ex=*)
1710 exec_prefix
=$ac_optarg ;;
1712 -gas |
--gas |
--ga |
--g)
1713 # Obsolete; use --with-gas.
1716 -help |
--help |
--hel |
--he |
-h)
1717 ac_init_help
=long
;;
1718 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1719 ac_init_help
=recursive
;;
1720 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1721 ac_init_help
=short
;;
1723 -host |
--host |
--hos |
--ho)
1724 ac_prev
=host_alias
;;
1725 -host=* |
--host=* |
--hos=* |
--ho=*)
1726 host_alias
=$ac_optarg ;;
1728 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1730 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1732 htmldir
=$ac_optarg ;;
1734 -includedir |
--includedir |
--includedi |
--included |
--include \
1735 |
--includ |
--inclu |
--incl |
--inc)
1736 ac_prev
=includedir
;;
1737 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1738 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1739 includedir
=$ac_optarg ;;
1741 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1743 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1744 infodir
=$ac_optarg ;;
1746 -libdir |
--libdir |
--libdi |
--libd)
1748 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1749 libdir
=$ac_optarg ;;
1751 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1752 |
--libexe |
--libex |
--libe)
1753 ac_prev
=libexecdir
;;
1754 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1755 |
--libexe=* |
--libex=* |
--libe=*)
1756 libexecdir
=$ac_optarg ;;
1758 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1759 ac_prev
=localedir
;;
1760 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1761 localedir
=$ac_optarg ;;
1763 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1764 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1765 ac_prev
=localstatedir
;;
1766 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1767 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1768 localstatedir
=$ac_optarg ;;
1770 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1772 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1773 mandir
=$ac_optarg ;;
1775 -nfp |
--nfp |
--nf)
1776 # Obsolete; use --without-fp.
1779 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1780 |
--no-cr |
--no-c |
-n)
1783 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1784 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1787 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1788 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1789 |
--oldin |
--oldi |
--old |
--ol |
--o)
1790 ac_prev
=oldincludedir
;;
1791 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1792 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1793 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1794 oldincludedir
=$ac_optarg ;;
1796 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1798 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1799 prefix
=$ac_optarg ;;
1801 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1802 |
--program-pre |
--program-pr |
--program-p)
1803 ac_prev
=program_prefix
;;
1804 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1805 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1806 program_prefix
=$ac_optarg ;;
1808 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1809 |
--program-suf |
--program-su |
--program-s)
1810 ac_prev
=program_suffix
;;
1811 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1812 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1813 program_suffix
=$ac_optarg ;;
1815 -program-transform-name |
--program-transform-name \
1816 |
--program-transform-nam |
--program-transform-na \
1817 |
--program-transform-n |
--program-transform- \
1818 |
--program-transform |
--program-transfor \
1819 |
--program-transfo |
--program-transf \
1820 |
--program-trans |
--program-tran \
1821 |
--progr-tra |
--program-tr |
--program-t)
1822 ac_prev
=program_transform_name
;;
1823 -program-transform-name=* |
--program-transform-name=* \
1824 |
--program-transform-nam=* |
--program-transform-na=* \
1825 |
--program-transform-n=* |
--program-transform-=* \
1826 |
--program-transform=* |
--program-transfor=* \
1827 |
--program-transfo=* |
--program-transf=* \
1828 |
--program-trans=* |
--program-tran=* \
1829 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1830 program_transform_name
=$ac_optarg ;;
1832 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1834 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1835 pdfdir
=$ac_optarg ;;
1837 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1839 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1842 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1843 |
-silent |
--silent |
--silen |
--sile |
--sil)
1846 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1847 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1848 |
--run |
--ru |
--r)
1849 ac_prev
=runstatedir
;;
1850 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1851 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1852 |
--run=* |
--ru=* |
--r=*)
1853 runstatedir
=$ac_optarg ;;
1855 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1857 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1859 sbindir
=$ac_optarg ;;
1861 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1862 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1863 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1865 ac_prev
=sharedstatedir
;;
1866 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1867 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1868 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1870 sharedstatedir
=$ac_optarg ;;
1872 -site |
--site |
--sit)
1874 -site=* |
--site=* |
--sit=*)
1877 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1879 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1880 srcdir
=$ac_optarg ;;
1882 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1883 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1884 ac_prev
=sysconfdir
;;
1885 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1886 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1887 sysconfdir
=$ac_optarg ;;
1889 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1890 ac_prev
=target_alias
;;
1891 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1892 target_alias
=$ac_optarg ;;
1894 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1897 -version |
--version |
--versio |
--versi |
--vers |
-V)
1898 ac_init_version
=: ;;
1901 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1902 # Reject names that are not valid shell variable names.
1903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1904 as_fn_error $?
"invalid package name: $ac_useropt"
1905 ac_useropt_orig
=$ac_useropt
1906 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1907 case $ac_user_opts in
1911 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1912 ac_unrecognized_sep
=', ';;
1914 eval with_
$ac_useropt=\
$ac_optarg ;;
1916 -without-* |
--without-*)
1917 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1918 # Reject names that are not valid shell variable names.
1919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1920 as_fn_error $?
"invalid package name: $ac_useropt"
1921 ac_useropt_orig
=$ac_useropt
1922 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1923 case $ac_user_opts in
1927 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1928 ac_unrecognized_sep
=', ';;
1930 eval with_
$ac_useropt=no
;;
1933 # Obsolete; use --with-x.
1936 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1937 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1938 ac_prev
=x_includes
;;
1939 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1940 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1941 x_includes
=$ac_optarg ;;
1943 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1944 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1945 ac_prev
=x_libraries
;;
1946 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1947 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1948 x_libraries
=$ac_optarg ;;
1950 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1951 Try \`$0 --help' for more information"
1955 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1956 # Reject names that are not valid shell variable names.
1957 case $ac_envvar in #(
1958 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1959 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1961 eval $ac_envvar=\
$ac_optarg
1962 export $ac_envvar ;;
1965 # FIXME: should be removed in autoconf 3.0.
1966 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1967 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1968 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1969 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1975 if test -n "$ac_prev"; then
1976 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1977 as_fn_error $?
"missing argument to $ac_option"
1980 if test -n "$ac_unrecognized_opts"; then
1981 case $enable_option_checking in
1983 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1984 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1988 # Check all directory arguments for consistency.
1989 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1990 datadir sysconfdir sharedstatedir localstatedir includedir \
1991 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1992 libdir localedir mandir runstatedir
1994 eval ac_val
=\$
$ac_var
1995 # Remove trailing slashes.
1998 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1999 eval $ac_var=\
$ac_val;;
2001 # Be sure to have absolute directory names.
2003 [\\/$
]* | ?
:[\\/]* ) continue;;
2004 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2006 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2009 # There might be people who depend on the old broken behavior: `$host'
2010 # used to hold the argument of --host etc.
2011 # FIXME: To remove some day.
2014 target
=$target_alias
2016 # FIXME: To remove some day.
2017 if test "x$host_alias" != x
; then
2018 if test "x$build_alias" = x
; then
2019 cross_compiling
=maybe
2020 elif test "x$build_alias" != "x$host_alias"; then
2026 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2028 test "$silent" = yes && exec 6>/dev
/null
2031 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2032 ac_ls_di
=`ls -di .` &&
2033 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2034 as_fn_error $?
"working directory cannot be determined"
2035 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2036 as_fn_error $?
"pwd does not report name of working directory"
2039 # Find the source files, if location was not specified.
2040 if test -z "$srcdir"; then
2041 ac_srcdir_defaulted
=yes
2042 # Try the directory containing this script, then the parent directory.
2043 ac_confdir
=`$as_dirname -- "$as_myself" ||
2044 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2045 X"$as_myself" : 'X\(//\)[^/]' \| \
2046 X"$as_myself" : 'X\(//\)$' \| \
2047 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2048 $as_echo X"$as_myself" |
2049 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2067 if test ! -r "$srcdir/$ac_unique_file"; then
2071 ac_srcdir_defaulted
=no
2073 if test ! -r "$srcdir/$ac_unique_file"; then
2074 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2075 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2077 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2079 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2081 # When building in place, set srcdir=.
2082 if test "$ac_abs_confdir" = "$ac_pwd"; then
2085 # Remove unnecessary trailing slashes from srcdir.
2086 # Double slashes in file names in object file debugging info
2087 # mess up M-x gdb in Emacs.
2089 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2091 for ac_var
in $ac_precious_vars; do
2092 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2093 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2094 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2095 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2099 # Report the --help message.
2101 if test "$ac_init_help" = "long"; then
2102 # Omit some internal or obsolete options to make the list less imposing.
2103 # This message is too long to be a string in the A/UX 3.1 sh.
2105 \`configure' configures Wine 1.8-rc1 to adapt to many kinds of systems.
2107 Usage: $0 [OPTION]... [VAR=VALUE]...
2109 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2110 VAR=VALUE. See below for descriptions of some of the useful variables.
2112 Defaults for the options are specified in brackets.
2115 -h, --help display this help and exit
2116 --help=short display options specific to this package
2117 --help=recursive display the short help of all the included packages
2118 -V, --version display version information and exit
2119 -q, --quiet, --silent do not print \`checking ...' messages
2120 --cache-file=FILE cache test results in FILE [disabled]
2121 -C, --config-cache alias for \`--cache-file=config.cache'
2122 -n, --no-create do not create output files
2123 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2125 Installation directories:
2126 --prefix=PREFIX install architecture-independent files in PREFIX
2127 [$ac_default_prefix]
2128 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2131 By default, \`make install' will install all the files in
2132 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2133 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2134 for instance \`--prefix=\$HOME'.
2136 For better control, use the options below.
2138 Fine tuning of the installation directories:
2139 --bindir=DIR user executables [EPREFIX/bin]
2140 --sbindir=DIR system admin executables [EPREFIX/sbin]
2141 --libexecdir=DIR program executables [EPREFIX/libexec]
2142 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2143 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2144 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2145 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2146 --libdir=DIR object code libraries [EPREFIX/lib]
2147 --includedir=DIR C header files [PREFIX/include]
2148 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2149 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2150 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2151 --infodir=DIR info documentation [DATAROOTDIR/info]
2152 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2153 --mandir=DIR man documentation [DATAROOTDIR/man]
2154 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2155 --htmldir=DIR html documentation [DOCDIR]
2156 --dvidir=DIR dvi documentation [DOCDIR]
2157 --pdfdir=DIR pdf documentation [DOCDIR]
2158 --psdir=DIR ps documentation [DOCDIR]
2164 --x-includes=DIR X include files are
in DIR
2165 --x-libraries=DIR X library files are
in DIR
2168 --build=BUILD configure
for building on BUILD
[guessed
]
2169 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2173 if test -n "$ac_init_help"; then
2174 case $ac_init_help in
2175 short | recursive
) echo "Configuration of Wine 1.8-rc1:";;
2180 --disable-option-checking ignore unrecognized
--enable/--with options
2181 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2182 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2183 --disable-win16 do not include Win16 support
2184 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2186 --disable-tests do not build the regression tests
2187 --enable-maintainer-mode
2188 enable maintainer-specific build rules
2189 --disable-largefile omit support for large files
2192 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2193 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2194 --without-alsa do not use the Alsa sound support
2195 --without-capi do not use CAPI (ISDN support)
2196 --without-cms do not use CMS (color management support)
2197 --without-coreaudio do not use the CoreAudio sound support
2198 --without-cups do not use CUPS
2199 --without-curses do not use (n)curses
2200 --without-dbus do not use DBus (dynamic device support)
2201 --without-fontconfig do not use fontconfig
2202 --without-freetype do not use the FreeType library
2203 --without-gettext do not use gettext
2204 --with-gettextpo use the GetTextPO library to rebuild po files
2205 --without-gphoto do not use gphoto (Digital Camera support)
2206 --without-glu do not use the GLU library
2207 --without-gnutls do not use GnuTLS (schannel support)
2208 --without-gsm do not use libgsm (GSM 06.10 codec support)
2209 --without-gstreamer do not use GStreamer (codecs support)
2210 --without-hal do not use HAL (dynamic device support)
2211 --without-jpeg do not use JPEG
2212 --without-ldap do not use LDAP
2213 --without-mpg123 do not use the mpg123 library
2214 --without-netapi do not use the Samba NetAPI library
2215 --without-openal do not use OpenAL
2216 --without-opencl do not use OpenCL
2217 --without-opengl do not use OpenGL
2218 --without-osmesa do not use the OSMesa library
2219 --without-oss do not use the OSS sound support
2220 --without-pcap do not use the Packet Capture library
2221 --without-png do not use PNG
2222 --without-pthread do not use the pthread library
2223 --without-pulse do not use PulseAudio sound support
2224 --without-sane do not use SANE (scanner support)
2225 --without-tiff do not use TIFF
2226 --without-v4l do not use v4l1 (v4l support)
2227 --without-xcomposite do not use the Xcomposite extension
2228 --without-xcursor do not use the Xcursor extension
2229 --without-xinerama do not use Xinerama (multi-monitor support)
2230 --without-xinput do not use the Xinput extension
2231 --without-xinput2 do not use the Xinput 2 extension
2232 --without-xml do not use XML
2233 --without-xrandr do not use Xrandr (resolution changes)
2234 --without-xrender do not use the Xrender extension
2235 --without-xshape do not use the Xshape extension
2236 --without-xshm do not use XShm (shared memory extension)
2237 --without-xslt do not use XSLT
2238 --without-xxf86vm do not use XFree video mode extension
2239 --without-zlib do not use Zlib (data compression)
2240 --with-wine-tools=DIR use Wine tools from directory DIR
2241 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2242 --with-x use the X Window System
2244 Some influential environment variables:
2245 CC C compiler command
2246 CFLAGS C compiler flags
2247 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2248 nonstandard directory <lib dir>
2249 LIBS libraries to pass to the linker, e.g. -l<library>
2250 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2251 you have headers in a nonstandard directory <include dir>
2252 CXX C++ compiler command
2253 CXXFLAGS C++ compiler flags
2255 XMKMF Path to xmkmf, Makefile generator for X Window System
2256 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2257 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2258 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2259 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2260 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2261 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2262 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2263 HAL_LIBS Linker flags for hal, overriding pkg-config
2265 C compiler flags for gnutls, overriding pkg-config
2266 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2267 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2268 SANE_LIBS Linker flags for libsane, overriding pkg-config
2270 C compiler flags for libgphoto2, overriding pkg-config
2272 Linker flags for libgphoto2, overriding pkg-config
2274 C compiler flags for libgphoto2_port, overriding pkg-config
2276 Linker flags for libgphoto2_port, overriding pkg-config
2278 C compiler flags for lcms2, overriding pkg-config
2279 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2281 C compiler flags for freetype2, overriding pkg-config
2283 Linker flags for freetype2, overriding pkg-config
2285 C compiler flags for libpulse, overriding pkg-config
2286 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2288 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2290 Linker flags for gstreamer-app-0.10, overriding pkg-config
2292 C compiler flags for capi20, overriding pkg-config
2293 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2295 C compiler flags for fontconfig, overriding pkg-config
2297 Linker flags for fontconfig, overriding pkg-config
2298 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2299 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2300 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2301 PNG_LIBS Linker flags for libpng, overriding pkg-config
2302 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2303 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2305 C compiler flags for libmpg123, overriding pkg-config
2306 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2308 Use these variables to override the choices made by `configure' or to
help
2309 it to
find libraries and programs with nonstandard names
/locations.
2311 Report bugs to
<wine-devel@winehq.org
>.
2312 Wine home page
: <http
://www.winehq.org
>.
2317 if test "$ac_init_help" = "recursive"; then
2318 # If there are subdirs, report their specific --help.
2319 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2320 test -d "$ac_dir" ||
2321 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2326 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2328 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2329 # A ".." for each directory in $ac_dir_suffix.
2330 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2331 case $ac_top_builddir_sub in
2332 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2333 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2336 ac_abs_top_builddir
=$ac_pwd
2337 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2338 # for backward compatibility:
2339 ac_top_builddir
=$ac_top_build_prefix
2342 .
) # We are building in place.
2344 ac_top_srcdir
=$ac_top_builddir_sub
2345 ac_abs_top_srcdir
=$ac_pwd ;;
2346 [\\/]* | ?
:[\\/]* ) # Absolute name.
2347 ac_srcdir
=$srcdir$ac_dir_suffix;
2348 ac_top_srcdir
=$srcdir
2349 ac_abs_top_srcdir
=$srcdir ;;
2351 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2352 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2353 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2355 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2357 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2358 # Check for guested configure.
2359 if test -f "$ac_srcdir/configure.gnu"; then
2361 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2362 elif test -f "$ac_srcdir/configure"; then
2364 $SHELL "$ac_srcdir/configure" --help=recursive
2366 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2368 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2372 test -n "$ac_init_help" && exit $ac_status
2373 if $ac_init_version; then
2375 Wine configure
1.8-rc1
2376 generated by GNU Autoconf
2.69
2378 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2379 This configure
script is free software
; the Free Software Foundation
2380 gives unlimited permission to copy
, distribute and modify it.
2385 ## ------------------------ ##
2386 ## Autoconf initialization. ##
2387 ## ------------------------ ##
2389 # ac_fn_c_try_compile LINENO
2390 # --------------------------
2391 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2392 ac_fn_c_try_compile
()
2394 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2395 rm -f conftest.
$ac_objext
2396 if { { ac_try
="$ac_compile"
2398 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2399 *) ac_try_echo=$ac_try;;
2401 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2402 $as_echo "$ac_try_echo"; } >&5
2403 (eval "$ac_compile") 2>conftest.err
2405 if test -s conftest.err; then
2406 grep -v '^ *+' conftest.err >conftest.er1
2407 cat conftest.er1 >&5
2408 mv -f conftest.er1 conftest.err
2410 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2411 test $ac_status = 0; } && {
2412 test -z "$ac_c_werror_flag" ||
2413 test ! -s conftest.err
2414 } && test -s conftest.$ac_objext; then :
2417 $as_echo "$as_me: failed program was:" >&5
2418 sed 's/^/| /' conftest.$ac_ext >&5
2422 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2423 as_fn_set_status $ac_retval
2425 } # ac_fn_c_try_compile
2427 # ac_fn_cxx_try_compile LINENO
2428 # ----------------------------
2429 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2430 ac_fn_cxx_try_compile ()
2432 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2433 rm -f conftest.$ac_objext
2434 if { { ac_try="$ac_compile"
2436 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2437 *) ac_try_echo
=$ac_try;;
2439 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2440 $as_echo "$ac_try_echo"; } >&5
2441 (eval "$ac_compile") 2>conftest.err
2443 if test -s conftest.err
; then
2444 grep -v '^ *+' conftest.err
>conftest.er1
2445 cat conftest.er1
>&5
2446 mv -f conftest.er1 conftest.err
2448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2449 test $ac_status = 0; } && {
2450 test -z "$ac_cxx_werror_flag" ||
2451 test ! -s conftest.err
2452 } && test -s conftest.
$ac_objext; then :
2455 $as_echo "$as_me: failed program was:" >&5
2456 sed 's/^/| /' conftest.
$ac_ext >&5
2460 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2461 as_fn_set_status
$ac_retval
2463 } # ac_fn_cxx_try_compile
2465 # ac_fn_c_try_link LINENO
2466 # -----------------------
2467 # Try to link conftest.$ac_ext, and return whether this succeeded.
2470 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2471 rm -f conftest.
$ac_objext conftest
$ac_exeext
2472 if { { ac_try
="$ac_link"
2474 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2475 *) ac_try_echo=$ac_try;;
2477 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2478 $as_echo "$ac_try_echo"; } >&5
2479 (eval "$ac_link") 2>conftest.err
2481 if test -s conftest.err; then
2482 grep -v '^ *+' conftest.err >conftest.er1
2483 cat conftest.er1 >&5
2484 mv -f conftest.er1 conftest.err
2486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2487 test $ac_status = 0; } && {
2488 test -z "$ac_c_werror_flag" ||
2489 test ! -s conftest.err
2490 } && test -s conftest$ac_exeext && {
2491 test "$cross_compiling" = yes ||
2492 test -x conftest$ac_exeext
2496 $as_echo "$as_me: failed program was:" >&5
2497 sed 's/^/| /' conftest.$ac_ext >&5
2501 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2502 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2503 # interfere with the next link command; also delete a directory that is
2504 # left behind by Apple's compiler. We do this before executing the actions.
2505 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2506 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2507 as_fn_set_status $ac_retval
2509 } # ac_fn_c_try_link
2511 # ac_fn_c_try_cpp LINENO
2512 # ----------------------
2513 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2517 if { { ac_try="$ac_cpp conftest.$ac_ext"
2519 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2520 *) ac_try_echo
=$ac_try;;
2522 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2523 $as_echo "$ac_try_echo"; } >&5
2524 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2526 if test -s conftest.err
; then
2527 grep -v '^ *+' conftest.err
>conftest.er1
2528 cat conftest.er1
>&5
2529 mv -f conftest.er1 conftest.err
2531 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2532 test $ac_status = 0; } > conftest.i
&& {
2533 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2534 test ! -s conftest.err
2538 $as_echo "$as_me: failed program was:" >&5
2539 sed 's/^/| /' conftest.
$ac_ext >&5
2543 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2544 as_fn_set_status
$ac_retval
2548 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2549 # -------------------------------------------------------
2550 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2551 # the include files in INCLUDES and setting the cache variable VAR
2553 ac_fn_c_check_header_mongrel
()
2555 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2556 if eval \
${$3+:} false
; then :
2557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2558 $as_echo_n "checking for $2... " >&6; }
2559 if eval \
${$3+:} false
; then :
2560 $as_echo_n "(cached) " >&6
2563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2564 $as_echo "$ac_res" >&6; }
2566 # Is the header compilable?
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2568 $as_echo_n "checking $2 usability... " >&6; }
2569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2570 /* end confdefs.h. */
2574 if ac_fn_c_try_compile
"$LINENO"; then :
2575 ac_header_compiler
=yes
2577 ac_header_compiler
=no
2579 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2581 $as_echo "$ac_header_compiler" >&6; }
2583 # Is the header present?
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2585 $as_echo_n "checking $2 presence... " >&6; }
2586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2587 /* end confdefs.h. */
2590 if ac_fn_c_try_cpp
"$LINENO"; then :
2591 ac_header_preproc
=yes
2593 ac_header_preproc
=no
2595 rm -f conftest.err conftest.i conftest.
$ac_ext
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2597 $as_echo "$ac_header_preproc" >&6; }
2599 # So? What about this header?
2600 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2603 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2605 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2609 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2611 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2613 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2615 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2617 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2618 ( $as_echo "## ------------------------------------ ##
2619 ## Report this to wine-devel@winehq.org ##
2620 ## ------------------------------------ ##"
2621 ) |
sed "s/^/$as_me: WARNING: /" >&2
2624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2625 $as_echo_n "checking for $2... " >&6; }
2626 if eval \
${$3+:} false
; then :
2627 $as_echo_n "(cached) " >&6
2629 eval "$3=\$ac_header_compiler"
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2633 $as_echo "$ac_res" >&6; }
2635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2637 } # ac_fn_c_check_header_mongrel
2639 # ac_fn_c_try_run LINENO
2640 # ----------------------
2641 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2642 # that executables *can* be run.
2645 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2646 if { { ac_try
="$ac_link"
2648 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2649 *) ac_try_echo=$ac_try;;
2651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2652 $as_echo "$ac_try_echo"; } >&5
2653 (eval "$ac_link") 2>&5
2655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2656 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2657 { { case "(($ac_try" in
2658 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2659 *) ac_try_echo
=$ac_try;;
2661 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2662 $as_echo "$ac_try_echo"; } >&5
2663 (eval "$ac_try") 2>&5
2665 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2666 test $ac_status = 0; }; }; then :
2669 $as_echo "$as_me: program exited with status $ac_status" >&5
2670 $as_echo "$as_me: failed program was:" >&5
2671 sed 's/^/| /' conftest.
$ac_ext >&5
2673 ac_retval
=$ac_status
2675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2677 as_fn_set_status
$ac_retval
2681 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2682 # -------------------------------------------------------
2683 # Tests whether HEADER exists and can be compiled using the include files in
2684 # INCLUDES, setting the cache variable VAR accordingly.
2685 ac_fn_c_check_header_compile
()
2687 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2689 $as_echo_n "checking for $2... " >&6; }
2690 if eval \
${$3+:} false
; then :
2691 $as_echo_n "(cached) " >&6
2693 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2694 /* end confdefs.h. */
2698 if ac_fn_c_try_compile
"$LINENO"; then :
2703 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2707 $as_echo "$ac_res" >&6; }
2708 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2710 } # ac_fn_c_check_header_compile
2712 # ac_fn_c_check_func LINENO FUNC VAR
2713 # ----------------------------------
2714 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2715 ac_fn_c_check_func
()
2717 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2719 $as_echo_n "checking for $2... " >&6; }
2720 if eval \
${$3+:} false
; then :
2721 $as_echo_n "(cached) " >&6
2723 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2724 /* end confdefs.h. */
2725 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2727 #define $2 innocuous_$2
2729 /* System header to define __stub macros and hopefully few prototypes,
2730 which can conflict with char $2 (); below.
2731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2732 <limits.h> exists even on freestanding compilers. */
2735 # include <limits.h>
2737 # include <assert.h>
2742 /* Override any GCC internal prototype to avoid an error.
2743 Use char because int might match the return type of a GCC
2744 builtin and then its argument prototype would still apply. */
2749 /* The GNU C library defines this for functions which it implements
2750 to always fail with ENOSYS. Some functions are actually named
2751 something starting with __ and the normal name is an alias. */
2752 #if defined __stub_$2 || defined __stub___$2
2764 if ac_fn_c_try_link
"$LINENO"; then :
2769 rm -f core conftest.err conftest.
$ac_objext \
2770 conftest
$ac_exeext conftest.
$ac_ext
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2774 $as_echo "$ac_res" >&6; }
2775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2777 } # ac_fn_c_check_func
2779 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2780 # ----------------------------------------------------
2781 # Tries to find if the field MEMBER exists in type AGGR, after including
2782 # INCLUDES, setting cache variable VAR accordingly.
2783 ac_fn_c_check_member
()
2785 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2787 $as_echo_n "checking for $2.$3... " >&6; }
2788 if eval \
${$4+:} false
; then :
2789 $as_echo_n "(cached) " >&6
2791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2792 /* end confdefs.h. */
2804 if ac_fn_c_try_compile
"$LINENO"; then :
2807 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2808 /* end confdefs.h. */
2814 if (sizeof ac_aggr.$3)
2820 if ac_fn_c_try_compile
"$LINENO"; then :
2825 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2827 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2831 $as_echo "$ac_res" >&6; }
2832 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2834 } # ac_fn_c_check_member
2836 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2837 # -------------------------------------------
2838 # Tests whether TYPE exists after having included INCLUDES, setting cache
2839 # variable VAR accordingly.
2840 ac_fn_c_check_type
()
2842 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2844 $as_echo_n "checking for $2... " >&6; }
2845 if eval \
${$3+:} false
; then :
2846 $as_echo_n "(cached) " >&6
2849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2850 /* end confdefs.h. */
2861 if ac_fn_c_try_compile
"$LINENO"; then :
2862 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2863 /* end confdefs.h. */
2874 if ac_fn_c_try_compile
"$LINENO"; then :
2879 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2881 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2885 $as_echo "$ac_res" >&6; }
2886 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2888 } # ac_fn_c_check_type
2889 cat >config.log
<<_ACEOF
2890 This file contains any messages produced by compilers while
2891 running configure, to aid debugging if configure makes a mistake.
2893 It was created by Wine $as_me 1.8-rc1, which was
2894 generated by GNU Autoconf 2.69. Invocation command line was
2906 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2907 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2908 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2909 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2910 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2912 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2913 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2915 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2916 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2917 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2918 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2919 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2920 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2921 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2925 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2929 test -z "$as_dir" && as_dir
=.
2930 $as_echo "PATH: $as_dir"
2946 # Keep a trace of the command line.
2947 # Strip out --no-create and --no-recursion so they do not pile up.
2948 # Strip out --silent because we don't want to record it for future runs.
2949 # Also quote any args containing shell meta-characters.
2950 # Make two passes to allow for proper duplicate-argument suppression.
2954 ac_must_keep_next
=false
2960 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2961 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2962 |
-silent |
--silent |
--silen |
--sile |
--sil)
2965 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2968 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2970 as_fn_append ac_configure_args1
" '$ac_arg'"
2971 if test $ac_must_keep_next = true
; then
2972 ac_must_keep_next
=false
# Got value, back to normal.
2975 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2976 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2977 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2978 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2979 case "$ac_configure_args0 " in
2980 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2983 -* ) ac_must_keep_next
=true
;;
2986 as_fn_append ac_configure_args
" '$ac_arg'"
2991 { ac_configure_args0
=; unset ac_configure_args0
;}
2992 { ac_configure_args1
=; unset ac_configure_args1
;}
2994 # When interrupted or exit'd, cleanup temporary files, and complete
2995 # config.log. We remove comments because anyway the quotes in there
2996 # would cause problems or look ugly.
2997 # WARNING: Use '\'' to represent an apostrophe within the trap.
2998 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2999 trap 'exit_status=$?
3000 # Save into config.log some information that might help in debugging.
3004 $as_echo "## ---------------- ##
3005 ## Cache variables. ##
3006 ## ---------------- ##"
3008 # The following way of writing the cache mishandles newlines in values,
3010 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3011 eval ac_val=\$$ac_var
3015 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3016 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3019 _ | IFS | as_nl) ;; #(
3020 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3021 *) { eval $ac_var=; unset $ac_var;} ;;
3026 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3027 *${as_nl}ac_space=\ *)
3029 "s/'\''/'\''\\\\'\'''\''/g;
3030 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3033 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3040 $as_echo "## ----------------- ##
3041 ## Output variables. ##
3042 ## ----------------- ##"
3044 for ac_var in $ac_subst_vars
3046 eval ac_val=\$$ac_var
3048 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3050 $as_echo "$ac_var='\''$ac_val'\''"
3054 if test -n "$ac_subst_files"; then
3055 $as_echo "## ------------------- ##
3056 ## File substitutions. ##
3057 ## ------------------- ##"
3059 for ac_var
in $ac_subst_files
3061 eval ac_val
=\$
$ac_var
3063 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3065 $as_echo "$ac_var='\''$ac_val'\''"
3070 if test -s confdefs.h; then
3071 $as_echo "## ----------- ##
3078 test "$ac_signal" != 0 &&
3079 $as_echo "$as_me: caught signal $ac_signal"
3080 $as_echo "$as_me: exit $exit_status"
3082 rm -f core *.core core.conftest.* &&
3083 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3086 for ac_signal
in 1 2 13 15; do
3087 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3091 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3092 rm -f -r conftest
* confdefs.h
3094 $as_echo "/* confdefs.h */" > confdefs.h
3096 # Predefined preprocessor variables.
3098 cat >>confdefs.h
<<_ACEOF
3099 #define PACKAGE_NAME "$PACKAGE_NAME"
3102 cat >>confdefs.h
<<_ACEOF
3103 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3106 cat >>confdefs.h
<<_ACEOF
3107 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3110 cat >>confdefs.h
<<_ACEOF
3111 #define PACKAGE_STRING "$PACKAGE_STRING"
3114 cat >>confdefs.h
<<_ACEOF
3115 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3118 cat >>confdefs.h
<<_ACEOF
3119 #define PACKAGE_URL "$PACKAGE_URL"
3123 # Let the site file select an alternate cache file if it wants to.
3124 # Prefer an explicitly selected file to automatically selected ones.
3127 if test -n "$CONFIG_SITE"; then
3128 # We do not want a PATH search for config.site.
3129 case $CONFIG_SITE in #((
3130 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3131 */*) ac_site_file1
=$CONFIG_SITE;;
3132 *) ac_site_file1
=.
/$CONFIG_SITE;;
3134 elif test "x$prefix" != xNONE
; then
3135 ac_site_file1
=$prefix/share
/config.site
3136 ac_site_file2
=$prefix/etc
/config.site
3138 ac_site_file1
=$ac_default_prefix/share
/config.site
3139 ac_site_file2
=$ac_default_prefix/etc
/config.site
3141 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3143 test "x$ac_site_file" = xNONE
&& continue
3144 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3146 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3147 sed 's/^/| /' "$ac_site_file" >&5
3149 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3150 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3151 as_fn_error $?
"failed to load site script $ac_site_file
3152 See \`config.log' for more details" "$LINENO" 5; }
3156 if test -r "$cache_file"; then
3157 # Some versions of bash will fail to source /dev/null (special files
3158 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3159 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3161 $as_echo "$as_me: loading cache $cache_file" >&6;}
3163 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3164 *) .
"./$cache_file";;
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3169 $as_echo "$as_me: creating cache $cache_file" >&6;}
3173 # Check that the precious variables saved in the cache have kept the same
3175 ac_cache_corrupted
=false
3176 for ac_var
in $ac_precious_vars; do
3177 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3178 eval ac_new_set
=\
$ac_env_${ac_var}_set
3179 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3180 eval ac_new_val
=\
$ac_env_${ac_var}_value
3181 case $ac_old_set,$ac_new_set in
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3184 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3185 ac_cache_corrupted
=: ;;
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3188 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3189 ac_cache_corrupted
=: ;;
3192 if test "x$ac_old_val" != "x$ac_new_val"; then
3193 # differences in whitespace do not lead to failure.
3194 ac_old_val_w
=`echo x $ac_old_val`
3195 ac_new_val_w
=`echo x $ac_new_val`
3196 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3198 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3199 ac_cache_corrupted
=:
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3202 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3203 eval $ac_var=\
$ac_old_val
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3206 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3208 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3211 # Pass precious variables to config.status.
3212 if test "$ac_new_set" = set; then
3214 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3215 *) ac_arg
=$ac_var=$ac_new_val ;;
3217 case " $ac_configure_args " in
3218 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3219 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3223 if $ac_cache_corrupted; then
3224 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3225 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3227 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3228 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3230 ## -------------------- ##
3231 ## Main body of script. ##
3232 ## -------------------- ##
3235 ac_cpp
='$CPP $CPPFLAGS'
3236 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3237 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3238 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3242 ac_config_headers
="$ac_config_headers include/config.h"
3245 for ac_dir
in tools
"$srcdir"/tools
; do
3246 if test -f "$ac_dir/install-sh"; then
3248 ac_install_sh
="$ac_aux_dir/install-sh -c"
3250 elif test -f "$ac_dir/install.sh"; then
3252 ac_install_sh
="$ac_aux_dir/install.sh -c"
3254 elif test -f "$ac_dir/shtool"; then
3256 ac_install_sh
="$ac_aux_dir/shtool install -c"
3260 if test -z "$ac_aux_dir"; then
3261 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3264 # These three variables are undocumented and unsupported,
3265 # and are intended to be withdrawn in a future Autoconf release.
3266 # They can cause serious problems if a builder's source tree is in a directory
3267 # whose full name contains unusual characters.
3268 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3269 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3270 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3274 libwine_version
="1.0"
3278 # Check whether --enable-win16 was given.
3279 if test "${enable_win16+set}" = set; then :
3280 enableval
=$enable_win16;
3283 # Check whether --enable-win64 was given.
3284 if test "${enable_win64+set}" = set; then :
3285 enableval
=$enable_win64;
3288 # Check whether --enable-tests was given.
3289 if test "${enable_tests+set}" = set; then :
3290 enableval
=$enable_tests;
3293 # Check whether --enable-maintainer-mode was given.
3294 if test "${enable_maintainer_mode+set}" = set; then :
3295 enableval
=$enable_maintainer_mode;
3300 # Check whether --with-alsa was given.
3301 if test "${with_alsa+set}" = set; then :
3302 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3306 # Check whether --with-capi was given.
3307 if test "${with_capi+set}" = set; then :
3312 # Check whether --with-cms was given.
3313 if test "${with_cms+set}" = set; then :
3318 # Check whether --with-coreaudio was given.
3319 if test "${with_coreaudio+set}" = set; then :
3320 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3324 # Check whether --with-cups was given.
3325 if test "${with_cups+set}" = set; then :
3330 # Check whether --with-curses was given.
3331 if test "${with_curses+set}" = set; then :
3332 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3336 # Check whether --with-dbus was given.
3337 if test "${with_dbus+set}" = set; then :
3342 # Check whether --with-fontconfig was given.
3343 if test "${with_fontconfig+set}" = set; then :
3344 withval
=$with_fontconfig;
3348 # Check whether --with-freetype was given.
3349 if test "${with_freetype+set}" = set; then :
3350 withval
=$with_freetype;
3354 # Check whether --with-gettext was given.
3355 if test "${with_gettext+set}" = set; then :
3356 withval
=$with_gettext;
3360 # Check whether --with-gettextpo was given.
3361 if test "${with_gettextpo+set}" = set; then :
3362 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3366 # Check whether --with-gphoto was given.
3367 if test "${with_gphoto+set}" = set; then :
3368 withval
=$with_gphoto;
3372 # Check whether --with-glu was given.
3373 if test "${with_glu+set}" = set; then :
3378 # Check whether --with-gnutls was given.
3379 if test "${with_gnutls+set}" = set; then :
3380 withval
=$with_gnutls;
3384 # Check whether --with-gsm was given.
3385 if test "${with_gsm+set}" = set; then :
3386 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3390 # Check whether --with-gstreamer was given.
3391 if test "${with_gstreamer+set}" = set; then :
3392 withval
=$with_gstreamer;
3396 # Check whether --with-hal was given.
3397 if test "${with_hal+set}" = set; then :
3402 # Check whether --with-jpeg was given.
3403 if test "${with_jpeg+set}" = set; then :
3408 # Check whether --with-ldap was given.
3409 if test "${with_ldap+set}" = set; then :
3410 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3414 # Check whether --with-mpg123 was given.
3415 if test "${with_mpg123+set}" = set; then :
3416 withval
=$with_mpg123;
3420 # Check whether --with-netapi was given.
3421 if test "${with_netapi+set}" = set; then :
3422 withval
=$with_netapi;
3426 # Check whether --with-openal was given.
3427 if test "${with_openal+set}" = set; then :
3428 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3432 # Check whether --with-opencl was given.
3433 if test "${with_opencl+set}" = set; then :
3434 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3438 # Check whether --with-opengl was given.
3439 if test "${with_opengl+set}" = set; then :
3440 withval
=$with_opengl;
3444 # Check whether --with-osmesa was given.
3445 if test "${with_osmesa+set}" = set; then :
3446 withval
=$with_osmesa;
3450 # Check whether --with-oss was given.
3451 if test "${with_oss+set}" = set; then :
3456 # Check whether --with-pcap was given.
3457 if test "${with_pcap+set}" = set; then :
3458 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3462 # Check whether --with-png was given.
3463 if test "${with_png+set}" = set; then :
3468 # Check whether --with-pthread was given.
3469 if test "${with_pthread+set}" = set; then :
3470 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3474 # Check whether --with-pulse was given.
3475 if test "${with_pulse+set}" = set; then :
3476 withval
=$with_pulse;
3480 # Check whether --with-sane was given.
3481 if test "${with_sane+set}" = set; then :
3486 # Check whether --with-tiff was given.
3487 if test "${with_tiff+set}" = set; then :
3492 # Check whether --with-v4l was given.
3493 if test "${with_v4l+set}" = set; then :
3498 # Check whether --with-xcomposite was given.
3499 if test "${with_xcomposite+set}" = set; then :
3500 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3504 # Check whether --with-xcursor was given.
3505 if test "${with_xcursor+set}" = set; then :
3506 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3510 # Check whether --with-xinerama was given.
3511 if test "${with_xinerama+set}" = set; then :
3512 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3516 # Check whether --with-xinput was given.
3517 if test "${with_xinput+set}" = set; then :
3518 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3522 # Check whether --with-xinput2 was given.
3523 if test "${with_xinput2+set}" = set; then :
3524 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3528 # Check whether --with-xml was given.
3529 if test "${with_xml+set}" = set; then :
3534 # Check whether --with-xrandr was given.
3535 if test "${with_xrandr+set}" = set; then :
3536 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3540 # Check whether --with-xrender was given.
3541 if test "${with_xrender+set}" = set; then :
3542 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3546 # Check whether --with-xshape was given.
3547 if test "${with_xshape+set}" = set; then :
3548 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3552 # Check whether --with-xshm was given.
3553 if test "${with_xshm+set}" = set; then :
3554 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3558 # Check whether --with-xslt was given.
3559 if test "${with_xslt+set}" = set; then :
3564 # Check whether --with-xxf86vm was given.
3565 if test "${with_xxf86vm+set}" = set; then :
3566 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
3570 # Check whether --with-zlib was given.
3571 if test "${with_zlib+set}" = set; then :
3572 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3577 # Check whether --with-wine-tools was given.
3578 if test "${with_wine_tools+set}" = set; then :
3579 withval
=$with_wine_tools;
3583 # Check whether --with-wine64 was given.
3584 if test "${with_wine64+set}" = set; then :
3585 withval
=$with_wine64;
3589 # Make sure we can run config.sub.
3590 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3591 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3594 $as_echo_n "checking build system type... " >&6; }
3595 if ${ac_cv_build+:} false
; then :
3596 $as_echo_n "(cached) " >&6
3598 ac_build_alias
=$build_alias
3599 test "x$ac_build_alias" = x
&&
3600 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3601 test "x$ac_build_alias" = x
&&
3602 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3603 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3604 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3608 $as_echo "$ac_cv_build" >&6; }
3609 case $ac_cv_build in
3611 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3614 ac_save_IFS
=$IFS; IFS
='-'
3620 # Remember, the first character of IFS is used to create $*,
3621 # except with old shells:
3624 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3628 $as_echo_n "checking host system type... " >&6; }
3629 if ${ac_cv_host+:} false
; then :
3630 $as_echo_n "(cached) " >&6
3632 if test "x$host_alias" = x
; then
3633 ac_cv_host
=$ac_cv_build
3635 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3636 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3641 $as_echo "$ac_cv_host" >&6; }
3644 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3647 ac_save_IFS
=$IFS; IFS
='-'
3653 # Remember, the first character of IFS is used to create $*,
3654 # except with old shells:
3657 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3663 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3664 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3665 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3671 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3673 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3674 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3675 $as_echo_n "(cached) " >&6
3677 cat >conftest.
make <<\_ACEOF
3680 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3682 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3683 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3685 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3687 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3691 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3693 $as_echo "yes" >&6; }
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3697 $as_echo "no" >&6; }
3698 SET_MAKE
="MAKE=${MAKE-make}"
3702 ac_cpp
='$CPP $CPPFLAGS'
3703 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3704 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3705 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3706 if test -n "$ac_tool_prefix"; then
3707 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3708 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3710 $as_echo_n "checking for $ac_word... " >&6; }
3711 if ${ac_cv_prog_CC+:} false
; then :
3712 $as_echo_n "(cached) " >&6
3714 if test -n "$CC"; then
3715 ac_cv_prog_CC
="$CC" # Let the user override the test.
3717 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3721 test -z "$as_dir" && as_dir
=.
3722 for ac_exec_ext
in '' $ac_executable_extensions; do
3723 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3724 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 if test -n "$CC"; then
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3737 $as_echo "$CC" >&6; }
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3740 $as_echo "no" >&6; }
3745 if test -z "$ac_cv_prog_CC"; then
3747 # Extract the first word of "gcc", so it can be a program name with args.
3748 set dummy gcc
; ac_word
=$2
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3750 $as_echo_n "checking for $ac_word... " >&6; }
3751 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3752 $as_echo_n "(cached) " >&6
3754 if test -n "$ac_ct_CC"; then
3755 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3757 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3761 test -z "$as_dir" && as_dir
=.
3762 for ac_exec_ext
in '' $ac_executable_extensions; do
3763 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3764 ac_cv_prog_ac_ct_CC
="gcc"
3765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3774 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3775 if test -n "$ac_ct_CC"; then
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3777 $as_echo "$ac_ct_CC" >&6; }
3779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3780 $as_echo "no" >&6; }
3783 if test "x$ac_ct_CC" = x
; then
3786 case $cross_compiling:$ac_tool_warned in
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3790 ac_tool_warned
=yes ;;
3798 if test -z "$CC"; then
3799 if test -n "$ac_tool_prefix"; then
3800 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3801 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3803 $as_echo_n "checking for $ac_word... " >&6; }
3804 if ${ac_cv_prog_CC+:} false
; then :
3805 $as_echo_n "(cached) " >&6
3807 if test -n "$CC"; then
3808 ac_cv_prog_CC
="$CC" # Let the user override the test.
3810 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3814 test -z "$as_dir" && as_dir
=.
3815 for ac_exec_ext
in '' $ac_executable_extensions; do
3816 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3817 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3828 if test -n "$CC"; then
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3830 $as_echo "$CC" >&6; }
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3833 $as_echo "no" >&6; }
3839 if test -z "$CC"; then
3840 # Extract the first word of "cc", so it can be a program name with args.
3841 set dummy cc
; ac_word
=$2
3842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3843 $as_echo_n "checking for $ac_word... " >&6; }
3844 if ${ac_cv_prog_CC+:} false
; then :
3845 $as_echo_n "(cached) " >&6
3847 if test -n "$CC"; then
3848 ac_cv_prog_CC
="$CC" # Let the user override the test.
3851 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3855 test -z "$as_dir" && as_dir
=.
3856 for ac_exec_ext
in '' $ac_executable_extensions; do
3857 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3858 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3859 ac_prog_rejected
=yes
3863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3870 if test $ac_prog_rejected = yes; then
3871 # We found a bogon in the path, so make sure we never use it.
3872 set dummy
$ac_cv_prog_CC
3874 if test $# != 0; then
3875 # We chose a different compiler from the bogus one.
3876 # However, it has the same basename, so the bogon will be chosen
3877 # first if we set CC to just the basename; use the full file name.
3879 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3885 if test -n "$CC"; then
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3887 $as_echo "$CC" >&6; }
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3890 $as_echo "no" >&6; }
3895 if test -z "$CC"; then
3896 if test -n "$ac_tool_prefix"; then
3897 for ac_prog
in cl.exe
3899 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3900 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902 $as_echo_n "checking for $ac_word... " >&6; }
3903 if ${ac_cv_prog_CC+:} false
; then :
3904 $as_echo_n "(cached) " >&6
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC
="$CC" # Let the user override the test.
3909 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3913 test -z "$as_dir" && as_dir
=.
3914 for ac_exec_ext
in '' $ac_executable_extensions; do
3915 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3916 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3927 if test -n "$CC"; then
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929 $as_echo "$CC" >&6; }
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3936 test -n "$CC" && break
3939 if test -z "$CC"; then
3941 for ac_prog
in cl.exe
3943 # Extract the first word of "$ac_prog", so it can be a program name with args.
3944 set dummy
$ac_prog; ac_word
=$2
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3946 $as_echo_n "checking for $ac_word... " >&6; }
3947 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3948 $as_echo_n "(cached) " >&6
3950 if test -n "$ac_ct_CC"; then
3951 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3953 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3957 test -z "$as_dir" && as_dir
=.
3958 for ac_exec_ext
in '' $ac_executable_extensions; do
3959 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3960 ac_cv_prog_ac_ct_CC
="$ac_prog"
3961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3970 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3971 if test -n "$ac_ct_CC"; then
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3973 $as_echo "$ac_ct_CC" >&6; }
3975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3976 $as_echo "no" >&6; }
3980 test -n "$ac_ct_CC" && break
3983 if test "x$ac_ct_CC" = x
; then
3986 case $cross_compiling:$ac_tool_warned in
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3990 ac_tool_warned
=yes ;;
3999 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4000 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4001 as_fn_error $?
"no acceptable C compiler found in \$PATH
4002 See \`config.log' for more details" "$LINENO" 5; }
4004 # Provide some information about the compiler.
4005 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4008 for ac_option
in --version -v -V -qversion; do
4009 { { ac_try
="$ac_compiler $ac_option >&5"
4011 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4012 *) ac_try_echo=$ac_try;;
4014 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4015 $as_echo "$ac_try_echo"; } >&5
4016 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4018 if test -s conftest.err; then
4020 ... rest of stderr output deleted ...
4021 10q' conftest.err >conftest.er1
4022 cat conftest.er1 >&5
4024 rm -f conftest.er1 conftest.err
4025 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4026 test $ac_status = 0; }
4029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4030 /* end confdefs.h. */
4040 ac_clean_files_save=$ac_clean_files
4041 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4042 # Try to create an executable without -o first, disregard a.out.
4043 # It will help us diagnose broken compilers, and finding out an intuition
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4046 $as_echo_n "checking whether the C compiler works... " >&6; }
4047 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4049 # The possible output files:
4050 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4053 for ac_file in $ac_files
4056 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4057 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4062 if { { ac_try="$ac_link_default"
4064 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4065 *) ac_try_echo
=$ac_try;;
4067 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4068 $as_echo "$ac_try_echo"; } >&5
4069 (eval "$ac_link_default") 2>&5
4071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4072 test $ac_status = 0; }; then :
4073 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4074 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4075 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4076 # so that the user can short-circuit this test for compilers unknown to
4078 for ac_file
in $ac_files ''
4080 test -f "$ac_file" ||
continue
4082 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4085 # We found the default executable, but exeext='' is most
4089 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4091 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4093 # We set ac_cv_exeext here because the later test for it is not
4094 # safe: cross compilers may not add the suffix if given an `-o'
4095 # argument, so we may need to know it at that point already.
4096 # Even if this section looks crufty: it has the advantage of
4103 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4108 if test -z "$ac_file"; then :
4109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4110 $as_echo "no" >&6; }
4111 $as_echo "$as_me: failed program was:" >&5
4112 sed 's/^/| /' conftest.
$ac_ext >&5
4114 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4115 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4116 as_fn_error
77 "C compiler cannot create executables
4117 See \`config.log' for more details" "$LINENO" 5; }
4119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4120 $as_echo "yes" >&6; }
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4123 $as_echo_n "checking for C compiler default output file name... " >&6; }
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4125 $as_echo "$ac_file" >&6; }
4126 ac_exeext
=$ac_cv_exeext
4128 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4129 ac_clean_files
=$ac_clean_files_save
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4131 $as_echo_n "checking for suffix of executables... " >&6; }
4132 if { { ac_try
="$ac_link"
4134 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4135 *) ac_try_echo=$ac_try;;
4137 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4138 $as_echo "$ac_try_echo"; } >&5
4139 (eval "$ac_link") 2>&5
4141 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4142 test $ac_status = 0; }; then :
4143 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4144 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4145 # work properly (i.e., refer to `conftest.exe'), while it won't with
4147 for ac_file
in conftest.exe conftest conftest.
*; do
4148 test -f "$ac_file" ||
continue
4150 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4151 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4157 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4159 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4160 See \`config.log' for more details" "$LINENO" 5; }
4162 rm -f conftest conftest
$ac_cv_exeext
4163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4164 $as_echo "$ac_cv_exeext" >&6; }
4166 rm -f conftest.
$ac_ext
4167 EXEEXT
=$ac_cv_exeext
4169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4170 /* end confdefs.h. */
4175 FILE *f = fopen ("conftest.out", "w");
4176 return ferror (f) || fclose (f) != 0;
4182 ac_clean_files
="$ac_clean_files conftest.out"
4183 # Check that the compiler produces executables we can run. If not, either
4184 # the compiler is broken, or we cross compile.
4185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4186 $as_echo_n "checking whether we are cross compiling... " >&6; }
4187 if test "$cross_compiling" != yes; then
4188 { { ac_try
="$ac_link"
4190 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4191 *) ac_try_echo=$ac_try;;
4193 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4194 $as_echo "$ac_try_echo"; } >&5
4195 (eval "$ac_link") 2>&5
4197 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4198 test $ac_status = 0; }
4199 if { ac_try='./conftest$ac_cv_exeext'
4200 { { case "(($ac_try" in
4201 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4202 *) ac_try_echo
=$ac_try;;
4204 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4205 $as_echo "$ac_try_echo"; } >&5
4206 (eval "$ac_try") 2>&5
4208 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4209 test $ac_status = 0; }; }; then
4212 if test "$cross_compiling" = maybe
; then
4215 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4216 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4217 as_fn_error $?
"cannot run C compiled programs.
4218 If you meant to cross compile, use \`--host'.
4219 See \`config.log' for more details" "$LINENO" 5; }
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4224 $as_echo "$cross_compiling" >&6; }
4226 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4227 ac_clean_files
=$ac_clean_files_save
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4229 $as_echo_n "checking for suffix of object files... " >&6; }
4230 if ${ac_cv_objext+:} false
; then :
4231 $as_echo_n "(cached) " >&6
4233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4234 /* end confdefs.h. */
4244 rm -f conftest.o conftest.obj
4245 if { { ac_try
="$ac_compile"
4247 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4248 *) ac_try_echo=$ac_try;;
4250 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4251 $as_echo "$ac_try_echo"; } >&5
4252 (eval "$ac_compile") 2>&5
4254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4255 test $ac_status = 0; }; then :
4256 for ac_file in conftest.o conftest.obj conftest.*; do
4257 test -f "$ac_file" || continue;
4259 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4260 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4265 $as_echo "$as_me: failed program was:" >&5
4266 sed 's/^/| /' conftest.$ac_ext >&5
4268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4269 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4270 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4271 See \
`config.log' for more details" "$LINENO" 5; }
4273 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4276 $as_echo "$ac_cv_objext" >&6; }
4277 OBJEXT=$ac_cv_objext
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4280 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4281 if ${ac_cv_c_compiler_gnu+:} false; then :
4282 $as_echo_n "(cached) " >&6
4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4285 /* end confdefs.h. */
4298 if ac_fn_c_try_compile "$LINENO"; then :
4303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4304 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4308 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4309 if test $ac_compiler_gnu = yes; then
4314 ac_test_CFLAGS=${CFLAGS+set}
4315 ac_save_CFLAGS=$CFLAGS
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4317 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4318 if ${ac_cv_prog_cc_g+:} false; then :
4319 $as_echo_n "(cached) " >&6
4321 ac_save_c_werror_flag=$ac_c_werror_flag
4322 ac_c_werror_flag=yes
4325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4326 /* end confdefs.h. */
4336 if ac_fn_c_try_compile "$LINENO"; then :
4340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4341 /* end confdefs.h. */
4351 if ac_fn_c_try_compile "$LINENO"; then :
4354 ac_c_werror_flag=$ac_save_c_werror_flag
4356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4357 /* end confdefs.h. */
4367 if ac_fn_c_try_compile "$LINENO"; then :
4370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4375 ac_c_werror_flag=$ac_save_c_werror_flag
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4378 $as_echo "$ac_cv_prog_cc_g" >&6; }
4379 if test "$ac_test_CFLAGS" = set; then
4380 CFLAGS=$ac_save_CFLAGS
4381 elif test $ac_cv_prog_cc_g = yes; then
4382 if test "$GCC" = yes; then
4388 if test "$GCC" = yes; then
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4395 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4396 if ${ac_cv_prog_cc_c89+:} false; then :
4397 $as_echo_n "(cached) " >&6
4399 ac_cv_prog_cc_c89=no
4401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4402 /* end confdefs.h. */
4406 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4407 struct buf { int x; };
4408 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4409 static char *e (p, i)
4415 static char *f (char * (*g) (char **, int), char **p, ...)
4420 s = g (p, va_arg (v,int));
4425 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4426 function prototypes and stuff, but not '\xHH' hex character constants.
4427 These don't provoke an error unfortunately, instead are silently treated
4428 as 'x'. The following induces an error, until -std is added to get
4429 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4430 array size at least. It's necessary to write '\x00'==0 to get something
4431 that's true only with -std. */
4432 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4434 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4435 inside strings and character constants. */
4437 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4439 int test (int i, double x);
4440 struct s1 {int (*f) (int a);};
4441 struct s2 {int (*f) (double a);};
4442 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4448 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4453 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4454 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4456 CC="$ac_save_CC $ac_arg"
4457 if ac_fn_c_try_compile "$LINENO"; then :
4458 ac_cv_prog_cc_c89=$ac_arg
4460 rm -f core conftest.err conftest.$ac_objext
4461 test "x$ac_cv_prog_cc_c89" != "xno" && break
4463 rm -f conftest.$ac_ext
4468 case "x$ac_cv_prog_cc_c89" in
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4471 $as_echo "none needed" >&6; } ;;
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4474 $as_echo "unsupported" >&6; } ;;
4476 CC="$CC $ac_cv_prog_cc_c89"
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4478 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4480 if test "x$ac_cv_prog_cc_c89" != xno; then :
4485 ac_cpp='$CPP $CPPFLAGS'
4486 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4487 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4488 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4491 ac_cpp='$CXXCPP $CPPFLAGS'
4492 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4493 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4494 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4495 if test -z "$CXX"; then
4496 if test -n "$CCC"; then
4499 if test -n "$ac_tool_prefix"; then
4500 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4502 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4503 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4505 $as_echo_n "checking for $ac_word... " >&6; }
4506 if ${ac_cv_prog_CXX+:} false; then :
4507 $as_echo_n "(cached) " >&6
4509 if test -n "$CXX"; then
4510 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 test -z "$as_dir" && as_dir=.
4517 for ac_exec_ext in '' $ac_executable_extensions; do
4518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4519 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4530 if test -n "$CXX"; then
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4532 $as_echo "$CXX" >&6; }
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4535 $as_echo "no" >&6; }
4539 test -n "$CXX" && break
4542 if test -z "$CXX"; then
4544 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4546 # Extract the first word of "$ac_prog", so it can be a program name with args.
4547 set dummy $ac_prog; ac_word=$2
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4549 $as_echo_n "checking for $ac_word... " >&6; }
4550 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4551 $as_echo_n "(cached) " >&6
4553 if test -n "$ac_ct_CXX"; then
4554 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4560 test -z "$as_dir" && as_dir=.
4561 for ac_exec_ext in '' $ac_executable_extensions; do
4562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4563 ac_cv_prog_ac_ct_CXX="$ac_prog"
4564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4574 if test -n "$ac_ct_CXX"; then
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4576 $as_echo "$ac_ct_CXX" >&6; }
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4579 $as_echo "no" >&6; }
4583 test -n "$ac_ct_CXX" && break
4586 if test "x$ac_ct_CXX" = x; then
4589 case $cross_compiling:$ac_tool_warned in
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4592 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4593 ac_tool_warned=yes ;;
4601 # Provide some information about the compiler.
4602 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4605 for ac_option in --version -v -V -qversion; do
4606 { { ac_try="$ac_compiler $ac_option >&5"
4608 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4609 *) ac_try_echo
=$ac_try;;
4611 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4612 $as_echo "$ac_try_echo"; } >&5
4613 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4615 if test -s conftest.err
; then
4617 ... rest of stderr output deleted ...
4618 10q' conftest.err
>conftest.er1
4619 cat conftest.er1
>&5
4621 rm -f conftest.er1 conftest.err
4622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4623 test $ac_status = 0; }
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4627 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4628 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4629 $as_echo_n "(cached) " >&6
4631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4632 /* end confdefs.h. */
4645 if ac_fn_cxx_try_compile
"$LINENO"; then :
4650 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4651 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4655 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4656 if test $ac_compiler_gnu = yes; then
4661 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4662 ac_save_CXXFLAGS
=$CXXFLAGS
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4664 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4665 if ${ac_cv_prog_cxx_g+:} false
; then :
4666 $as_echo_n "(cached) " >&6
4668 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4669 ac_cxx_werror_flag
=yes
4672 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4673 /* end confdefs.h. */
4683 if ac_fn_cxx_try_compile
"$LINENO"; then :
4684 ac_cv_prog_cxx_g
=yes
4687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4688 /* end confdefs.h. */
4698 if ac_fn_cxx_try_compile
"$LINENO"; then :
4701 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4704 /* end confdefs.h. */
4714 if ac_fn_cxx_try_compile
"$LINENO"; then :
4715 ac_cv_prog_cxx_g
=yes
4717 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4719 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4721 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4722 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4725 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4726 if test "$ac_test_CXXFLAGS" = set; then
4727 CXXFLAGS
=$ac_save_CXXFLAGS
4728 elif test $ac_cv_prog_cxx_g = yes; then
4729 if test "$GXX" = yes; then
4735 if test "$GXX" = yes; then
4742 ac_cpp
='$CPP $CPPFLAGS'
4743 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4744 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4745 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4747 if test -n "$ac_tool_prefix"; then
4748 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4749 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4751 $as_echo_n "checking for $ac_word... " >&6; }
4752 if ${ac_cv_prog_CPPBIN+:} false
; then :
4753 $as_echo_n "(cached) " >&6
4755 if test -n "$CPPBIN"; then
4756 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4758 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4762 test -z "$as_dir" && as_dir
=.
4763 for ac_exec_ext
in '' $ac_executable_extensions; do
4764 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4765 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4775 CPPBIN
=$ac_cv_prog_CPPBIN
4776 if test -n "$CPPBIN"; then
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4778 $as_echo "$CPPBIN" >&6; }
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4781 $as_echo "no" >&6; }
4786 if test -z "$ac_cv_prog_CPPBIN"; then
4787 ac_ct_CPPBIN
=$CPPBIN
4788 # Extract the first word of "cpp", so it can be a program name with args.
4789 set dummy cpp
; ac_word
=$2
4790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4791 $as_echo_n "checking for $ac_word... " >&6; }
4792 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4793 $as_echo_n "(cached) " >&6
4795 if test -n "$ac_ct_CPPBIN"; then
4796 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4798 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4802 test -z "$as_dir" && as_dir
=.
4803 for ac_exec_ext
in '' $ac_executable_extensions; do
4804 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4805 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4815 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4816 if test -n "$ac_ct_CPPBIN"; then
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4818 $as_echo "$ac_ct_CPPBIN" >&6; }
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4821 $as_echo "no" >&6; }
4824 if test "x$ac_ct_CPPBIN" = x
; then
4827 case $cross_compiling:$ac_tool_warned in
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4830 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4831 ac_tool_warned
=yes ;;
4833 CPPBIN
=$ac_ct_CPPBIN
4836 CPPBIN
="$ac_cv_prog_CPPBIN"
4840 cat >>confdefs.h
<<_ACEOF
4841 #define EXEEXT "$ac_exeext"
4844 if test -n "$ac_tool_prefix"; then
4845 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4846 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4848 $as_echo_n "checking for $ac_word... " >&6; }
4849 if ${ac_cv_prog_LD+:} false
; then :
4850 $as_echo_n "(cached) " >&6
4852 if test -n "$LD"; then
4853 ac_cv_prog_LD
="$LD" # Let the user override the test.
4855 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4859 test -z "$as_dir" && as_dir
=.
4860 for ac_exec_ext
in '' $ac_executable_extensions; do
4861 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4862 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4873 if test -n "$LD"; then
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4875 $as_echo "$LD" >&6; }
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4878 $as_echo "no" >&6; }
4883 if test -z "$ac_cv_prog_LD"; then
4885 # Extract the first word of "ld", so it can be a program name with args.
4886 set dummy ld
; ac_word
=$2
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4888 $as_echo_n "checking for $ac_word... " >&6; }
4889 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4890 $as_echo_n "(cached) " >&6
4892 if test -n "$ac_ct_LD"; then
4893 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4895 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4899 test -z "$as_dir" && as_dir
=.
4900 for ac_exec_ext
in '' $ac_executable_extensions; do
4901 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4902 ac_cv_prog_ac_ct_LD
="ld"
4903 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4912 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4913 if test -n "$ac_ct_LD"; then
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4915 $as_echo "$ac_ct_LD" >&6; }
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4918 $as_echo "no" >&6; }
4921 if test "x$ac_ct_LD" = x
; then
4924 case $cross_compiling:$ac_tool_warned in
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4927 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4928 ac_tool_warned
=yes ;;
4939 if test "x$enable_win64" = "xyes"
4944 notice_platform
="64-bit "
4951 notice_platform
="32-bit "
4954 enable_win16
=${enable_win16:-yes}
4956 with_fontconfig
=${with_fontconfig:-no}
4959 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4964 $as_echo_n "checking whether $CC works... " >&6; }
4966 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4967 /* end confdefs.h. */
4977 if ac_fn_c_try_link
"$LINENO"; then :
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4979 $as_echo "yes" >&6; }
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4982 $as_echo "no" >&6; }
4983 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4985 rm -f core conftest.err conftest.
$ac_objext \
4986 conftest
$ac_exeext conftest.
$ac_ext
4988 notice_platform
="32-bit "
4991 enable_win16
=${enable_win16:-yes}
4993 if test "x${GCC}" = "xyes"
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4996 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4998 /* end confdefs.h. */
5003 void func(__builtin_ms_va_list *args);
5008 if ac_fn_c_try_compile
"$LINENO"; then :
5009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5010 $as_echo "yes" >&6; }
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5013 $as_echo "no" >&6; }
5014 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5016 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5025 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5027 /* end confdefs.h. */
5028 int ac_test(int i) { return i; }
5032 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5037 if ac_fn_c_try_link
"$LINENO"; then :
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5039 $as_echo "yes" >&6; }
5041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5042 $as_echo "no" >&6; }
5043 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5045 rm -f core conftest.err conftest.
$ac_objext \
5046 conftest
$ac_exeext conftest.
$ac_ext
5047 CFLAGS
="$CFLAGS -marm"
5051 *-mingw32*|
*-cygwin*)
5052 enable_win16
=${enable_win16:-no}
5053 CFLAGS
="$CFLAGS -D_WIN32"
5056 enable_win16
=${enable_win16:-yes}
5060 enable_win16
=${enable_win16:-no}
5061 enable_win64
=${enable_win64:-no}
5063 enable_winetest
=${enable_winetest:-$enable_tests}
5065 if test -n "$with_wine64"
5067 if test "x$enable_win64" = "xyes"
5069 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5070 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5072 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5073 You should create a separate build directory and run configure from there." "$LINENO" 5
5074 enable_fonts
=${enable_fonts:-no}
5075 enable_server
=${enable_server:-no}
5076 elif test "x$enable_win64" = "xyes"
5078 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5082 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5083 if ${wine_cv_toolsdir+:} false
; then :
5084 $as_echo_n "(cached) " >&6
5086 wine_cv_toolsdir
="$with_wine_tools"
5087 if test -z "$with_wine_tools"; then
5088 if test "$cross_compiling" = "yes"; then
5089 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5090 elif test -n "$with_wine64"; then
5091 wine_cv_toolsdir
="$with_wine64"
5094 if test -z "$wine_cv_toolsdir"; then
5095 wine_makedep
=tools
/makedep
5096 wine_cv_toolsdir
="\$(top_builddir)"
5097 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5098 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5099 case "$wine_cv_toolsdir" in
5101 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5103 enable_tools
=${enable_tools:-no}
5104 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5106 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5110 $as_echo "$wine_cv_toolsdir" >&6; }
5111 TOOLSDIR
=$wine_cv_toolsdir
5113 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5115 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5121 # Extract the first word of "$ac_prog", so it can be a program name with args.
5122 set dummy
$ac_prog; ac_word
=$2
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5124 $as_echo_n "checking for $ac_word... " >&6; }
5125 if ${ac_cv_prog_FLEX+:} false
; then :
5126 $as_echo_n "(cached) " >&6
5128 if test -n "$FLEX"; then
5129 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5131 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5135 test -z "$as_dir" && as_dir
=.
5136 for ac_exec_ext
in '' $ac_executable_extensions; do
5137 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5138 ac_cv_prog_FLEX
="$ac_prog"
5139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5148 FLEX
=$ac_cv_prog_FLEX
5149 if test -n "$FLEX"; then
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5151 $as_echo "$FLEX" >&6; }
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5154 $as_echo "no" >&6; }
5158 test -n "$FLEX" && break
5160 test -n "$FLEX" || FLEX
="none"
5162 if test "$FLEX" = "none"
5164 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5167 $as_echo_n "checking whether flex is recent enough... " >&6; }
5168 cat >conftest.l
<<EOF
5170 #include "prediluvian.h"
5174 if $FLEX -t conftest.l
>/dev
/null
2>&5
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5177 $as_echo "yes" >&6; }
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5180 $as_echo "no" >&6; }
5181 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5184 for ac_prog
in bison
5186 # Extract the first word of "$ac_prog", so it can be a program name with args.
5187 set dummy
$ac_prog; ac_word
=$2
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5189 $as_echo_n "checking for $ac_word... " >&6; }
5190 if ${ac_cv_prog_BISON+:} false
; then :
5191 $as_echo_n "(cached) " >&6
5193 if test -n "$BISON"; then
5194 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5196 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5200 test -z "$as_dir" && as_dir
=.
5201 for ac_exec_ext
in '' $ac_executable_extensions; do
5202 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5203 ac_cv_prog_BISON
="$ac_prog"
5204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5213 BISON
=$ac_cv_prog_BISON
5214 if test -n "$BISON"; then
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5216 $as_echo "$BISON" >&6; }
5218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5219 $as_echo "no" >&6; }
5223 test -n "$BISON" && break
5225 test -n "$BISON" || BISON
="none"
5227 if test "$BISON" = "none"
5229 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5232 if test -n "$ac_tool_prefix"; then
5233 for ac_prog
in ar gar
5235 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5236 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5238 $as_echo_n "checking for $ac_word... " >&6; }
5239 if ${ac_cv_prog_AR+:} false
; then :
5240 $as_echo_n "(cached) " >&6
5242 if test -n "$AR"; then
5243 ac_cv_prog_AR
="$AR" # Let the user override the test.
5245 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5249 test -z "$as_dir" && as_dir
=.
5250 for ac_exec_ext
in '' $ac_executable_extensions; do
5251 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5252 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5263 if test -n "$AR"; then
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5265 $as_echo "$AR" >&6; }
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5268 $as_echo "no" >&6; }
5272 test -n "$AR" && break
5275 if test -z "$AR"; then
5277 for ac_prog
in ar gar
5279 # Extract the first word of "$ac_prog", so it can be a program name with args.
5280 set dummy
$ac_prog; ac_word
=$2
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5282 $as_echo_n "checking for $ac_word... " >&6; }
5283 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5284 $as_echo_n "(cached) " >&6
5286 if test -n "$ac_ct_AR"; then
5287 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5289 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5293 test -z "$as_dir" && as_dir
=.
5294 for ac_exec_ext
in '' $ac_executable_extensions; do
5295 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5296 ac_cv_prog_ac_ct_AR
="$ac_prog"
5297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5306 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5307 if test -n "$ac_ct_AR"; then
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5309 $as_echo "$ac_ct_AR" >&6; }
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5312 $as_echo "no" >&6; }
5316 test -n "$ac_ct_AR" && break
5319 if test "x$ac_ct_AR" = x
; then
5322 case $cross_compiling:$ac_tool_warned in
5324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5325 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5326 ac_tool_warned
=yes ;;
5332 if test -n "$ac_tool_prefix"; then
5333 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5334 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5336 $as_echo_n "checking for $ac_word... " >&6; }
5337 if ${ac_cv_prog_STRIP+:} false
; then :
5338 $as_echo_n "(cached) " >&6
5340 if test -n "$STRIP"; then
5341 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5343 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5347 test -z "$as_dir" && as_dir
=.
5348 for ac_exec_ext
in '' $ac_executable_extensions; do
5349 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5350 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5360 STRIP
=$ac_cv_prog_STRIP
5361 if test -n "$STRIP"; then
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5363 $as_echo "$STRIP" >&6; }
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5366 $as_echo "no" >&6; }
5371 if test -z "$ac_cv_prog_STRIP"; then
5373 # Extract the first word of "strip", so it can be a program name with args.
5374 set dummy strip
; ac_word
=$2
5375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5376 $as_echo_n "checking for $ac_word... " >&6; }
5377 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5378 $as_echo_n "(cached) " >&6
5380 if test -n "$ac_ct_STRIP"; then
5381 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5387 test -z "$as_dir" && as_dir
=.
5388 for ac_exec_ext
in '' $ac_executable_extensions; do
5389 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5390 ac_cv_prog_ac_ct_STRIP
="strip"
5391 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5400 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5401 if test -n "$ac_ct_STRIP"; then
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5403 $as_echo "$ac_ct_STRIP" >&6; }
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5406 $as_echo "no" >&6; }
5409 if test "x$ac_ct_STRIP" = x
; then
5412 case $cross_compiling:$ac_tool_warned in
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5415 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5416 ac_tool_warned
=yes ;;
5421 STRIP
="$ac_cv_prog_STRIP"
5426 if test -n "$ac_tool_prefix"; then
5427 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5428 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5430 $as_echo_n "checking for $ac_word... " >&6; }
5431 if ${ac_cv_prog_RANLIB+:} false
; then :
5432 $as_echo_n "(cached) " >&6
5434 if test -n "$RANLIB"; then
5435 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5437 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5441 test -z "$as_dir" && as_dir
=.
5442 for ac_exec_ext
in '' $ac_executable_extensions; do
5443 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5444 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5454 RANLIB
=$ac_cv_prog_RANLIB
5455 if test -n "$RANLIB"; then
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5457 $as_echo "$RANLIB" >&6; }
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5460 $as_echo "no" >&6; }
5465 if test -z "$ac_cv_prog_RANLIB"; then
5466 ac_ct_RANLIB
=$RANLIB
5467 # Extract the first word of "ranlib", so it can be a program name with args.
5468 set dummy ranlib
; ac_word
=$2
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5470 $as_echo_n "checking for $ac_word... " >&6; }
5471 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5472 $as_echo_n "(cached) " >&6
5474 if test -n "$ac_ct_RANLIB"; then
5475 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5477 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5481 test -z "$as_dir" && as_dir
=.
5482 for ac_exec_ext
in '' $ac_executable_extensions; do
5483 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5484 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5494 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5495 if test -n "$ac_ct_RANLIB"; then
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5497 $as_echo "$ac_ct_RANLIB" >&6; }
5499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5500 $as_echo "no" >&6; }
5503 if test "x$ac_ct_RANLIB" = x
; then
5506 case $cross_compiling:$ac_tool_warned in
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5509 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5510 ac_tool_warned
=yes ;;
5512 RANLIB
=$ac_ct_RANLIB
5515 RANLIB
="$ac_cv_prog_RANLIB"
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5519 $as_echo_n "checking whether ln -s works... " >&6; }
5521 if test "$LN_S" = "ln -s"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5523 $as_echo "yes" >&6; }
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5526 $as_echo "no, using $LN_S" >&6; }
5529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5530 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5531 if ${ac_cv_path_GREP+:} false
; then :
5532 $as_echo_n "(cached) " >&6
5534 if test -z "$GREP"; then
5535 ac_path_GREP_found
=false
5536 # Loop through the user's path and test for each of PROGNAME-LIST
5537 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5538 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5541 test -z "$as_dir" && as_dir
=.
5542 for ac_prog
in grep ggrep
; do
5543 for ac_exec_ext
in '' $ac_executable_extensions; do
5544 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5545 as_fn_executable_p
"$ac_path_GREP" ||
continue
5546 # Check for GNU ac_path_GREP and select it if it is found.
5547 # Check for GNU $ac_path_GREP
5548 case `"$ac_path_GREP" --version 2>&1` in
5550 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5553 $as_echo_n 0123456789 >"conftest.in"
5556 cat "conftest.in" "conftest.in" >"conftest.tmp"
5557 mv "conftest.tmp" "conftest.in"
5558 cp "conftest.in" "conftest.nl"
5559 $as_echo 'GREP' >> "conftest.nl"
5560 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5561 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5562 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5563 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5564 # Best one so far, save it but keep looking for a better one
5565 ac_cv_path_GREP
="$ac_path_GREP"
5566 ac_path_GREP_max
=$ac_count
5568 # 10*(2^10) chars as input seems more than enough
5569 test $ac_count -gt 10 && break
5571 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5574 $ac_path_GREP_found && break 3
5579 if test -z "$ac_cv_path_GREP"; then
5580 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5583 ac_cv_path_GREP
=$GREP
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5588 $as_echo "$ac_cv_path_GREP" >&6; }
5589 GREP
="$ac_cv_path_GREP"
5592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5593 $as_echo_n "checking for egrep... " >&6; }
5594 if ${ac_cv_path_EGREP+:} false
; then :
5595 $as_echo_n "(cached) " >&6
5597 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5598 then ac_cv_path_EGREP
="$GREP -E"
5600 if test -z "$EGREP"; then
5601 ac_path_EGREP_found
=false
5602 # Loop through the user's path and test for each of PROGNAME-LIST
5603 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5604 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5607 test -z "$as_dir" && as_dir
=.
5608 for ac_prog
in egrep; do
5609 for ac_exec_ext
in '' $ac_executable_extensions; do
5610 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5611 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5612 # Check for GNU ac_path_EGREP and select it if it is found.
5613 # Check for GNU $ac_path_EGREP
5614 case `"$ac_path_EGREP" --version 2>&1` in
5616 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5619 $as_echo_n 0123456789 >"conftest.in"
5622 cat "conftest.in" "conftest.in" >"conftest.tmp"
5623 mv "conftest.tmp" "conftest.in"
5624 cp "conftest.in" "conftest.nl"
5625 $as_echo 'EGREP' >> "conftest.nl"
5626 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5627 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5628 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5629 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5630 # Best one so far, save it but keep looking for a better one
5631 ac_cv_path_EGREP
="$ac_path_EGREP"
5632 ac_path_EGREP_max
=$ac_count
5634 # 10*(2^10) chars as input seems more than enough
5635 test $ac_count -gt 10 && break
5637 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5640 $ac_path_EGREP_found && break 3
5645 if test -z "$ac_cv_path_EGREP"; then
5646 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5649 ac_cv_path_EGREP
=$EGREP
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5655 $as_echo "$ac_cv_path_EGREP" >&6; }
5656 EGREP
="$ac_cv_path_EGREP"
5659 # Extract the first word of "ldconfig", so it can be a program name with args.
5660 set dummy ldconfig
; ac_word
=$2
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5662 $as_echo_n "checking for $ac_word... " >&6; }
5663 if ${ac_cv_path_LDCONFIG+:} false
; then :
5664 $as_echo_n "(cached) " >&6
5668 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5672 for as_dir
in /sbin
/usr
/sbin
$PATH
5675 test -z "$as_dir" && as_dir
=.
5676 for ac_exec_ext
in '' $ac_executable_extensions; do
5677 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5678 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5686 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5690 LDCONFIG
=$ac_cv_path_LDCONFIG
5691 if test -n "$LDCONFIG"; then
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5693 $as_echo "$LDCONFIG" >&6; }
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5696 $as_echo "no" >&6; }
5700 for ac_prog
in msgfmt
5702 # Extract the first word of "$ac_prog", so it can be a program name with args.
5703 set dummy
$ac_prog; ac_word
=$2
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5705 $as_echo_n "checking for $ac_word... " >&6; }
5706 if ${ac_cv_prog_MSGFMT+:} false
; then :
5707 $as_echo_n "(cached) " >&6
5709 if test -n "$MSGFMT"; then
5710 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5712 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5716 test -z "$as_dir" && as_dir
=.
5717 for ac_exec_ext
in '' $ac_executable_extensions; do
5718 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5719 ac_cv_prog_MSGFMT
="$ac_prog"
5720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5729 MSGFMT
=$ac_cv_prog_MSGFMT
5730 if test -n "$MSGFMT"; then
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5732 $as_echo "$MSGFMT" >&6; }
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5735 $as_echo "no" >&6; }
5739 test -n "$MSGFMT" && break
5741 test -n "$MSGFMT" || MSGFMT
="false"
5743 if ${ac_tool_prefix+:} false
; then :
5744 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5745 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5747 $as_echo_n "checking for $ac_word... " >&6; }
5748 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5749 $as_echo_n "(cached) " >&6
5751 if test -n "$PKG_CONFIG"; then
5752 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5754 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5758 test -z "$as_dir" && as_dir
=.
5759 for ac_exec_ext
in '' $ac_executable_extensions; do
5760 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5761 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5771 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5772 if test -n "$PKG_CONFIG"; then
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5774 $as_echo "$PKG_CONFIG" >&6; }
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5777 $as_echo "no" >&6; }
5782 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5783 if test "x$cross_compiling" = xyes
; then :
5786 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5787 # Extract the first word of "pkg-config", so it can be a program name with args.
5788 set dummy pkg-config
; ac_word
=$2
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5790 $as_echo_n "checking for $ac_word... " >&6; }
5791 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5792 $as_echo_n "(cached) " >&6
5794 if test -n "$PKG_CONFIG"; then
5795 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5797 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5801 test -z "$as_dir" && as_dir
=.
5802 for ac_exec_ext
in '' $ac_executable_extensions; do
5803 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5804 ac_cv_prog_PKG_CONFIG
="pkg-config"
5805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5814 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5815 if test -n "$PKG_CONFIG"; then
5816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5817 $as_echo "$PKG_CONFIG" >&6; }
5819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5820 $as_echo "no" >&6; }
5826 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5829 if test "x$enable_maintainer_mode" != "xyes"
5836 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5837 for ac_prog
in fontforge
5839 # Extract the first word of "$ac_prog", so it can be a program name with args.
5840 set dummy
$ac_prog; ac_word
=$2
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5842 $as_echo_n "checking for $ac_word... " >&6; }
5843 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5844 $as_echo_n "(cached) " >&6
5846 if test -n "$FONTFORGE"; then
5847 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5849 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5853 test -z "$as_dir" && as_dir
=.
5854 for ac_exec_ext
in '' $ac_executable_extensions; do
5855 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5856 ac_cv_prog_FONTFORGE
="$ac_prog"
5857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5866 FONTFORGE
=$ac_cv_prog_FONTFORGE
5867 if test -n "$FONTFORGE"; then
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5869 $as_echo "$FONTFORGE" >&6; }
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5872 $as_echo "no" >&6; }
5876 test -n "$FONTFORGE" && break
5878 test -n "$FONTFORGE" || FONTFORGE
="false"
5880 for ac_prog
in rsvg-convert rsvg
5882 # Extract the first word of "$ac_prog", so it can be a program name with args.
5883 set dummy
$ac_prog; ac_word
=$2
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5885 $as_echo_n "checking for $ac_word... " >&6; }
5886 if ${ac_cv_prog_RSVG+:} false
; then :
5887 $as_echo_n "(cached) " >&6
5889 if test -n "$RSVG"; then
5890 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5896 test -z "$as_dir" && as_dir
=.
5897 for ac_exec_ext
in '' $ac_executable_extensions; do
5898 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5899 ac_cv_prog_RSVG
="$ac_prog"
5900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5909 RSVG
=$ac_cv_prog_RSVG
5910 if test -n "$RSVG"; then
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5912 $as_echo "$RSVG" >&6; }
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5915 $as_echo "no" >&6; }
5919 test -n "$RSVG" && break
5921 test -n "$RSVG" || RSVG
="false"
5923 for ac_prog
in convert
5925 # Extract the first word of "$ac_prog", so it can be a program name with args.
5926 set dummy
$ac_prog; ac_word
=$2
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5928 $as_echo_n "checking for $ac_word... " >&6; }
5929 if ${ac_cv_prog_CONVERT+:} false
; then :
5930 $as_echo_n "(cached) " >&6
5932 if test -n "$CONVERT"; then
5933 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5939 test -z "$as_dir" && as_dir
=.
5940 for ac_exec_ext
in '' $ac_executable_extensions; do
5941 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5942 ac_cv_prog_CONVERT
="$ac_prog"
5943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5952 CONVERT
=$ac_cv_prog_CONVERT
5953 if test -n "$CONVERT"; then
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5955 $as_echo "$CONVERT" >&6; }
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5958 $as_echo "no" >&6; }
5962 test -n "$CONVERT" && break
5964 test -n "$CONVERT" || CONVERT
="false"
5966 for ac_prog
in icotool
5968 # Extract the first word of "$ac_prog", so it can be a program name with args.
5969 set dummy
$ac_prog; ac_word
=$2
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5971 $as_echo_n "checking for $ac_word... " >&6; }
5972 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5973 $as_echo_n "(cached) " >&6
5975 if test -n "$ICOTOOL"; then
5976 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5982 test -z "$as_dir" && as_dir
=.
5983 for ac_exec_ext
in '' $ac_executable_extensions; do
5984 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5985 ac_cv_prog_ICOTOOL
="$ac_prog"
5986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5995 ICOTOOL
=$ac_cv_prog_ICOTOOL
5996 if test -n "$ICOTOOL"; then
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5998 $as_echo "$ICOTOOL" >&6; }
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6001 $as_echo "no" >&6; }
6005 test -n "$ICOTOOL" && break
6007 test -n "$ICOTOOL" || ICOTOOL
="false"
6009 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6010 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6012 if test "$CONVERT" = false
6014 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6017 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6018 convert_version
=`convert --version | head -n1`
6019 if test "x$convert_version" != "x"
6021 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6022 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6023 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6028 if test "$CONVERT" = false
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6031 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6032 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6035 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6039 if test "$ICOTOOL" = false
6041 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6044 $as_echo_n "checking for recent enough icotool... " >&6; }
6045 icotool_version
=`icotool --version | head -n1`
6046 if test "x$icotool_version" != "x"
6048 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6049 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6050 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6053 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6056 if test "$ICOTOOL" = false
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6059 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6060 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6063 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6069 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6072 test "x$with_gettext" != xno || MSGFMT
=false
6073 if test "$MSGFMT" != "false"
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6076 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6077 cat >conftest.po
<<EOF
6083 if $MSGFMT -o /dev
/null conftest.po
2>&5
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6086 $as_echo "yes" >&6; }
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6089 $as_echo "no" >&6; }
6093 if test "$MSGFMT" = false
; then :
6094 case "x$with_gettext" in
6095 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6097 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6098 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6104 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6105 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6106 $as_echo_n "(cached) " >&6
6108 ac_check_lib_save_LIBS
=$LIBS
6110 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6111 /* end confdefs.h. */
6113 /* Override any GCC internal prototype to avoid an error.
6114 Use char because int might match the return type of a GCC
6115 builtin and then its argument prototype would still apply. */
6119 char i386_set_ldt ();
6123 return i386_set_ldt ();
6128 if ac_fn_c_try_link
"$LINENO"; then :
6129 ac_cv_lib_i386_i386_set_ldt
=yes
6131 ac_cv_lib_i386_i386_set_ldt
=no
6133 rm -f core conftest.err conftest.
$ac_objext \
6134 conftest
$ac_exeext conftest.
$ac_ext
6135 LIBS
=$ac_check_lib_save_LIBS
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6138 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6139 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6140 cat >>confdefs.h
<<_ACEOF
6141 #define HAVE_LIBI386 1
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6149 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6150 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6151 $as_echo_n "(cached) " >&6
6153 ac_check_lib_save_LIBS
=$LIBS
6154 LIBS
="-lossaudio $LIBS"
6155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6156 /* end confdefs.h. */
6158 /* Override any GCC internal prototype to avoid an error.
6159 Use char because int might match the return type of a GCC
6160 builtin and then its argument prototype would still apply. */
6168 return _oss_ioctl ();
6173 if ac_fn_c_try_link
"$LINENO"; then :
6174 ac_cv_lib_ossaudio__oss_ioctl
=yes
6176 ac_cv_lib_ossaudio__oss_ioctl
=no
6178 rm -f core conftest.err conftest.
$ac_objext \
6179 conftest
$ac_exeext conftest.
$ac_ext
6180 LIBS
=$ac_check_lib_save_LIBS
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6183 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6184 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6185 cat >>confdefs.h
<<_ACEOF
6186 #define HAVE_LIBOSSAUDIO 1
6189 LIBS
="-lossaudio $LIBS"
6198 # Check whether --enable-largefile was given.
6199 if test "${enable_largefile+set}" = set; then :
6200 enableval
=$enable_largefile;
6203 if test "$enable_largefile" != no
; then
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6206 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6207 if ${ac_cv_sys_largefile_CC+:} false
; then :
6208 $as_echo_n "(cached) " >&6
6210 ac_cv_sys_largefile_CC
=no
6211 if test "$GCC" != yes; then
6214 # IRIX 6.2 and later do not support large files by default,
6215 # so use the C compiler's -n32 option if that helps.
6216 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6217 /* end confdefs.h. */
6218 #include <sys/types.h>
6219 /* Check that off_t can represent 2**63 - 1 correctly.
6220 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6221 since some C++ compilers masquerading as C compilers
6222 incorrectly reject 9223372036854775807. */
6223 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6224 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6225 && LARGE_OFF_T % 2147483647 == 1)
6235 if ac_fn_c_try_compile
"$LINENO"; then :
6238 rm -f core conftest.err conftest.
$ac_objext
6240 if ac_fn_c_try_compile
"$LINENO"; then :
6241 ac_cv_sys_largefile_CC
=' -n32'; break
6243 rm -f core conftest.err conftest.
$ac_objext
6247 rm -f conftest.
$ac_ext
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6251 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6252 if test "$ac_cv_sys_largefile_CC" != no
; then
6253 CC
=$CC$ac_cv_sys_largefile_CC
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6257 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6258 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6259 $as_echo_n "(cached) " >&6
6262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6263 /* end confdefs.h. */
6264 #include <sys/types.h>
6265 /* Check that off_t can represent 2**63 - 1 correctly.
6266 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6267 since some C++ compilers masquerading as C compilers
6268 incorrectly reject 9223372036854775807. */
6269 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6270 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6271 && LARGE_OFF_T % 2147483647 == 1)
6281 if ac_fn_c_try_compile
"$LINENO"; then :
6282 ac_cv_sys_file_offset_bits
=no
; break
6284 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6286 /* end confdefs.h. */
6287 #define _FILE_OFFSET_BITS 64
6288 #include <sys/types.h>
6289 /* Check that off_t can represent 2**63 - 1 correctly.
6290 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6291 since some C++ compilers masquerading as C compilers
6292 incorrectly reject 9223372036854775807. */
6293 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6294 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6295 && LARGE_OFF_T % 2147483647 == 1)
6305 if ac_fn_c_try_compile
"$LINENO"; then :
6306 ac_cv_sys_file_offset_bits
=64; break
6308 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6309 ac_cv_sys_file_offset_bits
=unknown
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6314 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6315 case $ac_cv_sys_file_offset_bits in #(
6318 cat >>confdefs.h
<<_ACEOF
6319 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6324 if test $ac_cv_sys_file_offset_bits = unknown
; then
6325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6326 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6327 if ${ac_cv_sys_large_files+:} false
; then :
6328 $as_echo_n "(cached) " >&6
6331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6332 /* end confdefs.h. */
6333 #include <sys/types.h>
6334 /* Check that off_t can represent 2**63 - 1 correctly.
6335 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6336 since some C++ compilers masquerading as C compilers
6337 incorrectly reject 9223372036854775807. */
6338 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6339 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6340 && LARGE_OFF_T % 2147483647 == 1)
6350 if ac_fn_c_try_compile
"$LINENO"; then :
6351 ac_cv_sys_large_files
=no
; break
6353 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6355 /* end confdefs.h. */
6356 #define _LARGE_FILES 1
6357 #include <sys/types.h>
6358 /* Check that off_t can represent 2**63 - 1 correctly.
6359 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6360 since some C++ compilers masquerading as C compilers
6361 incorrectly reject 9223372036854775807. */
6362 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6363 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6364 && LARGE_OFF_T % 2147483647 == 1)
6374 if ac_fn_c_try_compile
"$LINENO"; then :
6375 ac_cv_sys_large_files
=1; break
6377 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6378 ac_cv_sys_large_files
=unknown
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6383 $as_echo "$ac_cv_sys_large_files" >&6; }
6384 case $ac_cv_sys_large_files in #(
6387 cat >>confdefs.h
<<_ACEOF
6388 #define _LARGE_FILES $ac_cv_sys_large_files
6400 ac_cpp
='$CPP $CPPFLAGS'
6401 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6402 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6403 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6405 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6406 # On Suns, sometimes $CPP names a directory.
6407 if test -n "$CPP" && test -d "$CPP"; then
6410 if test -z "$CPP"; then
6411 if ${ac_cv_prog_CPP+:} false
; then :
6412 $as_echo_n "(cached) " >&6
6414 # Double quotes because CPP needs to be expanded
6415 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6418 for ac_c_preproc_warn_flag
in '' yes
6420 # Use a header file that comes with gcc, so configuring glibc
6421 # with a fresh cross-compiler works.
6422 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6423 # <limits.h> exists even on freestanding compilers.
6424 # On the NeXT, cc -E runs the code through the compiler's parser,
6425 # not just through cpp. "Syntax error" is here to catch this case.
6426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6427 /* end confdefs.h. */
6429 # include <limits.h>
6431 # include <assert.h>
6435 if ac_fn_c_try_cpp
"$LINENO"; then :
6438 # Broken: fails on valid input.
6441 rm -f conftest.err conftest.i conftest.
$ac_ext
6443 # OK, works on sane cases. Now check whether nonexistent headers
6444 # can be detected and how.
6445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6446 /* end confdefs.h. */
6447 #include <ac_nonexistent.h>
6449 if ac_fn_c_try_cpp
"$LINENO"; then :
6450 # Broken: success on invalid input.
6453 # Passes both tests.
6457 rm -f conftest.err conftest.i conftest.
$ac_ext
6460 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6461 rm -f conftest.i conftest.err conftest.
$ac_ext
6462 if $ac_preproc_ok; then :
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6475 $as_echo "$CPP" >&6; }
6477 for ac_c_preproc_warn_flag
in '' yes
6479 # Use a header file that comes with gcc, so configuring glibc
6480 # with a fresh cross-compiler works.
6481 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6482 # <limits.h> exists even on freestanding compilers.
6483 # On the NeXT, cc -E runs the code through the compiler's parser,
6484 # not just through cpp. "Syntax error" is here to catch this case.
6485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6486 /* end confdefs.h. */
6488 # include <limits.h>
6490 # include <assert.h>
6494 if ac_fn_c_try_cpp
"$LINENO"; then :
6497 # Broken: fails on valid input.
6500 rm -f conftest.err conftest.i conftest.
$ac_ext
6502 # OK, works on sane cases. Now check whether nonexistent headers
6503 # can be detected and how.
6504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6505 /* end confdefs.h. */
6506 #include <ac_nonexistent.h>
6508 if ac_fn_c_try_cpp
"$LINENO"; then :
6509 # Broken: success on invalid input.
6512 # Passes both tests.
6516 rm -f conftest.err conftest.i conftest.
$ac_ext
6519 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6520 rm -f conftest.i conftest.err conftest.
$ac_ext
6521 if $ac_preproc_ok; then :
6524 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6525 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6526 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6527 See \`config.log' for more details" "$LINENO" 5; }
6531 ac_cpp
='$CPP $CPPFLAGS'
6532 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6533 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6534 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6538 $as_echo_n "checking for ANSI C header files... " >&6; }
6539 if ${ac_cv_header_stdc+:} false
; then :
6540 $as_echo_n "(cached) " >&6
6542 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6543 /* end confdefs.h. */
6557 if ac_fn_c_try_compile
"$LINENO"; then :
6558 ac_cv_header_stdc
=yes
6560 ac_cv_header_stdc
=no
6562 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6564 if test $ac_cv_header_stdc = yes; then
6565 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6567 /* end confdefs.h. */
6571 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6572 $EGREP "memchr" >/dev
/null
2>&1; then :
6575 ac_cv_header_stdc
=no
6581 if test $ac_cv_header_stdc = yes; then
6582 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6584 /* end confdefs.h. */
6588 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6589 $EGREP "free" >/dev
/null
2>&1; then :
6592 ac_cv_header_stdc
=no
6598 if test $ac_cv_header_stdc = yes; then
6599 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6600 if test "$cross_compiling" = yes; then :
6603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6604 /* end confdefs.h. */
6607 #if ((' ' & 0x0FF) == 0x020)
6608 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6609 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6611 # define ISLOWER(c) \
6612 (('a' <= (c) && (c) <= 'i') \
6613 || ('j' <= (c) && (c) <= 'r') \
6614 || ('s' <= (c) && (c) <= 'z'))
6615 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6618 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6623 for (i = 0; i < 256; i++)
6624 if (XOR (islower (i), ISLOWER (i))
6625 || toupper (i) != TOUPPER (i))
6630 if ac_fn_c_try_run
"$LINENO"; then :
6633 ac_cv_header_stdc
=no
6635 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6636 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6642 $as_echo "$ac_cv_header_stdc" >&6; }
6643 if test $ac_cv_header_stdc = yes; then
6645 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6649 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6650 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6651 inttypes.h stdint.h unistd.h
6653 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6654 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6656 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6657 cat >>confdefs.h
<<_ACEOF
6658 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6668 ApplicationServices
/ApplicationServices.h \
6669 AudioToolbox
/AudioConverter.h \
6670 AudioUnit
/AudioUnit.h \
6671 AudioUnit
/AudioComponent.h \
6674 CoreAudio
/CoreAudio.h \
6675 CoreServices
/CoreServices.h \
6676 DiskArbitration
/DiskArbitration.h \
6678 IOKit
/hid
/IOHIDLib.h \
6681 QuickTime
/ImageCompression.h \
6682 Security
/Security.h \
6733 netinet
/in_systm.h \
6796 valgrind
/memcheck.h \
6797 valgrind
/valgrind.h \
6801 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6802 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6803 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6804 cat >>confdefs.h
<<_ACEOF
6805 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6813 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6814 if ${ac_cv_header_stat_broken+:} false
; then :
6815 $as_echo_n "(cached) " >&6
6817 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6818 /* end confdefs.h. */
6819 #include <sys/types.h>
6820 #include <sys/stat.h>
6822 #if defined S_ISBLK && defined S_IFDIR
6823 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6826 #if defined S_ISBLK && defined S_IFCHR
6827 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6830 #if defined S_ISLNK && defined S_IFREG
6831 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6834 #if defined S_ISSOCK && defined S_IFREG
6835 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6839 if ac_fn_c_try_compile
"$LINENO"; then :
6840 ac_cv_header_stat_broken
=no
6842 ac_cv_header_stat_broken
=yes
6844 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6847 $as_echo "$ac_cv_header_stat_broken" >&6; }
6848 if test $ac_cv_header_stat_broken = yes; then
6850 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6856 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6858 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6859 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6860 #ifdef HAVE_SYS_PARAM_H
6861 # include <sys/param.h>
6864 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6865 cat >>confdefs.h
<<_ACEOF
6866 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6881 netinet
/if_ether.h \
6882 netinet
/if_inarp.h \
6891 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6892 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6893 #ifdef HAVE_SYS_SOCKET_H
6894 # include <sys/socket.h>
6896 #ifdef HAVE_SYS_SOCKETVAR_H
6897 # include <sys/socketvar.h>
6899 #ifdef HAVE_NET_ROUTE_H
6900 # include <net/route.h>
6902 #ifdef HAVE_NETINET_IN_H
6903 # include <netinet/in.h>
6905 #ifdef HAVE_NETINET_IN_SYSTM_H
6906 # include <netinet/in_systm.h>
6908 #ifdef HAVE_NET_IF_H
6909 # include <net/if.h>
6911 #ifdef HAVE_NETINET_IP_H
6912 # include <netinet/ip.h>
6915 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6916 cat >>confdefs.h
<<_ACEOF
6917 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6925 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6927 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6928 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6932 #ifdef HAVE_SYS_SOCKET_H
6933 # include <sys/socket.h>
6935 #ifdef HAVE_SYS_SOCKETVAR_H
6936 # include <sys/socketvar.h>
6938 #ifdef HAVE_SYS_TIMEOUT_H
6939 # include <sys/timeout.h>
6941 #ifdef HAVE_NETINET_IN_H
6942 # include <netinet/in.h>
6944 #ifdef HAVE_NETINET_IN_SYSTM_H
6945 # include <netinet/in_systm.h>
6947 #ifdef HAVE_NETINET_IP_H
6948 # include <netinet/ip.h>
6950 #ifdef HAVE_NETINET_IP_VAR_H
6951 # include <netinet/ip_var.h>
6953 #ifdef HAVE_NETINET_IP_ICMP_H
6954 # include <netinet/ip_icmp.h>
6956 #ifdef HAVE_NETINET_UDP_H
6957 # include <netinet/udp.h>
6959 #ifdef HAVE_NETINET_TCP_H
6960 # include <netinet/tcp.h>
6962 #ifdef HAVE_NETINET_TCP_TIMER_H
6963 #include <netinet/tcp_timer.h>
6966 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6967 cat >>confdefs.h
<<_ACEOF
6968 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6976 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6978 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6979 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6980 #ifdef HAVE_ASM_TYPES_H
6981 # include <asm/types.h>
6983 #ifdef HAVE_SYS_SOCKET_H
6984 # include <sys/socket.h>
6986 #ifdef HAVE_LINUX_TYPES_H
6987 # include <linux/types.h>
6990 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6991 cat >>confdefs.h
<<_ACEOF
6992 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7000 for ac_header
in mach-o
/dyld_images.h
7002 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7003 # include <stdbool.h>
7005 #ifdef HAVE_STDINT_H
7006 # include <stdint.h>
7009 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7010 cat >>confdefs.h
<<_ACEOF
7011 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7019 for ac_header
in resolv.h
7021 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7022 #ifdef HAVE_SYS_SOCKET_H
7023 # include <sys/socket.h>
7025 #ifdef HAVE_NETINET_IN_H
7026 # include <netinet/in.h>
7028 #ifdef HAVE_ARPA_NAMESER_H
7029 # include <arpa/nameser.h>
7032 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7033 cat >>confdefs.h
<<_ACEOF
7034 #define HAVE_RESOLV_H 1
7042 for ac_header
in ifaddrs.h
7044 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7046 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7047 cat >>confdefs.h
<<_ACEOF
7048 #define HAVE_IFADDRS_H 1
7056 for ac_header
in sys
/ucontext.h
7058 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7060 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7061 cat >>confdefs.h
<<_ACEOF
7062 #define HAVE_SYS_UCONTEXT_H 1
7070 for ac_header
in sys
/thr.h
7072 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7073 #ifdef HAVE_SYS_UCONTEXT_H
7074 #include <sys/ucontext.h>
7077 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7078 cat >>confdefs.h
<<_ACEOF
7079 #define HAVE_SYS_THR_H 1
7087 for ac_header
in pthread_np.h
7089 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7090 #include <pthread.h>
7093 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7094 cat >>confdefs.h
<<_ACEOF
7095 #define HAVE_PTHREAD_NP_H 1
7103 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7105 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7106 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7107 #include <sys/time.h>
7109 #include <sys/types.h>
7110 #ifdef HAVE_ASM_TYPES_H
7111 #include <asm/types.h>
7114 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7115 cat >>confdefs.h
<<_ACEOF
7116 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7124 for ac_header
in libprocstat.h
7126 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7127 #include <sys/param.h>
7129 #ifdef HAVE_SYS_QUEUE_H
7130 #include <sys/queue.h>
7132 #ifdef HAVE_SYS_SOCKET_H
7133 #include <sys/socket.h>
7136 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7137 cat >>confdefs.h
<<_ACEOF
7138 #define HAVE_LIBPROCSTAT_H 1
7147 dlldir
="\${libdir}/wine"
7149 DLLFLAGS
="-D_REENTRANT"
7160 STATIC_IMPLIBEXT
="def.a"
7161 # Extract the first word of "ldd", so it can be a program name with args.
7162 set dummy ldd
; ac_word
=$2
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7164 $as_echo_n "checking for $ac_word... " >&6; }
7165 if ${ac_cv_path_LDD+:} false
; then :
7166 $as_echo_n "(cached) " >&6
7170 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7174 as_dummy
="/sbin:/usr/sbin:$PATH"
7175 for as_dir
in $as_dummy
7178 test -z "$as_dir" && as_dir
=.
7179 for ac_exec_ext
in '' $ac_executable_extensions; do
7180 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7181 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7189 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7194 if test -n "$LDD"; then
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7196 $as_echo "$LDD" >&6; }
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7199 $as_echo "no" >&6; }
7203 if test -n "$ac_tool_prefix"; then
7204 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7205 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7207 $as_echo_n "checking for $ac_word... " >&6; }
7208 if ${ac_cv_prog_OTOOL+:} false
; then :
7209 $as_echo_n "(cached) " >&6
7211 if test -n "$OTOOL"; then
7212 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7214 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7218 test -z "$as_dir" && as_dir
=.
7219 for ac_exec_ext
in '' $ac_executable_extensions; do
7220 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7221 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7222 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7231 OTOOL
=$ac_cv_prog_OTOOL
7232 if test -n "$OTOOL"; then
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7234 $as_echo "$OTOOL" >&6; }
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7237 $as_echo "no" >&6; }
7242 if test -z "$ac_cv_prog_OTOOL"; then
7244 # Extract the first word of "otool", so it can be a program name with args.
7245 set dummy otool
; ac_word
=$2
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7247 $as_echo_n "checking for $ac_word... " >&6; }
7248 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7249 $as_echo_n "(cached) " >&6
7251 if test -n "$ac_ct_OTOOL"; then
7252 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7254 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7258 test -z "$as_dir" && as_dir
=.
7259 for ac_exec_ext
in '' $ac_executable_extensions; do
7260 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7261 ac_cv_prog_ac_ct_OTOOL
="otool"
7262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7271 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7272 if test -n "$ac_ct_OTOOL"; then
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7274 $as_echo "$ac_ct_OTOOL" >&6; }
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7277 $as_echo "no" >&6; }
7280 if test "x$ac_ct_OTOOL" = x
; then
7283 case $cross_compiling:$ac_tool_warned in
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7286 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7287 ac_tool_warned
=yes ;;
7292 OTOOL
="$ac_cv_prog_OTOOL"
7295 if test -n "$ac_tool_prefix"; then
7296 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7297 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7299 $as_echo_n "checking for $ac_word... " >&6; }
7300 if ${ac_cv_prog_READELF+:} false
; then :
7301 $as_echo_n "(cached) " >&6
7303 if test -n "$READELF"; then
7304 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7306 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7310 test -z "$as_dir" && as_dir
=.
7311 for ac_exec_ext
in '' $ac_executable_extensions; do
7312 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7313 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7323 READELF
=$ac_cv_prog_READELF
7324 if test -n "$READELF"; then
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7326 $as_echo "$READELF" >&6; }
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7329 $as_echo "no" >&6; }
7334 if test -z "$ac_cv_prog_READELF"; then
7335 ac_ct_READELF
=$READELF
7336 # Extract the first word of "readelf", so it can be a program name with args.
7337 set dummy readelf
; ac_word
=$2
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7339 $as_echo_n "checking for $ac_word... " >&6; }
7340 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7341 $as_echo_n "(cached) " >&6
7343 if test -n "$ac_ct_READELF"; then
7344 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7346 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7350 test -z "$as_dir" && as_dir
=.
7351 for ac_exec_ext
in '' $ac_executable_extensions; do
7352 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7353 ac_cv_prog_ac_ct_READELF
="readelf"
7354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7363 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7364 if test -n "$ac_ct_READELF"; then
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7366 $as_echo "$ac_ct_READELF" >&6; }
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7369 $as_echo "no" >&6; }
7372 if test "x$ac_ct_READELF" = x
; then
7375 case $cross_compiling:$ac_tool_warned in
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7378 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7379 ac_tool_warned
=yes ;;
7381 READELF
=$ac_ct_READELF
7384 READELF
="$ac_cv_prog_READELF"
7387 wine_rules_file
=conf$
$rules.
make
7388 rm -f $wine_rules_file
7390 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7391 ALL_TEST_RESOURCES
=""
7394 wine_fn_append_file
()
7396 as_fn_append
$1 " \\$as_nl $2"
7399 wine_fn_ignore_file
()
7402 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7403 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7404 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7408 wine_fn_append_rule
()
7410 $as_echo "$1" >>$wine_rules_file
7415 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7418 wine_fn_depend_rules
()
7420 wine_fn_append_rule \
7421 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7423 depend: $ac_dir/depend
7424 .PHONY: $ac_dir/depend
7425 $ac_dir/depend: \$(MAKEDEP) dummy
7426 \$(MAKEDEP) $ac_dir"
7429 wine_fn_pot_rules
()
7431 test "x$with_gettextpo" = xyes ||
return
7433 if wine_fn_has_flag mc
7435 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7436 wine_fn_append_rule \
7437 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7438 @cd $ac_dir && \$(MAKE) msg.pot
7439 $ac_dir/msg.pot: tools/wmc include"
7441 if wine_fn_has_flag po
7443 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7444 wine_fn_append_rule \
7445 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7446 @cd $ac_dir && \$(MAKE) rsrc.pot
7447 $ac_dir/rsrc.pot: tools/wrc include"
7451 wine_fn_all_rules
()
7453 wine_fn_depend_rules
7454 wine_fn_append_rule \
7457 $ac_dir: $ac_dir/Makefile dummy
7458 @cd $ac_dir && \$(MAKE)"
7461 wine_fn_install_rules
()
7463 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7465 wine_fn_append_rule \
7466 ".PHONY: $ac_dir/install $ac_dir/uninstall
7467 $ac_dir/install:: $ac_dir
7468 @cd $ac_dir && \$(MAKE) install
7469 $ac_dir/uninstall:: $ac_dir/Makefile
7470 @cd $ac_dir && \$(MAKE) uninstall
7471 install:: $ac_dir/install
7472 __uninstall__: $ac_dir/uninstall"
7474 if wine_fn_has_flag install-lib
7476 wine_fn_append_rule \
7477 ".PHONY: $ac_dir/install-lib
7478 $ac_dir/install-lib:: $ac_dir
7479 @cd $ac_dir && \$(MAKE) install-lib
7480 install-lib:: $ac_dir/install-lib"
7483 if wine_fn_has_flag install-dev
7485 wine_fn_append_rule \
7486 ".PHONY: $ac_dir/install-dev
7487 $ac_dir/install-dev:: $ac_dir
7488 @cd $ac_dir && \$(MAKE) install-dev
7489 install-dev:: $ac_dir/install-dev"
7493 wine_fn_clean_rules
()
7496 ac_extraclean
="$ac_dir/Makefile"
7497 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7499 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7502 if wine_fn_has_flag clean
7504 wine_fn_append_rule \
7505 "__clean__: $ac_dir/clean
7506 .PHONY: $ac_dir/clean
7507 $ac_dir/clean: $ac_dir/Makefile
7508 @cd $ac_dir && \$(MAKE) clean
7509 \$(RM) $ac_extraclean"
7511 wine_fn_append_rule \
7512 "__clean__: $ac_dir/clean
7513 .PHONY: $ac_dir/clean
7514 $ac_dir/clean: dummy
7515 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7519 wine_fn_disabled_rules
()
7522 ac_extraclean
="$ac_dir/Makefile"
7523 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7525 wine_fn_append_rule \
7526 "__clean__: $ac_dir/clean
7527 .PHONY: $ac_dir/clean
7528 $ac_dir/clean: dummy
7529 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7532 wine_fn_config_makefile
()
7538 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7539 wine_fn_disabled_rules
; return
7542 wine_fn_install_rules
7546 wine_fn_config_lib
()
7550 ac_dir
=dlls
/$ac_name
7553 if test "x$enable_tools" = xno
; then :
7556 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7561 wine_fn_append_rule \
7562 ".PHONY: $ac_dir/install $ac_dir/uninstall
7563 $ac_dir/install:: $ac_dir
7564 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7566 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7567 install install-dev:: $ac_dir/install
7568 __uninstall__: $ac_dir/uninstall
7569 __builddeps__: $ac_dir
7573 wine_fn_config_dll
()
7576 ac_dir
=dlls
/$ac_name
7579 ac_implib
=${4:-$ac_name}
7580 ac_file
=$ac_dir/lib
$ac_implib
7585 if test "x$enable_tools" = xno
; then :
7588 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7591 *16) ac_implibflags
=" -m16" ;;
7593 *) ac_dll
=$ac_dll.dll
;;
7597 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7598 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7599 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7600 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7602 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7603 if test "$ac_enable" != enable_win16
7605 wine_fn_depend_rules
7606 wine_fn_clean_rules
$ac_clean
7609 wine_fn_disabled_rules
$ac_clean
7614 wine_fn_clean_rules
$ac_clean
7615 wine_fn_append_rule \
7616 "$ac_dir: __builddeps__
7617 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7618 @cd $ac_dir && \$(MAKE) \$@
7619 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7620 install install-lib:: $ac_dir/install-lib
7621 __uninstall__: $ac_dir/uninstall"
7622 if test -n "$DLLEXT"
7624 wine_fn_append_rule \
7625 "$ac_dir/install-lib:: $ac_dir
7626 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7627 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7629 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7631 wine_fn_append_rule \
7632 "$ac_dir/install-lib:: $ac_dir
7633 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7635 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7641 if wine_fn_has_flag staticimplib
7643 wine_fn_append_rule \
7644 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7645 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7646 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7647 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7648 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7649 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7650 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7651 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7652 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7654 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7655 install install-dev:: $ac_dir/install-dev
7656 __uninstall__: $ac_dir/uninstall"
7658 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7660 wine_fn_append_rule \
7661 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7662 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7664 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7667 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7669 wine_fn_append_rule \
7670 "__builddeps__: $ac_file.cross.a
7671 $ac_file.cross.a: $ac_dir/Makefile dummy
7672 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7675 elif wine_fn_has_flag implib
7677 wine_fn_append_rule \
7678 "__builddeps__: $ac_file.$IMPLIBEXT
7679 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7680 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7681 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7682 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7683 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7684 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7685 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7687 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7688 install install-dev:: $ac_dir/install-dev
7689 __uninstall__: $ac_dir/uninstall"
7690 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7692 wine_fn_append_rule \
7693 "__builddeps__: $ac_file.cross.a
7694 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7695 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7698 if test "$ac_name" != "$ac_implib"
7700 wine_fn_append_rule \
7701 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7702 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7703 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7705 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7706 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7707 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7709 wine_fn_append_rule \
7710 "__builddeps__: dlls/lib$ac_implib.cross.a
7711 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7712 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7714 \$(RM) dlls/lib$ac_implib.cross.a"
7715 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7721 wine_fn_config_program
()
7724 ac_dir
=programs
/$ac_name
7731 *) ac_program
=$ac_program.exe
;;
7735 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7736 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7737 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7738 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7740 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7741 wine_fn_disabled_rules
$ac_clean; return
7745 wine_fn_clean_rules
$ac_clean
7746 wine_fn_append_rule
"$ac_dir: __builddeps__"
7749 wine_fn_has_flag
install ||
return
7750 wine_fn_append_rule \
7751 ".PHONY: $ac_dir/install $ac_dir/uninstall
7752 install install-lib:: $ac_dir/install
7753 __uninstall__: $ac_dir/uninstall"
7755 if test -n "$DLLEXT"
7757 wine_fn_append_rule \
7758 "$ac_dir/install:: $ac_dir
7759 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7760 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7762 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7764 if test -z "$with_wine64" && wine_fn_has_flag installbin
7766 wine_fn_append_rule \
7767 "$ac_dir/install:: __tooldeps__
7768 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7770 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7773 wine_fn_append_rule \
7774 "$ac_dir/install:: $ac_dir
7775 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7777 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7780 if test -z "$with_wine64" && wine_fn_has_flag manpage
7782 wine_fn_append_rule \
7783 "$ac_dir/install:: $ac_dir
7784 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7786 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7790 wine_fn_config_test
()
7797 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7798 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7800 if test "x$enable_tests" = xno
; then :
7801 wine_fn_disabled_rules
$ac_clean; return
7804 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7806 wine_fn_clean_rules
$ac_clean
7808 wine_fn_append_rule \
7809 "$ac_dir: programs/winetest/Makefile __builddeps__
7810 programs/winetest: $ac_dir
7811 check test: $ac_dir/test
7812 .PHONY: $ac_dir/test
7814 @cd $ac_dir && \$(MAKE) test
7816 \$(RM) $ac_dir/*.ok"
7818 if test -n "$CROSSTARGET"
7820 wine_fn_append_rule \
7821 "crosstest: $ac_dir/crosstest
7822 .PHONY: $ac_dir/crosstest
7823 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7824 @cd $ac_dir && \$(MAKE) crosstest"
7828 wine_fn_config_tool
()
7832 if test "x$enable_tools" = xno
; then :
7837 wine_fn_install_rules
7840 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7841 wine_fn_append_rule
"$ac_dir: libs/port"
7843 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7847 wine_fn_config_symlink
()
7850 if test "x$1" = "x-d"
7856 wine_fn_append_rule \
7858 @./config.status \$@
7861 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7862 test -n "$ac_linkdir" ||
return
7863 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7867 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7868 WINELOADER_PROGRAMS
="$wine_binary"
7870 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7874 if test -n "$ac_tool_prefix"; then
7875 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7876 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7878 $as_echo_n "checking for $ac_word... " >&6; }
7879 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7880 $as_echo_n "(cached) " >&6
7882 if test -n "$DLLTOOL"; then
7883 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7885 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7889 test -z "$as_dir" && as_dir
=.
7890 for ac_exec_ext
in '' $ac_executable_extensions; do
7891 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7892 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7902 DLLTOOL
=$ac_cv_prog_DLLTOOL
7903 if test -n "$DLLTOOL"; then
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7905 $as_echo "$DLLTOOL" >&6; }
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7908 $as_echo "no" >&6; }
7913 if test -z "$ac_cv_prog_DLLTOOL"; then
7914 ac_ct_DLLTOOL
=$DLLTOOL
7915 # Extract the first word of "dlltool", so it can be a program name with args.
7916 set dummy dlltool
; ac_word
=$2
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7918 $as_echo_n "checking for $ac_word... " >&6; }
7919 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7920 $as_echo_n "(cached) " >&6
7922 if test -n "$ac_ct_DLLTOOL"; then
7923 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7925 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7929 test -z "$as_dir" && as_dir
=.
7930 for ac_exec_ext
in '' $ac_executable_extensions; do
7931 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7932 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7942 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7943 if test -n "$ac_ct_DLLTOOL"; then
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7945 $as_echo "$ac_ct_DLLTOOL" >&6; }
7947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7948 $as_echo "no" >&6; }
7951 if test "x$ac_ct_DLLTOOL" = x
; then
7954 case $cross_compiling:$ac_tool_warned in
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7957 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7958 ac_tool_warned
=yes ;;
7960 DLLTOOL
=$ac_ct_DLLTOOL
7963 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7969 STATIC_IMPLIBEXT
="a"
7970 enable_iphlpapi
=${enable_iphlpapi:-no}
7971 enable_kernel32
=${enable_kernel32:-no}
7972 enable_msvcrt
=${enable_msvcrt:-no}
7973 enable_ntdll
=${enable_ntdll:-no}
7974 enable_ws2_32
=${enable_ws2_32:-no}
7975 enable_loader
=${enable_loader:-no}
7976 enable_server
=${enable_server:-no}
7977 with_x
=${with_x:-no}
7978 with_pthread
=${with_pthread:-no}
7984 SOCKET_LIBS
="-lws2_32"
7988 LIBWINE_SHAREDLIB
="libwine.dll"
7990 LIBWINE_IMPORTLIB
="libwine.a"
7992 LIBWINE_INSTALL_LIB
="libwine.dll"
7994 LIBWINE_INSTALL_DEV
="libwine.a"
7996 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
7998 LIBWINE_DEPENDS
="wine.def"
8003 for ac_header
in libunwind.h
8005 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8006 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8007 cat >>confdefs.h
<<_ACEOF
8008 #define HAVE_LIBUNWIND_H 1
8016 DLLFLAGS
="$DLLFLAGS -fPIC"
8017 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8018 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8019 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8021 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8023 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8025 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8027 CORESERVICES_LIBS
="-framework CoreServices"
8029 APPKIT_LIBS
="-framework AppKit"
8031 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8033 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8034 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8035 $as_echo_n "(cached) " >&6
8037 ac_wine_try_cflags_saved
=$CFLAGS
8038 CFLAGS
="$CFLAGS -Wl,-no_pie"
8039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8040 /* end confdefs.h. */
8041 int main(int argc, char **argv) { return 0; }
8043 if ac_fn_c_try_link
"$LINENO"; then :
8044 ac_cv_cflags__Wl__no_pie
=yes
8046 ac_cv_cflags__Wl__no_pie
=no
8048 rm -f core conftest.err conftest.
$ac_objext \
8049 conftest
$ac_exeext conftest.
$ac_ext
8050 CFLAGS
=$ac_wine_try_cflags_saved
8052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8053 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8054 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8055 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8057 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8059 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8062 if test "$ac_cv_header_Security_Security_h" = "yes"
8064 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8066 ac_save_LIBS
="$LIBS"
8067 LIBS
="$LIBS $SECURITY_LIBS"
8068 for ac_func
in SSLCopyPeerCertificates
8070 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8071 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8072 cat >>confdefs.h
<<_ACEOF
8073 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8079 LIBS
="$ac_save_LIBS"
8080 with_gnutls
=${with_gnutls:-no}
8082 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8084 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8086 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8089 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8092 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8093 ac_save_LIBS
="$LIBS"
8094 LIBS
="$LIBS $COREAUDIO_LIBS"
8095 for ac_func
in AUGraphAddNode
8097 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8098 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8099 cat >>confdefs.h
<<_ACEOF
8100 #define HAVE_AUGRAPHADDNODE 1
8106 LIBS
="$ac_save_LIBS"
8108 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8110 OPENAL_LIBS
="-framework OpenAL"
8113 cat >>confdefs.h
<<_ACEOF
8114 #define HAVE_OPENAL 1
8117 ac_cv_lib_openal
=yes
8119 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8121 OPENCL_LIBS
="-framework OpenCL"
8123 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8125 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8127 ac_save_LIBS
="$LIBS"
8128 LIBS
="$LIBS $IOKIT_LIBS"
8129 for ac_func
in IOHIDManagerCreate
8131 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8132 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8133 cat >>confdefs.h
<<_ACEOF
8134 #define HAVE_IOHIDMANAGERCREATE 1
8140 LIBS
="$ac_save_LIBS"
8142 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8144 ac_save_LIBS
="$LIBS"
8145 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8147 $as_echo_n "checking for the QuickTime framework... " >&6; }
8148 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8149 /* end confdefs.h. */
8150 #include <QuickTime/ImageCompression.h>
8154 CodecManagerVersion(NULL);
8159 if ac_fn_c_try_link
"$LINENO"; then :
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8161 $as_echo "yes" >&6; }
8162 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8164 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8167 $as_echo "no" >&6; }
8168 ac_cv_header_QuickTime_ImageCompression_h
=no
8170 rm -f core conftest.err conftest.
$ac_objext \
8171 conftest
$ac_exeext conftest.
$ac_ext
8172 LIBS
="$ac_save_LIBS"
8174 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8176 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8178 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8180 CARBON_LIBS
="-framework Carbon"
8184 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8186 ac_save_LIBS
="$LIBS"
8187 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8188 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8189 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8190 enable_winemac_drv
=${enable_winemac_drv:-yes}
8193 LIBS
="$ac_save_LIBS"
8196 if test "x$enable_win16" = "xyes"
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8199 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8200 if test "$cross_compiling" = yes; then :
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8202 $as_echo "cross-compiling, assuming yes" >&6; }
8204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8205 /* end confdefs.h. */
8208 "good:\tnop;nop\n\t"
8209 ".globl _testfunc\n"
8210 "_testfunc:\tcallw good");
8211 extern void testfunc();
8215 unsigned short *p = (unsigned short *)testfunc;
8216 return p[0] != 0xe866 || p[1] != 0xfffa
8221 if ac_fn_c_try_run
"$LINENO"; then :
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8223 $as_echo "yes" >&6; }
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8226 $as_echo "no" >&6; }
8227 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
8229 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8230 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8235 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8237 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8239 LIBWINE_INSTALL_DEV
="libwine.dylib"
8241 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8243 WINELOADER_DEPENDS
="wine_info.plist"
8248 DLLFLAGS
="$DLLFLAGS -fPIC"
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8250 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8251 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8252 $as_echo_n "(cached) " >&6
8254 ac_wine_try_cflags_saved
=$CFLAGS
8255 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8256 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8257 /* end confdefs.h. */
8258 int main(int argc, char **argv) { return 0; }
8260 if ac_fn_c_try_link
"$LINENO"; then :
8261 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8263 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8265 rm -f core conftest.err conftest.
$ac_objext \
8266 conftest
$ac_exeext conftest.
$ac_ext
8267 CFLAGS
=$ac_wine_try_cflags_saved
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8270 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8271 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8272 LDEXECFLAGS
="-Wl,--export-dynamic"
8274 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8276 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8277 if eval \
${$as_ac_var+:} false
; then :
8278 $as_echo_n "(cached) " >&6
8280 ac_wine_try_cflags_saved
=$CFLAGS
8281 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8283 /* end confdefs.h. */
8284 int main(int argc, char **argv) { return 0; }
8286 if ac_fn_c_try_link
"$LINENO"; then :
8287 eval "$as_ac_var=yes"
8289 eval "$as_ac_var=no"
8291 rm -f core conftest.err conftest.
$ac_objext \
8292 conftest
$ac_exeext conftest.
$ac_ext
8293 CFLAGS
=$ac_wine_try_cflags_saved
8295 eval ac_res
=\$
$as_ac_var
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8297 $as_echo "$ac_res" >&6; }
8298 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8299 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8300 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8302 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8304 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8305 if eval \
${$as_ac_var+:} false
; then :
8306 $as_echo_n "(cached) " >&6
8308 ac_wine_try_cflags_saved
=$CFLAGS
8309 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8311 /* end confdefs.h. */
8312 int main(int argc, char **argv) { return 0; }
8314 if ac_fn_c_try_link
"$LINENO"; then :
8315 eval "$as_ac_var=yes"
8317 eval "$as_ac_var=no"
8319 rm -f core conftest.err conftest.
$ac_objext \
8320 conftest
$ac_exeext conftest.
$ac_ext
8321 CFLAGS
=$ac_wine_try_cflags_saved
8323 eval ac_res
=\$
$as_ac_var
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8325 $as_echo "$ac_res" >&6; }
8326 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8327 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8328 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8333 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8334 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8335 $as_echo_n "(cached) " >&6
8337 ac_wine_try_cflags_saved
=$CFLAGS
8338 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8339 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8340 /* end confdefs.h. */
8341 int main(int argc, char **argv) { return 0; }
8343 if ac_fn_c_try_link
"$LINENO"; then :
8344 ac_cv_cflags__Wl___enable_new_dtags
=yes
8346 ac_cv_cflags__Wl___enable_new_dtags
=no
8348 rm -f core conftest.err conftest.
$ac_objext \
8349 conftest
$ac_exeext conftest.
$ac_ext
8350 CFLAGS
=$ac_wine_try_cflags_saved
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8353 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8354 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8355 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8358 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8359 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8360 $as_echo_n "(cached) " >&6
8362 ac_wine_try_cflags_saved
=$CFLAGS
8363 CFLAGS
="$CFLAGS -Wl,-pie"
8364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8365 /* end confdefs.h. */
8366 int main(int argc, char **argv) { return 0; }
8368 if ac_fn_c_try_link
"$LINENO"; then :
8369 ac_cv_cflags__Wl__pie
=yes
8371 ac_cv_cflags__Wl__pie
=no
8373 rm -f core conftest.err conftest.
$ac_objext \
8374 conftest
$ac_exeext conftest.
$ac_ext
8375 CFLAGS
=$ac_wine_try_cflags_saved
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8378 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8379 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8380 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8383 LIBWINE_SHAREDLIB
="libwine.so"
8385 LIBWINE_INSTALL_LIB
="libwine.so"
8387 LIBWINE_LDFLAGS
="-shared"
8392 DLLFLAGS
="$DLLFLAGS -fPIC"
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8395 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8396 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8397 $as_echo_n "(cached) " >&6
8399 ac_wine_try_cflags_saved
=$CFLAGS
8400 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8401 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8402 /* end confdefs.h. */
8405 if ac_fn_c_try_link
"$LINENO"; then :
8406 ac_cv_c_dll_gnuelf
="yes"
8408 ac_cv_c_dll_gnuelf
="no"
8410 rm -f core conftest.err conftest.
$ac_objext \
8411 conftest
$ac_exeext conftest.
$ac_ext
8412 CFLAGS
=$ac_wine_try_cflags_saved
8414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8415 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8416 if test "$ac_cv_c_dll_gnuelf" = "yes"
8418 LIBWINE_LDFLAGS
="-shared"
8419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8420 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8421 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8422 $as_echo_n "(cached) " >&6
8424 ac_wine_try_cflags_saved
=$CFLAGS
8425 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8426 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8427 /* end confdefs.h. */
8428 int main(int argc, char **argv) { return 0; }
8430 if ac_fn_c_try_link
"$LINENO"; then :
8431 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8433 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8435 rm -f core conftest.err conftest.
$ac_objext \
8436 conftest
$ac_exeext conftest.
$ac_ext
8437 CFLAGS
=$ac_wine_try_cflags_saved
8439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8440 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8441 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8442 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8445 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8446 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8447 $as_echo_n "(cached) " >&6
8449 ac_wine_try_cflags_saved
=$CFLAGS
8450 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8452 /* end confdefs.h. */
8453 int main(int argc, char **argv) { return 0; }
8455 if ac_fn_c_try_link
"$LINENO"; then :
8456 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8458 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8460 rm -f core conftest.err conftest.
$ac_objext \
8461 conftest
$ac_exeext conftest.
$ac_ext
8462 CFLAGS
=$ac_wine_try_cflags_saved
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8465 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8466 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8467 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8471 echo '{ global: *; };' >conftest.map
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8473 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8474 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8475 $as_echo_n "(cached) " >&6
8477 ac_wine_try_cflags_saved
=$CFLAGS
8478 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8480 /* end confdefs.h. */
8481 int main(int argc, char **argv) { return 0; }
8483 if ac_fn_c_try_link
"$LINENO"; then :
8484 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8486 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8488 rm -f core conftest.err conftest.
$ac_objext \
8489 conftest
$ac_exeext conftest.
$ac_ext
8490 CFLAGS
=$ac_wine_try_cflags_saved
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8493 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8494 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8495 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8500 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8501 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8502 $as_echo_n "(cached) " >&6
8504 ac_wine_try_cflags_saved
=$CFLAGS
8505 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8507 /* end confdefs.h. */
8508 int main(int argc, char **argv) { return 0; }
8510 if ac_fn_c_try_link
"$LINENO"; then :
8511 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8513 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8515 rm -f core conftest.err conftest.
$ac_objext \
8516 conftest
$ac_exeext conftest.
$ac_ext
8517 CFLAGS
=$ac_wine_try_cflags_saved
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8520 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8521 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8522 LDEXECFLAGS
="-Wl,--export-dynamic"
8525 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8527 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8528 if eval \
${$as_ac_var+:} false
; then :
8529 $as_echo_n "(cached) " >&6
8531 ac_wine_try_cflags_saved
=$CFLAGS
8532 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8534 /* end confdefs.h. */
8535 int main(int argc, char **argv) { return 0; }
8537 if ac_fn_c_try_link
"$LINENO"; then :
8538 eval "$as_ac_var=yes"
8540 eval "$as_ac_var=no"
8542 rm -f core conftest.err conftest.
$ac_objext \
8543 conftest
$ac_exeext conftest.
$ac_ext
8544 CFLAGS
=$ac_wine_try_cflags_saved
8546 eval ac_res
=\$
$as_ac_var
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8548 $as_echo "$ac_res" >&6; }
8549 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8550 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8551 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8553 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8555 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8556 if eval \
${$as_ac_var+:} false
; then :
8557 $as_echo_n "(cached) " >&6
8559 ac_wine_try_cflags_saved
=$CFLAGS
8560 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8561 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8562 /* end confdefs.h. */
8563 int main(int argc, char **argv) { return 0; }
8565 if ac_fn_c_try_link
"$LINENO"; then :
8566 eval "$as_ac_var=yes"
8568 eval "$as_ac_var=no"
8570 rm -f core conftest.err conftest.
$ac_objext \
8571 conftest
$ac_exeext conftest.
$ac_ext
8572 CFLAGS
=$ac_wine_try_cflags_saved
8574 eval ac_res
=\$
$as_ac_var
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8576 $as_echo "$ac_res" >&6; }
8577 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8578 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8579 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8584 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8585 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8586 $as_echo_n "(cached) " >&6
8588 ac_wine_try_cflags_saved
=$CFLAGS
8589 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8591 /* end confdefs.h. */
8592 int main(int argc, char **argv) { return 0; }
8594 if ac_fn_c_try_link
"$LINENO"; then :
8595 ac_cv_cflags__Wl___enable_new_dtags
=yes
8597 ac_cv_cflags__Wl___enable_new_dtags
=no
8599 rm -f core conftest.err conftest.
$ac_objext \
8600 conftest
$ac_exeext conftest.
$ac_ext
8601 CFLAGS
=$ac_wine_try_cflags_saved
8603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8604 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8605 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8606 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8610 *i
[3456789]86* | x86_64
)
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8612 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8613 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8614 $as_echo_n "(cached) " >&6
8616 ac_wine_try_cflags_saved
=$CFLAGS
8617 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8619 /* end confdefs.h. */
8620 int main(int argc, char **argv) { return 0; }
8622 if ac_fn_c_try_link
"$LINENO"; then :
8623 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8625 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8627 rm -f core conftest.err conftest.
$ac_objext \
8628 conftest
$ac_exeext conftest.
$ac_ext
8629 CFLAGS
=$ac_wine_try_cflags_saved
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8632 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8633 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8635 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8636 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8641 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8642 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8643 $as_echo_n "(cached) " >&6
8645 ac_wine_try_cflags_saved
=$CFLAGS
8646 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8648 /* end confdefs.h. */
8649 int main(int argc, char **argv) { return 0; }
8651 if ac_fn_c_try_link
"$LINENO"; then :
8652 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8654 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8656 rm -f core conftest.err conftest.
$ac_objext \
8657 conftest
$ac_exeext conftest.
$ac_ext
8658 CFLAGS
=$ac_wine_try_cflags_saved
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8661 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8662 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8665 # Extract the first word of "prelink", so it can be a program name with args.
8666 set dummy prelink
; ac_word
=$2
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8668 $as_echo_n "checking for $ac_word... " >&6; }
8669 if ${ac_cv_path_PRELINK+:} false
; then :
8670 $as_echo_n "(cached) " >&6
8674 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8677 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8678 for as_dir
in /sbin
/usr
/sbin
$PATH
8681 test -z "$as_dir" && as_dir
=.
8682 for ac_exec_ext
in '' $ac_executable_extensions; do
8683 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8684 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8692 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8696 PRELINK
=$ac_cv_path_PRELINK
8697 if test -n "$PRELINK"; then
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8699 $as_echo "$PRELINK" >&6; }
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8702 $as_echo "no" >&6; }
8706 if test "x$PRELINK" = xfalse
8708 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8716 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8717 if ${ac_cv_c_dll_unixware+:} false
; then :
8718 $as_echo_n "(cached) " >&6
8720 ac_wine_try_cflags_saved
=$CFLAGS
8721 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8723 /* end confdefs.h. */
8726 if ac_fn_c_try_link
"$LINENO"; then :
8727 ac_cv_c_dll_unixware
="yes"
8729 ac_cv_c_dll_unixware
="no"
8731 rm -f core conftest.err conftest.
$ac_objext \
8732 conftest
$ac_exeext conftest.
$ac_ext
8733 CFLAGS
=$ac_wine_try_cflags_saved
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8736 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8737 if test "$ac_cv_c_dll_unixware" = "yes"
8739 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8742 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8744 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8746 LIBWINE_INSTALL_DEV
="libwine.so"
8748 LIBWINE_DEPENDS
="wine.map"
8753 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8754 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8755 enable_winemac_drv
=${enable_winemac_drv:-no}
8756 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8760 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8764 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
8767 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 " ;;
8769 ac_prefix_list
="" ;;
8771 for ac_prog
in $ac_prefix_list
8773 # Extract the first word of "$ac_prog", so it can be a program name with args.
8774 set dummy
$ac_prog; ac_word
=$2
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8776 $as_echo_n "checking for $ac_word... " >&6; }
8777 if ${ac_cv_prog_CROSSCC+:} false
; then :
8778 $as_echo_n "(cached) " >&6
8780 if test -n "$CROSSCC"; then
8781 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8787 test -z "$as_dir" && as_dir
=.
8788 for ac_exec_ext
in '' $ac_executable_extensions; do
8789 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8790 ac_cv_prog_CROSSCC
="$ac_prog"
8791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8800 CROSSCC
=$ac_cv_prog_CROSSCC
8801 if test -n "$CROSSCC"; then
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8803 $as_echo "$CROSSCC" >&6; }
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8806 $as_echo "no" >&6; }
8810 test -n "$CROSSCC" && break
8812 test -n "$CROSSCC" || CROSSCC
="false"
8814 if test "$CROSSCC" != "false"
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8819 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8820 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8821 /* end confdefs.h. */
8831 if ac_fn_c_try_compile
"$LINENO"; then :
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8833 $as_echo "yes" >&6; }
8839 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8845 $as_echo "no" >&6; }
8847 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8853 if test "$ac_cv_header_pthread_h" = "yes"
8855 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8856 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8860 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8861 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8862 $as_echo_n "(cached) " >&6
8864 ac_check_lib_save_LIBS
=$LIBS
8865 LIBS
="-lpthread $LIBS"
8866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8867 /* end confdefs.h. */
8869 /* Override any GCC internal prototype to avoid an error.
8870 Use char because int might match the return type of a GCC
8871 builtin and then its argument prototype would still apply. */
8875 char pthread_create ();
8879 return pthread_create ();
8884 if ac_fn_c_try_link
"$LINENO"; then :
8885 ac_cv_lib_pthread_pthread_create
=yes
8887 ac_cv_lib_pthread_pthread_create
=no
8889 rm -f core conftest.err conftest.
$ac_objext \
8890 conftest
$ac_exeext conftest.
$ac_ext
8891 LIBS
=$ac_check_lib_save_LIBS
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8894 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8895 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8896 PTHREAD_LIBS
="-lpthread"
8903 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8904 case "x$with_pthread" in
8906 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8907 Wine cannot support threads without libpthread.
8908 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8914 $as_echo_n "checking for X... " >&6; }
8917 # Check whether --with-x was given.
8918 if test "${with_x+set}" = set; then :
8922 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8923 if test "x$with_x" = xno
; then
8924 # The user explicitly disabled X.
8927 case $x_includes,$x_libraries in #(
8928 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8929 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8930 $as_echo_n "(cached) " >&6
8932 # One or both of the vars are not set, and there is no cached value.
8933 ac_x_includes
=no ac_x_libraries
=no
8934 rm -f -r conftest.dir
8935 if mkdir conftest.dir
; then
8937 cat >Imakefile
<<'_ACEOF'
8939 @echo incroot='${INCROOT}'
8941 @echo usrlibdir='${USRLIBDIR}'
8943 @echo libdir='${LIBDIR}'
8945 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8946 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8947 for ac_var
in incroot usrlibdir libdir
; do
8948 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8950 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8951 for ac_extension
in a so sl dylib la dll
; do
8952 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8953 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8954 ac_im_usrlibdir
=$ac_im_libdir; break
8957 # Screen out bogus values from the imake configuration. They are
8958 # bogus both because they are the default anyway, and because
8959 # using them would break gcc on systems where it needs fixed includes.
8960 case $ac_im_incroot in
8961 /usr
/include
) ac_x_includes
= ;;
8962 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8964 case $ac_im_usrlibdir in
8965 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8966 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8970 rm -f -r conftest.dir
8973 # Standard set of common directories for X headers.
8974 # Check X11 before X11Rn because it is often a symlink to the current release.
8988 /usr/local/X11/include
8989 /usr/local/X11R7/include
8990 /usr/local/X11R6/include
8991 /usr/local/X11R5/include
8992 /usr/local/X11R4/include
8994 /usr/local/include/X11
8995 /usr/local/include/X11R7
8996 /usr/local/include/X11R6
8997 /usr/local/include/X11R5
8998 /usr/local/include/X11R4
9002 /usr/XFree86/include/X11
9006 /usr/unsupported/include
9008 /usr/local/x11r5/include
9009 /usr/lpp/Xamples/include
9011 /usr/openwin/include
9012 /usr/openwin/share/include'
9014 if test "$ac_x_includes" = no
; then
9015 # Guess where to find include files, by looking for Xlib.h.
9016 # First, try using that file with no special directory specified.
9017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9018 /* end confdefs.h. */
9019 #include <X11/Xlib.h>
9021 if ac_fn_c_try_cpp
"$LINENO"; then :
9022 # We can compile using X headers with no special include directory.
9025 for ac_dir
in $ac_x_header_dirs; do
9026 if test -r "$ac_dir/X11/Xlib.h"; then
9027 ac_x_includes
=$ac_dir
9032 rm -f conftest.err conftest.i conftest.
$ac_ext
9033 fi # $ac_x_includes = no
9035 if test "$ac_x_libraries" = no
; then
9036 # Check for the libraries.
9037 # See if we find them without any special options.
9038 # Don't add to $LIBS permanently.
9041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9042 /* end confdefs.h. */
9043 #include <X11/Xlib.h>
9052 if ac_fn_c_try_link
"$LINENO"; then :
9054 # We can link X programs with no special library path.
9058 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9060 # Don't even attempt the hair of trying to link an X program!
9061 for ac_extension
in a so sl dylib la dll
; do
9062 if test -r "$ac_dir/libX11.$ac_extension"; then
9063 ac_x_libraries
=$ac_dir
9069 rm -f core conftest.err conftest.
$ac_objext \
9070 conftest
$ac_exeext conftest.
$ac_ext
9071 fi # $ac_x_libraries = no
9073 case $ac_x_includes,$ac_x_libraries in #(
9075 # Didn't find X, or a directory has "'" in its name.
9076 ac_cv_have_x
="have_x=no";; #(
9078 # Record where we found X for the cache.
9079 ac_cv_have_x
="have_x=yes\
9080 ac_x_includes='$ac_x_includes'\
9081 ac_x_libraries='$ac_x_libraries'"
9087 eval "$ac_cv_have_x"
9090 if test "$have_x" != yes; then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9092 $as_echo "$have_x" >&6; }
9095 # If each of the values was on the command line, it overrides each guess.
9096 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9097 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9098 # Update the cache value to reflect the command line values.
9099 ac_cv_have_x
="have_x=yes\
9100 ac_x_includes='$x_includes'\
9101 ac_x_libraries='$x_libraries'"
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9103 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9106 if test "$no_x" = yes; then
9107 # Not all programs may use this symbol, but it does not hurt to define it.
9109 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9111 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9113 if test -n "$x_includes"; then
9114 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9117 # It would also be nice to do this for all -L options, not just this one.
9118 if test -n "$x_libraries"; then
9119 X_LIBS
="$X_LIBS -L$x_libraries"
9120 # For Solaris; some versions of Sun CC require a space after -R and
9121 # others require no space. Words are not sufficient . . . .
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9123 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9124 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9125 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9126 ac_c_werror_flag
=yes
9127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9128 /* end confdefs.h. */
9138 if ac_fn_c_try_link
"$LINENO"; then :
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9140 $as_echo "no" >&6; }
9141 X_LIBS
="$X_LIBS -R$x_libraries"
9143 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9145 /* end confdefs.h. */
9155 if ac_fn_c_try_link
"$LINENO"; then :
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9157 $as_echo "yes" >&6; }
9158 X_LIBS
="$X_LIBS -R $x_libraries"
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9161 $as_echo "neither works" >&6; }
9163 rm -f core conftest.err conftest.
$ac_objext \
9164 conftest
$ac_exeext conftest.
$ac_ext
9166 rm -f core conftest.err conftest.
$ac_objext \
9167 conftest
$ac_exeext conftest.
$ac_ext
9168 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9172 # Check for system-dependent libraries X programs must link with.
9173 # Do this before checking for the system-independent R6 libraries
9174 # (-lICE), since we may need -lsocket or whatever for X linking.
9176 if test "$ISC" = yes; then
9177 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9179 # Martyn Johnson says this is needed for Ultrix, if the X
9180 # libraries were built with DECnet support. And Karl Berry says
9181 # the Alpha needs dnet_stub (dnet does not exist).
9182 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9192 char XOpenDisplay ();
9196 return XOpenDisplay ();
9201 if ac_fn_c_try_link
"$LINENO"; then :
9204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9205 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9206 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9207 $as_echo_n "(cached) " >&6
9209 ac_check_lib_save_LIBS
=$LIBS
9211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9212 /* end confdefs.h. */
9214 /* Override any GCC internal prototype to avoid an error.
9215 Use char because int might match the return type of a GCC
9216 builtin and then its argument prototype would still apply. */
9224 return dnet_ntoa ();
9229 if ac_fn_c_try_link
"$LINENO"; then :
9230 ac_cv_lib_dnet_dnet_ntoa
=yes
9232 ac_cv_lib_dnet_dnet_ntoa
=no
9234 rm -f core conftest.err conftest.
$ac_objext \
9235 conftest
$ac_exeext conftest.
$ac_ext
9236 LIBS
=$ac_check_lib_save_LIBS
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9239 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9240 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9241 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9244 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9246 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9247 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9248 $as_echo_n "(cached) " >&6
9250 ac_check_lib_save_LIBS
=$LIBS
9251 LIBS
="-ldnet_stub $LIBS"
9252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9253 /* end confdefs.h. */
9255 /* Override any GCC internal prototype to avoid an error.
9256 Use char because int might match the return type of a GCC
9257 builtin and then its argument prototype would still apply. */
9265 return dnet_ntoa ();
9270 if ac_fn_c_try_link
"$LINENO"; then :
9271 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9273 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9275 rm -f core conftest.err conftest.
$ac_objext \
9276 conftest
$ac_exeext conftest.
$ac_ext
9277 LIBS
=$ac_check_lib_save_LIBS
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9280 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9281 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9282 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9287 rm -f core conftest.err conftest.
$ac_objext \
9288 conftest
$ac_exeext conftest.
$ac_ext
9289 LIBS
="$ac_xsave_LIBS"
9291 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9292 # to get the SysV transport functions.
9293 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9295 # The nsl library prevents programs from opening the X display
9296 # on Irix 5.2, according to T.E. Dickey.
9297 # The functions gethostbyname, getservbyname, and inet_addr are
9298 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9299 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9300 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9304 if test $ac_cv_func_gethostbyname = no
; then
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9306 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9307 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9308 $as_echo_n "(cached) " >&6
9310 ac_check_lib_save_LIBS
=$LIBS
9312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9313 /* end confdefs.h. */
9315 /* Override any GCC internal prototype to avoid an error.
9316 Use char because int might match the return type of a GCC
9317 builtin and then its argument prototype would still apply. */
9321 char gethostbyname ();
9325 return gethostbyname ();
9330 if ac_fn_c_try_link
"$LINENO"; then :
9331 ac_cv_lib_nsl_gethostbyname
=yes
9333 ac_cv_lib_nsl_gethostbyname
=no
9335 rm -f core conftest.err conftest.
$ac_objext \
9336 conftest
$ac_exeext conftest.
$ac_ext
9337 LIBS
=$ac_check_lib_save_LIBS
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9340 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9341 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9342 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9345 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9347 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9348 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9349 $as_echo_n "(cached) " >&6
9351 ac_check_lib_save_LIBS
=$LIBS
9353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9354 /* end confdefs.h. */
9356 /* Override any GCC internal prototype to avoid an error.
9357 Use char because int might match the return type of a GCC
9358 builtin and then its argument prototype would still apply. */
9362 char gethostbyname ();
9366 return gethostbyname ();
9371 if ac_fn_c_try_link
"$LINENO"; then :
9372 ac_cv_lib_bsd_gethostbyname
=yes
9374 ac_cv_lib_bsd_gethostbyname
=no
9376 rm -f core conftest.err conftest.
$ac_objext \
9377 conftest
$ac_exeext conftest.
$ac_ext
9378 LIBS
=$ac_check_lib_save_LIBS
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9381 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9382 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9383 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9389 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9390 # socket/setsockopt and other routines are undefined under SCO ODT
9391 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9392 # on later versions), says Simon Leinen: it contains gethostby*
9393 # variants that don't use the name server (or something). -lsocket
9394 # must be given before -lnsl if both are needed. We assume that
9395 # if connect needs -lnsl, so does gethostbyname.
9396 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9397 if test "x$ac_cv_func_connect" = xyes
; then :
9401 if test $ac_cv_func_connect = no
; then
9402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9403 $as_echo_n "checking for connect in -lsocket... " >&6; }
9404 if ${ac_cv_lib_socket_connect+:} false
; then :
9405 $as_echo_n "(cached) " >&6
9407 ac_check_lib_save_LIBS
=$LIBS
9408 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9410 /* end confdefs.h. */
9412 /* Override any GCC internal prototype to avoid an error.
9413 Use char because int might match the return type of a GCC
9414 builtin and then its argument prototype would still apply. */
9427 if ac_fn_c_try_link
"$LINENO"; then :
9428 ac_cv_lib_socket_connect
=yes
9430 ac_cv_lib_socket_connect
=no
9432 rm -f core conftest.err conftest.
$ac_objext \
9433 conftest
$ac_exeext conftest.
$ac_ext
9434 LIBS
=$ac_check_lib_save_LIBS
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9437 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9438 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9439 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9444 # Guillermo Gomez says -lposix is necessary on A/UX.
9445 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9446 if test "x$ac_cv_func_remove" = xyes
; then :
9450 if test $ac_cv_func_remove = no
; then
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9452 $as_echo_n "checking for remove in -lposix... " >&6; }
9453 if ${ac_cv_lib_posix_remove+:} false
; then :
9454 $as_echo_n "(cached) " >&6
9456 ac_check_lib_save_LIBS
=$LIBS
9457 LIBS
="-lposix $LIBS"
9458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9459 /* end confdefs.h. */
9461 /* Override any GCC internal prototype to avoid an error.
9462 Use char because int might match the return type of a GCC
9463 builtin and then its argument prototype would still apply. */
9476 if ac_fn_c_try_link
"$LINENO"; then :
9477 ac_cv_lib_posix_remove
=yes
9479 ac_cv_lib_posix_remove
=no
9481 rm -f core conftest.err conftest.
$ac_objext \
9482 conftest
$ac_exeext conftest.
$ac_ext
9483 LIBS
=$ac_check_lib_save_LIBS
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9486 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9487 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9488 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9493 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9494 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9495 if test "x$ac_cv_func_shmat" = xyes
; then :
9499 if test $ac_cv_func_shmat = no
; then
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9501 $as_echo_n "checking for shmat in -lipc... " >&6; }
9502 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9503 $as_echo_n "(cached) " >&6
9505 ac_check_lib_save_LIBS
=$LIBS
9507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9508 /* end confdefs.h. */
9510 /* Override any GCC internal prototype to avoid an error.
9511 Use char because int might match the return type of a GCC
9512 builtin and then its argument prototype would still apply. */
9525 if ac_fn_c_try_link
"$LINENO"; then :
9526 ac_cv_lib_ipc_shmat
=yes
9528 ac_cv_lib_ipc_shmat
=no
9530 rm -f core conftest.err conftest.
$ac_objext \
9531 conftest
$ac_exeext conftest.
$ac_ext
9532 LIBS
=$ac_check_lib_save_LIBS
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9535 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9536 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9537 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9543 # Check for libraries that X11R6 Xt/Xaw programs need.
9544 ac_save_LDFLAGS
=$LDFLAGS
9545 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9546 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9547 # check for ICE first), but we must link in the order -lSM -lICE or
9548 # we get undefined symbols. So assume we have SM if we have ICE.
9549 # These have to be linked with before -lX11, unlike the other
9550 # libraries we check for below, so use a different variable.
9551 # John Interrante, Karl Berry
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9553 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9554 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9555 $as_echo_n "(cached) " >&6
9557 ac_check_lib_save_LIBS
=$LIBS
9558 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9560 /* end confdefs.h. */
9562 /* Override any GCC internal prototype to avoid an error.
9563 Use char because int might match the return type of a GCC
9564 builtin and then its argument prototype would still apply. */
9568 char IceConnectionNumber ();
9572 return IceConnectionNumber ();
9577 if ac_fn_c_try_link
"$LINENO"; then :
9578 ac_cv_lib_ICE_IceConnectionNumber
=yes
9580 ac_cv_lib_ICE_IceConnectionNumber
=no
9582 rm -f core conftest.err conftest.
$ac_objext \
9583 conftest
$ac_exeext conftest.
$ac_ext
9584 LIBS
=$ac_check_lib_save_LIBS
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9587 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9588 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9589 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9592 LDFLAGS
=$ac_save_LDFLAGS
9597 if test "$have_x" = "yes"
9599 ac_save_CPPFLAGS
="$CPPFLAGS"
9600 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9603 $as_echo_n "checking for -lX11... " >&6; }
9604 if ${ac_cv_lib_soname_X11+:} false
; then :
9605 $as_echo_n "(cached) " >&6
9607 ac_check_soname_save_LIBS
=$LIBS
9608 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9610 /* end confdefs.h. */
9612 /* Override any GCC internal prototype to avoid an error.
9613 Use char because int might match the return type of a GCC
9614 builtin and then its argument prototype would still apply. */
9618 char XCreateWindow ();
9622 return XCreateWindow ();
9627 if ac_fn_c_try_link
"$LINENO"; then :
9629 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9630 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'` ;;
9631 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9632 if ${ac_cv_lib_soname_X11:+false} :; then :
9633 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9637 rm -f core conftest.err conftest.
$ac_objext \
9638 conftest
$ac_exeext conftest.
$ac_ext
9639 LIBS
=$ac_check_soname_save_LIBS
9641 if ${ac_cv_lib_soname_X11:+false} :; then :
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9643 $as_echo "not found" >&6; }
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9647 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9649 cat >>confdefs.h
<<_ACEOF
9650 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9656 $as_echo_n "checking for -lXext... " >&6; }
9657 if ${ac_cv_lib_soname_Xext+:} false
; then :
9658 $as_echo_n "(cached) " >&6
9660 ac_check_soname_save_LIBS
=$LIBS
9661 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9663 /* end confdefs.h. */
9665 /* Override any GCC internal prototype to avoid an error.
9666 Use char because int might match the return type of a GCC
9667 builtin and then its argument prototype would still apply. */
9671 char XextCreateExtension ();
9675 return XextCreateExtension ();
9680 if ac_fn_c_try_link
"$LINENO"; then :
9682 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9683 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'` ;;
9684 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9685 if ${ac_cv_lib_soname_Xext:+false} :; then :
9686 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9690 rm -f core conftest.err conftest.
$ac_objext \
9691 conftest
$ac_exeext conftest.
$ac_ext
9692 LIBS
=$ac_check_soname_save_LIBS
9694 if ${ac_cv_lib_soname_Xext:+false} :; then :
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9696 $as_echo "not found" >&6; }
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9700 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9702 cat >>confdefs.h
<<_ACEOF
9703 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9706 X_LIBS
="$X_LIBS -lXext"
9708 X_LIBS
="$X_LIBS -lX11"
9710 for ac_header
in X11
/Xlib.h \
9713 X11
/Xcursor
/Xcursor.h \
9714 X11
/extensions
/shape.h \
9715 X11
/extensions
/XInput.h \
9716 X11
/extensions
/XInput2.h \
9717 X11
/extensions
/XShm.h \
9718 X11
/extensions
/Xcomposite.h \
9719 X11
/extensions
/Xinerama.h \
9720 X11
/extensions
/Xrandr.h \
9721 X11
/extensions
/Xrender.h \
9722 X11
/extensions
/xf86vmode.h \
9723 X11
/extensions
/xf86vmproto.h
9725 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9726 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9727 # include <X11/Xlib.h>
9729 #ifdef HAVE_X11_XUTIL_H
9730 # include <X11/Xutil.h>
9733 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9734 cat >>confdefs.h
<<_ACEOF
9735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9743 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9746 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9747 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9748 $as_echo_n "(cached) " >&6
9750 ac_check_lib_save_LIBS
=$LIBS
9751 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9752 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9753 /* end confdefs.h. */
9755 /* Override any GCC internal prototype to avoid an error.
9756 Use char because int might match the return type of a GCC
9757 builtin and then its argument prototype would still apply. */
9761 char XkbQueryExtension ();
9765 return XkbQueryExtension ();
9770 if ac_fn_c_try_link
"$LINENO"; then :
9771 ac_cv_lib_X11_XkbQueryExtension
=yes
9773 ac_cv_lib_X11_XkbQueryExtension
=no
9775 rm -f core conftest.err conftest.
$ac_objext \
9776 conftest
$ac_exeext conftest.
$ac_ext
9777 LIBS
=$ac_check_lib_save_LIBS
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9780 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9781 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9783 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9789 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9792 $as_echo_n "checking for -lXcursor... " >&6; }
9793 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9794 $as_echo_n "(cached) " >&6
9796 ac_check_soname_save_LIBS
=$LIBS
9797 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9799 /* end confdefs.h. */
9801 /* Override any GCC internal prototype to avoid an error.
9802 Use char because int might match the return type of a GCC
9803 builtin and then its argument prototype would still apply. */
9807 char XcursorImageLoadCursor ();
9811 return XcursorImageLoadCursor ();
9816 if ac_fn_c_try_link
"$LINENO"; then :
9818 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9819 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'` ;;
9820 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9821 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9822 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9826 rm -f core conftest.err conftest.
$ac_objext \
9827 conftest
$ac_exeext conftest.
$ac_ext
9828 LIBS
=$ac_check_soname_save_LIBS
9830 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9832 $as_echo "not found" >&6; }
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9836 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9838 cat >>confdefs.h
<<_ACEOF
9839 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9845 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9846 case "x$with_xcursor" in
9847 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9849 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9850 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9854 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9857 $as_echo_n "checking for -lXi... " >&6; }
9858 if ${ac_cv_lib_soname_Xi+:} false
; then :
9859 $as_echo_n "(cached) " >&6
9861 ac_check_soname_save_LIBS
=$LIBS
9862 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9864 /* end confdefs.h. */
9866 /* Override any GCC internal prototype to avoid an error.
9867 Use char because int might match the return type of a GCC
9868 builtin and then its argument prototype would still apply. */
9872 char XOpenDevice ();
9876 return XOpenDevice ();
9881 if ac_fn_c_try_link
"$LINENO"; then :
9883 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9884 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'` ;;
9885 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9886 if ${ac_cv_lib_soname_Xi:+false} :; then :
9887 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9891 rm -f core conftest.err conftest.
$ac_objext \
9892 conftest
$ac_exeext conftest.
$ac_ext
9893 LIBS
=$ac_check_soname_save_LIBS
9895 if ${ac_cv_lib_soname_Xi:+false} :; then :
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9897 $as_echo "not found" >&6; }
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9901 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9903 cat >>confdefs.h
<<_ACEOF
9904 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9910 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9911 case "x$with_xinput" in
9912 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9914 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9915 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9919 if test "x$ac_cv_lib_soname_Xi" != x
9921 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9922 case "x$with_xinput2" in
9923 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9925 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9926 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9931 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9934 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9935 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9936 $as_echo_n "(cached) " >&6
9938 ac_check_lib_save_LIBS
=$LIBS
9939 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9949 char XShmQueryExtension ();
9953 return XShmQueryExtension ();
9958 if ac_fn_c_try_link
"$LINENO"; then :
9959 ac_cv_lib_Xext_XShmQueryExtension
=yes
9961 ac_cv_lib_Xext_XShmQueryExtension
=no
9963 rm -f core conftest.err conftest.
$ac_objext \
9964 conftest
$ac_exeext conftest.
$ac_ext
9965 LIBS
=$ac_check_lib_save_LIBS
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9968 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9969 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9971 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9976 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9977 case "x$with_xshm" in
9978 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9980 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9981 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9985 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9988 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9989 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9990 $as_echo_n "(cached) " >&6
9992 ac_check_lib_save_LIBS
=$LIBS
9993 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9995 /* end confdefs.h. */
9997 /* Override any GCC internal prototype to avoid an error.
9998 Use char because int might match the return type of a GCC
9999 builtin and then its argument prototype would still apply. */
10003 char XShapeQueryExtension ();
10007 return XShapeQueryExtension ();
10012 if ac_fn_c_try_link
"$LINENO"; then :
10013 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10015 ac_cv_lib_Xext_XShapeQueryExtension
=no
10017 rm -f core conftest.err conftest.
$ac_objext \
10018 conftest
$ac_exeext conftest.
$ac_ext
10019 LIBS
=$ac_check_lib_save_LIBS
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10022 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10023 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10025 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10030 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10031 case "x$with_xshape" in
10032 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10034 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10035 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10039 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10042 $as_echo_n "checking for -lXxf86vm... " >&6; }
10043 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10044 $as_echo_n "(cached) " >&6
10046 ac_check_soname_save_LIBS
=$LIBS
10047 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10049 /* end confdefs.h. */
10051 /* Override any GCC internal prototype to avoid an error.
10052 Use char because int might match the return type of a GCC
10053 builtin and then its argument prototype would still apply. */
10057 char XF86VidModeQueryExtension ();
10061 return XF86VidModeQueryExtension ();
10066 if ac_fn_c_try_link
"$LINENO"; then :
10068 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10069 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'` ;;
10070 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10071 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10072 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10076 rm -f core conftest.err conftest.
$ac_objext \
10077 conftest
$ac_exeext conftest.
$ac_ext
10078 LIBS
=$ac_check_soname_save_LIBS
10080 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10082 $as_echo "not found" >&6; }
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10086 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10088 cat >>confdefs.h
<<_ACEOF
10089 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10095 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10096 case "x$with_xxf86vm" in
10097 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10099 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10100 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10104 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10107 $as_echo_n "checking for -lXrender... " >&6; }
10108 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10109 $as_echo_n "(cached) " >&6
10111 ac_check_soname_save_LIBS
=$LIBS
10112 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10122 char XRenderQueryExtension ();
10126 return XRenderQueryExtension ();
10131 if ac_fn_c_try_link
"$LINENO"; then :
10133 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10134 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'` ;;
10135 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10136 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10137 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10141 rm -f core conftest.err conftest.
$ac_objext \
10142 conftest
$ac_exeext conftest.
$ac_ext
10143 LIBS
=$ac_check_soname_save_LIBS
10145 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10147 $as_echo "not found" >&6; }
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10151 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10153 cat >>confdefs.h
<<_ACEOF
10154 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10158 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10159 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10160 $as_echo_n "(cached) " >&6
10162 ac_check_lib_save_LIBS
=$LIBS
10163 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10165 /* end confdefs.h. */
10167 /* Override any GCC internal prototype to avoid an error.
10168 Use char because int might match the return type of a GCC
10169 builtin and then its argument prototype would still apply. */
10173 char XRenderSetPictureTransform ();
10177 return XRenderSetPictureTransform ();
10182 if ac_fn_c_try_link
"$LINENO"; then :
10183 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10185 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10187 rm -f core conftest.err conftest.
$ac_objext \
10188 conftest
$ac_exeext conftest.
$ac_ext
10189 LIBS
=$ac_check_lib_save_LIBS
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10192 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10193 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10195 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10200 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10201 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10202 $as_echo_n "(cached) " >&6
10204 ac_check_lib_save_LIBS
=$LIBS
10205 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10206 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10207 /* end confdefs.h. */
10209 /* Override any GCC internal prototype to avoid an error.
10210 Use char because int might match the return type of a GCC
10211 builtin and then its argument prototype would still apply. */
10215 char XRenderCreateLinearGradient ();
10219 return XRenderCreateLinearGradient ();
10224 if ac_fn_c_try_link
"$LINENO"; then :
10225 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10227 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10229 rm -f core conftest.err conftest.
$ac_objext \
10230 conftest
$ac_exeext conftest.
$ac_ext
10231 LIBS
=$ac_check_lib_save_LIBS
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10234 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10235 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10237 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10244 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10245 case "x$with_xrender" in
10246 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10248 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10249 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10253 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10256 /* end confdefs.h. */
10257 #include <X11/Xlib.h>
10258 #include <X11/extensions/Xrandr.h>
10262 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10267 if ac_fn_c_try_compile
"$LINENO"; then :
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10269 $as_echo_n "checking for -lXrandr... " >&6; }
10270 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10271 $as_echo_n "(cached) " >&6
10273 ac_check_soname_save_LIBS
=$LIBS
10274 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10276 /* end confdefs.h. */
10278 /* Override any GCC internal prototype to avoid an error.
10279 Use char because int might match the return type of a GCC
10280 builtin and then its argument prototype would still apply. */
10284 char XRRQueryExtension ();
10288 return XRRQueryExtension ();
10293 if ac_fn_c_try_link
"$LINENO"; then :
10295 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10296 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'` ;;
10297 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10298 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10299 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10303 rm -f core conftest.err conftest.
$ac_objext \
10304 conftest
$ac_exeext conftest.
$ac_ext
10305 LIBS
=$ac_check_soname_save_LIBS
10307 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10309 $as_echo "not found" >&6; }
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10313 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10315 cat >>confdefs.h
<<_ACEOF
10316 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10320 /* end confdefs.h. */
10321 #include <X11/Xlib.h>
10322 #include <X11/extensions/Xrandr.h>
10326 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10331 if ac_fn_c_try_compile
"$LINENO"; then :
10333 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10339 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10341 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10342 case "x$with_xrandr" in
10343 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10345 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10346 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10350 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10353 /* end confdefs.h. */
10354 #include <X11/Xlib.h>
10355 #include <X11/extensions/Xinerama.h>
10359 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10364 if ac_fn_c_try_compile
"$LINENO"; then :
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10366 $as_echo_n "checking for -lXinerama... " >&6; }
10367 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10368 $as_echo_n "(cached) " >&6
10370 ac_check_soname_save_LIBS
=$LIBS
10371 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10373 /* end confdefs.h. */
10375 /* Override any GCC internal prototype to avoid an error.
10376 Use char because int might match the return type of a GCC
10377 builtin and then its argument prototype would still apply. */
10381 char XineramaQueryScreens ();
10385 return XineramaQueryScreens ();
10390 if ac_fn_c_try_link
"$LINENO"; then :
10392 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10393 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'` ;;
10394 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10395 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10396 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10400 rm -f core conftest.err conftest.
$ac_objext \
10401 conftest
$ac_exeext conftest.
$ac_ext
10402 LIBS
=$ac_check_soname_save_LIBS
10404 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10406 $as_echo "not found" >&6; }
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10410 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10412 cat >>confdefs.h
<<_ACEOF
10413 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10419 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10421 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10422 case "x$with_xinerama" in
10423 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10425 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10426 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10430 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10433 $as_echo_n "checking for -lXcomposite... " >&6; }
10434 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10435 $as_echo_n "(cached) " >&6
10437 ac_check_soname_save_LIBS
=$LIBS
10438 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h. */
10442 /* Override any GCC internal prototype to avoid an error.
10443 Use char because int might match the return type of a GCC
10444 builtin and then its argument prototype would still apply. */
10448 char XCompositeRedirectWindow ();
10452 return XCompositeRedirectWindow ();
10457 if ac_fn_c_try_link
"$LINENO"; then :
10459 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10460 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'` ;;
10461 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10462 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10463 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10467 rm -f core conftest.err conftest.
$ac_objext \
10468 conftest
$ac_exeext conftest.
$ac_ext
10469 LIBS
=$ac_check_soname_save_LIBS
10471 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10473 $as_echo "not found" >&6; }
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10477 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10479 cat >>confdefs.h
<<_ACEOF
10480 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10486 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10487 case "x$with_xcomposite" in
10488 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10490 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10491 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10495 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10496 #include <X11/Xlib.h>
10499 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10501 cat >>confdefs.h
<<_ACEOF
10502 #define HAVE_XICCALLBACK_CALLBACK 1
10507 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10508 #include <X11/Xlib.h>
10511 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10513 cat >>confdefs.h
<<_ACEOF
10514 #define HAVE_XEVENT_XCOOKIE 1
10523 if test "x$with_opengl" != "xno"
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10526 $as_echo_n "checking for -lGL... " >&6; }
10527 if ${ac_cv_lib_soname_GL+:} false
; then :
10528 $as_echo_n "(cached) " >&6
10530 ac_check_soname_save_LIBS
=$LIBS
10531 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10533 /* end confdefs.h. */
10535 /* Override any GCC internal prototype to avoid an error.
10536 Use char because int might match the return type of a GCC
10537 builtin and then its argument prototype would still apply. */
10541 char glXCreateContext ();
10545 return glXCreateContext ();
10550 if ac_fn_c_try_link
"$LINENO"; then :
10552 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10553 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'` ;;
10554 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10555 if ${ac_cv_lib_soname_GL:+false} :; then :
10556 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10560 rm -f core conftest.err conftest.
$ac_objext \
10561 conftest
$ac_exeext conftest.
$ac_ext
10562 LIBS
=$ac_check_soname_save_LIBS
10564 if ${ac_cv_lib_soname_GL:+false} :; then :
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10566 $as_echo "not found" >&6; }
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10568 $as_echo_n "checking for -lGL... " >&6; }
10569 if ${ac_cv_lib_soname_GL+:} false
; then :
10570 $as_echo_n "(cached) " >&6
10572 ac_check_soname_save_LIBS
=$LIBS
10573 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"
10574 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10575 /* end confdefs.h. */
10577 /* Override any GCC internal prototype to avoid an error.
10578 Use char because int might match the return type of a GCC
10579 builtin and then its argument prototype would still apply. */
10583 char glXCreateContext ();
10587 return glXCreateContext ();
10592 if ac_fn_c_try_link
"$LINENO"; then :
10594 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10595 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'` ;;
10596 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10597 if ${ac_cv_lib_soname_GL:+false} :; then :
10598 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10602 rm -f core conftest.err conftest.
$ac_objext \
10603 conftest
$ac_exeext conftest.
$ac_ext
10604 LIBS
=$ac_check_soname_save_LIBS
10606 if ${ac_cv_lib_soname_GL:+false} :; then :
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10608 $as_echo "not found" >&6; }
10609 if test -f /usr
/X11R
6/lib
/libGL.a
10611 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10612 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10614 opengl_msg
="No OpenGL library found on this system."
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10618 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10620 cat >>confdefs.h
<<_ACEOF
10621 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10624 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"
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10628 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10630 cat >>confdefs.h
<<_ACEOF
10631 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10636 if test "x$with_glu" != "xno"
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10639 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10640 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10641 $as_echo_n "(cached) " >&6
10643 ac_check_lib_save_LIBS
=$LIBS
10644 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10658 return gluLookAt ();
10663 if ac_fn_c_try_link
"$LINENO"; then :
10664 ac_cv_lib_GLU_gluLookAt
=yes
10666 ac_cv_lib_GLU_gluLookAt
=no
10668 rm -f core conftest.err conftest.
$ac_objext \
10669 conftest
$ac_exeext conftest.
$ac_ext
10670 LIBS
=$ac_check_lib_save_LIBS
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10673 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10674 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10678 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10679 case "x$with_glu" in
10680 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10682 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10683 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10688 if test "x$with_osmesa" != "xno"
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10691 $as_echo_n "checking for -lOSMesa... " >&6; }
10692 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10693 $as_echo_n "(cached) " >&6
10695 ac_check_soname_save_LIBS
=$LIBS
10696 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10698 /* end confdefs.h. */
10700 /* Override any GCC internal prototype to avoid an error.
10701 Use char because int might match the return type of a GCC
10702 builtin and then its argument prototype would still apply. */
10715 if ac_fn_c_try_link
"$LINENO"; then :
10717 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10718 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'` ;;
10719 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10720 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10721 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10725 rm -f core conftest.err conftest.
$ac_objext \
10726 conftest
$ac_exeext conftest.
$ac_ext
10727 LIBS
=$ac_check_soname_save_LIBS
10729 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10731 $as_echo "not found" >&6; }
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10735 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10737 cat >>confdefs.h
<<_ACEOF
10738 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10743 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10744 case "x$with_osmesa" in
10745 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10747 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10748 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10753 if test -n "$opengl_msg"; then :
10754 case "x$with_opengl" in
10755 x
) as_fn_append wine_warnings
"|$opengl_msg
10756 OpenGL and Direct3D won't be supported." ;;
10758 *) as_fn_error $?
"$opengl_msg
10759 OpenGL and Direct3D won't be supported.
10760 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10764 CPPFLAGS
="$ac_save_CPPFLAGS"
10768 enable_winex11_drv
=${enable_winex11_drv:-no}
10770 if test "x$X_LIBS" = "x"; then :
10773 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10774 without X support, which probably isn't what you want. You will need
10775 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10776 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10780 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10782 if test "$ac_cv_header_CL_cl_h" = "yes"
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10785 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10786 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10787 $as_echo_n "(cached) " >&6
10789 ac_check_lib_save_LIBS
=$LIBS
10790 LIBS
="-lOpenCL $LIBS"
10791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h. */
10794 /* Override any GCC internal prototype to avoid an error.
10795 Use char because int might match the return type of a GCC
10796 builtin and then its argument prototype would still apply. */
10800 char clGetPlatformInfo ();
10804 return clGetPlatformInfo ();
10809 if ac_fn_c_try_link
"$LINENO"; then :
10810 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10812 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10814 rm -f core conftest.err conftest.
$ac_objext \
10815 conftest
$ac_exeext conftest.
$ac_ext
10816 LIBS
=$ac_check_lib_save_LIBS
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10819 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10820 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10821 OPENCL_LIBS
="-lOpenCL"
10826 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10827 case "x$with_opencl" in
10828 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10830 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10831 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10834 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10836 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10839 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10840 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10841 $as_echo_n "(cached) " >&6
10843 ac_check_lib_save_LIBS
=$LIBS
10844 LIBS
="-lpcap $LIBS"
10845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10846 /* end confdefs.h. */
10848 /* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10854 char pcap_create ();
10858 return pcap_create ();
10863 if ac_fn_c_try_link
"$LINENO"; then :
10864 ac_cv_lib_pcap_pcap_create
=yes
10866 ac_cv_lib_pcap_pcap_create
=no
10868 rm -f core conftest.err conftest.
$ac_objext \
10869 conftest
$ac_exeext conftest.
$ac_ext
10870 LIBS
=$ac_check_lib_save_LIBS
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10873 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10874 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10880 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10881 case "x$with_pcap" in
10882 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10884 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10885 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10888 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10891 if test "x$with_xml" != "xno"
10893 if ${XML2_CFLAGS:+false} :; then :
10894 if ${PKG_CONFIG+:} false
; then :
10895 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10898 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10899 if ${XML2_LIBS:+false} :; then :
10900 if ${PKG_CONFIG+:} false
; then :
10901 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10904 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10905 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10906 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10907 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10908 ac_save_CPPFLAGS
=$CPPFLAGS
10909 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10910 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10912 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10913 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10914 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10915 cat >>confdefs.h
<<_ACEOF
10916 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10923 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"
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10926 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10927 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10928 $as_echo_n "(cached) " >&6
10930 ac_check_lib_save_LIBS
=$LIBS
10931 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10941 char xmlParseMemory ();
10945 return xmlParseMemory ();
10950 if ac_fn_c_try_link
"$LINENO"; then :
10951 ac_cv_lib_xml2_xmlParseMemory
=yes
10953 ac_cv_lib_xml2_xmlParseMemory
=no
10955 rm -f core conftest.err conftest.
$ac_objext \
10956 conftest
$ac_exeext conftest.
$ac_ext
10957 LIBS
=$ac_check_lib_save_LIBS
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10960 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10961 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10963 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10970 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10971 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10972 $as_echo_n "(cached) " >&6
10974 ac_check_lib_save_LIBS
=$LIBS
10975 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10976 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10977 /* end confdefs.h. */
10979 /* Override any GCC internal prototype to avoid an error.
10980 Use char because int might match the return type of a GCC
10981 builtin and then its argument prototype would still apply. */
10985 char xmlReadMemory ();
10989 return xmlReadMemory ();
10994 if ac_fn_c_try_link
"$LINENO"; then :
10995 ac_cv_lib_xml2_xmlReadMemory
=yes
10997 ac_cv_lib_xml2_xmlReadMemory
=no
10999 rm -f core conftest.err conftest.
$ac_objext \
11000 conftest
$ac_exeext conftest.
$ac_ext
11001 LIBS
=$ac_check_lib_save_LIBS
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11004 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11005 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11007 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11012 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11013 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11014 $as_echo_n "(cached) " >&6
11016 ac_check_lib_save_LIBS
=$LIBS
11017 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h. */
11021 /* Override any GCC internal prototype to avoid an error.
11022 Use char because int might match the return type of a GCC
11023 builtin and then its argument prototype would still apply. */
11027 char xmlNewDocPI ();
11031 return xmlNewDocPI ();
11036 if ac_fn_c_try_link
"$LINENO"; then :
11037 ac_cv_lib_xml2_xmlNewDocPI
=yes
11039 ac_cv_lib_xml2_xmlNewDocPI
=no
11041 rm -f core conftest.err conftest.
$ac_objext \
11042 conftest
$ac_exeext conftest.
$ac_ext
11043 LIBS
=$ac_check_lib_save_LIBS
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11046 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11047 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11049 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11054 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11055 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11056 $as_echo_n "(cached) " >&6
11058 ac_check_lib_save_LIBS
=$LIBS
11059 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11063 /* Override any GCC internal prototype to avoid an error.
11064 Use char because int might match the return type of a GCC
11065 builtin and then its argument prototype would still apply. */
11069 char xmlSchemaSetParserStructuredErrors ();
11073 return xmlSchemaSetParserStructuredErrors ();
11078 if ac_fn_c_try_link
"$LINENO"; then :
11079 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11081 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11083 rm -f core conftest.err conftest.
$ac_objext \
11084 conftest
$ac_exeext conftest.
$ac_ext
11085 LIBS
=$ac_check_lib_save_LIBS
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11088 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11089 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11091 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11096 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11097 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11098 $as_echo_n "(cached) " >&6
11100 ac_check_lib_save_LIBS
=$LIBS
11101 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11103 /* end confdefs.h. */
11105 /* Override any GCC internal prototype to avoid an error.
11106 Use char because int might match the return type of a GCC
11107 builtin and then its argument prototype would still apply. */
11111 char xmlSchemaSetValidStructuredErrors ();
11115 return xmlSchemaSetValidStructuredErrors ();
11120 if ac_fn_c_try_link
"$LINENO"; then :
11121 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11123 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11125 rm -f core conftest.err conftest.
$ac_objext \
11126 conftest
$ac_exeext conftest.
$ac_ext
11127 LIBS
=$ac_check_lib_save_LIBS
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11130 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11131 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11133 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11138 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11139 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11140 $as_echo_n "(cached) " >&6
11142 ac_check_lib_save_LIBS
=$LIBS
11143 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11145 /* end confdefs.h. */
11147 /* Override any GCC internal prototype to avoid an error.
11148 Use char because int might match the return type of a GCC
11149 builtin and then its argument prototype would still apply. */
11153 char xmlFirstElementChild ();
11157 return xmlFirstElementChild ();
11162 if ac_fn_c_try_link
"$LINENO"; then :
11163 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11165 ac_cv_lib_xml2_xmlFirstElementChild
=no
11167 rm -f core conftest.err conftest.
$ac_objext \
11168 conftest
$ac_exeext conftest.
$ac_ext
11169 LIBS
=$ac_check_lib_save_LIBS
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11172 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11173 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11175 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11179 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11181 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11183 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11191 CPPFLAGS
=$ac_save_CPPFLAGS
11192 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11193 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11196 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11197 case "x$with_xml" in
11198 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11200 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11201 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11205 if test "x$with_xslt" != "xno"
11207 if ${XSLT_CFLAGS:+false} :; then :
11208 if ${PKG_CONFIG+:} false
; then :
11209 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11212 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11213 if ${XSLT_LIBS:+false} :; then :
11214 if ${PKG_CONFIG+:} false
; then :
11215 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11218 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11219 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11220 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11221 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11222 ac_save_CPPFLAGS
=$CPPFLAGS
11223 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11224 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11226 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11227 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11228 # include <libxslt/pattern.h>
11231 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11232 cat >>confdefs.h
<<_ACEOF
11233 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11240 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11243 $as_echo_n "checking for -lxslt... " >&6; }
11244 if ${ac_cv_lib_soname_xslt+:} false
; then :
11245 $as_echo_n "(cached) " >&6
11247 ac_check_soname_save_LIBS
=$LIBS
11248 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11250 /* end confdefs.h. */
11252 /* Override any GCC internal prototype to avoid an error.
11253 Use char because int might match the return type of a GCC
11254 builtin and then its argument prototype would still apply. */
11258 char xsltCompilePattern ();
11262 return xsltCompilePattern ();
11267 if ac_fn_c_try_link
"$LINENO"; then :
11269 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11270 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'` ;;
11271 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11272 if ${ac_cv_lib_soname_xslt:+false} :; then :
11273 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11277 rm -f core conftest.err conftest.
$ac_objext \
11278 conftest
$ac_exeext conftest.
$ac_ext
11279 LIBS
=$ac_check_soname_save_LIBS
11281 if ${ac_cv_lib_soname_xslt:+false} :; then :
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11283 $as_echo "not found" >&6; }
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11287 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11289 cat >>confdefs.h
<<_ACEOF
11290 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11298 CPPFLAGS
=$ac_save_CPPFLAGS
11299 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11300 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11303 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11304 case "x$with_xslt" in
11305 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11307 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11308 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11312 if test "x$with_dbus" != "xno"
11314 if ${DBUS_CFLAGS:+false} :; then :
11315 if ${PKG_CONFIG+:} false
; then :
11316 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11320 if ${DBUS_LIBS:+false} :; then :
11321 if ${PKG_CONFIG+:} false
; then :
11322 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11327 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11328 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11329 ac_save_CPPFLAGS
=$CPPFLAGS
11330 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11331 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11332 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11334 $as_echo_n "checking for -ldbus-1... " >&6; }
11335 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11336 $as_echo_n "(cached) " >&6
11338 ac_check_soname_save_LIBS
=$LIBS
11339 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11341 /* end confdefs.h. */
11343 /* Override any GCC internal prototype to avoid an error.
11344 Use char because int might match the return type of a GCC
11345 builtin and then its argument prototype would still apply. */
11349 char dbus_connection_close ();
11353 return dbus_connection_close ();
11358 if ac_fn_c_try_link
"$LINENO"; then :
11360 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11361 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'` ;;
11362 *) 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'`
11363 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11364 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11368 rm -f core conftest.err conftest.
$ac_objext \
11369 conftest
$ac_exeext conftest.
$ac_ext
11370 LIBS
=$ac_check_soname_save_LIBS
11372 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11374 $as_echo "not found" >&6; }
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11378 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11380 cat >>confdefs.h
<<_ACEOF
11381 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11391 CPPFLAGS
=$ac_save_CPPFLAGS
11392 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11393 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11396 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11397 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11398 case "x$with_dbus" in
11399 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11401 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11402 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11406 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11408 if ${HAL_CFLAGS:+false} :; then :
11409 if ${PKG_CONFIG+:} false
; then :
11410 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11414 if ${HAL_LIBS:+false} :; then :
11415 if ${PKG_CONFIG+:} false
; then :
11416 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11420 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11421 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11422 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11423 ac_save_CPPFLAGS
=$CPPFLAGS
11424 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11425 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11426 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11428 $as_echo_n "checking for -lhal... " >&6; }
11429 if ${ac_cv_lib_soname_hal+:} false
; then :
11430 $as_echo_n "(cached) " >&6
11432 ac_check_soname_save_LIBS
=$LIBS
11433 LIBS
="-lhal $HAL_LIBS $LIBS"
11434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11435 /* end confdefs.h. */
11437 /* Override any GCC internal prototype to avoid an error.
11438 Use char because int might match the return type of a GCC
11439 builtin and then its argument prototype would still apply. */
11443 char libhal_ctx_new ();
11447 return libhal_ctx_new ();
11452 if ac_fn_c_try_link
"$LINENO"; then :
11454 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11455 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'` ;;
11456 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11457 if ${ac_cv_lib_soname_hal:+false} :; then :
11458 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11462 rm -f core conftest.err conftest.
$ac_objext \
11463 conftest
$ac_exeext conftest.
$ac_ext
11464 LIBS
=$ac_check_soname_save_LIBS
11466 if ${ac_cv_lib_soname_hal:+false} :; then :
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11468 $as_echo "not found" >&6; }
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11472 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11474 cat >>confdefs.h
<<_ACEOF
11475 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11485 CPPFLAGS
=$ac_save_CPPFLAGS
11486 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11487 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11489 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11490 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11491 case "x$with_hal" in
11492 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11494 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11495 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11500 if test "x$with_gnutls" != "xno"
11502 if ${GNUTLS_CFLAGS:+false} :; then :
11503 if ${PKG_CONFIG+:} false
; then :
11504 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11508 if ${GNUTLS_LIBS:+false} :; then :
11509 if ${PKG_CONFIG+:} false
; then :
11510 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11515 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11516 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11517 ac_save_CPPFLAGS
=$CPPFLAGS
11518 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11519 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11520 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11523 #include <gnutls/gnutls.h>
11524 #include <gnutls/crypto.h>
11528 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11533 if ac_fn_c_try_compile
"$LINENO"; then :
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11535 $as_echo_n "checking for -lgnutls... " >&6; }
11536 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11537 $as_echo_n "(cached) " >&6
11539 ac_check_soname_save_LIBS
=$LIBS
11540 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11542 /* end confdefs.h. */
11544 /* Override any GCC internal prototype to avoid an error.
11545 Use char because int might match the return type of a GCC
11546 builtin and then its argument prototype would still apply. */
11550 char gnutls_global_init ();
11554 return gnutls_global_init ();
11559 if ac_fn_c_try_link
"$LINENO"; then :
11561 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11562 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'` ;;
11563 *) 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'`
11564 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11565 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'`
11569 rm -f core conftest.err conftest.
$ac_objext \
11570 conftest
$ac_exeext conftest.
$ac_ext
11571 LIBS
=$ac_check_soname_save_LIBS
11573 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11575 $as_echo "not found" >&6; }
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11579 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11581 cat >>confdefs.h
<<_ACEOF
11582 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11588 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11594 CPPFLAGS
=$ac_save_CPPFLAGS
11595 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11596 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11599 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11600 case "x$with_gnutls" in
11601 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11603 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11604 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11609 if test "$ac_cv_header_ncurses_h" = "yes"
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11612 $as_echo_n "checking for -lncurses... " >&6; }
11613 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11614 $as_echo_n "(cached) " >&6
11616 ac_check_soname_save_LIBS
=$LIBS
11617 LIBS
="-lncurses $LIBS"
11618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h. */
11621 /* Override any GCC internal prototype to avoid an error.
11622 Use char because int might match the return type of a GCC
11623 builtin and then its argument prototype would still apply. */
11636 if ac_fn_c_try_link
"$LINENO"; then :
11638 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11639 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'` ;;
11640 *) 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'`
11641 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11642 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11646 rm -f core conftest.err conftest.
$ac_objext \
11647 conftest
$ac_exeext conftest.
$ac_ext
11648 LIBS
=$ac_check_soname_save_LIBS
11650 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11652 $as_echo "not found" >&6; }
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11656 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11658 cat >>confdefs.h
<<_ACEOF
11659 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11662 CURSES_LIBS
="-lncurses"
11664 elif test "$ac_cv_header_curses_h" = "yes"
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11667 $as_echo_n "checking for -lcurses... " >&6; }
11668 if ${ac_cv_lib_soname_curses+:} false
; then :
11669 $as_echo_n "(cached) " >&6
11671 ac_check_soname_save_LIBS
=$LIBS
11672 LIBS
="-lcurses $LIBS"
11673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11674 /* end confdefs.h. */
11676 /* Override any GCC internal prototype to avoid an error.
11677 Use char because int might match the return type of a GCC
11678 builtin and then its argument prototype would still apply. */
11691 if ac_fn_c_try_link
"$LINENO"; then :
11693 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11694 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'` ;;
11695 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11696 if ${ac_cv_lib_soname_curses:+false} :; then :
11697 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11701 rm -f core conftest.err conftest.
$ac_objext \
11702 conftest
$ac_exeext conftest.
$ac_ext
11703 LIBS
=$ac_check_soname_save_LIBS
11705 if ${ac_cv_lib_soname_curses:+false} :; then :
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11707 $as_echo "not found" >&6; }
11710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11711 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11713 cat >>confdefs.h
<<_ACEOF
11714 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11717 CURSES_LIBS
="-lcurses"
11720 ac_save_LIBS
="$LIBS"
11721 LIBS
="$LIBS $CURSES_LIBS"
11722 for ac_func
in mousemask
11724 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11725 if test "x$ac_cv_func_mousemask" = xyes
; then :
11726 cat >>confdefs.h
<<_ACEOF
11727 #define HAVE_MOUSEMASK 1
11733 LIBS
="$ac_save_LIBS"
11734 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11735 case "x$with_curses" in
11736 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11738 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11739 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11743 if test "x$with_sane" != "xno"
11745 if ${SANE_CFLAGS:+false} :; then :
11746 if ${PKG_CONFIG+:} false
; then :
11747 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11750 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11751 if ${SANE_LIBS:+false} :; then :
11752 if ${PKG_CONFIG+:} false
; then :
11753 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11756 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11758 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11759 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11760 ac_save_CPPFLAGS
=$CPPFLAGS
11761 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11762 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11763 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11765 $as_echo_n "checking for -lsane... " >&6; }
11766 if ${ac_cv_lib_soname_sane+:} false
; then :
11767 $as_echo_n "(cached) " >&6
11769 ac_check_soname_save_LIBS
=$LIBS
11770 LIBS
="-lsane $SANE_LIBS $LIBS"
11771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11772 /* end confdefs.h. */
11774 /* Override any GCC internal prototype to avoid an error.
11775 Use char because int might match the return type of a GCC
11776 builtin and then its argument prototype would still apply. */
11784 return sane_init ();
11789 if ac_fn_c_try_link
"$LINENO"; then :
11791 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11792 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'` ;;
11793 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11794 if ${ac_cv_lib_soname_sane:+false} :; then :
11795 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11799 rm -f core conftest.err conftest.
$ac_objext \
11800 conftest
$ac_exeext conftest.
$ac_ext
11801 LIBS
=$ac_check_soname_save_LIBS
11803 if ${ac_cv_lib_soname_sane:+false} :; then :
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11805 $as_echo "not found" >&6; }
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11809 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11811 cat >>confdefs.h
<<_ACEOF
11812 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11822 CPPFLAGS
=$ac_save_CPPFLAGS
11823 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11824 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11827 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11828 case "x$with_sane" in
11829 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11831 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11832 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11836 if test "x$with_v4l" != "xno"
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11839 $as_echo_n "checking for -lv4l1... " >&6; }
11840 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11841 $as_echo_n "(cached) " >&6
11843 ac_check_soname_save_LIBS
=$LIBS
11844 LIBS
="-lv4l1 $LIBS"
11845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11846 /* end confdefs.h. */
11848 /* Override any GCC internal prototype to avoid an error.
11849 Use char because int might match the return type of a GCC
11850 builtin and then its argument prototype would still apply. */
11858 return v4l1_open ();
11863 if ac_fn_c_try_link
"$LINENO"; then :
11865 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11866 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'` ;;
11867 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11868 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11869 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11873 rm -f core conftest.err conftest.
$ac_objext \
11874 conftest
$ac_exeext conftest.
$ac_ext
11875 LIBS
=$ac_check_soname_save_LIBS
11877 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11879 $as_echo "not found" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11883 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11885 cat >>confdefs.h
<<_ACEOF
11886 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11892 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11893 case "x$with_v4l" in
11894 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11896 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11897 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11901 if test "x$with_gphoto" != "xno"
11903 if ${GPHOTO2_CFLAGS:+false} :; then :
11904 if ${PKG_CONFIG+:} false
; then :
11905 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11908 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11909 if ${GPHOTO2_LIBS:+false} :; then :
11910 if ${PKG_CONFIG+:} false
; then :
11911 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11914 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11915 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11916 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11917 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11918 ac_save_CPPFLAGS
=$CPPFLAGS
11919 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11920 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11921 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11923 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11924 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11925 $as_echo_n "(cached) " >&6
11927 ac_check_lib_save_LIBS
=$LIBS
11928 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11930 /* end confdefs.h. */
11932 /* Override any GCC internal prototype to avoid an error.
11933 Use char because int might match the return type of a GCC
11934 builtin and then its argument prototype would still apply. */
11938 char gp_camera_new ();
11942 return gp_camera_new ();
11947 if ac_fn_c_try_link
"$LINENO"; then :
11948 ac_cv_lib_gphoto2_gp_camera_new
=yes
11950 ac_cv_lib_gphoto2_gp_camera_new
=no
11952 rm -f core conftest.err conftest.
$ac_objext \
11953 conftest
$ac_exeext conftest.
$ac_ext
11954 LIBS
=$ac_check_lib_save_LIBS
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11957 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11958 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11960 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11963 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11967 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11971 CPPFLAGS
=$ac_save_CPPFLAGS
11972 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11973 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11975 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11976 if ${PKG_CONFIG+:} false
; then :
11977 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11980 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11981 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11982 if ${PKG_CONFIG+:} false
; then :
11983 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11986 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11987 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11988 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11989 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11990 ac_save_CPPFLAGS
=$CPPFLAGS
11991 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11992 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11993 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11995 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11996 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11997 $as_echo_n "(cached) " >&6
11999 ac_check_lib_save_LIBS
=$LIBS
12000 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12002 /* end confdefs.h. */
12004 /* Override any GCC internal prototype to avoid an error.
12005 Use char because int might match the return type of a GCC
12006 builtin and then its argument prototype would still apply. */
12010 char gp_port_info_list_new ();
12014 return gp_port_info_list_new ();
12019 if ac_fn_c_try_link
"$LINENO"; then :
12020 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12022 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12024 rm -f core conftest.err conftest.
$ac_objext \
12025 conftest
$ac_exeext conftest.
$ac_ext
12026 LIBS
=$ac_check_lib_save_LIBS
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12029 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12030 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12032 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12035 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12039 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12043 CPPFLAGS
=$ac_save_CPPFLAGS
12044 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12045 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12048 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12049 case "x$with_gphoto" in
12050 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12052 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12053 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12056 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12057 case "x$with_gphoto" in
12058 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12060 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12061 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12066 if test "$ac_cv_header_resolv_h" = "yes"
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12069 $as_echo_n "checking for resolver library... " >&6; }
12070 if ${ac_cv_have_resolv+:} false
; then :
12071 $as_echo_n "(cached) " >&6
12073 ac_save_LIBS
="$LIBS"
12074 for lib
in '' -lresolv
12076 LIBS
="$lib $ac_save_LIBS"
12077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12078 /* end confdefs.h. */
12079 #ifdef HAVE_NETINET_IN_H
12080 #include <netinet/in.h>
12082 #include <resolv.h>
12086 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12091 if ac_fn_c_try_link
"$LINENO"; then :
12092 ac_cv_have_resolv
=${lib:-"none required"}
12094 ac_cv_have_resolv
="not found"
12096 rm -f core conftest.err conftest.
$ac_objext \
12097 conftest
$ac_exeext conftest.
$ac_ext
12098 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12100 LIBS
="$ac_save_LIBS"
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12103 $as_echo "$ac_cv_have_resolv" >&6; }
12105 case "$ac_cv_have_resolv" in
12109 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12112 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12114 RESOLV_LIBS
=$ac_cv_have_resolv
12119 if test "x$with_cms" != "xno"
12121 if ${LCMS2_CFLAGS:+false} :; then :
12122 if ${PKG_CONFIG+:} false
; then :
12123 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12127 if ${LCMS2_LIBS:+false} :; then :
12128 if ${PKG_CONFIG+:} false
; then :
12129 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12133 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12134 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12135 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12136 ac_save_CPPFLAGS
=$CPPFLAGS
12137 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12138 for ac_header
in lcms2.h
12140 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12141 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12142 cat >>confdefs.h
<<_ACEOF
12143 #define HAVE_LCMS2_H 1
12150 if test "$ac_cv_header_lcms2_h" = "yes"
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12153 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12154 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12155 $as_echo_n "(cached) " >&6
12157 ac_check_lib_save_LIBS
=$LIBS
12158 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12160 /* end confdefs.h. */
12162 /* Override any GCC internal prototype to avoid an error.
12163 Use char because int might match the return type of a GCC
12164 builtin and then its argument prototype would still apply. */
12168 char cmsOpenProfileFromFile ();
12172 return cmsOpenProfileFromFile ();
12177 if ac_fn_c_try_link
"$LINENO"; then :
12178 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12180 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12182 rm -f core conftest.err conftest.
$ac_objext \
12183 conftest
$ac_exeext conftest.
$ac_ext
12184 LIBS
=$ac_check_lib_save_LIBS
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12187 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12188 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12190 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12200 CPPFLAGS
=$ac_save_CPPFLAGS
12201 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12202 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12205 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12206 case "x$with_cms" in
12207 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12209 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12210 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12214 if test "x$with_freetype" != "xno"
12216 if ${FREETYPE_CFLAGS:+false} :; then :
12217 if ${PKG_CONFIG+:} false
; then :
12218 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12221 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12222 if ${FREETYPE_LIBS:+false} :; then :
12223 if ${PKG_CONFIG+:} false
; then :
12224 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12227 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12228 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12229 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12230 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12231 ac_save_CPPFLAGS
=$CPPFLAGS
12232 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12233 for ac_header
in ft2build.h
12235 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12236 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12237 cat >>confdefs.h
<<_ACEOF
12238 #define HAVE_FT2BUILD_H 1
12245 if test "$ac_cv_header_ft2build_h" = "yes"
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12248 $as_echo_n "checking for -lfreetype... " >&6; }
12249 if ${ac_cv_lib_soname_freetype+:} false
; then :
12250 $as_echo_n "(cached) " >&6
12252 ac_check_soname_save_LIBS
=$LIBS
12253 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12255 /* end confdefs.h. */
12257 /* Override any GCC internal prototype to avoid an error.
12258 Use char because int might match the return type of a GCC
12259 builtin and then its argument prototype would still apply. */
12263 char FT_Init_FreeType ();
12267 return FT_Init_FreeType ();
12272 if ac_fn_c_try_link
"$LINENO"; then :
12274 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12275 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'` ;;
12276 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12277 if ${ac_cv_lib_soname_freetype:+false} :; then :
12278 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12282 rm -f core conftest.err conftest.
$ac_objext \
12283 conftest
$ac_exeext conftest.
$ac_ext
12284 LIBS
=$ac_check_soname_save_LIBS
12286 if ${ac_cv_lib_soname_freetype:+false} :; then :
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12288 $as_echo "not found" >&6; }
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12292 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12294 cat >>confdefs.h
<<_ACEOF
12295 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12299 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12301 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12302 #include FT_MODULE_H
12304 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12306 cat >>confdefs.h
<<_ACEOF
12307 #define HAVE_FT_TRUETYPEENGINETYPE 1
12318 CPPFLAGS
=$ac_save_CPPFLAGS
12319 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12320 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12323 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12324 case "x$with_freetype" in
12326 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12327 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12330 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12333 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12334 if ${ac_cv_c_ppdev+:} false
; then :
12335 $as_echo_n "(cached) " >&6
12337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12338 /* end confdefs.h. */
12339 #ifdef HAVE_SYS_IOCTL_H
12340 # include <sys/ioctl.h>
12342 #include <linux/ppdev.h>
12346 ioctl (1,PPCLAIM,0)
12351 if ac_fn_c_try_compile
"$LINENO"; then :
12352 ac_cv_c_ppdev
="yes"
12356 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12359 $as_echo "$ac_cv_c_ppdev" >&6; }
12360 if test "$ac_cv_c_ppdev" = "yes"
12363 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12367 ac_wine_check_funcs_save_LIBS
="$LIBS"
12368 LIBS
="$LIBS $PTHREAD_LIBS"
12370 pthread_attr_get_np \
12371 pthread_getattr_np \
12372 pthread_getthreadid_np \
12373 pthread_get_stackaddr_np \
12374 pthread_get_stacksize_np
12376 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12377 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12378 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12379 cat >>confdefs.h
<<_ACEOF
12380 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12386 LIBS
="$ac_wine_check_funcs_save_LIBS"
12388 if test "$ac_cv_header_zlib_h" = "yes"
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12391 $as_echo_n "checking for inflate in -lz... " >&6; }
12392 if ${ac_cv_lib_z_inflate+:} false
; then :
12393 $as_echo_n "(cached) " >&6
12395 ac_check_lib_save_LIBS
=$LIBS
12397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12398 /* end confdefs.h. */
12400 /* Override any GCC internal prototype to avoid an error.
12401 Use char because int might match the return type of a GCC
12402 builtin and then its argument prototype would still apply. */
12415 if ac_fn_c_try_link
"$LINENO"; then :
12416 ac_cv_lib_z_inflate
=yes
12418 ac_cv_lib_z_inflate
=no
12420 rm -f core conftest.err conftest.
$ac_objext \
12421 conftest
$ac_exeext conftest.
$ac_ext
12422 LIBS
=$ac_check_lib_save_LIBS
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12425 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12426 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12428 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12435 if test "x$Z_LIBS" = "x"; then :
12436 case "x$with_zlib" in
12437 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12439 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12440 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12444 if test "x$enable_tools" != xno
12446 if test "$ac_cv_header_gettext_po_h" = "yes"
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12449 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12450 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12451 $as_echo_n "(cached) " >&6
12453 ac_check_lib_save_LIBS
=$LIBS
12454 LIBS
="-lgettextpo $LIBS"
12455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12456 /* end confdefs.h. */
12458 /* Override any GCC internal prototype to avoid an error.
12459 Use char because int might match the return type of a GCC
12460 builtin and then its argument prototype would still apply. */
12464 char po_message_msgctxt ();
12468 return po_message_msgctxt ();
12473 if ac_fn_c_try_link
"$LINENO"; then :
12474 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12476 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12478 rm -f core conftest.err conftest.
$ac_objext \
12479 conftest
$ac_exeext conftest.
$ac_ext
12480 LIBS
=$ac_check_lib_save_LIBS
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12483 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12484 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12486 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12488 GETTEXTPO_LIBS
="-lgettextpo"
12493 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12494 case "x$with_gettextpo" in
12495 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12497 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12498 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12503 if test "x$with_pulse" != "xno";
12505 if ${PULSE_CFLAGS:+false} :; then :
12506 if ${PKG_CONFIG+:} false
; then :
12507 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12511 if ${PULSE_LIBS:+false} :; then :
12512 if ${PKG_CONFIG+:} false
; then :
12513 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12518 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12519 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12520 ac_save_CPPFLAGS
=$CPPFLAGS
12521 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12522 for ac_header
in pulse
/pulseaudio.h
12524 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12525 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12526 cat >>confdefs.h
<<_ACEOF
12527 #define HAVE_PULSE_PULSEAUDIO_H 1
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12530 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12531 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12532 $as_echo_n "(cached) " >&6
12534 ac_check_lib_save_LIBS
=$LIBS
12535 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12536 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12537 /* end confdefs.h. */
12539 /* Override any GCC internal prototype to avoid an error.
12540 Use char because int might match the return type of a GCC
12541 builtin and then its argument prototype would still apply. */
12545 char pa_stream_is_corked ();
12549 return pa_stream_is_corked ();
12554 if ac_fn_c_try_link
"$LINENO"; then :
12555 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12557 ac_cv_lib_pulse_pa_stream_is_corked
=no
12559 rm -f core conftest.err conftest.
$ac_objext \
12560 conftest
$ac_exeext conftest.
$ac_ext
12561 LIBS
=$ac_check_lib_save_LIBS
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12564 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12565 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12577 CPPFLAGS
=$ac_save_CPPFLAGS
12578 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12579 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12582 if test -z "$PULSE_LIBS"; then :
12583 case "x$with_pulse" in
12584 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12586 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12587 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12590 test -n "$PULSE_LIBS" || enable_winepulse_drv
=${enable_winepulse_drv:-no}
12592 if test "x$with_gstreamer" != "xno"
12594 if ${GSTREAMER_CFLAGS:+false} :; then :
12595 if ${PKG_CONFIG+:} false
; then :
12596 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12600 if ${GSTREAMER_LIBS:+false} :; then :
12601 if ${PKG_CONFIG+:} false
; then :
12602 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12607 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12608 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12609 ac_save_CPPFLAGS
=$CPPFLAGS
12610 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12612 for i
in $GSTREAMER_CFLAGS
12615 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12618 GSTREAMER_CFLAGS
=$ac_gst_incl
12619 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12620 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12621 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12622 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12623 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12625 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12626 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12627 /* end confdefs.h. */
12628 #include <gst/app/gstappsink.h>
12632 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12637 if ac_fn_c_try_compile
"$LINENO"; then :
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12639 $as_echo "yes" >&6; }
12640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12641 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12642 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12643 $as_echo_n "(cached) " >&6
12645 ac_check_lib_save_LIBS
=$LIBS
12646 LIBS
="-lgstreamer-0.10 $LIBS"
12647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12648 /* end confdefs.h. */
12650 /* Override any GCC internal prototype to avoid an error.
12651 Use char because int might match the return type of a GCC
12652 builtin and then its argument prototype would still apply. */
12656 char gst_pad_get_caps_reffed ();
12660 return gst_pad_get_caps_reffed ();
12665 if ac_fn_c_try_link
"$LINENO"; then :
12666 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12668 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12670 rm -f core conftest.err conftest.
$ac_objext \
12671 conftest
$ac_exeext conftest.
$ac_ext
12672 LIBS
=$ac_check_lib_save_LIBS
12674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12675 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12676 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12678 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12679 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12680 $as_echo_n "(cached) " >&6
12682 ac_check_lib_save_LIBS
=$LIBS
12683 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12685 /* end confdefs.h. */
12687 /* Override any GCC internal prototype to avoid an error.
12688 Use char because int might match the return type of a GCC
12689 builtin and then its argument prototype would still apply. */
12693 char gst_app_buffer_new ();
12697 return gst_app_buffer_new ();
12702 if ac_fn_c_try_link
"$LINENO"; then :
12703 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12705 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12707 rm -f core conftest.err conftest.
$ac_objext \
12708 conftest
$ac_exeext conftest.
$ac_ext
12709 LIBS
=$ac_check_lib_save_LIBS
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12712 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12713 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12721 $as_echo "no" >&6; }
12723 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12728 GSTREAMER_CFLAGS
=""
12732 CPPFLAGS
=$ac_save_CPPFLAGS
12733 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12734 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12737 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12738 case "x$with_gstreamer" in
12739 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12741 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12742 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12745 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12749 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12752 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12753 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12754 $as_echo_n "(cached) " >&6
12756 ac_check_lib_save_LIBS
=$LIBS
12757 LIBS
="-lasound $LIBS"
12758 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12759 /* end confdefs.h. */
12761 /* Override any GCC internal prototype to avoid an error.
12762 Use char because int might match the return type of a GCC
12763 builtin and then its argument prototype would still apply. */
12767 char snd_pcm_hw_params_get_access_mask ();
12771 return snd_pcm_hw_params_get_access_mask ();
12776 if ac_fn_c_try_link
"$LINENO"; then :
12777 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12779 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12781 rm -f core conftest.err conftest.
$ac_objext \
12782 conftest
$ac_exeext conftest.
$ac_ext
12783 LIBS
=$ac_check_lib_save_LIBS
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12786 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12787 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12788 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12789 /* end confdefs.h. */
12790 #ifdef HAVE_ALSA_ASOUNDLIB_H
12791 #include <alsa/asoundlib.h>
12792 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12793 #include <sys/asoundlib.h>
12798 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12803 if ac_fn_c_try_compile
"$LINENO"; then :
12804 ALSA_LIBS
="-lasound"
12806 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12810 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12812 if test "x$with_oss" != xno
12814 ac_save_CPPFLAGS
="$CPPFLAGS"
12815 if test -f /etc
/oss.conf
12819 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12820 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12821 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12822 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12823 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12825 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12827 cat >>confdefs.h
<<_ACEOF
12828 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12831 OSS4_CFLAGS
="$ac_oss_incl"
12838 CPPFLAGS
="$ac_save_CPPFLAGS"
12839 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12841 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12844 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
12846 if test "x$with_capi" != "xno"
12848 if ${CAPI20_CFLAGS:+false} :; then :
12849 if ${PKG_CONFIG+:} false
; then :
12850 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12854 if ${CAPI20_LIBS:+false} :; then :
12855 if ${PKG_CONFIG+:} false
; then :
12856 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12861 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12862 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12863 ac_save_CPPFLAGS
=$CPPFLAGS
12864 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12865 for ac_header
in capi20.h linux
/capi.h
12867 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12868 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12870 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12871 cat >>confdefs.h
<<_ACEOF
12872 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12879 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12882 $as_echo_n "checking for -lcapi20... " >&6; }
12883 if ${ac_cv_lib_soname_capi20+:} false
; then :
12884 $as_echo_n "(cached) " >&6
12886 ac_check_soname_save_LIBS
=$LIBS
12887 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12888 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12889 /* end confdefs.h. */
12891 /* Override any GCC internal prototype to avoid an error.
12892 Use char because int might match the return type of a GCC
12893 builtin and then its argument prototype would still apply. */
12897 char capi20_register ();
12901 return capi20_register ();
12906 if ac_fn_c_try_link
"$LINENO"; then :
12908 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12909 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'` ;;
12910 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12911 if ${ac_cv_lib_soname_capi20:+false} :; then :
12912 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12916 rm -f core conftest.err conftest.
$ac_objext \
12917 conftest
$ac_exeext conftest.
$ac_ext
12918 LIBS
=$ac_check_soname_save_LIBS
12920 if ${ac_cv_lib_soname_capi20:+false} :; then :
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12922 $as_echo "not found" >&6; }
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12926 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12928 cat >>confdefs.h
<<_ACEOF
12929 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12935 CPPFLAGS
=$ac_save_CPPFLAGS
12936 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12937 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12940 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12941 case "x$with_capi" in
12942 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12944 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12945 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12951 if test "x$with_cups" != "xno"
12953 ac_save_CPPFLAGS
="$CPPFLAGS"
12954 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12955 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12956 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12957 for ac_header
in cups
/cups.h
12959 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12960 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12961 cat >>confdefs.h
<<_ACEOF
12962 #define HAVE_CUPS_CUPS_H 1
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12965 $as_echo_n "checking for -lcups... " >&6; }
12966 if ${ac_cv_lib_soname_cups+:} false
; then :
12967 $as_echo_n "(cached) " >&6
12969 ac_check_soname_save_LIBS
=$LIBS
12970 LIBS
="-lcups $ac_cups_libs $LIBS"
12971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12972 /* end confdefs.h. */
12974 /* Override any GCC internal prototype to avoid an error.
12975 Use char because int might match the return type of a GCC
12976 builtin and then its argument prototype would still apply. */
12980 char cupsGetDefault ();
12984 return cupsGetDefault ();
12989 if ac_fn_c_try_link
"$LINENO"; then :
12991 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12992 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'` ;;
12993 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12994 if ${ac_cv_lib_soname_cups:+false} :; then :
12995 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12999 rm -f core conftest.err conftest.
$ac_objext \
13000 conftest
$ac_exeext conftest.
$ac_ext
13001 LIBS
=$ac_check_soname_save_LIBS
13003 if ${ac_cv_lib_soname_cups:+false} :; then :
13004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13005 $as_echo "not found" >&6; }
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
13009 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13011 cat >>confdefs.h
<<_ACEOF
13012 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13015 CUPS_CFLAGS
="$ac_cups_cflags"
13021 CPPFLAGS
="$ac_save_CPPFLAGS"
13023 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13024 case "x$with_cups" in
13025 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13027 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13028 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13032 if test "x$with_fontconfig" != "xno"
13034 if ${FONTCONFIG_CFLAGS:+false} :; then :
13035 if ${PKG_CONFIG+:} false
; then :
13036 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13039 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13040 if ${FONTCONFIG_LIBS:+false} :; then :
13041 if ${PKG_CONFIG+:} false
; then :
13042 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13045 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13047 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13048 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13049 ac_save_CPPFLAGS
=$CPPFLAGS
13050 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13051 for ac_header
in fontconfig
/fontconfig.h
13053 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13054 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13055 cat >>confdefs.h
<<_ACEOF
13056 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13063 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13066 $as_echo_n "checking for -lfontconfig... " >&6; }
13067 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13068 $as_echo_n "(cached) " >&6
13070 ac_check_soname_save_LIBS
=$LIBS
13071 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13072 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13073 /* end confdefs.h. */
13075 /* Override any GCC internal prototype to avoid an error.
13076 Use char because int might match the return type of a GCC
13077 builtin and then its argument prototype would still apply. */
13090 if ac_fn_c_try_link
"$LINENO"; then :
13092 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13093 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'` ;;
13094 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13095 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13096 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13100 rm -f core conftest.err conftest.
$ac_objext \
13101 conftest
$ac_exeext conftest.
$ac_ext
13102 LIBS
=$ac_check_soname_save_LIBS
13104 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13106 $as_echo "not found" >&6; }
13107 FONTCONFIG_CFLAGS
=""
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13110 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13112 cat >>confdefs.h
<<_ACEOF
13113 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13119 FONTCONFIG_CFLAGS
=""
13121 CPPFLAGS
=$ac_save_CPPFLAGS
13122 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13123 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13126 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13127 case "x$with_fontconfig" in
13128 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13130 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13131 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13135 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13138 $as_echo_n "checking for -lgsm... " >&6; }
13139 if ${ac_cv_lib_soname_gsm+:} false
; then :
13140 $as_echo_n "(cached) " >&6
13142 ac_check_soname_save_LIBS
=$LIBS
13144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13145 /* end confdefs.h. */
13147 /* Override any GCC internal prototype to avoid an error.
13148 Use char because int might match the return type of a GCC
13149 builtin and then its argument prototype would still apply. */
13153 char gsm_create ();
13157 return gsm_create ();
13162 if ac_fn_c_try_link
"$LINENO"; then :
13164 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13165 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'` ;;
13166 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13167 if ${ac_cv_lib_soname_gsm:+false} :; then :
13168 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13172 rm -f core conftest.err conftest.
$ac_objext \
13173 conftest
$ac_exeext conftest.
$ac_ext
13174 LIBS
=$ac_check_soname_save_LIBS
13176 if ${ac_cv_lib_soname_gsm:+false} :; then :
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13178 $as_echo "not found" >&6; }
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13182 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13184 cat >>confdefs.h
<<_ACEOF
13185 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13191 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13192 case "x$with_gsm" in
13193 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13195 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13196 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13200 if test "x$with_jpeg" != "xno"
13202 if ${JPEG_CFLAGS:+false} :; then :
13203 if ${PKG_CONFIG+:} false
; then :
13204 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13208 if ${JPEG_LIBS:+false} :; then :
13209 if ${PKG_CONFIG+:} false
; then :
13210 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13215 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13216 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13217 ac_save_CPPFLAGS
=$CPPFLAGS
13218 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13219 for ac_header
in jpeglib.h
13221 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13222 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13223 cat >>confdefs.h
<<_ACEOF
13224 #define HAVE_JPEGLIB_H 1
13231 if test "$ac_cv_header_jpeglib_h" = "yes"
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13234 $as_echo_n "checking for -ljpeg... " >&6; }
13235 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13236 $as_echo_n "(cached) " >&6
13238 ac_check_soname_save_LIBS
=$LIBS
13239 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13241 /* end confdefs.h. */
13243 /* Override any GCC internal prototype to avoid an error.
13244 Use char because int might match the return type of a GCC
13245 builtin and then its argument prototype would still apply. */
13249 char jpeg_start_decompress ();
13253 return jpeg_start_decompress ();
13258 if ac_fn_c_try_link
"$LINENO"; then :
13260 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13261 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'` ;;
13262 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13263 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13264 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13268 rm -f core conftest.err conftest.
$ac_objext \
13269 conftest
$ac_exeext conftest.
$ac_ext
13270 LIBS
=$ac_check_soname_save_LIBS
13272 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13274 $as_echo "not found" >&6; }
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13278 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13280 cat >>confdefs.h
<<_ACEOF
13281 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13289 CPPFLAGS
=$ac_save_CPPFLAGS
13290 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13291 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13294 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13295 case "x$with_jpeg" in
13296 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13298 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13299 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13303 if test "x$with_png" != "xno"
13305 if ${PNG_CFLAGS:+false} :; then :
13306 if ${PKG_CONFIG+:} false
; then :
13307 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13310 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13311 if ${PNG_LIBS:+false} :; then :
13312 if ${PKG_CONFIG+:} false
; then :
13313 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13316 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13318 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13319 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13320 ac_save_CPPFLAGS
=$CPPFLAGS
13321 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13322 for ac_header
in png.h
13324 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13325 if test "x$ac_cv_header_png_h" = xyes
; then :
13326 cat >>confdefs.h
<<_ACEOF
13327 #define HAVE_PNG_H 1
13334 if test "$ac_cv_header_png_h" = "yes"
13336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13337 $as_echo_n "checking for -lpng... " >&6; }
13338 if ${ac_cv_lib_soname_png+:} false
; then :
13339 $as_echo_n "(cached) " >&6
13341 ac_check_soname_save_LIBS
=$LIBS
13342 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13344 /* end confdefs.h. */
13346 /* Override any GCC internal prototype to avoid an error.
13347 Use char because int might match the return type of a GCC
13348 builtin and then its argument prototype would still apply. */
13352 char png_create_read_struct ();
13356 return png_create_read_struct ();
13361 if ac_fn_c_try_link
"$LINENO"; then :
13363 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13364 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'` ;;
13365 *) 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'`
13366 if ${ac_cv_lib_soname_png:+false} :; then :
13367 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13371 rm -f core conftest.err conftest.
$ac_objext \
13372 conftest
$ac_exeext conftest.
$ac_ext
13373 LIBS
=$ac_check_soname_save_LIBS
13375 if ${ac_cv_lib_soname_png:+false} :; then :
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13377 $as_echo "not found" >&6; }
13380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13381 $as_echo "$ac_cv_lib_soname_png" >&6; }
13383 cat >>confdefs.h
<<_ACEOF
13384 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13388 /* end confdefs.h. */
13393 typeof(png_set_expand_gray_1_2_4_to_8) *p
13398 if ac_fn_c_try_compile
"$LINENO"; then :
13400 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13403 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13408 CPPFLAGS
=$ac_save_CPPFLAGS
13409 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13410 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13413 if test "x$ac_cv_lib_soname_png" = "x"; then :
13414 case "x$with_png" in
13415 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13417 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13418 This is an error since --with-png was requested." "$LINENO" 5 ;;
13422 if test "x$with_tiff" != "xno"
13424 if ${TIFF_CFLAGS:+false} :; then :
13425 if ${PKG_CONFIG+:} false
; then :
13426 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13430 if ${TIFF_LIBS:+false} :; then :
13431 if ${PKG_CONFIG+:} false
; then :
13432 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13437 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13438 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13439 ac_save_CPPFLAGS
=$CPPFLAGS
13440 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13441 for ac_header
in tiffio.h
13443 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13444 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13445 cat >>confdefs.h
<<_ACEOF
13446 #define HAVE_TIFFIO_H 1
13453 if test "$ac_cv_header_tiffio_h" = "yes"
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13456 $as_echo_n "checking for -ltiff... " >&6; }
13457 if ${ac_cv_lib_soname_tiff+:} false
; then :
13458 $as_echo_n "(cached) " >&6
13460 ac_check_soname_save_LIBS
=$LIBS
13461 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13463 /* end confdefs.h. */
13465 /* Override any GCC internal prototype to avoid an error.
13466 Use char because int might match the return type of a GCC
13467 builtin and then its argument prototype would still apply. */
13471 char TIFFClientOpen ();
13475 return TIFFClientOpen ();
13480 if ac_fn_c_try_link
"$LINENO"; then :
13482 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13483 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'` ;;
13484 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13485 if ${ac_cv_lib_soname_tiff:+false} :; then :
13486 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13490 rm -f core conftest.err conftest.
$ac_objext \
13491 conftest
$ac_exeext conftest.
$ac_ext
13492 LIBS
=$ac_check_soname_save_LIBS
13494 if ${ac_cv_lib_soname_tiff:+false} :; then :
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13496 $as_echo "not found" >&6; }
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13500 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13502 cat >>confdefs.h
<<_ACEOF
13503 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13509 CPPFLAGS
=$ac_save_CPPFLAGS
13510 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13511 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13514 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13515 case "x$with_tiff" in
13516 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13518 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13519 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13523 if test "x$with_mpg123" != "xno"
13525 if ${MPG123_CFLAGS:+false} :; then :
13526 if ${PKG_CONFIG+:} false
; then :
13527 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13531 if ${MPG123_LIBS:+false} :; then :
13532 if ${PKG_CONFIG+:} false
; then :
13533 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13537 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13538 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13539 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13540 ac_save_CPPFLAGS
=$CPPFLAGS
13541 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13542 for ac_header
in mpg123.h
13544 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13545 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13546 cat >>confdefs.h
<<_ACEOF
13547 #define HAVE_MPG123_H 1
13554 if test "$ac_cv_header_mpg123_h" = "yes"
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13557 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13558 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13559 $as_echo_n "(cached) " >&6
13561 ac_check_lib_save_LIBS
=$LIBS
13562 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13563 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13564 /* end confdefs.h. */
13566 /* Override any GCC internal prototype to avoid an error.
13567 Use char because int might match the return type of a GCC
13568 builtin and then its argument prototype would still apply. */
13572 char mpg123_feed ();
13576 return mpg123_feed ();
13581 if ac_fn_c_try_link
"$LINENO"; then :
13582 ac_cv_lib_mpg123_mpg123_feed
=yes
13584 ac_cv_lib_mpg123_mpg123_feed
=no
13586 rm -f core conftest.err conftest.
$ac_objext \
13587 conftest
$ac_exeext conftest.
$ac_ext
13588 LIBS
=$ac_check_lib_save_LIBS
13590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13591 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13592 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13602 CPPFLAGS
=$ac_save_CPPFLAGS
13603 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13604 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13607 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13608 case "x$with_mpg123" in
13609 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13611 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13612 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13615 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}
13617 if test "$ac_cv_header_AL_al_h" = "yes"
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13620 $as_echo_n "checking for -lopenal... " >&6; }
13621 if ${ac_cv_lib_soname_openal+:} false
; then :
13622 $as_echo_n "(cached) " >&6
13624 ac_check_soname_save_LIBS
=$LIBS
13625 LIBS
="-lopenal $LIBS"
13626 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13627 /* end confdefs.h. */
13629 /* Override any GCC internal prototype to avoid an error.
13630 Use char because int might match the return type of a GCC
13631 builtin and then its argument prototype would still apply. */
13635 char alGetSource3i ();
13639 return alGetSource3i ();
13644 if ac_fn_c_try_link
"$LINENO"; then :
13646 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13647 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'` ;;
13648 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13649 if ${ac_cv_lib_soname_openal:+false} :; then :
13650 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13654 rm -f core conftest.err conftest.
$ac_objext \
13655 conftest
$ac_exeext conftest.
$ac_ext
13656 LIBS
=$ac_check_soname_save_LIBS
13658 if ${ac_cv_lib_soname_openal:+false} :; then :
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13660 $as_echo "not found" >&6; }
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13664 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13666 cat >>confdefs.h
<<_ACEOF
13667 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13670 OPENAL_LIBS
="-lopenal"
13672 ac_cv_lib_openal
=yes
13674 cat >>confdefs.h
<<_ACEOF
13675 #define HAVE_OPENAL 1
13680 if test "x$ac_cv_lib_openal" != xyes
; then :
13681 case "x$with_openal" in
13682 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13684 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13685 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13688 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13690 if test "x$ac_cv_lib_openal" = xyes
13692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13693 $as_echo_n "checking for openal-soft... " >&6; }
13694 if ${ac_cv_have_openalsoft+:} false
; then :
13695 $as_echo_n "(cached) " >&6
13697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13698 /* end confdefs.h. */
13700 #include <AL/alc.h>
13701 #include <AL/alext.h>
13702 LPALCRENDERSAMPLESSOFT x;
13711 if ac_fn_c_try_compile
"$LINENO"; then :
13712 ac_cv_have_openalsoft
=yes
13714 ac_cv_have_openalsoft
=no
13716 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13719 $as_echo "$ac_cv_have_openalsoft" >&6; }
13721 if test "x$ac_cv_have_openalsoft" != xyes
13723 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13724 enable_xaudio2_7
=${enable_xaudio2_7:-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"
17225 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17226 .gitignore: config.status
17227 @./config.status .gitignore"
17229 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17230 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17232 if test "x$enable_fonts" != xno
; then
17233 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17234 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17235 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17236 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17237 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17238 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17240 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17241 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17242 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17243 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17244 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17245 wine_fn_config_symlink wine
17246 if test "x$enable_win64" != xno
; then
17247 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17248 wine_fn_config_symlink wine64
17251 wine_fn_config_dll acledit enable_acledit
17252 wine_fn_config_dll aclui enable_aclui implib
17253 wine_fn_config_dll activeds enable_activeds implib
17254 wine_fn_config_dll actxprxy enable_actxprxy clean
17255 wine_fn_config_lib adsiid
17256 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17257 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17258 wine_fn_config_dll advpack enable_advpack implib
17259 wine_fn_config_test dlls
/advpack
/tests advpack_test
17260 wine_fn_config_dll amstream enable_amstream clean
17261 wine_fn_config_test dlls
/amstream
/tests amstream_test
17262 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17263 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17264 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17265 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17266 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17267 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17268 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17269 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17270 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17271 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17272 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17273 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17274 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17275 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17276 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17277 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17278 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17279 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17280 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17281 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17282 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17283 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17284 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17285 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17286 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17287 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17288 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17289 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17290 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17291 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17292 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17293 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17294 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17295 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17296 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17298 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17299 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17300 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17301 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17302 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17303 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17304 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17305 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17306 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17307 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17308 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17309 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17310 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17311 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17312 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17313 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17314 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17315 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17316 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17317 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17318 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17319 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17320 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17321 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17322 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17323 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17324 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17325 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17326 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17327 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17328 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17329 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17330 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17331 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17332 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17333 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17334 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17335 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17336 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17337 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17338 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17339 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17340 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17341 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17342 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17343 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17344 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17345 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17346 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17347 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17348 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17349 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17350 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17351 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17352 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17353 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17354 wine_fn_config_dll apphelp enable_apphelp
17355 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17356 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17357 wine_fn_config_dll atl enable_atl clean
,implib
17358 wine_fn_config_test dlls
/atl
/tests atl_test
17359 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17360 wine_fn_config_test dlls
/atl100
/tests atl100_test
17361 wine_fn_config_dll atl110 enable_atl110 clean
17362 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17363 wine_fn_config_test dlls
/atl80
/tests atl80_test
17364 wine_fn_config_dll atl90 enable_atl90 clean
17365 wine_fn_config_dll authz enable_authz
17366 wine_fn_config_dll avicap32 enable_avicap32 implib
17367 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17368 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17369 wine_fn_config_dll avifile.dll16 enable_win16
17370 wine_fn_config_dll avrt enable_avrt implib
17371 wine_fn_config_dll bcrypt enable_bcrypt
17372 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17373 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17374 wine_fn_config_dll browseui enable_browseui clean
,po
17375 wine_fn_config_test dlls
/browseui
/tests browseui_test
17376 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17377 wine_fn_config_dll cabinet enable_cabinet implib
17378 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17379 wine_fn_config_dll capi2032 enable_capi2032 implib
17380 wine_fn_config_dll cards enable_cards implib
17381 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17382 wine_fn_config_dll clusapi enable_clusapi implib
17383 wine_fn_config_dll combase enable_combase
17384 wine_fn_config_test dlls
/combase
/tests combase_test
17385 wine_fn_config_dll comcat enable_comcat
17386 wine_fn_config_test dlls
/comcat
/tests comcat_test
17387 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17388 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17389 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17390 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17391 wine_fn_config_dll
comm.drv16 enable_win16
17392 wine_fn_config_dll commdlg.dll16 enable_win16
17393 wine_fn_config_dll compobj.dll16 enable_win16
17394 wine_fn_config_dll compstui enable_compstui implib
17395 wine_fn_config_dll comsvcs enable_comsvcs implib
17396 wine_fn_config_dll connect enable_connect
17397 wine_fn_config_dll credui enable_credui implib
,po
17398 wine_fn_config_test dlls
/credui
/tests credui_test
17399 wine_fn_config_dll crtdll enable_crtdll implib
17400 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17401 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17402 wine_fn_config_dll cryptdlg enable_cryptdlg po
17403 wine_fn_config_dll cryptdll enable_cryptdll implib
17404 wine_fn_config_dll cryptext enable_cryptext
17405 wine_fn_config_dll cryptnet enable_cryptnet implib
17406 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17407 wine_fn_config_dll cryptui enable_cryptui implib
,po
17408 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17409 wine_fn_config_dll ctapi32 enable_ctapi32
17410 wine_fn_config_dll ctl3d.dll16 enable_win16
17411 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17412 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17413 wine_fn_config_dll d2d1 enable_d2d1 implib
17414 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17415 wine_fn_config_dll d3d10 enable_d3d10 implib
17416 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17417 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17418 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17419 wine_fn_config_dll d3d10core enable_d3d10core implib
17420 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17421 wine_fn_config_dll d3d11 enable_d3d11 implib
17422 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17423 wine_fn_config_dll d3d8 enable_d3d8 implib
17424 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17425 wine_fn_config_dll d3d9 enable_d3d9 implib
17426 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17427 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17428 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17429 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17430 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17431 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17432 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17433 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17434 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17435 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17436 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17437 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17438 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17439 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17440 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17441 wine_fn_config_dll d3dim enable_d3dim implib
17442 wine_fn_config_dll d3drm enable_d3drm implib
17443 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17444 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17445 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17446 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17447 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17448 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17449 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17450 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17451 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17452 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17453 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17454 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17455 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17456 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17457 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17458 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17459 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17460 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17461 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17462 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17463 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17464 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17465 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17466 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17467 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17468 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17469 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17470 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17471 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17472 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17473 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17474 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17475 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17476 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17477 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17478 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17479 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17480 wine_fn_config_dll davclnt enable_davclnt
17481 wine_fn_config_dll dbgeng enable_dbgeng implib
17482 wine_fn_config_dll dbghelp enable_dbghelp implib
17483 wine_fn_config_dll dciman32 enable_dciman32 implib
17484 wine_fn_config_dll ddeml.dll16 enable_win16
17485 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17486 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17487 wine_fn_config_dll ddrawex enable_ddrawex clean
17488 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17489 wine_fn_config_dll devenum enable_devenum clean
,po
17490 wine_fn_config_test dlls
/devenum
/tests devenum_test
17491 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17492 wine_fn_config_dll difxapi enable_difxapi
17493 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17494 wine_fn_config_test dlls
/dinput
/tests dinput_test
17495 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17496 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17497 wine_fn_config_dll dispdib.dll16 enable_win16
17498 wine_fn_config_dll dispex enable_dispex clean
17499 wine_fn_config_test dlls
/dispex
/tests dispex_test
17500 wine_fn_config_dll display.drv16 enable_win16
17501 wine_fn_config_dll dmband enable_dmband clean
17502 wine_fn_config_test dlls
/dmband
/tests dmband_test
17503 wine_fn_config_dll dmcompos enable_dmcompos clean
17504 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17505 wine_fn_config_dll dmime enable_dmime clean
17506 wine_fn_config_test dlls
/dmime
/tests dmime_test
17507 wine_fn_config_dll dmloader enable_dmloader clean
17508 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17509 wine_fn_config_dll dmscript enable_dmscript clean
17510 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17511 wine_fn_config_dll dmstyle enable_dmstyle clean
17512 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17513 wine_fn_config_dll dmsynth enable_dmsynth clean
17514 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17515 wine_fn_config_dll dmusic enable_dmusic clean
17516 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17517 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17518 wine_fn_config_dll dnsapi enable_dnsapi implib
17519 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17520 wine_fn_config_dll dplay enable_dplay implib
17521 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17522 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17523 wine_fn_config_dll dpnaddr enable_dpnaddr
17524 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17525 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17526 wine_fn_config_dll dpnhpast enable_dpnhpast
17527 wine_fn_config_dll dpnlobby enable_dpnlobby
17528 wine_fn_config_dll dpvoice enable_dpvoice clean
17529 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17530 wine_fn_config_dll dpwsockx enable_dpwsockx
17531 wine_fn_config_dll drmclien enable_drmclien
17532 wine_fn_config_dll dsound enable_dsound clean
,implib
17533 wine_fn_config_test dlls
/dsound
/tests dsound_test
17534 wine_fn_config_dll dssenh enable_dssenh
17535 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17536 wine_fn_config_dll dswave enable_dswave clean
17537 wine_fn_config_test dlls
/dswave
/tests dswave_test
17538 wine_fn_config_dll dwmapi enable_dwmapi implib
17539 wine_fn_config_dll dwrite enable_dwrite implib
17540 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17541 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17542 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17543 wine_fn_config_lib dxerr8
17544 wine_fn_config_lib dxerr9
17545 wine_fn_config_dll dxgi enable_dxgi implib
17546 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17547 wine_fn_config_lib dxguid
17548 wine_fn_config_dll dxva2 enable_dxva2
17549 wine_fn_config_dll esent enable_esent
17550 wine_fn_config_dll evr enable_evr
17551 wine_fn_config_dll explorerframe enable_explorerframe clean
17552 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17553 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17554 wine_fn_config_dll faultrep enable_faultrep implib
17555 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17556 wine_fn_config_dll fltlib enable_fltlib
17557 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17558 wine_fn_config_dll fntcache enable_fntcache
17559 wine_fn_config_dll fontsub enable_fontsub
17560 wine_fn_config_dll fusion enable_fusion
17561 wine_fn_config_test dlls
/fusion
/tests fusion_test
17562 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17563 wine_fn_config_dll gameux enable_gameux clean
17564 wine_fn_config_test dlls
/gameux
/tests gameux_test
17565 wine_fn_config_dll gdi.exe16 enable_win16
17566 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17567 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17568 wine_fn_config_dll gdiplus enable_gdiplus implib
17569 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17570 wine_fn_config_dll glu32 enable_glu32 implib
17571 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17572 wine_fn_config_dll gpkcsp enable_gpkcsp
17573 wine_fn_config_dll hal enable_hal
17574 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17575 wine_fn_config_dll hid enable_hid implib
17576 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17577 wine_fn_config_dll hlink enable_hlink clean
,implib
17578 wine_fn_config_test dlls
/hlink
/tests hlink_test
17579 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17580 wine_fn_config_dll httpapi enable_httpapi
17581 wine_fn_config_dll iccvid enable_iccvid po
17582 wine_fn_config_dll icmp enable_icmp
17583 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17584 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17585 wine_fn_config_dll ifsmgr.vxd enable_win16
17586 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17587 wine_fn_config_dll imagehlp enable_imagehlp implib
17588 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17589 wine_fn_config_dll imm.dll16 enable_win16
17590 wine_fn_config_dll imm32 enable_imm32 implib
17591 wine_fn_config_test dlls
/imm32
/tests imm32_test
17592 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17593 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17594 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17595 wine_fn_config_dll inetmib1 enable_inetmib1
17596 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17597 wine_fn_config_dll infosoft enable_infosoft clean
17598 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17599 wine_fn_config_dll initpki enable_initpki
17600 wine_fn_config_dll inkobj enable_inkobj
17601 wine_fn_config_dll inseng enable_inseng clean
17602 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17603 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17604 wine_fn_config_dll itircl enable_itircl
17605 wine_fn_config_dll itss enable_itss clean
17606 wine_fn_config_test dlls
/itss
/tests itss_test
17607 wine_fn_config_dll joy.cpl enable_joy_cpl po
17608 wine_fn_config_dll jscript enable_jscript clean
,po
17609 wine_fn_config_test dlls
/jscript
/tests jscript_test
17610 wine_fn_config_dll jsproxy enable_jsproxy implib
17611 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17612 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17613 wine_fn_config_dll keyboard.drv16 enable_win16
17614 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17615 wine_fn_config_dll ksuser enable_ksuser
17616 wine_fn_config_dll ktmw32 enable_ktmw32
17617 wine_fn_config_dll loadperf enable_loadperf implib
17618 wine_fn_config_dll localspl enable_localspl po
17619 wine_fn_config_test dlls
/localspl
/tests localspl_test
17620 wine_fn_config_dll localui enable_localui po
17621 wine_fn_config_test dlls
/localui
/tests localui_test
17622 wine_fn_config_dll lz32 enable_lz32 implib
17623 wine_fn_config_test dlls
/lz32
/tests lz32_test
17624 wine_fn_config_dll lzexpand.dll16 enable_win16
17625 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17626 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17627 wine_fn_config_dll mapistub enable_mapistub
17628 wine_fn_config_dll mciavi32 enable_mciavi32
17629 wine_fn_config_dll mcicda enable_mcicda
17630 wine_fn_config_dll mciqtz32 enable_mciqtz32
17631 wine_fn_config_dll mciseq enable_mciseq
17632 wine_fn_config_dll mciwave enable_mciwave
17633 wine_fn_config_dll mf enable_mf
17634 wine_fn_config_dll mfplat enable_mfplat
17635 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17636 wine_fn_config_dll mgmtapi enable_mgmtapi
17637 wine_fn_config_dll midimap enable_midimap
17638 wine_fn_config_dll mlang enable_mlang clean
,implib
17639 wine_fn_config_test dlls
/mlang
/tests mlang_test
17640 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17641 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17642 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17643 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17644 wine_fn_config_dll mmdevldr.vxd enable_win16
17645 wine_fn_config_dll mmsystem.dll16 enable_win16
17646 wine_fn_config_dll monodebg.vxd enable_win16
17647 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17648 wine_fn_config_dll mouse.drv16 enable_win16
17649 wine_fn_config_dll mpr enable_mpr implib
,po
17650 wine_fn_config_test dlls
/mpr
/tests mpr_test
17651 wine_fn_config_dll mprapi enable_mprapi implib
17652 wine_fn_config_dll msacm.dll16 enable_win16
17653 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17654 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17655 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17656 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17657 wine_fn_config_dll msasn1 enable_msasn1 implib
17658 wine_fn_config_dll mscat32 enable_mscat32
17659 wine_fn_config_dll mscms enable_mscms implib
17660 wine_fn_config_test dlls
/mscms
/tests mscms_test
17661 wine_fn_config_dll mscoree enable_mscoree clean
17662 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17663 wine_fn_config_dll msctf enable_msctf clean
17664 wine_fn_config_test dlls
/msctf
/tests msctf_test
17665 wine_fn_config_dll msctfp enable_msctfp clean
17666 wine_fn_config_dll msdaps enable_msdaps clean
17667 wine_fn_config_dll msdelta enable_msdelta
17668 wine_fn_config_dll msdmo enable_msdmo implib
17669 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17670 wine_fn_config_dll msftedit enable_msftedit
17671 wine_fn_config_dll msg711.acm enable_msg711_acm
17672 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17673 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17674 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17675 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17676 wine_fn_config_dll msi enable_msi clean
,implib
,po
17677 wine_fn_config_test dlls
/msi
/tests msi_test
17678 wine_fn_config_dll msident enable_msident clean
17679 wine_fn_config_dll msimg32 enable_msimg32 implib
17680 wine_fn_config_dll msimsg enable_msimsg
17681 wine_fn_config_dll msimtf enable_msimtf clean
17682 wine_fn_config_dll msisip enable_msisip
17683 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17684 wine_fn_config_dll msls31 enable_msls31
17685 wine_fn_config_dll msnet32 enable_msnet32
17686 wine_fn_config_dll mspatcha enable_mspatcha implib
17687 wine_fn_config_dll msrle32 enable_msrle32 po
17688 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17689 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17690 wine_fn_config_dll mssign32 enable_mssign32
17691 wine_fn_config_dll mssip32 enable_mssip32
17692 wine_fn_config_dll mstask enable_mstask clean
17693 wine_fn_config_test dlls
/mstask
/tests mstask_test
17694 wine_fn_config_dll msvcirt enable_msvcirt
17695 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17696 wine_fn_config_dll msvcm80 enable_msvcm80
17697 wine_fn_config_dll msvcm90 enable_msvcm90
17698 wine_fn_config_dll msvcp100 enable_msvcp100
17699 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17700 wine_fn_config_dll msvcp110 enable_msvcp110
17701 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17702 wine_fn_config_dll msvcp120 enable_msvcp120
17703 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17704 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17705 wine_fn_config_dll msvcp60 enable_msvcp60
17706 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17707 wine_fn_config_dll msvcp70 enable_msvcp70
17708 wine_fn_config_dll msvcp71 enable_msvcp71
17709 wine_fn_config_dll msvcp80 enable_msvcp80
17710 wine_fn_config_dll msvcp90 enable_msvcp90
17711 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17712 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17713 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17714 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17715 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17716 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17717 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17718 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17719 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17720 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17721 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17722 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17723 wine_fn_config_dll msvcrt enable_msvcrt implib
17724 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17725 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17726 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17727 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17728 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17729 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17730 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17731 wine_fn_config_dll msvidc32 enable_msvidc32 po
17732 wine_fn_config_dll msvideo.dll16 enable_win16
17733 wine_fn_config_dll mswsock enable_mswsock implib
17734 wine_fn_config_dll msxml enable_msxml clean
17735 wine_fn_config_dll msxml2 enable_msxml2 clean
17736 wine_fn_config_dll msxml3 enable_msxml3 clean
17737 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17738 wine_fn_config_dll msxml4 enable_msxml4 clean
17739 wine_fn_config_dll msxml6 enable_msxml6 clean
17740 wine_fn_config_dll nddeapi enable_nddeapi implib
17741 wine_fn_config_dll ndis.sys enable_ndis_sys
17742 wine_fn_config_dll netapi32 enable_netapi32 implib
17743 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17744 wine_fn_config_dll netcfgx enable_netcfgx clean
17745 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17746 wine_fn_config_dll netprofm enable_netprofm clean
17747 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17748 wine_fn_config_dll newdev enable_newdev implib
17749 wine_fn_config_dll normaliz enable_normaliz implib
17750 wine_fn_config_dll npmshtml enable_npmshtml
17751 wine_fn_config_dll npptools enable_npptools
17752 wine_fn_config_dll ntdll enable_ntdll implib
17753 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17754 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17755 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17756 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17757 wine_fn_config_dll ntprint enable_ntprint
17758 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17759 wine_fn_config_dll objsel enable_objsel clean
17760 wine_fn_config_dll odbc32 enable_odbc32 implib
17761 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17762 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17763 wine_fn_config_dll odbccu32 enable_odbccu32
17764 wine_fn_config_dll ole2.dll16 enable_win16
17765 wine_fn_config_dll ole2conv.dll16 enable_win16
17766 wine_fn_config_dll ole2disp.dll16 enable_win16
17767 wine_fn_config_dll ole2nls.dll16 enable_win16
17768 wine_fn_config_dll ole2prox.dll16 enable_win16
17769 wine_fn_config_dll ole2thk.dll16 enable_win16
17770 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17771 wine_fn_config_test dlls
/ole32
/tests ole32_test
17772 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17773 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17774 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17775 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17776 wine_fn_config_dll olecli.dll16 enable_win16
17777 wine_fn_config_dll olecli32 enable_olecli32 implib
17778 wine_fn_config_dll oledb32 enable_oledb32 clean
17779 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17780 wine_fn_config_dll oledlg enable_oledlg implib
,po
17781 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17782 wine_fn_config_dll olepro32 enable_olepro32 implib
17783 wine_fn_config_dll olesvr.dll16 enable_win16
17784 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17785 wine_fn_config_dll olethk32 enable_olethk32
17786 wine_fn_config_dll openal32 enable_openal32
17787 wine_fn_config_dll opencl enable_opencl
17788 wine_fn_config_dll opengl32 enable_opengl32 implib
17789 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17790 wine_fn_config_dll packager enable_packager clean
17791 wine_fn_config_test dlls
/packager
/tests packager_test
17792 wine_fn_config_dll pdh enable_pdh implib
17793 wine_fn_config_test dlls
/pdh
/tests pdh_test
17794 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17795 wine_fn_config_dll pidgen enable_pidgen
17796 wine_fn_config_dll powrprof enable_powrprof implib
17797 wine_fn_config_dll printui enable_printui
17798 wine_fn_config_dll prntvpt enable_prntvpt
17799 wine_fn_config_dll propsys enable_propsys clean
,implib
17800 wine_fn_config_test dlls
/propsys
/tests propsys_test
17801 wine_fn_config_dll psapi enable_psapi implib
17802 wine_fn_config_test dlls
/psapi
/tests psapi_test
17803 wine_fn_config_dll pstorec enable_pstorec clean
17804 wine_fn_config_dll qcap enable_qcap
17805 wine_fn_config_test dlls
/qcap
/tests qcap_test
17806 wine_fn_config_dll qedit enable_qedit clean
17807 wine_fn_config_test dlls
/qedit
/tests qedit_test
17808 wine_fn_config_dll qmgr enable_qmgr clean
17809 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17810 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17811 wine_fn_config_dll quartz enable_quartz clean
,implib
17812 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17813 wine_fn_config_dll query enable_query
17814 wine_fn_config_dll rasapi16.dll16 enable_win16
17815 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17816 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17817 wine_fn_config_dll rasdlg enable_rasdlg implib
17818 wine_fn_config_dll regapi enable_regapi
17819 wine_fn_config_dll resutils enable_resutils implib
17820 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17821 wine_fn_config_test dlls
/riched20
/tests riched20_test
17822 wine_fn_config_dll riched32 enable_riched32
17823 wine_fn_config_test dlls
/riched32
/tests riched32_test
17824 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17825 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17826 wine_fn_config_dll rsabase enable_rsabase
17827 wine_fn_config_dll rsaenh enable_rsaenh implib
17828 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17829 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17830 wine_fn_config_dll rtutils enable_rtutils implib
17831 wine_fn_config_dll samlib enable_samlib
17832 wine_fn_config_dll sane.ds enable_sane_ds po
17833 wine_fn_config_dll scarddlg enable_scarddlg
17834 wine_fn_config_dll sccbase enable_sccbase
17835 wine_fn_config_dll schannel enable_schannel
17836 wine_fn_config_test dlls
/schannel
/tests schannel_test
17837 wine_fn_config_dll schedsvc enable_schedsvc clean
17838 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17839 wine_fn_config_dll scrrun enable_scrrun clean
17840 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17841 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17842 wine_fn_config_dll secur32 enable_secur32 implib
17843 wine_fn_config_test dlls
/secur32
/tests secur32_test
17844 wine_fn_config_dll security enable_security
17845 wine_fn_config_dll sensapi enable_sensapi implib
17846 wine_fn_config_dll serialui enable_serialui implib
,po
17847 wine_fn_config_test dlls
/serialui
/tests serialui_test
17848 wine_fn_config_dll setupapi enable_setupapi implib
,po
17849 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17850 wine_fn_config_dll setupx.dll16 enable_win16
17851 wine_fn_config_dll sfc enable_sfc implib
17852 wine_fn_config_dll sfc_os enable_sfc_os implib
17853 wine_fn_config_dll shdoclc enable_shdoclc po
17854 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17855 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17856 wine_fn_config_dll shell.dll16 enable_win16
17857 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17858 wine_fn_config_test dlls
/shell32
/tests shell32_test
17859 wine_fn_config_dll shfolder enable_shfolder implib
17860 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17861 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17862 wine_fn_config_dll slbcsp enable_slbcsp
17863 wine_fn_config_dll slc enable_slc implib
17864 wine_fn_config_test dlls
/slc
/tests slc_test
17865 wine_fn_config_dll snmpapi enable_snmpapi implib
17866 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17867 wine_fn_config_dll softpub enable_softpub
17868 wine_fn_config_dll sound.drv16 enable_win16
17869 wine_fn_config_dll spoolss enable_spoolss implib
17870 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17871 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17872 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17873 wine_fn_config_dll sti enable_sti clean
,implib
17874 wine_fn_config_test dlls
/sti
/tests sti_test
17875 wine_fn_config_dll storage.dll16 enable_win16
17876 wine_fn_config_dll stress.dll16 enable_win16
17877 wine_fn_config_lib strmbase
17878 wine_fn_config_lib strmiids
17879 wine_fn_config_dll svrapi enable_svrapi
17880 wine_fn_config_dll sxs enable_sxs implib
17881 wine_fn_config_test dlls
/sxs
/tests sxs_test
17882 wine_fn_config_dll system.drv16 enable_win16
17883 wine_fn_config_dll t2embed enable_t2embed
17884 wine_fn_config_dll tapi32 enable_tapi32 implib
17885 wine_fn_config_dll taskschd enable_taskschd clean
17886 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17887 wine_fn_config_dll toolhelp.dll16 enable_win16
17888 wine_fn_config_dll traffic enable_traffic
17889 wine_fn_config_dll twain.dll16 enable_win16
17890 wine_fn_config_dll twain_32 enable_twain_32
17891 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17892 wine_fn_config_dll typelib.dll16 enable_win16
17893 wine_fn_config_dll ucrtbase enable_ucrtbase
17894 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17895 wine_fn_config_dll unicows enable_unicows implib
17896 wine_fn_config_dll updspapi enable_updspapi
17897 wine_fn_config_dll url enable_url implib
17898 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17899 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17900 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17901 wine_fn_config_dll user.exe16 enable_win16
17902 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17903 wine_fn_config_test dlls
/user32
/tests user32_test
17904 wine_fn_config_dll userenv enable_userenv implib
17905 wine_fn_config_test dlls
/userenv
/tests userenv_test
17906 wine_fn_config_dll usp10 enable_usp10 implib
17907 wine_fn_config_test dlls
/usp10
/tests usp10_test
17908 wine_fn_config_lib uuid
17909 wine_fn_config_dll uxtheme enable_uxtheme implib
17910 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17911 wine_fn_config_dll vbscript enable_vbscript clean
17912 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17913 wine_fn_config_dll vcomp enable_vcomp
17914 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17915 wine_fn_config_dll vcomp100 enable_vcomp100
17916 wine_fn_config_dll vcomp110 enable_vcomp110
17917 wine_fn_config_dll vcomp120 enable_vcomp120
17918 wine_fn_config_dll vcomp90 enable_vcomp90
17919 wine_fn_config_dll vcruntime140 enable_vcruntime140
17920 wine_fn_config_dll vdhcp.vxd enable_win16
17921 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17922 wine_fn_config_dll ver.dll16 enable_win16
17923 wine_fn_config_dll version enable_version implib
17924 wine_fn_config_test dlls
/version
/tests version_test
17925 wine_fn_config_dll vmm.vxd enable_win16
17926 wine_fn_config_dll vnbt.vxd enable_win16
17927 wine_fn_config_dll vnetbios.vxd enable_win16
17928 wine_fn_config_dll vssapi enable_vssapi
17929 wine_fn_config_dll vtdapi.vxd enable_win16
17930 wine_fn_config_dll vwin32.vxd enable_win16
17931 wine_fn_config_dll w32skrnl enable_win16
17932 wine_fn_config_dll w32sys.dll16 enable_win16
17933 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17934 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17935 wine_fn_config_dll wbemprox enable_wbemprox clean
17936 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17937 wine_fn_config_dll webservices enable_webservices implib
17938 wine_fn_config_test dlls
/webservices
/tests webservices_test
17939 wine_fn_config_dll wer enable_wer implib
17940 wine_fn_config_test dlls
/wer
/tests wer_test
17941 wine_fn_config_dll wevtapi enable_wevtapi
17942 wine_fn_config_dll wiaservc enable_wiaservc clean
17943 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
17944 wine_fn_config_dll wimgapi enable_wimgapi
17945 wine_fn_config_dll win32s16.dll16 enable_win16
17946 wine_fn_config_dll win87em.dll16 enable_win16
17947 wine_fn_config_dll winaspi.dll16 enable_win16
17948 wine_fn_config_dll windebug.dll16 enable_win16
17949 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17950 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17951 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17952 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17953 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17954 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17955 wine_fn_config_lib winecrt0
17956 wine_fn_config_dll wined3d enable_wined3d implib
17957 wine_fn_config_dll winegstreamer enable_winegstreamer
17958 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17959 wine_fn_config_dll winemac.drv enable_winemac_drv po
17960 wine_fn_config_dll winemapi enable_winemapi
17961 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17962 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17963 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17964 wine_fn_config_dll wineps16.drv16 enable_win16
17965 wine_fn_config_dll winepulse.drv enable_winepulse_drv
17966 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17967 wine_fn_config_dll winex11.drv enable_winex11_drv
17968 wine_fn_config_dll wing.dll16 enable_win16
17969 wine_fn_config_dll wing32 enable_wing32
17970 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17971 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17972 wine_fn_config_dll wininet enable_wininet implib
,po
17973 wine_fn_config_test dlls
/wininet
/tests wininet_test
17974 wine_fn_config_dll winmm enable_winmm implib
,po
17975 wine_fn_config_test dlls
/winmm
/tests winmm_test
17976 wine_fn_config_dll winnls.dll16 enable_win16
17977 wine_fn_config_dll winnls32 enable_winnls32 implib
17978 wine_fn_config_dll winscard enable_winscard implib
17979 wine_fn_config_dll winsock.dll16 enable_win16
17980 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17981 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17982 wine_fn_config_dll winsta enable_winsta
17983 wine_fn_config_dll wintab.dll16 enable_win16
17984 wine_fn_config_dll wintab32 enable_wintab32 implib
17985 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17986 wine_fn_config_dll wintrust enable_wintrust implib
17987 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17988 wine_fn_config_dll wlanapi enable_wlanapi
17989 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17990 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17991 wine_fn_config_dll wmi enable_wmi
17992 wine_fn_config_dll wmiutils enable_wmiutils clean
17993 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17994 wine_fn_config_dll wmp enable_wmp clean
17995 wine_fn_config_test dlls
/wmp
/tests wmp_test
17996 wine_fn_config_dll wmvcore enable_wmvcore
17997 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17998 wine_fn_config_dll wow32 enable_win16 implib
17999 wine_fn_config_dll wpcap enable_wpcap
18000 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18001 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18002 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18003 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18004 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18005 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18006 wine_fn_config_dll wsock32 enable_wsock32 implib
18007 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18008 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18009 wine_fn_config_dll wuapi enable_wuapi clean
18010 wine_fn_config_dll wuaueng enable_wuaueng
18011 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18012 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18013 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18014 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18015 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18016 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18017 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18018 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18019 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18020 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18021 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18022 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18023 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18024 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18025 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18026 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18027 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18028 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18029 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18030 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18031 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18032 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18033 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18034 wine_fn_config_dll xinput1_1 enable_xinput1_1
18035 wine_fn_config_dll xinput1_2 enable_xinput1_2
18036 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18037 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18038 wine_fn_config_dll xinput1_4 enable_xinput1_4
18039 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18040 wine_fn_config_dll xmllite enable_xmllite implib
18041 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18042 wine_fn_config_dll xolehlp enable_xolehlp
18043 wine_fn_config_dll xpsprint enable_xpsprint
18044 wine_fn_config_dll xpssvcs enable_xpssvcs
18045 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18046 wine_fn_config_makefile include enable_include clean
,install-dev
18047 wine_fn_config_makefile libs
/port enable_libs_port
18048 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18049 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18050 wine_fn_config_makefile loader enable_loader clean
,install-lib
18051 wine_fn_config_program arp enable_arp
install
18052 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18053 wine_fn_config_program attrib enable_attrib
install,po
18054 wine_fn_config_program cabarc enable_cabarc
install
18055 wine_fn_config_program cacls enable_cacls
install
18056 wine_fn_config_program
clock enable_clock
install,po
18057 wine_fn_config_program cmd enable_cmd
install,po
18058 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18059 wine_fn_config_program conhost enable_conhost
install
18060 wine_fn_config_program control enable_control
install
18061 wine_fn_config_program cscript enable_cscript clean
,install
18062 wine_fn_config_program dpnsvr enable_dpnsvr
install
18063 wine_fn_config_program dxdiag enable_dxdiag
install,po
18064 wine_fn_config_program eject enable_eject
install
18065 wine_fn_config_program
expand enable_expand
install
18066 wine_fn_config_program explorer enable_explorer
install,po
18067 wine_fn_config_program extrac32 enable_extrac32
install
18068 wine_fn_config_program findstr enable_findstr
install
18069 wine_fn_config_program hh enable_hh
install
18070 wine_fn_config_program hostname enable_hostname
install,po
18071 wine_fn_config_program icinfo enable_icinfo
install
18072 wine_fn_config_program iexplore enable_iexplore
install
18073 wine_fn_config_program ipconfig enable_ipconfig
install,po
18074 wine_fn_config_program lodctr enable_lodctr
install
18075 wine_fn_config_program mofcomp enable_mofcomp
install
18076 wine_fn_config_program mshta enable_mshta
install
18077 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18078 wine_fn_config_program net enable_net
install,po
18079 wine_fn_config_program netsh enable_netsh
install
18080 wine_fn_config_program netstat enable_netstat
install,po
18081 wine_fn_config_program ngen enable_ngen
install
18082 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18083 wine_fn_config_program oleview enable_oleview
install,po
18084 wine_fn_config_program
ping enable_ping
install
18085 wine_fn_config_program plugplay enable_plugplay
install
18086 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18087 wine_fn_config_program progman enable_progman
install,po
18088 wine_fn_config_program reg enable_reg
install,po
18089 wine_fn_config_test programs
/reg
/tests reg.exe_test
18090 wine_fn_config_program regasm enable_regasm
install
18091 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18092 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18093 wine_fn_config_program regsvcs enable_regsvcs
install
18094 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18095 wine_fn_config_program rpcss enable_rpcss clean
,install
18096 wine_fn_config_program rundll.exe16 enable_win16
install
18097 wine_fn_config_program rundll32 enable_rundll32
install
18098 wine_fn_config_program sc enable_sc
install
18099 wine_fn_config_program schtasks enable_schtasks
install
18100 wine_fn_config_program sdbinst enable_sdbinst
install
18101 wine_fn_config_program secedit enable_secedit
install
18102 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18103 wine_fn_config_program services enable_services clean
,install
18104 wine_fn_config_test programs
/services
/tests services.exe_test
18105 wine_fn_config_program spoolsv enable_spoolsv
install
18106 wine_fn_config_program start enable_start
install,po
18107 wine_fn_config_program svchost enable_svchost
install
18108 wine_fn_config_program systeminfo enable_systeminfo
install
18109 wine_fn_config_program taskkill enable_taskkill
install,po
18110 wine_fn_config_program tasklist enable_tasklist
install
18111 wine_fn_config_program taskmgr enable_taskmgr
install,po
18112 wine_fn_config_program termsv enable_termsv
install
18113 wine_fn_config_program uninstaller enable_uninstaller
install,po
18114 wine_fn_config_program unlodctr enable_unlodctr
install
18115 wine_fn_config_program view enable_view
install,po
18116 wine_fn_config_program wevtutil enable_wevtutil
install
18117 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18118 wine_fn_config_program winebrowser enable_winebrowser
install
18119 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18120 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18121 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18122 wine_fn_config_program winedevice enable_winedevice
install
18123 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18124 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18125 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18126 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18127 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18128 wine_fn_config_program winetest enable_winetest clean
18129 wine_fn_config_program winevdm enable_win16
install
18130 wine_fn_config_program winhelp.exe16 enable_win16
install
18131 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18132 wine_fn_config_program winoldap.mod16 enable_win16
install
18133 wine_fn_config_program winver enable_winver
install
18134 wine_fn_config_program wmic enable_wmic
install,po
18135 wine_fn_config_program wmplayer enable_wmplayer
install
18136 wine_fn_config_program wordpad enable_wordpad
install,po
18137 wine_fn_config_program
write enable_write
install,po
18138 wine_fn_config_program wscript enable_wscript clean
,install
18139 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18140 wine_fn_config_program wusa enable_wusa
install
18141 wine_fn_config_program xcopy enable_xcopy
install,po
18142 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18143 wine_fn_config_makefile server enable_server clean
,install-lib
18144 wine_fn_config_tool tools clean
18145 wine_fn_config_tool tools
/sfnt2fon clean
18146 wine_fn_config_tool tools
/widl clean
,install-dev
18147 wine_fn_config_tool tools
/winebuild clean
,install-dev
18148 wine_fn_config_tool tools
/winedump clean
,install-dev
18149 wine_fn_config_tool tools
/winegcc clean
,install-dev
18150 wine_fn_config_tool tools
/winemaker clean
,install-dev
18151 wine_fn_config_tool tools
/wmc clean
,install-dev
18152 wine_fn_config_tool tools
/wrc clean
,install-dev
18204 wine_fn_ignore_file
".gitignore"
18205 wine_fn_ignore_file
"Makefile"
18206 wine_fn_ignore_file
"TAGS"
18207 wine_fn_ignore_file
"tags"
18208 wine_fn_ignore_file
"autom4te.cache"
18209 wine_fn_ignore_file
"config.cache"
18210 wine_fn_ignore_file
"config.log"
18211 wine_fn_ignore_file
"config.status"
18212 wine_fn_ignore_file
"configure.lineno"
18213 wine_fn_ignore_file
"include/config.h"
18214 wine_fn_ignore_file
"include/stamp-h"
18215 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18217 if test "x$enable_tools" != xno
18219 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18220 ac_config_commands
="$ac_config_commands tools/makedep"
18224 ac_config_commands
="$ac_config_commands Makefile"
18227 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18231 if test "x$enable_maintainer_mode" = xyes
18233 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18234 autoconf --warnings=all
18235 include/config.h.in: include/stamp-h.in
18236 include/stamp-h.in: configure.ac aclocal.m4
18237 autoheader --warnings=all
18238 @echo timestamp > \$@"
18241 if test "x$with_gettextpo" = xyes
18243 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18244 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18245 \$(LINGUAS:%=po/%.po): po/wine.pot
18246 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18247 po/wine.pot: \$(ALL_POT_FILES)
18248 msgcat -o \$@ \$(ALL_POT_FILES)"
18251 if test "$MSGFMT" != false
18253 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18255 \$(RM) \$(LINGUAS:%=po/%.mo)"
18258 test "$srcdir" = . || posrc
="$srcdir/po"
18261 wine_fn_ignore_file
"po/$i.mo"
18262 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18263 \$(MSGFMT) -o \$@ $posrc/$i.po"
18269 if test "x$enable_tools" != xno
18271 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18272 @./config.status tools/makedep
18273 Makefile: tools/makedep$ac_exeext
18275 \$(RM) tools/makedep$ac_exeext"
18277 wine_fn_append_rule
"\$(MAKEDEP):
18278 @echo \"You need to run make in $TOOLSDIR first\" && false"
18281 if test -n "$with_wine64"
18283 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18284 fonts server tools:
18285 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18286 $with_wine64/loader/wine:
18287 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18288 $with_wine64/loader/wine-preloader:
18289 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18291 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18293 WINELOADER_INSTALL
="wine.inf"
18295 wine_fn_append_rule
"install install-lib::
18296 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18298 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18300 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18301 *) wine_fn_append_rule
"install install-lib::
18302 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18304 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18308 if test "$srcdir" = .
18310 ac_config_commands
="$ac_config_commands .gitignore"
18314 $as_echo " done" >&6
18315 cat >confcache
<<\_ACEOF
18316 # This file is a shell script that caches the results of configure
18317 # tests run on this system so they can be shared between configure
18318 # scripts and configure runs, see configure's option --config-cache.
18319 # It is not useful on other systems. If it contains results you don't
18320 # want to keep, you may remove or edit it.
18322 # config.status only pays attention to the cache file if you give it
18323 # the --recheck option to rerun configure.
18325 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18326 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18327 # following values.
18331 # The following way of writing the cache mishandles newlines in values,
18332 # but we know of no workaround that is simple, portable, and efficient.
18333 # So, we kill variables containing newlines.
18334 # Ultrix sh set writes to stderr and can't be redirected directly,
18335 # and sets the high bit in the cache file unless we assign to the vars.
18337 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18338 eval ac_val
=\$
$ac_var
18342 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18343 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18346 _ | IFS | as_nl
) ;; #(
18347 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18348 *) { eval $ac_var=; unset $ac_var;} ;;
18354 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18355 *${as_nl}ac_space
=\
*)
18356 # `set' does not quote correctly, so add quotes: double-quote
18357 # substitution turns \\\\ into \\, and sed turns \\ into \.
18360 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18363 # `set' quotes correctly as required by POSIX, so do not add quotes.
18364 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18373 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18375 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18377 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18378 if test -w "$cache_file"; then
18379 if test "x$cache_file" != "x/dev/null"; then
18380 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18381 $as_echo "$as_me: updating cache $cache_file" >&6;}
18382 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18383 cat confcache
>"$cache_file"
18385 case $cache_file in #(
18387 mv -f confcache
"$cache_file"$$
&&
18388 mv -f "$cache_file"$$
"$cache_file" ;; #(
18390 mv -f confcache
"$cache_file" ;;
18395 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18396 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18401 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18402 # Let make expand exec_prefix.
18403 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18405 DEFS
=-DHAVE_CONFIG_H
18410 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18411 # 1. Remove the extension, and $U if already installed.
18412 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18413 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18414 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18415 # will be set to the directory where LIBOBJS objects are built.
18416 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18417 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18419 LIBOBJS
=$ac_libobjs
18421 LTLIBOBJS
=$ac_ltlibobjs
18425 : "${CONFIG_STATUS=./config.status}"
18427 ac_clean_files_save
=$ac_clean_files
18428 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18429 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18430 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18432 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18434 # Generated by $as_me.
18435 # Run this file to recreate the current configuration.
18436 # Compiler output produced by configure, useful for debugging
18437 # configure, is in config.log if it exists.
18440 ac_cs_recheck=false
18443 SHELL=\${CONFIG_SHELL-$SHELL}
18446 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18447 ## -------------------- ##
18448 ## M4sh Initialization. ##
18449 ## -------------------- ##
18451 # Be more Bourne compatible
18452 DUALCASE
=1; export DUALCASE
# for MKS sh
18453 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18456 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18457 # is contrary to our usage. Disable this feature.
18458 alias -g '${1+"$@"}'='"$@"'
18459 setopt NO_GLOB_SUBST
18461 case `(set -o) 2>/dev/null` in #(
18473 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18474 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18475 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18476 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18477 # Prefer a ksh shell builtin over an external printf program on Solaris,
18478 # but without wasting forks for bash or zsh.
18479 if test -z "$BASH_VERSION$ZSH_VERSION" \
18480 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18481 as_echo='print
-r --'
18482 as_echo_n='print
-rn --'
18483 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18484 as_echo='printf %s
\n'
18485 as_echo_n='printf %s
'
18487 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18488 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18489 as_echo_n='/usr
/ucb
/echo -n'
18491 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18492 as_echo_n_body='eval
18496 expr "X$arg" : "X\\(.*\\)$as_nl";
18497 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18499 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18501 export as_echo_n_body
18502 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18504 export as_echo_body
18505 as_echo='sh
-c $as_echo_body as_echo
'
18508 # The user is always right.
18509 if test "${PATH_SEPARATOR+set}" != set; then
18511 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18512 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18519 # We need space, tab and new line, in precisely that order. Quoting is
18520 # there to prevent editors from complaining about space-tab.
18521 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18522 # splitting by setting IFS to empty value.)
18525 # Find who we are. Look in the path if we contain no directory separator.
18528 *[\\/]* ) as_myself=$0 ;;
18529 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18530 for as_dir in $PATH
18533 test -z "$as_dir" && as_dir=.
18534 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18540 # We did not find ourselves, most probably we were run as `sh COMMAND'
18541 # in which case we are not to be found in the path.
18542 if test "x$as_myself" = x
; then
18545 if test ! -f "$as_myself"; then
18546 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18550 # Unset variables that we do not need and which cause bugs (e.g. in
18551 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18552 # suppresses any "Segmentation fault" message there. '((' could
18553 # trigger a bug in pdksh 5.2.14.
18554 for as_var
in BASH_ENV ENV MAIL MAILPATH
18555 do eval test x\
${$as_var+set} = xset \
18556 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18569 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18572 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18573 # ----------------------------------------
18574 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18575 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18576 # script with STATUS, using 1 if that was 0.
18579 as_status
=$1; test $as_status -eq 0 && as_status
=1
18581 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18582 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18584 $as_echo "$as_me: error: $2" >&2
18585 as_fn_exit
$as_status
18589 # as_fn_set_status STATUS
18590 # -----------------------
18591 # Set $? to STATUS, without forking.
18592 as_fn_set_status
()
18595 } # as_fn_set_status
18597 # as_fn_exit STATUS
18598 # -----------------
18599 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18603 as_fn_set_status
$1
18609 # Portably unset VAR.
18612 { eval $1=; unset $1;}
18614 as_unset
=as_fn_unset
18615 # as_fn_append VAR VALUE
18616 # ----------------------
18617 # Append the text in VALUE to the end of the definition contained in VAR. Take
18618 # advantage of any shell optimizations that allow amortized linear growth over
18619 # repeated appends, instead of the typical quadratic growth present in naive
18621 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18622 eval 'as_fn_append ()
18633 # as_fn_arith ARG...
18634 # ------------------
18635 # Perform arithmetic evaluation on the ARGs, and store the result in the
18636 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18637 # must be portable across $(()) and expr.
18638 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18639 eval 'as_fn_arith ()
18646 as_val
=`expr "$@" || test $? -eq 1`
18651 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18652 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18658 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18659 as_basename
=basename
18664 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18670 as_me
=`$as_basename -- "$0" ||
18671 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18672 X"$0" : 'X\(//\)$' \| \
18673 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18675 sed '/^.*\/\([^/][^/]*\)\/*$/{
18689 # Avoid depending upon Character Ranges.
18690 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18691 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18692 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18693 as_cr_digits
='0123456789'
18694 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18696 ECHO_C
= ECHO_N
= ECHO_T
=
18697 case `echo -n x` in #(((((
18699 case `echo 'xy\c'` in
18700 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18702 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18709 rm -f conf$$ conf$$.exe conf$$.
file
18710 if test -d conf$$.dir
; then
18711 rm -f conf$$.dir
/conf$$.
file
18714 mkdir conf$$.dir
2>/dev
/null
18716 if (echo >conf$$.
file) 2>/dev
/null
; then
18717 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18719 # ... but there are two gotchas:
18720 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18721 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18722 # In both cases, we have to default to `cp -pR'.
18723 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18725 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18733 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18734 rmdir conf$$.dir
2>/dev
/null
18739 # Create "$as_dir" as a directory, including parents if necessary.
18744 -*) as_dir
=.
/$as_dir;;
18746 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18750 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18751 *) as_qdir
=$as_dir;;
18753 as_dirs
="'$as_qdir' $as_dirs"
18754 as_dir
=`$as_dirname -- "$as_dir" ||
18755 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18756 X"$as_dir" : 'X\(//\)[^/]' \| \
18757 X"$as_dir" : 'X\(//\)$' \| \
18758 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18759 $as_echo X"$as_dir" |
18760 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18764 /^X\(\/\/\)[^/].*/{
18777 test -d "$as_dir" && break
18779 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18780 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18784 if mkdir
-p .
2>/dev
/null
; then
18785 as_mkdir_p
='mkdir -p "$as_dir"'
18787 test -d .
/-p && rmdir .
/-p
18792 # as_fn_executable_p FILE
18793 # -----------------------
18794 # Test if FILE is an executable regular file.
18795 as_fn_executable_p
()
18797 test -f "$1" && test -x "$1"
18798 } # as_fn_executable_p
18799 as_test_x
='test -x'
18800 as_executable_p
=as_fn_executable_p
18802 # Sed expression to map a string onto a valid CPP name.
18803 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18805 # Sed expression to map a string onto a valid variable name.
18806 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18810 ## ----------------------------------- ##
18811 ## Main body of $CONFIG_STATUS script. ##
18812 ## ----------------------------------- ##
18814 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18816 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18817 # Save the log message, to keep $0 and so on meaningful, and to
18818 # report actual input values of CONFIG_FILES etc. instead of their
18819 # values after options handling.
18821 This file was extended by Wine $as_me 1.8-rc1, which was
18822 generated by GNU Autoconf 2.69. Invocation command line was
18824 CONFIG_FILES = $CONFIG_FILES
18825 CONFIG_HEADERS = $CONFIG_HEADERS
18826 CONFIG_LINKS = $CONFIG_LINKS
18827 CONFIG_COMMANDS = $CONFIG_COMMANDS
18830 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18835 case $ac_config_files in *"
18836 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18839 case $ac_config_headers in *"
18840 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18844 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18845 # Files that config.status was made for.
18846 config_files="$ac_config_files"
18847 config_headers="$ac_config_headers"
18848 config_links="$ac_config_links"
18849 config_commands="$ac_config_commands"
18853 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18855 \`$as_me' instantiates files and other configuration actions
18856 from templates according to the current configuration. Unless the files
18857 and actions are specified as TAGs, all are instantiated by default.
18859 Usage: $0 [OPTION]... [TAG]...
18861 -h, --help print this help, then exit
18862 -V, --version print version number and configuration settings, then exit
18863 --config print configuration, then exit
18864 -q, --quiet, --silent
18865 do not print progress messages
18866 -d, --debug don't remove temporary files
18867 --recheck update $as_me by reconfiguring in the same conditions
18868 --file=FILE[:TEMPLATE]
18869 instantiate the configuration file FILE
18870 --header=FILE[:TEMPLATE]
18871 instantiate the configuration header FILE
18873 Configuration files:
18876 Configuration headers:
18879 Configuration links:
18882 Configuration commands:
18885 Report bugs to <wine-devel@winehq.org>.
18886 Wine home page: <http://www.winehq.org>."
18889 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18890 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18892 Wine config.status 1.8-rc1
18893 configured by $0, generated by GNU Autoconf 2.69,
18894 with options \\"\$ac_cs_config\\"
18896 Copyright (C) 2012 Free Software Foundation, Inc.
18897 This config.status script is free software; the Free Software Foundation
18898 gives unlimited permission to copy, distribute and modify it."
18902 test -n "\$AWK" || AWK=awk
18905 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18906 # The default lists apply if the user does not specify any file.
18912 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18913 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18917 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18929 # Handling of the options.
18930 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18932 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18933 $as_echo "$ac_cs_version"; exit ;;
18934 --config |
--confi |
--conf |
--con |
--co |
--c )
18935 $as_echo "$ac_cs_config"; exit ;;
18936 --debug |
--debu |
--deb |
--de |
--d |
-d )
18938 --file |
--fil |
--fi |
--f )
18941 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18942 '') as_fn_error $?
"missing file argument" ;;
18944 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18945 ac_need_defaults
=false
;;
18946 --header |
--heade |
--head |
--hea )
18949 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18951 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18952 ac_need_defaults
=false
;;
18954 # Conflict between --help and --header
18955 as_fn_error $?
"ambiguous option: \`$1'
18956 Try \`$0 --help' for more information.";;
18957 --help |
--hel |
-h )
18958 $as_echo "$ac_cs_usage"; exit ;;
18959 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18960 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18963 # This is an error.
18964 -*) as_fn_error $?
"unrecognized option: \`$1'
18965 Try \`$0 --help' for more information." ;;
18967 *) as_fn_append ac_config_targets
" $1"
18968 ac_need_defaults
=false
;;
18974 ac_configure_extra_args
=
18976 if $ac_cs_silent; then
18978 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18982 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18983 if \$ac_cs_recheck; then
18984 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18986 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18987 CONFIG_SHELL='$SHELL'
18988 export CONFIG_SHELL
18993 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18997 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18998 ## Running $as_me. ##
19004 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19008 wine_fn_output_makedep ()
19010 as_dir=tools; as_fn_mkdir_p
19011 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19013 wine_fn_output_makefile ()
19015 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19016 `cat $wine_rules_file`
19018 as_fn_error $? "could not create Makefile" "$LINENO" 5
19020 wine_fn_output_gitignore ()
19022 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19025 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19030 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19032 # Handling of arguments.
19033 for ac_config_target
in $ac_config_targets
19035 case $ac_config_target in
19036 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19037 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19038 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19039 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19040 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19041 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19042 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19043 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19044 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19045 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19046 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19047 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19048 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19049 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19050 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19052 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19057 # If the user did not use the arguments to specify the items to instantiate,
19058 # then the envvar interface is used. Set only those that are not.
19059 # We use the long form for the default assignment because of an extremely
19060 # bizarre bug on SunOS 4.1.3.
19061 if $ac_need_defaults; then
19062 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19063 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19064 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19065 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19068 # Have a temporary directory for convenience. Make it in the build tree
19069 # simply because there is no reason against having it here, and in addition,
19070 # creating and moving files from /tmp can sometimes cause problems.
19071 # Hook for its removal unless debugging.
19072 # Note that there is a small window in which the directory will not be cleaned:
19073 # after its creation but before its name has been assigned to `$tmp'.
19077 trap 'exit_status=$?
19078 : "${ac_tmp:=$tmp}"
19079 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19081 trap 'as_fn_exit 1' 1 2 13 15
19083 # Create a (secure) tmp directory for tmp files.
19086 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19090 tmp
=.
/conf$$
-$RANDOM
19091 (umask 077 && mkdir
"$tmp")
19092 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19095 # Set up the scripts for CONFIG_FILES section.
19096 # No need to generate them if there are no CONFIG_FILES.
19097 # This happens for instance with `./config.status config.h'.
19098 if test -n "$CONFIG_FILES"; then
19101 ac_cr
=`echo X | tr X '\015'`
19102 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19103 # But we know of no other shell where ac_cr would be empty at this
19104 # point, so we can use a bashism as a fallback.
19105 if test "x$ac_cr" = x
; then
19106 eval ac_cr
=\$
\'\\r
\'
19108 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19109 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19112 ac_cs_awk_cr
=$ac_cr
19115 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19120 echo "cat >conf$$subs.awk <<_ACEOF" &&
19121 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19123 } >conf$$subs.sh ||
19124 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19125 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19127 for ac_last_try in false false false false false :; do
19128 . ./conf$$subs.sh ||
19129 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19131 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19132 if test $ac_delim_n = $ac_delim_num; then
19134 elif $ac_last_try; then
19135 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19137 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19140 rm -f conf$$subs.sh
19142 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19143 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19147 s/^/S["/; s
/!.
*/"]=/
19157 s/\(.\{148\}\)..*/\1/
19159 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19164 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19171 s/\(.\{148\}\)..*/\1/
19173 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19177 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19182 ' <conf$$subs.awk | sed '
19187 ' >>$CONFIG_STATUS || ac_write_fail=1
19188 rm -f conf$$subs.awk
19189 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19191 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19192 for (key in S) S_is_set[key] = 1
19198 nfields = split(line, field, "@
")
19200 len = length(field[1])
19201 for (i = 2; i < nfields; i++) {
19203 keylen = length(key)
19204 if (S_is_set[key]) {
19206 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19207 len += length(value) + length(field[++i])
19218 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19219 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19220 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19223 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19224 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19227 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19228 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19229 # trailing colons and then remove the whole line if VPATH becomes empty
19230 # (actually we leave an empty line to preserve line numbers).
19231 if test "x
$srcdir" = x.; then
19232 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19250 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19251 fi # test -n "$CONFIG_FILES"
19253 # Set up the scripts for CONFIG_HEADERS section.
19254 # No need to generate them if there are no CONFIG_HEADERS.
19255 # This happens for instance with `./config.status Makefile'.
19256 if test -n "$CONFIG_HEADERS"; then
19257 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19261 # Transform confdefs.h into an awk script `defines.awk', embedded as
19262 # here-document in config.status, that substitutes the proper values into
19263 # config.h.in to produce config.h.
19265 # Create a delimiter string that does not exist in confdefs.h, to ease
19266 # handling of long lines.
19268 for ac_last_try in false false :; do
19269 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19270 if test -z "$ac_tt"; then
19272 elif $ac_last_try; then
19273 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19275 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19279 # For the awk script, D is an array of macro values keyed by name,
19280 # likewise P contains macro parameters if any. Preserve backslash
19281 # newline sequences.
19283 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19285 s/.\{148\}/&'"$ac_delim"'/g
19288 s/^[ ]*#[ ]*define[ ][ ]*/ /
19295 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19297 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19301 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19302 D["\
1"]=" \
3\\\\\\n
"\\/p
19304 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19309 s/.\{148\}/&'"$ac_delim"'/g
19314 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19317 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19319 ' <confdefs.h | sed '
19320 s/'"$ac_delim"'/"\\\
19321 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19323 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19324 for (key in D) D_is_set[key] = 1
19327 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19329 split(line, arg, " ")
19330 if (arg[1] == "#") {
19334 defundef
= substr
(arg
[1], 2)
19337 split(mac1
, mac2
, "(") #)
19339 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19340 if (D_is_set
[macro
]) {
19341 # Preserve the white space surrounding the "#".
19342 print prefix
"define", macro P
[macro
] D
[macro
]
19345 # Replace #undef with comments. This is necessary, for example,
19346 # in the case of _POSIX_SOURCE, which is predefined and required
19347 # on some systems where configure will not decide to define it.
19348 if (defundef
== "undef") {
19349 print
"/*", prefix defundef
, macro
, "*/"
19357 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19358 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19359 fi # test -n "$CONFIG_HEADERS"
19362 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19367 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19369 case $ac_mode$ac_tag in
19371 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19372 :[FH
]-) ac_tag
=-:-;;
19373 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19390 -) ac_f
="$ac_tmp/stdin";;
19391 *) # Look for the file first in the build tree, then in the source tree
19392 # (if the path is not absolute). The absolute path cannot be DOS-style,
19393 # because $ac_f cannot contain `:'.
19397 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19399 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19401 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19402 as_fn_append ac_file_inputs
" '$ac_f'"
19405 # Let's still pretend it is `configure' which instantiates (i.e., don't
19406 # use $as_me), people would be surprised to read:
19407 # /* config.h. Generated by config.status. */
19408 configure_input
='Generated from '`
19409 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19411 if test x
"$ac_file" != x-
; then
19412 configure_input
="$ac_file. $configure_input"
19413 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19414 $as_echo "$as_me: creating $ac_file" >&6;}
19416 # Neutralize special characters interpreted by sed in replacement strings.
19417 case $configure_input in #(
19418 *\
&* |
*\|
* |
*\\* )
19419 ac_sed_conf_input
=`$as_echo "$configure_input" |
19420 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19421 *) ac_sed_conf_input
=$configure_input;;
19425 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19426 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19431 ac_dir
=`$as_dirname -- "$ac_file" ||
19432 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19433 X"$ac_file" : 'X\(//\)[^/]' \| \
19434 X"$ac_file" : 'X\(//\)$' \| \
19435 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19436 $as_echo X"$ac_file" |
19437 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19441 /^X\(\/\/\)[^/].*/{
19454 as_dir
="$ac_dir"; as_fn_mkdir_p
19458 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19460 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19461 # A ".." for each directory in $ac_dir_suffix.
19462 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19463 case $ac_top_builddir_sub in
19464 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19465 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19468 ac_abs_top_builddir
=$ac_pwd
19469 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19470 # for backward compatibility:
19471 ac_top_builddir
=$ac_top_build_prefix
19474 .
) # We are building in place.
19476 ac_top_srcdir
=$ac_top_builddir_sub
19477 ac_abs_top_srcdir
=$ac_pwd ;;
19478 [\\/]* | ?
:[\\/]* ) # Absolute name.
19479 ac_srcdir
=$srcdir$ac_dir_suffix;
19480 ac_top_srcdir
=$srcdir
19481 ac_abs_top_srcdir
=$srcdir ;;
19482 *) # Relative name.
19483 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19484 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19485 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19487 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19498 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19499 # If the template does not know about datarootdir, expand it.
19500 # FIXME: This hack should be removed a few years after 2.60.
19501 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19512 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19513 *datarootdir
*) ac_datarootdir_seen
=yes;;
19514 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19515 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19516 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19518 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19519 ac_datarootdir_hack='
19520 s&@datadir@&$datadir&g
19521 s&@docdir@&$docdir&g
19522 s&@infodir@&$infodir&g
19523 s&@localedir@&$localedir&g
19524 s&@mandir@&$mandir&g
19525 s&\\\${datarootdir}&$datarootdir&g' ;;
19529 # Neutralize VPATH when `$srcdir' = `.'.
19530 # Shell code in configure.ac might set extrasub.
19531 # FIXME: do we really want to maintain this feature?
19532 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19533 ac_sed_extra="$ac_vpsub
19536 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19538 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19539 s|@configure_input@|
$ac_sed_conf_input|
;t t
19540 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19541 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19542 s
&@srcdir@
&$ac_srcdir&;t t
19543 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19544 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19545 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19546 s
&@builddir@
&$ac_builddir&;t t
19547 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19548 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19549 $ac_datarootdir_hack
19551 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19552 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19554 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19555 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19556 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19557 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19559 which seems to be undefined. Please make sure it is defined" >&5
19560 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19561 which seems to be undefined. Please make sure it is defined" >&2;}
19563 rm -f "$ac_tmp/stdin"
19565 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19566 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19568 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19574 if test x"$ac_file" != x-; then
19576 $as_echo "/* $configure_input */" \
19577 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19578 } >"$ac_tmp/config.h" \
19579 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19580 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19581 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19582 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19585 mv "$ac_tmp/config.h" "$ac_file" \
19586 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19589 $as_echo "/* $configure_input */" \
19590 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19591 || as_fn_error $? "could not create -" "$LINENO" 5
19599 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19602 # Prefer the file from the source tree if names are identical.
19603 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19604 ac_source=$srcdir/$ac_source
19607 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19608 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19610 if test ! -r "$ac_source"; then
19611 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19615 # Try a relative symlink, then a hard link, then a copy.
19617 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19618 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19620 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19621 ln "$ac_source" "$ac_file" 2>/dev/null ||
19622 cp -p "$ac_source" "$ac_file" ||
19623 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19626 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19627 $as_echo "$as_me: executing $ac_file commands" >&6;}
19632 case $ac_file$ac_mode in
19633 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19634 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19635 "Makefile":C) wine_fn_output_makefile Makefile ;;
19636 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19644 ac_clean_files=$ac_clean_files_save
19646 test $ac_write_fail = 0 ||
19647 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19650 # configure is writing to config.log, and then calls config.status.
19651 # config.status does its own redirection, appending to config.log.
19652 # Unfortunately, on DOS this fails, as config.log is still kept open
19653 # by configure, so config.status won't be able to
write to it
; its
19654 # output is simply discarded. So we exec the FD to /dev/null,
19655 # effectively closing config.log, so it can be properly (re)opened and
19656 # appended to by config.status. When coming back to configure, we
19657 # need to make the FD available again.
19658 if test "$no_create" != yes; then
19660 ac_config_status_args
=
19661 test "$silent" = yes &&
19662 ac_config_status_args
="$ac_config_status_args --quiet"
19664 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19666 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19667 # would make configure fail if this is the last instruction.
19668 $ac_cs_success || as_fn_exit
1
19670 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19672 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19676 if test "$no_create" = "yes"
19682 if test "x$wine_notices" != x
; then
19685 for msg
in $wine_notices; do
19687 if ${msg:+false} :; then :
19690 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19691 $as_echo "$as_me: $msg" >&6;}
19696 for msg
in $wine_warnings; do
19698 if ${msg:+false} :; then :
19702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19703 $as_echo "$as_me: WARNING: $msg" >&2;}
19709 $as_me: Finished. Do '${ac_make}' to compile Wine.