2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.52.
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.7.52'
584 PACKAGE_STRING
='Wine 1.7.52'
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
698 APPLICATIONSERVICES_LIBS
785 program_transform_name
798 enable_option_checking
802 enable_maintainer_mode
859 enable_api_ms_win_core_com_l1_1_0
860 enable_api_ms_win_core_console_l1_1_0
861 enable_api_ms_win_core_datetime_l1_1_0
862 enable_api_ms_win_core_datetime_l1_1_1
863 enable_api_ms_win_core_debug_l1_1_0
864 enable_api_ms_win_core_debug_l1_1_1
865 enable_api_ms_win_core_errorhandling_l1_1_0
866 enable_api_ms_win_core_errorhandling_l1_1_1
867 enable_api_ms_win_core_errorhandling_l1_1_2
868 enable_api_ms_win_core_fibers_l1_1_0
869 enable_api_ms_win_core_fibers_l1_1_1
870 enable_api_ms_win_core_file_l1_1_0
871 enable_api_ms_win_core_file_l1_2_0
872 enable_api_ms_win_core_file_l2_1_0
873 enable_api_ms_win_core_file_l2_1_1
874 enable_api_ms_win_core_handle_l1_1_0
875 enable_api_ms_win_core_heap_l1_1_0
876 enable_api_ms_win_core_heap_l1_2_0
877 enable_api_ms_win_core_heap_obsolete_l1_1_0
878 enable_api_ms_win_core_interlocked_l1_1_0
879 enable_api_ms_win_core_interlocked_l1_2_0
880 enable_api_ms_win_core_io_l1_1_1
881 enable_api_ms_win_core_kernel32_legacy_l1_1_0
882 enable_api_ms_win_core_libraryloader_l1_1_0
883 enable_api_ms_win_core_libraryloader_l1_1_1
884 enable_api_ms_win_core_localization_l1_2_0
885 enable_api_ms_win_core_localization_l1_2_1
886 enable_api_ms_win_core_localization_obsolete_l1_1_0
887 enable_api_ms_win_core_localregistry_l1_1_0
888 enable_api_ms_win_core_memory_l1_1_0
889 enable_api_ms_win_core_memory_l1_1_1
890 enable_api_ms_win_core_misc_l1_1_0
891 enable_api_ms_win_core_namedpipe_l1_1_0
892 enable_api_ms_win_core_namedpipe_l1_2_0
893 enable_api_ms_win_core_processenvironment_l1_1_0
894 enable_api_ms_win_core_processenvironment_l1_2_0
895 enable_api_ms_win_core_processthreads_l1_1_0
896 enable_api_ms_win_core_processthreads_l1_1_1
897 enable_api_ms_win_core_processthreads_l1_1_2
898 enable_api_ms_win_core_profile_l1_1_0
899 enable_api_ms_win_core_psapi_l1_1_0
900 enable_api_ms_win_core_registry_l1_1_0
901 enable_api_ms_win_core_rtlsupport_l1_1_0
902 enable_api_ms_win_core_rtlsupport_l1_2_0
903 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
904 enable_api_ms_win_core_string_l1_1_0
905 enable_api_ms_win_core_synch_l1_1_0
906 enable_api_ms_win_core_synch_l1_2_0
907 enable_api_ms_win_core_sysinfo_l1_1_0
908 enable_api_ms_win_core_sysinfo_l1_2_0
909 enable_api_ms_win_core_sysinfo_l1_2_1
910 enable_api_ms_win_core_threadpool_legacy_l1_1_0
911 enable_api_ms_win_core_timezone_l1_1_0
912 enable_api_ms_win_core_url_l1_1_0
913 enable_api_ms_win_core_util_l1_1_0
914 enable_api_ms_win_core_winrt_error_l1_1_0
915 enable_api_ms_win_core_winrt_error_l1_1_1
916 enable_api_ms_win_core_winrt_l1_1_0
917 enable_api_ms_win_core_winrt_string_l1_1_0
918 enable_api_ms_win_core_xstate_l2_1_0
919 enable_api_ms_win_crt_conio_l1_1_0
920 enable_api_ms_win_crt_convert_l1_1_0
921 enable_api_ms_win_crt_environment_l1_1_0
922 enable_api_ms_win_crt_filesystem_l1_1_0
923 enable_api_ms_win_crt_heap_l1_1_0
924 enable_api_ms_win_crt_locale_l1_1_0
925 enable_api_ms_win_crt_math_l1_1_0
926 enable_api_ms_win_crt_multibyte_l1_1_0
927 enable_api_ms_win_crt_private_l1_1_0
928 enable_api_ms_win_crt_process_l1_1_0
929 enable_api_ms_win_crt_runtime_l1_1_0
930 enable_api_ms_win_crt_stdio_l1_1_0
931 enable_api_ms_win_crt_string_l1_1_0
932 enable_api_ms_win_crt_time_l1_1_0
933 enable_api_ms_win_crt_utility_l1_1_0
934 enable_api_ms_win_downlevel_advapi32_l1_1_0
935 enable_api_ms_win_downlevel_advapi32_l2_1_0
936 enable_api_ms_win_downlevel_normaliz_l1_1_0
937 enable_api_ms_win_downlevel_ole32_l1_1_0
938 enable_api_ms_win_downlevel_shell32_l1_1_0
939 enable_api_ms_win_downlevel_shlwapi_l1_1_0
940 enable_api_ms_win_downlevel_shlwapi_l2_1_0
941 enable_api_ms_win_downlevel_user32_l1_1_0
942 enable_api_ms_win_downlevel_version_l1_1_0
943 enable_api_ms_win_eventing_provider_l1_1_0
944 enable_api_ms_win_ntuser_dc_access_l1_1_0
945 enable_api_ms_win_security_base_l1_1_0
946 enable_api_ms_win_security_base_l1_2_0
947 enable_api_ms_win_security_sddl_l1_1_0
948 enable_api_ms_win_service_core_l1_1_1
949 enable_api_ms_win_service_management_l1_1_0
950 enable_api_ms_win_service_winsvc_l1_2_0
993 enable_d3dcompiler_33
994 enable_d3dcompiler_34
995 enable_d3dcompiler_35
996 enable_d3dcompiler_36
997 enable_d3dcompiler_37
998 enable_d3dcompiler_38
999 enable_d3dcompiler_39
1000 enable_d3dcompiler_40
1001 enable_d3dcompiler_41
1002 enable_d3dcompiler_42
1003 enable_d3dcompiler_43
1004 enable_d3dcompiler_46
1005 enable_d3dcompiler_47
1083 enable_explorerframe
1084 enable_ext_ms_win_gdi_devcaps_l1_1_0
1243 enable_photometadatahandler
1327 enable_windowscodecs
1328 enable_windowscodecsext
1330 enable_winecoreaudio_drv
1332 enable_winegstreamer
1333 enable_winejoystick_drv
1339 enable_wineqtdecoder
1392 enable_documentation
1400 enable_aspnet_regiis
1433 enable_presentationfontcache
1446 enable_servicemodelreg
1467 enable_winemenubuilder
1469 enable_winemsibuilder
1483 ac_precious_vars
='build_alias
1532 # Initialize some variables set by options.
1534 ac_init_version
=false
1535 ac_unrecognized_opts
=
1536 ac_unrecognized_sep
=
1537 # The variables have the same names as the options, with
1538 # dashes changed to underlines.
1539 cache_file
=/dev
/null
1546 program_transform_name
=s
,x
,x
,
1554 # Installation directory options.
1555 # These are left unexpanded so users can "make install exec_prefix=/foo"
1556 # and all the variables that are supposed to be based on exec_prefix
1557 # by default will actually change.
1558 # Use braces instead of parens because sh, perl, etc. also accept them.
1559 # (The list follows the same order as the GNU Coding Standards.)
1560 bindir
='${exec_prefix}/bin'
1561 sbindir
='${exec_prefix}/sbin'
1562 libexecdir
='${exec_prefix}/libexec'
1563 datarootdir
='${prefix}/share'
1564 datadir
='${datarootdir}'
1565 sysconfdir
='${prefix}/etc'
1566 sharedstatedir
='${prefix}/com'
1567 localstatedir
='${prefix}/var'
1568 runstatedir
='${localstatedir}/run'
1569 includedir
='${prefix}/include'
1570 oldincludedir
='/usr/include'
1571 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1572 infodir
='${datarootdir}/info'
1577 libdir
='${exec_prefix}/lib'
1578 localedir
='${datarootdir}/locale'
1579 mandir
='${datarootdir}/man'
1585 # If the previous option needs an argument, assign it.
1586 if test -n "$ac_prev"; then
1587 eval $ac_prev=\
$ac_option
1593 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1598 # Accept the important Cygnus configure options, so we can diagnose typos.
1600 case $ac_dashdash$ac_option in
1604 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1606 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1607 bindir
=$ac_optarg ;;
1609 -build |
--build |
--buil |
--bui |
--bu)
1610 ac_prev
=build_alias
;;
1611 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1612 build_alias
=$ac_optarg ;;
1614 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1615 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1616 ac_prev
=cache_file
;;
1617 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1618 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1619 cache_file
=$ac_optarg ;;
1621 --config-cache |
-C)
1622 cache_file
=config.cache
;;
1624 -datadir |
--datadir |
--datadi |
--datad)
1626 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1627 datadir
=$ac_optarg ;;
1629 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1630 |
--dataroo |
--dataro |
--datar)
1631 ac_prev
=datarootdir
;;
1632 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1633 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1634 datarootdir
=$ac_optarg ;;
1636 -disable-* |
--disable-*)
1637 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1638 # Reject names that are not valid shell variable names.
1639 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1640 as_fn_error $?
"invalid feature name: $ac_useropt"
1641 ac_useropt_orig
=$ac_useropt
1642 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1643 case $ac_user_opts in
1645 "enable_
$ac_useropt"
1647 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1648 ac_unrecognized_sep
=', ';;
1650 eval enable_
$ac_useropt=no
;;
1652 -docdir |
--docdir |
--docdi |
--doc |
--do)
1654 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1655 docdir
=$ac_optarg ;;
1657 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1659 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1660 dvidir
=$ac_optarg ;;
1662 -enable-* |
--enable-*)
1663 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1664 # Reject names that are not valid shell variable names.
1665 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1666 as_fn_error $?
"invalid feature name: $ac_useropt"
1667 ac_useropt_orig
=$ac_useropt
1668 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1669 case $ac_user_opts in
1671 "enable_
$ac_useropt"
1673 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1674 ac_unrecognized_sep
=', ';;
1676 eval enable_
$ac_useropt=\
$ac_optarg ;;
1678 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1679 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1680 |
--exec |
--exe |
--ex)
1681 ac_prev
=exec_prefix
;;
1682 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1683 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1684 |
--exec=* |
--exe=* |
--ex=*)
1685 exec_prefix
=$ac_optarg ;;
1687 -gas |
--gas |
--ga |
--g)
1688 # Obsolete; use --with-gas.
1691 -help |
--help |
--hel |
--he |
-h)
1692 ac_init_help
=long
;;
1693 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1694 ac_init_help
=recursive
;;
1695 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1696 ac_init_help
=short
;;
1698 -host |
--host |
--hos |
--ho)
1699 ac_prev
=host_alias
;;
1700 -host=* |
--host=* |
--hos=* |
--ho=*)
1701 host_alias
=$ac_optarg ;;
1703 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1705 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1707 htmldir
=$ac_optarg ;;
1709 -includedir |
--includedir |
--includedi |
--included |
--include \
1710 |
--includ |
--inclu |
--incl |
--inc)
1711 ac_prev
=includedir
;;
1712 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1713 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1714 includedir
=$ac_optarg ;;
1716 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1718 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1719 infodir
=$ac_optarg ;;
1721 -libdir |
--libdir |
--libdi |
--libd)
1723 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1724 libdir
=$ac_optarg ;;
1726 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1727 |
--libexe |
--libex |
--libe)
1728 ac_prev
=libexecdir
;;
1729 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1730 |
--libexe=* |
--libex=* |
--libe=*)
1731 libexecdir
=$ac_optarg ;;
1733 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1734 ac_prev
=localedir
;;
1735 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1736 localedir
=$ac_optarg ;;
1738 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1739 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1740 ac_prev
=localstatedir
;;
1741 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1742 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1743 localstatedir
=$ac_optarg ;;
1745 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1747 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1748 mandir
=$ac_optarg ;;
1750 -nfp |
--nfp |
--nf)
1751 # Obsolete; use --without-fp.
1754 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1755 |
--no-cr |
--no-c |
-n)
1758 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1759 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1762 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1763 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1764 |
--oldin |
--oldi |
--old |
--ol |
--o)
1765 ac_prev
=oldincludedir
;;
1766 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1767 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1768 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1769 oldincludedir
=$ac_optarg ;;
1771 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1773 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1774 prefix
=$ac_optarg ;;
1776 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1777 |
--program-pre |
--program-pr |
--program-p)
1778 ac_prev
=program_prefix
;;
1779 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1780 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1781 program_prefix
=$ac_optarg ;;
1783 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1784 |
--program-suf |
--program-su |
--program-s)
1785 ac_prev
=program_suffix
;;
1786 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1787 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1788 program_suffix
=$ac_optarg ;;
1790 -program-transform-name |
--program-transform-name \
1791 |
--program-transform-nam |
--program-transform-na \
1792 |
--program-transform-n |
--program-transform- \
1793 |
--program-transform |
--program-transfor \
1794 |
--program-transfo |
--program-transf \
1795 |
--program-trans |
--program-tran \
1796 |
--progr-tra |
--program-tr |
--program-t)
1797 ac_prev
=program_transform_name
;;
1798 -program-transform-name=* |
--program-transform-name=* \
1799 |
--program-transform-nam=* |
--program-transform-na=* \
1800 |
--program-transform-n=* |
--program-transform-=* \
1801 |
--program-transform=* |
--program-transfor=* \
1802 |
--program-transfo=* |
--program-transf=* \
1803 |
--program-trans=* |
--program-tran=* \
1804 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1805 program_transform_name
=$ac_optarg ;;
1807 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1809 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1810 pdfdir
=$ac_optarg ;;
1812 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1814 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1817 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1818 |
-silent |
--silent |
--silen |
--sile |
--sil)
1821 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1822 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1823 |
--run |
--ru |
--r)
1824 ac_prev
=runstatedir
;;
1825 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1826 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1827 |
--run=* |
--ru=* |
--r=*)
1828 runstatedir
=$ac_optarg ;;
1830 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1832 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1834 sbindir
=$ac_optarg ;;
1836 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1837 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1838 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1840 ac_prev
=sharedstatedir
;;
1841 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1842 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1843 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1845 sharedstatedir
=$ac_optarg ;;
1847 -site |
--site |
--sit)
1849 -site=* |
--site=* |
--sit=*)
1852 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1854 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1855 srcdir
=$ac_optarg ;;
1857 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1858 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1859 ac_prev
=sysconfdir
;;
1860 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1861 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1862 sysconfdir
=$ac_optarg ;;
1864 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1865 ac_prev
=target_alias
;;
1866 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1867 target_alias
=$ac_optarg ;;
1869 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1872 -version |
--version |
--versio |
--versi |
--vers |
-V)
1873 ac_init_version
=: ;;
1876 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1877 # Reject names that are not valid shell variable names.
1878 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1879 as_fn_error $?
"invalid package name: $ac_useropt"
1880 ac_useropt_orig
=$ac_useropt
1881 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1882 case $ac_user_opts in
1886 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1887 ac_unrecognized_sep
=', ';;
1889 eval with_
$ac_useropt=\
$ac_optarg ;;
1891 -without-* |
--without-*)
1892 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1893 # Reject names that are not valid shell variable names.
1894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1895 as_fn_error $?
"invalid package name: $ac_useropt"
1896 ac_useropt_orig
=$ac_useropt
1897 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1898 case $ac_user_opts in
1902 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1903 ac_unrecognized_sep
=', ';;
1905 eval with_
$ac_useropt=no
;;
1908 # Obsolete; use --with-x.
1911 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1912 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1913 ac_prev
=x_includes
;;
1914 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1915 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1916 x_includes
=$ac_optarg ;;
1918 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1919 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1920 ac_prev
=x_libraries
;;
1921 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1922 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1923 x_libraries
=$ac_optarg ;;
1925 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1926 Try \`$0 --help' for more information"
1930 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1931 # Reject names that are not valid shell variable names.
1932 case $ac_envvar in #(
1933 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1934 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1936 eval $ac_envvar=\
$ac_optarg
1937 export $ac_envvar ;;
1940 # FIXME: should be removed in autoconf 3.0.
1941 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1942 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1943 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1944 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1950 if test -n "$ac_prev"; then
1951 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1952 as_fn_error $?
"missing argument to $ac_option"
1955 if test -n "$ac_unrecognized_opts"; then
1956 case $enable_option_checking in
1958 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1959 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1963 # Check all directory arguments for consistency.
1964 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1965 datadir sysconfdir sharedstatedir localstatedir includedir \
1966 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1967 libdir localedir mandir runstatedir
1969 eval ac_val
=\$
$ac_var
1970 # Remove trailing slashes.
1973 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1974 eval $ac_var=\
$ac_val;;
1976 # Be sure to have absolute directory names.
1978 [\\/$
]* | ?
:[\\/]* ) continue;;
1979 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1981 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1984 # There might be people who depend on the old broken behavior: `$host'
1985 # used to hold the argument of --host etc.
1986 # FIXME: To remove some day.
1989 target
=$target_alias
1991 # FIXME: To remove some day.
1992 if test "x$host_alias" != x
; then
1993 if test "x$build_alias" = x
; then
1994 cross_compiling
=maybe
1995 elif test "x$build_alias" != "x$host_alias"; then
2001 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2003 test "$silent" = yes && exec 6>/dev
/null
2006 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2007 ac_ls_di
=`ls -di .` &&
2008 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2009 as_fn_error $?
"working directory cannot be determined"
2010 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2011 as_fn_error $?
"pwd does not report name of working directory"
2014 # Find the source files, if location was not specified.
2015 if test -z "$srcdir"; then
2016 ac_srcdir_defaulted
=yes
2017 # Try the directory containing this script, then the parent directory.
2018 ac_confdir
=`$as_dirname -- "$as_myself" ||
2019 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2020 X"$as_myself" : 'X\(//\)[^/]' \| \
2021 X"$as_myself" : 'X\(//\)$' \| \
2022 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2023 $as_echo X"$as_myself" |
2024 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2042 if test ! -r "$srcdir/$ac_unique_file"; then
2046 ac_srcdir_defaulted
=no
2048 if test ! -r "$srcdir/$ac_unique_file"; then
2049 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2050 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2052 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2054 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2056 # When building in place, set srcdir=.
2057 if test "$ac_abs_confdir" = "$ac_pwd"; then
2060 # Remove unnecessary trailing slashes from srcdir.
2061 # Double slashes in file names in object file debugging info
2062 # mess up M-x gdb in Emacs.
2064 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2066 for ac_var
in $ac_precious_vars; do
2067 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2068 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2069 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2070 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2074 # Report the --help message.
2076 if test "$ac_init_help" = "long"; then
2077 # Omit some internal or obsolete options to make the list less imposing.
2078 # This message is too long to be a string in the A/UX 3.1 sh.
2080 \`configure' configures Wine 1.7.52 to adapt to many kinds of systems.
2082 Usage: $0 [OPTION]... [VAR=VALUE]...
2084 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2085 VAR=VALUE. See below for descriptions of some of the useful variables.
2087 Defaults for the options are specified in brackets.
2090 -h, --help display this help and exit
2091 --help=short display options specific to this package
2092 --help=recursive display the short help of all the included packages
2093 -V, --version display version information and exit
2094 -q, --quiet, --silent do not print \`checking ...' messages
2095 --cache-file=FILE cache test results in FILE [disabled]
2096 -C, --config-cache alias for \`--cache-file=config.cache'
2097 -n, --no-create do not create output files
2098 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2100 Installation directories:
2101 --prefix=PREFIX install architecture-independent files in PREFIX
2102 [$ac_default_prefix]
2103 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2106 By default, \`make install' will install all the files in
2107 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2108 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2109 for instance \`--prefix=\$HOME'.
2111 For better control, use the options below.
2113 Fine tuning of the installation directories:
2114 --bindir=DIR user executables [EPREFIX/bin]
2115 --sbindir=DIR system admin executables [EPREFIX/sbin]
2116 --libexecdir=DIR program executables [EPREFIX/libexec]
2117 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2118 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2119 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2120 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2121 --libdir=DIR object code libraries [EPREFIX/lib]
2122 --includedir=DIR C header files [PREFIX/include]
2123 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2124 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2125 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2126 --infodir=DIR info documentation [DATAROOTDIR/info]
2127 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2128 --mandir=DIR man documentation [DATAROOTDIR/man]
2129 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2130 --htmldir=DIR html documentation [DOCDIR]
2131 --dvidir=DIR dvi documentation [DOCDIR]
2132 --pdfdir=DIR pdf documentation [DOCDIR]
2133 --psdir=DIR ps documentation [DOCDIR]
2139 --x-includes=DIR X include files are
in DIR
2140 --x-libraries=DIR X library files are
in DIR
2143 --build=BUILD configure
for building on BUILD
[guessed
]
2144 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2148 if test -n "$ac_init_help"; then
2149 case $ac_init_help in
2150 short | recursive
) echo "Configuration of Wine 1.7.52:";;
2155 --disable-option-checking ignore unrecognized
--enable/--with options
2156 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2157 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2158 --disable-win16 do not include Win16 support
2159 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2161 --disable-tests do not build the regression tests
2162 --enable-maintainer-mode
2163 enable maintainer-specific build rules
2164 --disable-largefile omit support for large files
2167 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2168 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2169 --without-alsa do not use the Alsa sound support
2170 --without-capi do not use CAPI (ISDN support)
2171 --without-cms do not use CMS (color management support)
2172 --without-coreaudio do not use the CoreAudio sound support
2173 --without-cups do not use CUPS
2174 --without-curses do not use (n)curses
2175 --without-dbus do not use DBus (dynamic device support)
2176 --without-fontconfig do not use fontconfig
2177 --without-freetype do not use the FreeType library
2178 --without-gettext do not use gettext
2179 --with-gettextpo use the GetTextPO library to rebuild po files
2180 --without-gphoto do not use gphoto (Digital Camera support)
2181 --without-glu do not use the GLU library
2182 --without-gnutls do not use GnuTLS (schannel support)
2183 --without-gsm do not use libgsm (GSM 06.10 codec support)
2184 --without-gstreamer do not use GStreamer (codecs support)
2185 --without-hal do not use HAL (dynamic device support)
2186 --without-jpeg do not use JPEG
2187 --without-ldap do not use LDAP
2188 --without-mpg123 do not use the mpg123 library
2189 --without-netapi do not use the Samba NetAPI library
2190 --without-openal do not use OpenAL
2191 --without-opencl do not use OpenCL
2192 --without-opengl do not use OpenGL
2193 --without-osmesa do not use the OSMesa library
2194 --without-oss do not use the OSS sound support
2195 --without-pcap do not use the Packet Capture library
2196 --without-png do not use PNG
2197 --without-pthread do not use the pthread library
2198 --without-sane do not use SANE (scanner support)
2199 --without-tiff do not use TIFF
2200 --without-v4l do not use v4l1 (v4l support)
2201 --without-xcomposite do not use the Xcomposite extension
2202 --without-xcursor do not use the Xcursor extension
2203 --without-xinerama do not use Xinerama (multi-monitor support)
2204 --without-xinput do not use the Xinput extension
2205 --without-xinput2 do not use the Xinput 2 extension
2206 --without-xml do not use XML
2207 --without-xrandr do not use Xrandr (resolution changes)
2208 --without-xrender do not use the Xrender extension
2209 --without-xshape do not use the Xshape extension
2210 --without-xshm do not use XShm (shared memory extension)
2211 --without-xslt do not use XSLT
2212 --without-xxf86vm do not use XFree video mode extension
2213 --without-zlib do not use Zlib (data compression)
2214 --with-wine-tools=DIR use Wine tools from directory DIR
2215 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2216 --with-x use the X Window System
2218 Some influential environment variables:
2219 CC C compiler command
2220 CFLAGS C compiler flags
2221 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2222 nonstandard directory <lib dir>
2223 LIBS libraries to pass to the linker, e.g. -l<library>
2224 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2225 you have headers in a nonstandard directory <include dir>
2226 CXX C++ compiler command
2227 CXXFLAGS C++ compiler flags
2229 XMKMF Path to xmkmf, Makefile generator for X Window System
2230 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2231 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2232 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2233 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2234 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2235 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2236 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2237 HAL_LIBS Linker flags for hal, overriding pkg-config
2239 C compiler flags for gnutls, overriding pkg-config
2240 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2241 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2242 SANE_LIBS Linker flags for libsane, overriding pkg-config
2244 C compiler flags for libgphoto2, overriding pkg-config
2246 Linker flags for libgphoto2, overriding pkg-config
2248 C compiler flags for libgphoto2_port, overriding pkg-config
2250 Linker flags for libgphoto2_port, overriding pkg-config
2252 C compiler flags for lcms2, overriding pkg-config
2253 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2255 C compiler flags for freetype2, overriding pkg-config
2257 Linker flags for freetype2, overriding pkg-config
2259 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2261 Linker flags for gstreamer-app-0.10, overriding pkg-config
2263 C compiler flags for capi20, overriding pkg-config
2264 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2266 C compiler flags for fontconfig, overriding pkg-config
2268 Linker flags for fontconfig, overriding pkg-config
2269 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2270 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2271 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2272 PNG_LIBS Linker flags for libpng, overriding pkg-config
2273 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2274 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2276 C compiler flags for libmpg123, overriding pkg-config
2277 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2279 Use these variables to override the choices made by `configure' or to
help
2280 it to
find libraries and programs with nonstandard names
/locations.
2282 Report bugs to
<wine-devel@winehq.org
>.
2283 Wine home page
: <http
://www.winehq.org
>.
2288 if test "$ac_init_help" = "recursive"; then
2289 # If there are subdirs, report their specific --help.
2290 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2291 test -d "$ac_dir" ||
2292 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2297 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2299 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2300 # A ".." for each directory in $ac_dir_suffix.
2301 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2302 case $ac_top_builddir_sub in
2303 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2304 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2307 ac_abs_top_builddir
=$ac_pwd
2308 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2309 # for backward compatibility:
2310 ac_top_builddir
=$ac_top_build_prefix
2313 .
) # We are building in place.
2315 ac_top_srcdir
=$ac_top_builddir_sub
2316 ac_abs_top_srcdir
=$ac_pwd ;;
2317 [\\/]* | ?
:[\\/]* ) # Absolute name.
2318 ac_srcdir
=$srcdir$ac_dir_suffix;
2319 ac_top_srcdir
=$srcdir
2320 ac_abs_top_srcdir
=$srcdir ;;
2322 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2323 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2324 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2326 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2328 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2329 # Check for guested configure.
2330 if test -f "$ac_srcdir/configure.gnu"; then
2332 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2333 elif test -f "$ac_srcdir/configure"; then
2335 $SHELL "$ac_srcdir/configure" --help=recursive
2337 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2339 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2343 test -n "$ac_init_help" && exit $ac_status
2344 if $ac_init_version; then
2346 Wine configure
1.7.52
2347 generated by GNU Autoconf
2.69
2349 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2350 This configure
script is free software
; the Free Software Foundation
2351 gives unlimited permission to copy
, distribute and modify it.
2356 ## ------------------------ ##
2357 ## Autoconf initialization. ##
2358 ## ------------------------ ##
2360 # ac_fn_c_try_compile LINENO
2361 # --------------------------
2362 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2363 ac_fn_c_try_compile
()
2365 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2366 rm -f conftest.
$ac_objext
2367 if { { ac_try
="$ac_compile"
2369 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2370 *) ac_try_echo=$ac_try;;
2372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2373 $as_echo "$ac_try_echo"; } >&5
2374 (eval "$ac_compile") 2>conftest.err
2376 if test -s conftest.err; then
2377 grep -v '^ *+' conftest.err >conftest.er1
2378 cat conftest.er1 >&5
2379 mv -f conftest.er1 conftest.err
2381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2382 test $ac_status = 0; } && {
2383 test -z "$ac_c_werror_flag" ||
2384 test ! -s conftest.err
2385 } && test -s conftest.$ac_objext; then :
2388 $as_echo "$as_me: failed program was:" >&5
2389 sed 's/^/| /' conftest.$ac_ext >&5
2393 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2394 as_fn_set_status $ac_retval
2396 } # ac_fn_c_try_compile
2398 # ac_fn_cxx_try_compile LINENO
2399 # ----------------------------
2400 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2401 ac_fn_cxx_try_compile ()
2403 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2404 rm -f conftest.$ac_objext
2405 if { { ac_try="$ac_compile"
2407 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2408 *) ac_try_echo
=$ac_try;;
2410 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2411 $as_echo "$ac_try_echo"; } >&5
2412 (eval "$ac_compile") 2>conftest.err
2414 if test -s conftest.err
; then
2415 grep -v '^ *+' conftest.err
>conftest.er1
2416 cat conftest.er1
>&5
2417 mv -f conftest.er1 conftest.err
2419 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2420 test $ac_status = 0; } && {
2421 test -z "$ac_cxx_werror_flag" ||
2422 test ! -s conftest.err
2423 } && test -s conftest.
$ac_objext; then :
2426 $as_echo "$as_me: failed program was:" >&5
2427 sed 's/^/| /' conftest.
$ac_ext >&5
2431 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2432 as_fn_set_status
$ac_retval
2434 } # ac_fn_cxx_try_compile
2436 # ac_fn_c_try_link LINENO
2437 # -----------------------
2438 # Try to link conftest.$ac_ext, and return whether this succeeded.
2441 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2442 rm -f conftest.
$ac_objext conftest
$ac_exeext
2443 if { { ac_try
="$ac_link"
2445 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2446 *) ac_try_echo=$ac_try;;
2448 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2449 $as_echo "$ac_try_echo"; } >&5
2450 (eval "$ac_link") 2>conftest.err
2452 if test -s conftest.err; then
2453 grep -v '^ *+' conftest.err >conftest.er1
2454 cat conftest.er1 >&5
2455 mv -f conftest.er1 conftest.err
2457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2458 test $ac_status = 0; } && {
2459 test -z "$ac_c_werror_flag" ||
2460 test ! -s conftest.err
2461 } && test -s conftest$ac_exeext && {
2462 test "$cross_compiling" = yes ||
2463 test -x conftest$ac_exeext
2467 $as_echo "$as_me: failed program was:" >&5
2468 sed 's/^/| /' conftest.$ac_ext >&5
2472 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2473 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2474 # interfere with the next link command; also delete a directory that is
2475 # left behind by Apple's compiler. We do this before executing the actions.
2476 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2477 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2478 as_fn_set_status $ac_retval
2480 } # ac_fn_c_try_link
2482 # ac_fn_c_try_cpp LINENO
2483 # ----------------------
2484 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2487 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2488 if { { ac_try="$ac_cpp conftest.$ac_ext"
2490 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2491 *) ac_try_echo
=$ac_try;;
2493 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2494 $as_echo "$ac_try_echo"; } >&5
2495 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2497 if test -s conftest.err
; then
2498 grep -v '^ *+' conftest.err
>conftest.er1
2499 cat conftest.er1
>&5
2500 mv -f conftest.er1 conftest.err
2502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2503 test $ac_status = 0; } > conftest.i
&& {
2504 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2505 test ! -s conftest.err
2509 $as_echo "$as_me: failed program was:" >&5
2510 sed 's/^/| /' conftest.
$ac_ext >&5
2514 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2515 as_fn_set_status
$ac_retval
2519 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2520 # -------------------------------------------------------
2521 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2522 # the include files in INCLUDES and setting the cache variable VAR
2524 ac_fn_c_check_header_mongrel
()
2526 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2527 if eval \
${$3+:} false
; then :
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2529 $as_echo_n "checking for $2... " >&6; }
2530 if eval \
${$3+:} false
; then :
2531 $as_echo_n "(cached) " >&6
2534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2535 $as_echo "$ac_res" >&6; }
2537 # Is the header compilable?
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2539 $as_echo_n "checking $2 usability... " >&6; }
2540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2541 /* end confdefs.h. */
2545 if ac_fn_c_try_compile
"$LINENO"; then :
2546 ac_header_compiler
=yes
2548 ac_header_compiler
=no
2550 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2552 $as_echo "$ac_header_compiler" >&6; }
2554 # Is the header present?
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2556 $as_echo_n "checking $2 presence... " >&6; }
2557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2558 /* end confdefs.h. */
2561 if ac_fn_c_try_cpp
"$LINENO"; then :
2562 ac_header_preproc
=yes
2564 ac_header_preproc
=no
2566 rm -f conftest.err conftest.i conftest.
$ac_ext
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2568 $as_echo "$ac_header_preproc" >&6; }
2570 # So? What about this header?
2571 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2574 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2576 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2580 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2582 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2584 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2586 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2588 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2589 ( $as_echo "## ------------------------------------ ##
2590 ## Report this to wine-devel@winehq.org ##
2591 ## ------------------------------------ ##"
2592 ) |
sed "s/^/$as_me: WARNING: /" >&2
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2596 $as_echo_n "checking for $2... " >&6; }
2597 if eval \
${$3+:} false
; then :
2598 $as_echo_n "(cached) " >&6
2600 eval "$3=\$ac_header_compiler"
2603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2604 $as_echo "$ac_res" >&6; }
2606 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2608 } # ac_fn_c_check_header_mongrel
2610 # ac_fn_c_try_run LINENO
2611 # ----------------------
2612 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2613 # that executables *can* be run.
2616 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2617 if { { ac_try
="$ac_link"
2619 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2620 *) ac_try_echo=$ac_try;;
2622 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2623 $as_echo "$ac_try_echo"; } >&5
2624 (eval "$ac_link") 2>&5
2626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2627 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2628 { { case "(($ac_try" in
2629 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2630 *) ac_try_echo
=$ac_try;;
2632 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2633 $as_echo "$ac_try_echo"; } >&5
2634 (eval "$ac_try") 2>&5
2636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2637 test $ac_status = 0; }; }; then :
2640 $as_echo "$as_me: program exited with status $ac_status" >&5
2641 $as_echo "$as_me: failed program was:" >&5
2642 sed 's/^/| /' conftest.
$ac_ext >&5
2644 ac_retval
=$ac_status
2646 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2647 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2648 as_fn_set_status
$ac_retval
2652 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2653 # -------------------------------------------------------
2654 # Tests whether HEADER exists and can be compiled using the include files in
2655 # INCLUDES, setting the cache variable VAR accordingly.
2656 ac_fn_c_check_header_compile
()
2658 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2660 $as_echo_n "checking for $2... " >&6; }
2661 if eval \
${$3+:} false
; then :
2662 $as_echo_n "(cached) " >&6
2664 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2665 /* end confdefs.h. */
2669 if ac_fn_c_try_compile
"$LINENO"; then :
2674 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2678 $as_echo "$ac_res" >&6; }
2679 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2681 } # ac_fn_c_check_header_compile
2683 # ac_fn_c_check_func LINENO FUNC VAR
2684 # ----------------------------------
2685 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2686 ac_fn_c_check_func
()
2688 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2690 $as_echo_n "checking for $2... " >&6; }
2691 if eval \
${$3+:} false
; then :
2692 $as_echo_n "(cached) " >&6
2694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2695 /* end confdefs.h. */
2696 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2697 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2698 #define $2 innocuous_$2
2700 /* System header to define __stub macros and hopefully few prototypes,
2701 which can conflict with char $2 (); below.
2702 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2703 <limits.h> exists even on freestanding compilers. */
2706 # include <limits.h>
2708 # include <assert.h>
2713 /* Override any GCC internal prototype to avoid an error.
2714 Use char because int might match the return type of a GCC
2715 builtin and then its argument prototype would still apply. */
2720 /* The GNU C library defines this for functions which it implements
2721 to always fail with ENOSYS. Some functions are actually named
2722 something starting with __ and the normal name is an alias. */
2723 #if defined __stub_$2 || defined __stub___$2
2735 if ac_fn_c_try_link
"$LINENO"; then :
2740 rm -f core conftest.err conftest.
$ac_objext \
2741 conftest
$ac_exeext conftest.
$ac_ext
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2745 $as_echo "$ac_res" >&6; }
2746 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2748 } # ac_fn_c_check_func
2750 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2751 # ----------------------------------------------------
2752 # Tries to find if the field MEMBER exists in type AGGR, after including
2753 # INCLUDES, setting cache variable VAR accordingly.
2754 ac_fn_c_check_member
()
2756 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2758 $as_echo_n "checking for $2.$3... " >&6; }
2759 if eval \
${$4+:} false
; then :
2760 $as_echo_n "(cached) " >&6
2762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2763 /* end confdefs.h. */
2775 if ac_fn_c_try_compile
"$LINENO"; then :
2778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2779 /* end confdefs.h. */
2785 if (sizeof ac_aggr.$3)
2791 if ac_fn_c_try_compile
"$LINENO"; then :
2796 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2798 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2802 $as_echo "$ac_res" >&6; }
2803 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2805 } # ac_fn_c_check_member
2807 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2808 # -------------------------------------------
2809 # Tests whether TYPE exists after having included INCLUDES, setting cache
2810 # variable VAR accordingly.
2811 ac_fn_c_check_type
()
2813 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2815 $as_echo_n "checking for $2... " >&6; }
2816 if eval \
${$3+:} false
; then :
2817 $as_echo_n "(cached) " >&6
2820 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2821 /* end confdefs.h. */
2832 if ac_fn_c_try_compile
"$LINENO"; then :
2833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2834 /* end confdefs.h. */
2845 if ac_fn_c_try_compile
"$LINENO"; then :
2850 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2852 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2856 $as_echo "$ac_res" >&6; }
2857 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2859 } # ac_fn_c_check_type
2860 cat >config.log
<<_ACEOF
2861 This file contains any messages produced by compilers while
2862 running configure, to aid debugging if configure makes a mistake.
2864 It was created by Wine $as_me 1.7.52, which was
2865 generated by GNU Autoconf 2.69. Invocation command line was
2877 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2878 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2879 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2880 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2881 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2883 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2884 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2886 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2887 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2888 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2889 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2890 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2891 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2892 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2896 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2900 test -z "$as_dir" && as_dir
=.
2901 $as_echo "PATH: $as_dir"
2917 # Keep a trace of the command line.
2918 # Strip out --no-create and --no-recursion so they do not pile up.
2919 # Strip out --silent because we don't want to record it for future runs.
2920 # Also quote any args containing shell meta-characters.
2921 # Make two passes to allow for proper duplicate-argument suppression.
2925 ac_must_keep_next
=false
2931 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2932 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2933 |
-silent |
--silent |
--silen |
--sile |
--sil)
2936 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2939 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2941 as_fn_append ac_configure_args1
" '$ac_arg'"
2942 if test $ac_must_keep_next = true
; then
2943 ac_must_keep_next
=false
# Got value, back to normal.
2946 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2947 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2948 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2949 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2950 case "$ac_configure_args0 " in
2951 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2954 -* ) ac_must_keep_next
=true
;;
2957 as_fn_append ac_configure_args
" '$ac_arg'"
2962 { ac_configure_args0
=; unset ac_configure_args0
;}
2963 { ac_configure_args1
=; unset ac_configure_args1
;}
2965 # When interrupted or exit'd, cleanup temporary files, and complete
2966 # config.log. We remove comments because anyway the quotes in there
2967 # would cause problems or look ugly.
2968 # WARNING: Use '\'' to represent an apostrophe within the trap.
2969 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2970 trap 'exit_status=$?
2971 # Save into config.log some information that might help in debugging.
2975 $as_echo "## ---------------- ##
2976 ## Cache variables. ##
2977 ## ---------------- ##"
2979 # The following way of writing the cache mishandles newlines in values,
2981 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2982 eval ac_val=\$$ac_var
2986 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2987 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2990 _ | IFS | as_nl) ;; #(
2991 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2992 *) { eval $ac_var=; unset $ac_var;} ;;
2997 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2998 *${as_nl}ac_space=\ *)
3000 "s/'\''/'\''\\\\'\'''\''/g;
3001 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3004 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3011 $as_echo "## ----------------- ##
3012 ## Output variables. ##
3013 ## ----------------- ##"
3015 for ac_var in $ac_subst_vars
3017 eval ac_val=\$$ac_var
3019 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3021 $as_echo "$ac_var='\''$ac_val'\''"
3025 if test -n "$ac_subst_files"; then
3026 $as_echo "## ------------------- ##
3027 ## File substitutions. ##
3028 ## ------------------- ##"
3030 for ac_var
in $ac_subst_files
3032 eval ac_val
=\$
$ac_var
3034 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3036 $as_echo "$ac_var='\''$ac_val'\''"
3041 if test -s confdefs.h; then
3042 $as_echo "## ----------- ##
3049 test "$ac_signal" != 0 &&
3050 $as_echo "$as_me: caught signal $ac_signal"
3051 $as_echo "$as_me: exit $exit_status"
3053 rm -f core *.core core.conftest.* &&
3054 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3057 for ac_signal
in 1 2 13 15; do
3058 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3062 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3063 rm -f -r conftest
* confdefs.h
3065 $as_echo "/* confdefs.h */" > confdefs.h
3067 # Predefined preprocessor variables.
3069 cat >>confdefs.h
<<_ACEOF
3070 #define PACKAGE_NAME "$PACKAGE_NAME"
3073 cat >>confdefs.h
<<_ACEOF
3074 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3077 cat >>confdefs.h
<<_ACEOF
3078 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3081 cat >>confdefs.h
<<_ACEOF
3082 #define PACKAGE_STRING "$PACKAGE_STRING"
3085 cat >>confdefs.h
<<_ACEOF
3086 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3089 cat >>confdefs.h
<<_ACEOF
3090 #define PACKAGE_URL "$PACKAGE_URL"
3094 # Let the site file select an alternate cache file if it wants to.
3095 # Prefer an explicitly selected file to automatically selected ones.
3098 if test -n "$CONFIG_SITE"; then
3099 # We do not want a PATH search for config.site.
3100 case $CONFIG_SITE in #((
3101 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3102 */*) ac_site_file1
=$CONFIG_SITE;;
3103 *) ac_site_file1
=.
/$CONFIG_SITE;;
3105 elif test "x$prefix" != xNONE
; then
3106 ac_site_file1
=$prefix/share
/config.site
3107 ac_site_file2
=$prefix/etc
/config.site
3109 ac_site_file1
=$ac_default_prefix/share
/config.site
3110 ac_site_file2
=$ac_default_prefix/etc
/config.site
3112 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3114 test "x$ac_site_file" = xNONE
&& continue
3115 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3117 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3118 sed 's/^/| /' "$ac_site_file" >&5
3120 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3121 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3122 as_fn_error $?
"failed to load site script $ac_site_file
3123 See \`config.log' for more details" "$LINENO" 5; }
3127 if test -r "$cache_file"; then
3128 # Some versions of bash will fail to source /dev/null (special files
3129 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3130 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3131 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3132 $as_echo "$as_me: loading cache $cache_file" >&6;}
3134 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3135 *) .
"./$cache_file";;
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3140 $as_echo "$as_me: creating cache $cache_file" >&6;}
3144 # Check that the precious variables saved in the cache have kept the same
3146 ac_cache_corrupted
=false
3147 for ac_var
in $ac_precious_vars; do
3148 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3149 eval ac_new_set
=\
$ac_env_${ac_var}_set
3150 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3151 eval ac_new_val
=\
$ac_env_${ac_var}_value
3152 case $ac_old_set,$ac_new_set in
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3155 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3156 ac_cache_corrupted
=: ;;
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3159 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3160 ac_cache_corrupted
=: ;;
3163 if test "x$ac_old_val" != "x$ac_new_val"; then
3164 # differences in whitespace do not lead to failure.
3165 ac_old_val_w
=`echo x $ac_old_val`
3166 ac_new_val_w
=`echo x $ac_new_val`
3167 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3169 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3170 ac_cache_corrupted
=:
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3173 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3174 eval $ac_var=\
$ac_old_val
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3177 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3179 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3182 # Pass precious variables to config.status.
3183 if test "$ac_new_set" = set; then
3185 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3186 *) ac_arg
=$ac_var=$ac_new_val ;;
3188 case " $ac_configure_args " in
3189 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3190 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3194 if $ac_cache_corrupted; then
3195 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3196 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3198 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3199 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3201 ## -------------------- ##
3202 ## Main body of script. ##
3203 ## -------------------- ##
3206 ac_cpp
='$CPP $CPPFLAGS'
3207 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3208 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3209 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3213 ac_config_headers
="$ac_config_headers include/config.h"
3216 for ac_dir
in tools
"$srcdir"/tools
; do
3217 if test -f "$ac_dir/install-sh"; then
3219 ac_install_sh
="$ac_aux_dir/install-sh -c"
3221 elif test -f "$ac_dir/install.sh"; then
3223 ac_install_sh
="$ac_aux_dir/install.sh -c"
3225 elif test -f "$ac_dir/shtool"; then
3227 ac_install_sh
="$ac_aux_dir/shtool install -c"
3231 if test -z "$ac_aux_dir"; then
3232 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3235 # These three variables are undocumented and unsupported,
3236 # and are intended to be withdrawn in a future Autoconf release.
3237 # They can cause serious problems if a builder's source tree is in a directory
3238 # whose full name contains unusual characters.
3239 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3240 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3241 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3245 libwine_version
="1.0"
3249 # Check whether --enable-win16 was given.
3250 if test "${enable_win16+set}" = set; then :
3251 enableval
=$enable_win16;
3254 # Check whether --enable-win64 was given.
3255 if test "${enable_win64+set}" = set; then :
3256 enableval
=$enable_win64;
3259 # Check whether --enable-tests was given.
3260 if test "${enable_tests+set}" = set; then :
3261 enableval
=$enable_tests;
3264 # Check whether --enable-maintainer-mode was given.
3265 if test "${enable_maintainer_mode+set}" = set; then :
3266 enableval
=$enable_maintainer_mode;
3271 # Check whether --with-alsa was given.
3272 if test "${with_alsa+set}" = set; then :
3273 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3277 # Check whether --with-capi was given.
3278 if test "${with_capi+set}" = set; then :
3283 # Check whether --with-cms was given.
3284 if test "${with_cms+set}" = set; then :
3289 # Check whether --with-coreaudio was given.
3290 if test "${with_coreaudio+set}" = set; then :
3291 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3295 # Check whether --with-cups was given.
3296 if test "${with_cups+set}" = set; then :
3301 # Check whether --with-curses was given.
3302 if test "${with_curses+set}" = set; then :
3303 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3307 # Check whether --with-dbus was given.
3308 if test "${with_dbus+set}" = set; then :
3313 # Check whether --with-fontconfig was given.
3314 if test "${with_fontconfig+set}" = set; then :
3315 withval
=$with_fontconfig;
3319 # Check whether --with-freetype was given.
3320 if test "${with_freetype+set}" = set; then :
3321 withval
=$with_freetype;
3325 # Check whether --with-gettext was given.
3326 if test "${with_gettext+set}" = set; then :
3327 withval
=$with_gettext;
3331 # Check whether --with-gettextpo was given.
3332 if test "${with_gettextpo+set}" = set; then :
3333 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3337 # Check whether --with-gphoto was given.
3338 if test "${with_gphoto+set}" = set; then :
3339 withval
=$with_gphoto;
3343 # Check whether --with-glu was given.
3344 if test "${with_glu+set}" = set; then :
3349 # Check whether --with-gnutls was given.
3350 if test "${with_gnutls+set}" = set; then :
3351 withval
=$with_gnutls;
3355 # Check whether --with-gsm was given.
3356 if test "${with_gsm+set}" = set; then :
3357 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3361 # Check whether --with-gstreamer was given.
3362 if test "${with_gstreamer+set}" = set; then :
3363 withval
=$with_gstreamer;
3367 # Check whether --with-hal was given.
3368 if test "${with_hal+set}" = set; then :
3373 # Check whether --with-jpeg was given.
3374 if test "${with_jpeg+set}" = set; then :
3379 # Check whether --with-ldap was given.
3380 if test "${with_ldap+set}" = set; then :
3381 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3385 # Check whether --with-mpg123 was given.
3386 if test "${with_mpg123+set}" = set; then :
3387 withval
=$with_mpg123;
3391 # Check whether --with-netapi was given.
3392 if test "${with_netapi+set}" = set; then :
3393 withval
=$with_netapi;
3397 # Check whether --with-openal was given.
3398 if test "${with_openal+set}" = set; then :
3399 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3403 # Check whether --with-opencl was given.
3404 if test "${with_opencl+set}" = set; then :
3405 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3409 # Check whether --with-opengl was given.
3410 if test "${with_opengl+set}" = set; then :
3411 withval
=$with_opengl;
3415 # Check whether --with-osmesa was given.
3416 if test "${with_osmesa+set}" = set; then :
3417 withval
=$with_osmesa;
3421 # Check whether --with-oss was given.
3422 if test "${with_oss+set}" = set; then :
3427 # Check whether --with-pcap was given.
3428 if test "${with_pcap+set}" = set; then :
3429 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3433 # Check whether --with-png was given.
3434 if test "${with_png+set}" = set; then :
3439 # Check whether --with-pthread was given.
3440 if test "${with_pthread+set}" = set; then :
3441 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3445 # Check whether --with-sane was given.
3446 if test "${with_sane+set}" = set; then :
3451 # Check whether --with-tiff was given.
3452 if test "${with_tiff+set}" = set; then :
3457 # Check whether --with-v4l was given.
3458 if test "${with_v4l+set}" = set; then :
3463 # Check whether --with-xcomposite was given.
3464 if test "${with_xcomposite+set}" = set; then :
3465 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3469 # Check whether --with-xcursor was given.
3470 if test "${with_xcursor+set}" = set; then :
3471 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3475 # Check whether --with-xinerama was given.
3476 if test "${with_xinerama+set}" = set; then :
3477 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3481 # Check whether --with-xinput was given.
3482 if test "${with_xinput+set}" = set; then :
3483 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3487 # Check whether --with-xinput2 was given.
3488 if test "${with_xinput2+set}" = set; then :
3489 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3493 # Check whether --with-xml was given.
3494 if test "${with_xml+set}" = set; then :
3499 # Check whether --with-xrandr was given.
3500 if test "${with_xrandr+set}" = set; then :
3501 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3505 # Check whether --with-xrender was given.
3506 if test "${with_xrender+set}" = set; then :
3507 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3511 # Check whether --with-xshape was given.
3512 if test "${with_xshape+set}" = set; then :
3513 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3517 # Check whether --with-xshm was given.
3518 if test "${with_xshm+set}" = set; then :
3519 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3523 # Check whether --with-xslt was given.
3524 if test "${with_xslt+set}" = set; then :
3529 # Check whether --with-xxf86vm was given.
3530 if test "${with_xxf86vm+set}" = set; then :
3531 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
3535 # Check whether --with-zlib was given.
3536 if test "${with_zlib+set}" = set; then :
3537 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3542 # Check whether --with-wine-tools was given.
3543 if test "${with_wine_tools+set}" = set; then :
3544 withval
=$with_wine_tools;
3548 # Check whether --with-wine64 was given.
3549 if test "${with_wine64+set}" = set; then :
3550 withval
=$with_wine64;
3554 # Make sure we can run config.sub.
3555 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3556 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3559 $as_echo_n "checking build system type... " >&6; }
3560 if ${ac_cv_build+:} false
; then :
3561 $as_echo_n "(cached) " >&6
3563 ac_build_alias
=$build_alias
3564 test "x$ac_build_alias" = x
&&
3565 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3566 test "x$ac_build_alias" = x
&&
3567 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3568 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3569 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3573 $as_echo "$ac_cv_build" >&6; }
3574 case $ac_cv_build in
3576 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3579 ac_save_IFS
=$IFS; IFS
='-'
3585 # Remember, the first character of IFS is used to create $*,
3586 # except with old shells:
3589 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3593 $as_echo_n "checking host system type... " >&6; }
3594 if ${ac_cv_host+:} false
; then :
3595 $as_echo_n "(cached) " >&6
3597 if test "x$host_alias" = x
; then
3598 ac_cv_host
=$ac_cv_build
3600 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3601 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3606 $as_echo "$ac_cv_host" >&6; }
3609 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3612 ac_save_IFS
=$IFS; IFS
='-'
3618 # Remember, the first character of IFS is used to create $*,
3619 # except with old shells:
3622 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3628 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3629 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3630 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3636 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3638 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3639 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3640 $as_echo_n "(cached) " >&6
3642 cat >conftest.
make <<\_ACEOF
3645 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3647 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3648 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3650 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3652 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3656 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3658 $as_echo "yes" >&6; }
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3662 $as_echo "no" >&6; }
3663 SET_MAKE
="MAKE=${MAKE-make}"
3667 ac_cpp
='$CPP $CPPFLAGS'
3668 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3669 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3670 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3671 if test -n "$ac_tool_prefix"; then
3672 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3673 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if ${ac_cv_prog_CC+:} false
; then :
3677 $as_echo_n "(cached) " >&6
3679 if test -n "$CC"; then
3680 ac_cv_prog_CC
="$CC" # Let the user override the test.
3682 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3686 test -z "$as_dir" && as_dir
=.
3687 for ac_exec_ext
in '' $ac_executable_extensions; do
3688 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3689 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3700 if test -n "$CC"; then
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3702 $as_echo "$CC" >&6; }
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3710 if test -z "$ac_cv_prog_CC"; then
3712 # Extract the first word of "gcc", so it can be a program name with args.
3713 set dummy gcc
; ac_word
=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3717 $as_echo_n "(cached) " >&6
3719 if test -n "$ac_ct_CC"; then
3720 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3722 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3726 test -z "$as_dir" && as_dir
=.
3727 for ac_exec_ext
in '' $ac_executable_extensions; do
3728 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3729 ac_cv_prog_ac_ct_CC
="gcc"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3739 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3740 if test -n "$ac_ct_CC"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3742 $as_echo "$ac_ct_CC" >&6; }
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3748 if test "x$ac_ct_CC" = x
; then
3751 case $cross_compiling:$ac_tool_warned in
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3755 ac_tool_warned
=yes ;;
3763 if test -z "$CC"; then
3764 if test -n "$ac_tool_prefix"; then
3765 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3766 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3768 $as_echo_n "checking for $ac_word... " >&6; }
3769 if ${ac_cv_prog_CC+:} false
; then :
3770 $as_echo_n "(cached) " >&6
3772 if test -n "$CC"; then
3773 ac_cv_prog_CC
="$CC" # Let the user override the test.
3775 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3779 test -z "$as_dir" && as_dir
=.
3780 for ac_exec_ext
in '' $ac_executable_extensions; do
3781 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3782 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3793 if test -n "$CC"; then
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3795 $as_echo "$CC" >&6; }
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3798 $as_echo "no" >&6; }
3804 if test -z "$CC"; then
3805 # Extract the first word of "cc", so it can be a program name with args.
3806 set dummy cc
; ac_word
=$2
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3808 $as_echo_n "checking for $ac_word... " >&6; }
3809 if ${ac_cv_prog_CC+:} false
; then :
3810 $as_echo_n "(cached) " >&6
3812 if test -n "$CC"; then
3813 ac_cv_prog_CC
="$CC" # Let the user override the test.
3816 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3820 test -z "$as_dir" && as_dir
=.
3821 for ac_exec_ext
in '' $ac_executable_extensions; do
3822 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3823 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3824 ac_prog_rejected
=yes
3828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3835 if test $ac_prog_rejected = yes; then
3836 # We found a bogon in the path, so make sure we never use it.
3837 set dummy
$ac_cv_prog_CC
3839 if test $# != 0; then
3840 # We chose a different compiler from the bogus one.
3841 # However, it has the same basename, so the bogon will be chosen
3842 # first if we set CC to just the basename; use the full file name.
3844 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3850 if test -n "$CC"; then
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3852 $as_echo "$CC" >&6; }
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3855 $as_echo "no" >&6; }
3860 if test -z "$CC"; then
3861 if test -n "$ac_tool_prefix"; then
3862 for ac_prog
in cl.exe
3864 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3865 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3867 $as_echo_n "checking for $ac_word... " >&6; }
3868 if ${ac_cv_prog_CC+:} false
; then :
3869 $as_echo_n "(cached) " >&6
3871 if test -n "$CC"; then
3872 ac_cv_prog_CC
="$CC" # Let the user override the test.
3874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3878 test -z "$as_dir" && as_dir
=.
3879 for ac_exec_ext
in '' $ac_executable_extensions; do
3880 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3881 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3892 if test -n "$CC"; then
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3894 $as_echo "$CC" >&6; }
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3897 $as_echo "no" >&6; }
3901 test -n "$CC" && break
3904 if test -z "$CC"; then
3906 for ac_prog
in cl.exe
3908 # Extract the first word of "$ac_prog", so it can be a program name with args.
3909 set dummy
$ac_prog; ac_word
=$2
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3911 $as_echo_n "checking for $ac_word... " >&6; }
3912 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3913 $as_echo_n "(cached) " >&6
3915 if test -n "$ac_ct_CC"; then
3916 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3918 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3922 test -z "$as_dir" && as_dir
=.
3923 for ac_exec_ext
in '' $ac_executable_extensions; do
3924 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3925 ac_cv_prog_ac_ct_CC
="$ac_prog"
3926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3935 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3936 if test -n "$ac_ct_CC"; then
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3938 $as_echo "$ac_ct_CC" >&6; }
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3941 $as_echo "no" >&6; }
3945 test -n "$ac_ct_CC" && break
3948 if test "x$ac_ct_CC" = x
; then
3951 case $cross_compiling:$ac_tool_warned in
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3955 ac_tool_warned
=yes ;;
3964 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3965 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3966 as_fn_error $?
"no acceptable C compiler found in \$PATH
3967 See \`config.log' for more details" "$LINENO" 5; }
3969 # Provide some information about the compiler.
3970 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3973 for ac_option
in --version -v -V -qversion; do
3974 { { ac_try
="$ac_compiler $ac_option >&5"
3976 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3977 *) ac_try_echo=$ac_try;;
3979 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3980 $as_echo "$ac_try_echo"; } >&5
3981 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3983 if test -s conftest.err; then
3985 ... rest of stderr output deleted ...
3986 10q' conftest.err >conftest.er1
3987 cat conftest.er1 >&5
3989 rm -f conftest.er1 conftest.err
3990 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3991 test $ac_status = 0; }
3994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3995 /* end confdefs.h. */
4005 ac_clean_files_save=$ac_clean_files
4006 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4007 # Try to create an executable without -o first, disregard a.out.
4008 # It will help us diagnose broken compilers, and finding out an intuition
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4011 $as_echo_n "checking whether the C compiler works... " >&6; }
4012 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4014 # The possible output files:
4015 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4018 for ac_file in $ac_files
4021 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4022 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4027 if { { ac_try="$ac_link_default"
4029 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4030 *) ac_try_echo
=$ac_try;;
4032 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4033 $as_echo "$ac_try_echo"; } >&5
4034 (eval "$ac_link_default") 2>&5
4036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4037 test $ac_status = 0; }; then :
4038 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4039 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4040 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4041 # so that the user can short-circuit this test for compilers unknown to
4043 for ac_file
in $ac_files ''
4045 test -f "$ac_file" ||
continue
4047 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4050 # We found the default executable, but exeext='' is most
4054 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4056 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4058 # We set ac_cv_exeext here because the later test for it is not
4059 # safe: cross compilers may not add the suffix if given an `-o'
4060 # argument, so we may need to know it at that point already.
4061 # Even if this section looks crufty: it has the advantage of
4068 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4073 if test -z "$ac_file"; then :
4074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4075 $as_echo "no" >&6; }
4076 $as_echo "$as_me: failed program was:" >&5
4077 sed 's/^/| /' conftest.
$ac_ext >&5
4079 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4080 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4081 as_fn_error
77 "C compiler cannot create executables
4082 See \`config.log' for more details" "$LINENO" 5; }
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4085 $as_echo "yes" >&6; }
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4088 $as_echo_n "checking for C compiler default output file name... " >&6; }
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4090 $as_echo "$ac_file" >&6; }
4091 ac_exeext
=$ac_cv_exeext
4093 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4094 ac_clean_files
=$ac_clean_files_save
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4096 $as_echo_n "checking for suffix of executables... " >&6; }
4097 if { { ac_try
="$ac_link"
4099 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4100 *) ac_try_echo=$ac_try;;
4102 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4103 $as_echo "$ac_try_echo"; } >&5
4104 (eval "$ac_link") 2>&5
4106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4107 test $ac_status = 0; }; then :
4108 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4109 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4110 # work properly (i.e., refer to `conftest.exe'), while it won't with
4112 for ac_file
in conftest.exe conftest conftest.
*; do
4113 test -f "$ac_file" ||
continue
4115 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4116 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4122 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4123 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4124 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4125 See \`config.log' for more details" "$LINENO" 5; }
4127 rm -f conftest conftest
$ac_cv_exeext
4128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4129 $as_echo "$ac_cv_exeext" >&6; }
4131 rm -f conftest.
$ac_ext
4132 EXEEXT
=$ac_cv_exeext
4134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4135 /* end confdefs.h. */
4140 FILE *f = fopen ("conftest.out", "w");
4141 return ferror (f) || fclose (f) != 0;
4147 ac_clean_files
="$ac_clean_files conftest.out"
4148 # Check that the compiler produces executables we can run. If not, either
4149 # the compiler is broken, or we cross compile.
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4151 $as_echo_n "checking whether we are cross compiling... " >&6; }
4152 if test "$cross_compiling" != yes; then
4153 { { ac_try
="$ac_link"
4155 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4156 *) ac_try_echo=$ac_try;;
4158 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4159 $as_echo "$ac_try_echo"; } >&5
4160 (eval "$ac_link") 2>&5
4162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4163 test $ac_status = 0; }
4164 if { ac_try='./conftest$ac_cv_exeext'
4165 { { case "(($ac_try" in
4166 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4167 *) ac_try_echo
=$ac_try;;
4169 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4170 $as_echo "$ac_try_echo"; } >&5
4171 (eval "$ac_try") 2>&5
4173 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4174 test $ac_status = 0; }; }; then
4177 if test "$cross_compiling" = maybe
; then
4180 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4181 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4182 as_fn_error $?
"cannot run C compiled programs.
4183 If you meant to cross compile, use \`--host'.
4184 See \`config.log' for more details" "$LINENO" 5; }
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4189 $as_echo "$cross_compiling" >&6; }
4191 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4192 ac_clean_files
=$ac_clean_files_save
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4194 $as_echo_n "checking for suffix of object files... " >&6; }
4195 if ${ac_cv_objext+:} false
; then :
4196 $as_echo_n "(cached) " >&6
4198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4199 /* end confdefs.h. */
4209 rm -f conftest.o conftest.obj
4210 if { { ac_try
="$ac_compile"
4212 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4213 *) ac_try_echo=$ac_try;;
4215 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4216 $as_echo "$ac_try_echo"; } >&5
4217 (eval "$ac_compile") 2>&5
4219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4220 test $ac_status = 0; }; then :
4221 for ac_file in conftest.o conftest.obj conftest.*; do
4222 test -f "$ac_file" || continue;
4224 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4225 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4230 $as_echo "$as_me: failed program was:" >&5
4231 sed 's/^/| /' conftest.$ac_ext >&5
4233 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4234 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4235 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4236 See \
`config.log' for more details" "$LINENO" 5; }
4238 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4241 $as_echo "$ac_cv_objext" >&6; }
4242 OBJEXT=$ac_cv_objext
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4245 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4246 if ${ac_cv_c_compiler_gnu+:} false; then :
4247 $as_echo_n "(cached) " >&6
4249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4250 /* end confdefs.h. */
4263 if ac_fn_c_try_compile "$LINENO"; then :
4268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4269 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4273 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4274 if test $ac_compiler_gnu = yes; then
4279 ac_test_CFLAGS=${CFLAGS+set}
4280 ac_save_CFLAGS=$CFLAGS
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4282 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4283 if ${ac_cv_prog_cc_g+:} false; then :
4284 $as_echo_n "(cached) " >&6
4286 ac_save_c_werror_flag=$ac_c_werror_flag
4287 ac_c_werror_flag=yes
4290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4291 /* end confdefs.h. */
4301 if ac_fn_c_try_compile "$LINENO"; then :
4305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4306 /* end confdefs.h. */
4316 if ac_fn_c_try_compile "$LINENO"; then :
4319 ac_c_werror_flag=$ac_save_c_werror_flag
4321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4322 /* end confdefs.h. */
4332 if ac_fn_c_try_compile "$LINENO"; then :
4335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4340 ac_c_werror_flag=$ac_save_c_werror_flag
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4343 $as_echo "$ac_cv_prog_cc_g" >&6; }
4344 if test "$ac_test_CFLAGS" = set; then
4345 CFLAGS=$ac_save_CFLAGS
4346 elif test $ac_cv_prog_cc_g = yes; then
4347 if test "$GCC" = yes; then
4353 if test "$GCC" = yes; then
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4360 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4361 if ${ac_cv_prog_cc_c89+:} false; then :
4362 $as_echo_n "(cached) " >&6
4364 ac_cv_prog_cc_c89=no
4366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4367 /* end confdefs.h. */
4371 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4372 struct buf { int x; };
4373 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4374 static char *e (p, i)
4380 static char *f (char * (*g) (char **, int), char **p, ...)
4385 s = g (p, va_arg (v,int));
4390 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4391 function prototypes and stuff, but not '\xHH' hex character constants.
4392 These don't provoke an error unfortunately, instead are silently treated
4393 as 'x'. The following induces an error, until -std is added to get
4394 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4395 array size at least. It's necessary to write '\x00'==0 to get something
4396 that's true only with -std. */
4397 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4399 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4400 inside strings and character constants. */
4402 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4404 int test (int i, double x);
4405 struct s1 {int (*f) (int a);};
4406 struct s2 {int (*f) (double a);};
4407 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4413 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4418 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4419 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4421 CC="$ac_save_CC $ac_arg"
4422 if ac_fn_c_try_compile "$LINENO"; then :
4423 ac_cv_prog_cc_c89=$ac_arg
4425 rm -f core conftest.err conftest.$ac_objext
4426 test "x$ac_cv_prog_cc_c89" != "xno" && break
4428 rm -f conftest.$ac_ext
4433 case "x$ac_cv_prog_cc_c89" in
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4436 $as_echo "none needed" >&6; } ;;
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4439 $as_echo "unsupported" >&6; } ;;
4441 CC="$CC $ac_cv_prog_cc_c89"
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4443 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4445 if test "x$ac_cv_prog_cc_c89" != xno; then :
4450 ac_cpp='$CPP $CPPFLAGS'
4451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4456 ac_cpp='$CXXCPP $CPPFLAGS'
4457 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4458 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4459 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4460 if test -z "$CXX"; then
4461 if test -n "$CCC"; then
4464 if test -n "$ac_tool_prefix"; then
4465 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4467 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4468 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4470 $as_echo_n "checking for $ac_word... " >&6; }
4471 if ${ac_cv_prog_CXX+:} false; then :
4472 $as_echo_n "(cached) " >&6
4474 if test -n "$CXX"; then
4475 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4481 test -z "$as_dir" && as_dir=.
4482 for ac_exec_ext in '' $ac_executable_extensions; do
4483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4484 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4495 if test -n "$CXX"; then
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4497 $as_echo "$CXX" >&6; }
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4500 $as_echo "no" >&6; }
4504 test -n "$CXX" && break
4507 if test -z "$CXX"; then
4509 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4511 # Extract the first word of "$ac_prog", so it can be a program name with args.
4512 set dummy $ac_prog; ac_word=$2
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4514 $as_echo_n "checking for $ac_word... " >&6; }
4515 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4516 $as_echo_n "(cached) " >&6
4518 if test -n "$ac_ct_CXX"; then
4519 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 test -z "$as_dir" && as_dir=.
4526 for ac_exec_ext in '' $ac_executable_extensions; do
4527 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4528 ac_cv_prog_ac_ct_CXX="$ac_prog"
4529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4538 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4539 if test -n "$ac_ct_CXX"; then
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4541 $as_echo "$ac_ct_CXX" >&6; }
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4544 $as_echo "no" >&6; }
4548 test -n "$ac_ct_CXX" && break
4551 if test "x$ac_ct_CXX" = x; then
4554 case $cross_compiling:$ac_tool_warned in
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4557 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4558 ac_tool_warned=yes ;;
4566 # Provide some information about the compiler.
4567 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4570 for ac_option in --version -v -V -qversion; do
4571 { { ac_try="$ac_compiler $ac_option >&5"
4573 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4574 *) ac_try_echo
=$ac_try;;
4576 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4577 $as_echo "$ac_try_echo"; } >&5
4578 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4580 if test -s conftest.err
; then
4582 ... rest of stderr output deleted ...
4583 10q' conftest.err
>conftest.er1
4584 cat conftest.er1
>&5
4586 rm -f conftest.er1 conftest.err
4587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4588 test $ac_status = 0; }
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4592 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4593 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4594 $as_echo_n "(cached) " >&6
4596 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4597 /* end confdefs.h. */
4610 if ac_fn_cxx_try_compile
"$LINENO"; then :
4615 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4616 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4620 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4621 if test $ac_compiler_gnu = yes; then
4626 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4627 ac_save_CXXFLAGS
=$CXXFLAGS
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4629 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4630 if ${ac_cv_prog_cxx_g+:} false
; then :
4631 $as_echo_n "(cached) " >&6
4633 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4634 ac_cxx_werror_flag
=yes
4637 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4638 /* end confdefs.h. */
4648 if ac_fn_cxx_try_compile
"$LINENO"; then :
4649 ac_cv_prog_cxx_g
=yes
4652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4653 /* end confdefs.h. */
4663 if ac_fn_cxx_try_compile
"$LINENO"; then :
4666 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4668 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4679 if ac_fn_cxx_try_compile
"$LINENO"; then :
4680 ac_cv_prog_cxx_g
=yes
4682 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4684 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4686 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4687 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4691 if test "$ac_test_CXXFLAGS" = set; then
4692 CXXFLAGS
=$ac_save_CXXFLAGS
4693 elif test $ac_cv_prog_cxx_g = yes; then
4694 if test "$GXX" = yes; then
4700 if test "$GXX" = yes; then
4707 ac_cpp
='$CPP $CPPFLAGS'
4708 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4709 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4710 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4712 if test -n "$ac_tool_prefix"; then
4713 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4714 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4716 $as_echo_n "checking for $ac_word... " >&6; }
4717 if ${ac_cv_prog_CPPBIN+:} false
; then :
4718 $as_echo_n "(cached) " >&6
4720 if test -n "$CPPBIN"; then
4721 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4727 test -z "$as_dir" && as_dir
=.
4728 for ac_exec_ext
in '' $ac_executable_extensions; do
4729 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4730 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4740 CPPBIN
=$ac_cv_prog_CPPBIN
4741 if test -n "$CPPBIN"; then
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4743 $as_echo "$CPPBIN" >&6; }
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4746 $as_echo "no" >&6; }
4751 if test -z "$ac_cv_prog_CPPBIN"; then
4752 ac_ct_CPPBIN
=$CPPBIN
4753 # Extract the first word of "cpp", so it can be a program name with args.
4754 set dummy cpp
; ac_word
=$2
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4756 $as_echo_n "checking for $ac_word... " >&6; }
4757 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4758 $as_echo_n "(cached) " >&6
4760 if test -n "$ac_ct_CPPBIN"; then
4761 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4763 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4767 test -z "$as_dir" && as_dir
=.
4768 for ac_exec_ext
in '' $ac_executable_extensions; do
4769 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4770 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4780 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4781 if test -n "$ac_ct_CPPBIN"; then
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4783 $as_echo "$ac_ct_CPPBIN" >&6; }
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4786 $as_echo "no" >&6; }
4789 if test "x$ac_ct_CPPBIN" = x
; then
4792 case $cross_compiling:$ac_tool_warned in
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4796 ac_tool_warned
=yes ;;
4798 CPPBIN
=$ac_ct_CPPBIN
4801 CPPBIN
="$ac_cv_prog_CPPBIN"
4805 cat >>confdefs.h
<<_ACEOF
4806 #define EXEEXT "$ac_exeext"
4809 if test -n "$ac_tool_prefix"; then
4810 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4811 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4813 $as_echo_n "checking for $ac_word... " >&6; }
4814 if ${ac_cv_prog_LD+:} false
; then :
4815 $as_echo_n "(cached) " >&6
4817 if test -n "$LD"; then
4818 ac_cv_prog_LD
="$LD" # Let the user override the test.
4820 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4824 test -z "$as_dir" && as_dir
=.
4825 for ac_exec_ext
in '' $ac_executable_extensions; do
4826 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4827 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4838 if test -n "$LD"; then
4839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4840 $as_echo "$LD" >&6; }
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4843 $as_echo "no" >&6; }
4848 if test -z "$ac_cv_prog_LD"; then
4850 # Extract the first word of "ld", so it can be a program name with args.
4851 set dummy ld
; ac_word
=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4855 $as_echo_n "(cached) " >&6
4857 if test -n "$ac_ct_LD"; then
4858 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4864 test -z "$as_dir" && as_dir
=.
4865 for ac_exec_ext
in '' $ac_executable_extensions; do
4866 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4867 ac_cv_prog_ac_ct_LD
="ld"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4877 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4878 if test -n "$ac_ct_LD"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4880 $as_echo "$ac_ct_LD" >&6; }
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4886 if test "x$ac_ct_LD" = x
; then
4889 case $cross_compiling:$ac_tool_warned in
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4892 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4893 ac_tool_warned
=yes ;;
4904 if test "x$enable_win64" = "xyes"
4909 notice_platform
="64-bit "
4916 notice_platform
="32-bit "
4919 enable_win16
=${enable_win16:-yes}
4921 with_fontconfig
=${with_fontconfig:-no}
4924 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4929 $as_echo_n "checking whether $CC works... " >&6; }
4931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4932 /* end confdefs.h. */
4942 if ac_fn_c_try_link
"$LINENO"; then :
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4944 $as_echo "yes" >&6; }
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4947 $as_echo "no" >&6; }
4948 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4950 rm -f core conftest.err conftest.
$ac_objext \
4951 conftest
$ac_exeext conftest.
$ac_ext
4953 notice_platform
="32-bit "
4956 enable_win16
=${enable_win16:-yes}
4958 if test "x${GCC}" = "xyes"
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4961 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4962 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4963 /* end confdefs.h. */
4968 void func(__builtin_ms_va_list *args);
4973 if ac_fn_c_try_compile
"$LINENO"; then :
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4975 $as_echo "yes" >&6; }
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4978 $as_echo "no" >&6; }
4979 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4981 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4990 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4992 /* end confdefs.h. */
4993 int ac_test(int i) { return i; }
4997 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5002 if ac_fn_c_try_link
"$LINENO"; then :
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5004 $as_echo "yes" >&6; }
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5007 $as_echo "no" >&6; }
5008 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5010 rm -f core conftest.err conftest.
$ac_objext \
5011 conftest
$ac_exeext conftest.
$ac_ext
5012 CFLAGS
="$CFLAGS -marm"
5016 *-mingw32*|
*-cygwin*)
5017 enable_win16
=${enable_win16:-no}
5018 CFLAGS
="$CFLAGS -D_WIN32"
5021 enable_win16
=${enable_win16:-yes}
5025 enable_win16
=${enable_win16:-no}
5026 enable_win64
=${enable_win64:-no}
5028 enable_winetest
=${enable_winetest:-$enable_tests}
5030 if test -n "$with_wine64"
5032 if test "x$enable_win64" = "xyes"
5034 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5035 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5037 enable_fonts
=${enable_fonts:-no}
5038 enable_server
=${enable_server:-no}
5039 elif test "x$enable_win64" = "xyes"
5041 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5045 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5046 if ${wine_cv_toolsdir+:} false
; then :
5047 $as_echo_n "(cached) " >&6
5049 wine_cv_toolsdir
="$with_wine_tools"
5050 if test -z "$with_wine_tools"; then
5051 if test "$cross_compiling" = "yes"; then
5052 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5053 elif test -n "$with_wine64"; then
5054 wine_cv_toolsdir
="$with_wine64"
5057 if test -z "$wine_cv_toolsdir"; then
5058 wine_makedep
=tools
/makedep
5059 wine_cv_toolsdir
="\$(top_builddir)"
5060 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5061 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5062 case "$wine_cv_toolsdir" in
5064 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5066 enable_tools
=${enable_tools:-no}
5067 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5069 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5073 $as_echo "$wine_cv_toolsdir" >&6; }
5074 TOOLSDIR
=$wine_cv_toolsdir
5076 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5078 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5084 # Extract the first word of "$ac_prog", so it can be a program name with args.
5085 set dummy
$ac_prog; ac_word
=$2
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5087 $as_echo_n "checking for $ac_word... " >&6; }
5088 if ${ac_cv_prog_FLEX+:} false
; then :
5089 $as_echo_n "(cached) " >&6
5091 if test -n "$FLEX"; then
5092 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5094 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5098 test -z "$as_dir" && as_dir
=.
5099 for ac_exec_ext
in '' $ac_executable_extensions; do
5100 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5101 ac_cv_prog_FLEX
="$ac_prog"
5102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5111 FLEX
=$ac_cv_prog_FLEX
5112 if test -n "$FLEX"; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5114 $as_echo "$FLEX" >&6; }
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117 $as_echo "no" >&6; }
5121 test -n "$FLEX" && break
5123 test -n "$FLEX" || FLEX
="none"
5125 if test "$FLEX" = "none"
5127 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5130 $as_echo_n "checking whether flex is recent enough... " >&6; }
5131 cat >conftest.l
<<EOF
5133 #include "prediluvian.h"
5137 if $FLEX -t conftest.l
>/dev
/null
2>&5
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5140 $as_echo "yes" >&6; }
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5143 $as_echo "no" >&6; }
5144 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5147 for ac_prog
in bison
5149 # Extract the first word of "$ac_prog", so it can be a program name with args.
5150 set dummy
$ac_prog; ac_word
=$2
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5152 $as_echo_n "checking for $ac_word... " >&6; }
5153 if ${ac_cv_prog_BISON+:} false
; then :
5154 $as_echo_n "(cached) " >&6
5156 if test -n "$BISON"; then
5157 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5159 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5163 test -z "$as_dir" && as_dir
=.
5164 for ac_exec_ext
in '' $ac_executable_extensions; do
5165 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5166 ac_cv_prog_BISON
="$ac_prog"
5167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5176 BISON
=$ac_cv_prog_BISON
5177 if test -n "$BISON"; then
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5179 $as_echo "$BISON" >&6; }
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5182 $as_echo "no" >&6; }
5186 test -n "$BISON" && break
5188 test -n "$BISON" || BISON
="none"
5190 if test "$BISON" = "none"
5192 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5195 if test -n "$ac_tool_prefix"; then
5196 for ac_prog
in ar gar
5198 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5199 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5201 $as_echo_n "checking for $ac_word... " >&6; }
5202 if ${ac_cv_prog_AR+:} false
; then :
5203 $as_echo_n "(cached) " >&6
5205 if test -n "$AR"; then
5206 ac_cv_prog_AR
="$AR" # Let the user override the test.
5208 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5212 test -z "$as_dir" && as_dir
=.
5213 for ac_exec_ext
in '' $ac_executable_extensions; do
5214 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5215 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5226 if test -n "$AR"; then
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5228 $as_echo "$AR" >&6; }
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5231 $as_echo "no" >&6; }
5235 test -n "$AR" && break
5238 if test -z "$AR"; then
5240 for ac_prog
in ar gar
5242 # Extract the first word of "$ac_prog", so it can be a program name with args.
5243 set dummy
$ac_prog; ac_word
=$2
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5245 $as_echo_n "checking for $ac_word... " >&6; }
5246 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5247 $as_echo_n "(cached) " >&6
5249 if test -n "$ac_ct_AR"; then
5250 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5252 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5256 test -z "$as_dir" && as_dir
=.
5257 for ac_exec_ext
in '' $ac_executable_extensions; do
5258 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5259 ac_cv_prog_ac_ct_AR
="$ac_prog"
5260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5269 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5270 if test -n "$ac_ct_AR"; then
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5272 $as_echo "$ac_ct_AR" >&6; }
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5275 $as_echo "no" >&6; }
5279 test -n "$ac_ct_AR" && break
5282 if test "x$ac_ct_AR" = x
; then
5285 case $cross_compiling:$ac_tool_warned in
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5288 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5289 ac_tool_warned
=yes ;;
5295 if test -n "$ac_tool_prefix"; then
5296 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5297 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5299 $as_echo_n "checking for $ac_word... " >&6; }
5300 if ${ac_cv_prog_STRIP+:} false
; then :
5301 $as_echo_n "(cached) " >&6
5303 if test -n "$STRIP"; then
5304 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5306 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5310 test -z "$as_dir" && as_dir
=.
5311 for ac_exec_ext
in '' $ac_executable_extensions; do
5312 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5313 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5323 STRIP
=$ac_cv_prog_STRIP
5324 if test -n "$STRIP"; then
5325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5326 $as_echo "$STRIP" >&6; }
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5329 $as_echo "no" >&6; }
5334 if test -z "$ac_cv_prog_STRIP"; then
5336 # Extract the first word of "strip", so it can be a program name with args.
5337 set dummy strip
; ac_word
=$2
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5339 $as_echo_n "checking for $ac_word... " >&6; }
5340 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5341 $as_echo_n "(cached) " >&6
5343 if test -n "$ac_ct_STRIP"; then
5344 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5346 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5350 test -z "$as_dir" && as_dir
=.
5351 for ac_exec_ext
in '' $ac_executable_extensions; do
5352 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5353 ac_cv_prog_ac_ct_STRIP
="strip"
5354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5363 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5364 if test -n "$ac_ct_STRIP"; then
5365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5366 $as_echo "$ac_ct_STRIP" >&6; }
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5369 $as_echo "no" >&6; }
5372 if test "x$ac_ct_STRIP" = x
; then
5375 case $cross_compiling:$ac_tool_warned in
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5378 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5379 ac_tool_warned
=yes ;;
5384 STRIP
="$ac_cv_prog_STRIP"
5389 if test -n "$ac_tool_prefix"; then
5390 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5391 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5393 $as_echo_n "checking for $ac_word... " >&6; }
5394 if ${ac_cv_prog_RANLIB+:} false
; then :
5395 $as_echo_n "(cached) " >&6
5397 if test -n "$RANLIB"; then
5398 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5400 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5404 test -z "$as_dir" && as_dir
=.
5405 for ac_exec_ext
in '' $ac_executable_extensions; do
5406 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5407 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5417 RANLIB
=$ac_cv_prog_RANLIB
5418 if test -n "$RANLIB"; then
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5420 $as_echo "$RANLIB" >&6; }
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5423 $as_echo "no" >&6; }
5428 if test -z "$ac_cv_prog_RANLIB"; then
5429 ac_ct_RANLIB
=$RANLIB
5430 # Extract the first word of "ranlib", so it can be a program name with args.
5431 set dummy ranlib
; ac_word
=$2
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5433 $as_echo_n "checking for $ac_word... " >&6; }
5434 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5435 $as_echo_n "(cached) " >&6
5437 if test -n "$ac_ct_RANLIB"; then
5438 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5444 test -z "$as_dir" && as_dir
=.
5445 for ac_exec_ext
in '' $ac_executable_extensions; do
5446 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5447 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5457 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5458 if test -n "$ac_ct_RANLIB"; then
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5460 $as_echo "$ac_ct_RANLIB" >&6; }
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5463 $as_echo "no" >&6; }
5466 if test "x$ac_ct_RANLIB" = x
; then
5469 case $cross_compiling:$ac_tool_warned in
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5472 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5473 ac_tool_warned
=yes ;;
5475 RANLIB
=$ac_ct_RANLIB
5478 RANLIB
="$ac_cv_prog_RANLIB"
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5482 $as_echo_n "checking whether ln -s works... " >&6; }
5484 if test "$LN_S" = "ln -s"; then
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5486 $as_echo "yes" >&6; }
5488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5489 $as_echo "no, using $LN_S" >&6; }
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5493 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5494 if ${ac_cv_path_GREP+:} false
; then :
5495 $as_echo_n "(cached) " >&6
5497 if test -z "$GREP"; then
5498 ac_path_GREP_found
=false
5499 # Loop through the user's path and test for each of PROGNAME-LIST
5500 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5501 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5504 test -z "$as_dir" && as_dir
=.
5505 for ac_prog
in grep ggrep
; do
5506 for ac_exec_ext
in '' $ac_executable_extensions; do
5507 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5508 as_fn_executable_p
"$ac_path_GREP" ||
continue
5509 # Check for GNU ac_path_GREP and select it if it is found.
5510 # Check for GNU $ac_path_GREP
5511 case `"$ac_path_GREP" --version 2>&1` in
5513 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5516 $as_echo_n 0123456789 >"conftest.in"
5519 cat "conftest.in" "conftest.in" >"conftest.tmp"
5520 mv "conftest.tmp" "conftest.in"
5521 cp "conftest.in" "conftest.nl"
5522 $as_echo 'GREP' >> "conftest.nl"
5523 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5524 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5525 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5526 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5527 # Best one so far, save it but keep looking for a better one
5528 ac_cv_path_GREP
="$ac_path_GREP"
5529 ac_path_GREP_max
=$ac_count
5531 # 10*(2^10) chars as input seems more than enough
5532 test $ac_count -gt 10 && break
5534 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5537 $ac_path_GREP_found && break 3
5542 if test -z "$ac_cv_path_GREP"; then
5543 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5546 ac_cv_path_GREP
=$GREP
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5551 $as_echo "$ac_cv_path_GREP" >&6; }
5552 GREP
="$ac_cv_path_GREP"
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5556 $as_echo_n "checking for egrep... " >&6; }
5557 if ${ac_cv_path_EGREP+:} false
; then :
5558 $as_echo_n "(cached) " >&6
5560 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5561 then ac_cv_path_EGREP
="$GREP -E"
5563 if test -z "$EGREP"; then
5564 ac_path_EGREP_found
=false
5565 # Loop through the user's path and test for each of PROGNAME-LIST
5566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5567 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5570 test -z "$as_dir" && as_dir
=.
5571 for ac_prog
in egrep; do
5572 for ac_exec_ext
in '' $ac_executable_extensions; do
5573 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5574 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5575 # Check for GNU ac_path_EGREP and select it if it is found.
5576 # Check for GNU $ac_path_EGREP
5577 case `"$ac_path_EGREP" --version 2>&1` in
5579 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5582 $as_echo_n 0123456789 >"conftest.in"
5585 cat "conftest.in" "conftest.in" >"conftest.tmp"
5586 mv "conftest.tmp" "conftest.in"
5587 cp "conftest.in" "conftest.nl"
5588 $as_echo 'EGREP' >> "conftest.nl"
5589 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5590 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5591 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5592 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5593 # Best one so far, save it but keep looking for a better one
5594 ac_cv_path_EGREP
="$ac_path_EGREP"
5595 ac_path_EGREP_max
=$ac_count
5597 # 10*(2^10) chars as input seems more than enough
5598 test $ac_count -gt 10 && break
5600 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5603 $ac_path_EGREP_found && break 3
5608 if test -z "$ac_cv_path_EGREP"; then
5609 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5612 ac_cv_path_EGREP
=$EGREP
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5618 $as_echo "$ac_cv_path_EGREP" >&6; }
5619 EGREP
="$ac_cv_path_EGREP"
5622 # Extract the first word of "ldconfig", so it can be a program name with args.
5623 set dummy ldconfig
; ac_word
=$2
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5625 $as_echo_n "checking for $ac_word... " >&6; }
5626 if ${ac_cv_path_LDCONFIG+:} false
; then :
5627 $as_echo_n "(cached) " >&6
5631 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5634 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5635 for as_dir
in /sbin
/usr
/sbin
$PATH
5638 test -z "$as_dir" && as_dir
=.
5639 for ac_exec_ext
in '' $ac_executable_extensions; do
5640 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5641 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5649 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5653 LDCONFIG
=$ac_cv_path_LDCONFIG
5654 if test -n "$LDCONFIG"; then
5655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5656 $as_echo "$LDCONFIG" >&6; }
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5659 $as_echo "no" >&6; }
5663 for ac_prog
in msgfmt
5665 # Extract the first word of "$ac_prog", so it can be a program name with args.
5666 set dummy
$ac_prog; ac_word
=$2
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5668 $as_echo_n "checking for $ac_word... " >&6; }
5669 if ${ac_cv_prog_MSGFMT+:} false
; then :
5670 $as_echo_n "(cached) " >&6
5672 if test -n "$MSGFMT"; then
5673 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5675 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5679 test -z "$as_dir" && as_dir
=.
5680 for ac_exec_ext
in '' $ac_executable_extensions; do
5681 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5682 ac_cv_prog_MSGFMT
="$ac_prog"
5683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5692 MSGFMT
=$ac_cv_prog_MSGFMT
5693 if test -n "$MSGFMT"; then
5694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5695 $as_echo "$MSGFMT" >&6; }
5697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5698 $as_echo "no" >&6; }
5702 test -n "$MSGFMT" && break
5704 test -n "$MSGFMT" || MSGFMT
="false"
5706 if ${ac_tool_prefix+:} false
; then :
5707 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5708 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710 $as_echo_n "checking for $ac_word... " >&6; }
5711 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5712 $as_echo_n "(cached) " >&6
5714 if test -n "$PKG_CONFIG"; then
5715 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5717 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5721 test -z "$as_dir" && as_dir
=.
5722 for ac_exec_ext
in '' $ac_executable_extensions; do
5723 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5724 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5734 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5735 if test -n "$PKG_CONFIG"; then
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5737 $as_echo "$PKG_CONFIG" >&6; }
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740 $as_echo "no" >&6; }
5745 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5746 if test "x$cross_compiling" = xyes
; then :
5749 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5750 # Extract the first word of "pkg-config", so it can be a program name with args.
5751 set dummy pkg-config
; ac_word
=$2
5752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5753 $as_echo_n "checking for $ac_word... " >&6; }
5754 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5755 $as_echo_n "(cached) " >&6
5757 if test -n "$PKG_CONFIG"; then
5758 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5760 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5764 test -z "$as_dir" && as_dir
=.
5765 for ac_exec_ext
in '' $ac_executable_extensions; do
5766 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5767 ac_cv_prog_PKG_CONFIG
="pkg-config"
5768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5777 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5778 if test -n "$PKG_CONFIG"; then
5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5780 $as_echo "$PKG_CONFIG" >&6; }
5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5783 $as_echo "no" >&6; }
5789 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5792 if test "x$enable_maintainer_mode" != "xyes"
5799 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5800 for ac_prog
in fontforge
5802 # Extract the first word of "$ac_prog", so it can be a program name with args.
5803 set dummy
$ac_prog; ac_word
=$2
5804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5805 $as_echo_n "checking for $ac_word... " >&6; }
5806 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5807 $as_echo_n "(cached) " >&6
5809 if test -n "$FONTFORGE"; then
5810 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5812 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5816 test -z "$as_dir" && as_dir
=.
5817 for ac_exec_ext
in '' $ac_executable_extensions; do
5818 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5819 ac_cv_prog_FONTFORGE
="$ac_prog"
5820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5829 FONTFORGE
=$ac_cv_prog_FONTFORGE
5830 if test -n "$FONTFORGE"; then
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5832 $as_echo "$FONTFORGE" >&6; }
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5835 $as_echo "no" >&6; }
5839 test -n "$FONTFORGE" && break
5841 test -n "$FONTFORGE" || FONTFORGE
="false"
5843 for ac_prog
in rsvg-convert rsvg
5845 # Extract the first word of "$ac_prog", so it can be a program name with args.
5846 set dummy
$ac_prog; ac_word
=$2
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5848 $as_echo_n "checking for $ac_word... " >&6; }
5849 if ${ac_cv_prog_RSVG+:} false
; then :
5850 $as_echo_n "(cached) " >&6
5852 if test -n "$RSVG"; then
5853 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5855 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5859 test -z "$as_dir" && as_dir
=.
5860 for ac_exec_ext
in '' $ac_executable_extensions; do
5861 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5862 ac_cv_prog_RSVG
="$ac_prog"
5863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5872 RSVG
=$ac_cv_prog_RSVG
5873 if test -n "$RSVG"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5875 $as_echo "$RSVG" >&6; }
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5878 $as_echo "no" >&6; }
5882 test -n "$RSVG" && break
5884 test -n "$RSVG" || RSVG
="false"
5886 for ac_prog
in convert
5888 # Extract the first word of "$ac_prog", so it can be a program name with args.
5889 set dummy
$ac_prog; ac_word
=$2
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5891 $as_echo_n "checking for $ac_word... " >&6; }
5892 if ${ac_cv_prog_CONVERT+:} false
; then :
5893 $as_echo_n "(cached) " >&6
5895 if test -n "$CONVERT"; then
5896 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5902 test -z "$as_dir" && as_dir
=.
5903 for ac_exec_ext
in '' $ac_executable_extensions; do
5904 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5905 ac_cv_prog_CONVERT
="$ac_prog"
5906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5915 CONVERT
=$ac_cv_prog_CONVERT
5916 if test -n "$CONVERT"; then
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5918 $as_echo "$CONVERT" >&6; }
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5921 $as_echo "no" >&6; }
5925 test -n "$CONVERT" && break
5927 test -n "$CONVERT" || CONVERT
="false"
5929 for ac_prog
in icotool
5931 # Extract the first word of "$ac_prog", so it can be a program name with args.
5932 set dummy
$ac_prog; ac_word
=$2
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5934 $as_echo_n "checking for $ac_word... " >&6; }
5935 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5936 $as_echo_n "(cached) " >&6
5938 if test -n "$ICOTOOL"; then
5939 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5941 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5945 test -z "$as_dir" && as_dir
=.
5946 for ac_exec_ext
in '' $ac_executable_extensions; do
5947 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5948 ac_cv_prog_ICOTOOL
="$ac_prog"
5949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5958 ICOTOOL
=$ac_cv_prog_ICOTOOL
5959 if test -n "$ICOTOOL"; then
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5961 $as_echo "$ICOTOOL" >&6; }
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5964 $as_echo "no" >&6; }
5968 test -n "$ICOTOOL" && break
5970 test -n "$ICOTOOL" || ICOTOOL
="false"
5972 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5973 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5975 if test "$CONVERT" = false
5977 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5980 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5981 convert_version
=`convert --version | head -n1`
5982 if test "x$convert_version" != "x"
5984 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5985 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5986 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5991 if test "$CONVERT" = false
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5994 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5995 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5998 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6002 if test "$ICOTOOL" = false
6004 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6007 $as_echo_n "checking for recent enough icotool... " >&6; }
6008 icotool_version
=`icotool --version | head -n1`
6009 if test "x$icotool_version" != "x"
6011 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6012 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6013 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6016 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6019 if test "$ICOTOOL" = false
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6022 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6023 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6026 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6032 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6035 test "x$with_gettext" != xno || MSGFMT
=false
6036 if test "$MSGFMT" != "false"
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6039 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6040 cat >conftest.po
<<EOF
6046 if $MSGFMT -o /dev
/null conftest.po
2>&5
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6049 $as_echo "yes" >&6; }
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6052 $as_echo "no" >&6; }
6056 if test "$MSGFMT" = false
; then :
6057 case "x$with_gettext" in
6058 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6060 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6061 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6067 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6068 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6069 $as_echo_n "(cached) " >&6
6071 ac_check_lib_save_LIBS
=$LIBS
6073 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6074 /* end confdefs.h. */
6076 /* Override any GCC internal prototype to avoid an error.
6077 Use char because int might match the return type of a GCC
6078 builtin and then its argument prototype would still apply. */
6082 char i386_set_ldt ();
6086 return i386_set_ldt ();
6091 if ac_fn_c_try_link
"$LINENO"; then :
6092 ac_cv_lib_i386_i386_set_ldt
=yes
6094 ac_cv_lib_i386_i386_set_ldt
=no
6096 rm -f core conftest.err conftest.
$ac_objext \
6097 conftest
$ac_exeext conftest.
$ac_ext
6098 LIBS
=$ac_check_lib_save_LIBS
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6101 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6102 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6103 cat >>confdefs.h
<<_ACEOF
6104 #define HAVE_LIBI386 1
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6112 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6113 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6114 $as_echo_n "(cached) " >&6
6116 ac_check_lib_save_LIBS
=$LIBS
6117 LIBS
="-lossaudio $LIBS"
6118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6119 /* end confdefs.h. */
6121 /* Override any GCC internal prototype to avoid an error.
6122 Use char because int might match the return type of a GCC
6123 builtin and then its argument prototype would still apply. */
6131 return _oss_ioctl ();
6136 if ac_fn_c_try_link
"$LINENO"; then :
6137 ac_cv_lib_ossaudio__oss_ioctl
=yes
6139 ac_cv_lib_ossaudio__oss_ioctl
=no
6141 rm -f core conftest.err conftest.
$ac_objext \
6142 conftest
$ac_exeext conftest.
$ac_ext
6143 LIBS
=$ac_check_lib_save_LIBS
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6146 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6147 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6148 cat >>confdefs.h
<<_ACEOF
6149 #define HAVE_LIBOSSAUDIO 1
6152 LIBS
="-lossaudio $LIBS"
6161 # Check whether --enable-largefile was given.
6162 if test "${enable_largefile+set}" = set; then :
6163 enableval
=$enable_largefile;
6166 if test "$enable_largefile" != no
; then
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6169 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6170 if ${ac_cv_sys_largefile_CC+:} false
; then :
6171 $as_echo_n "(cached) " >&6
6173 ac_cv_sys_largefile_CC
=no
6174 if test "$GCC" != yes; then
6177 # IRIX 6.2 and later do not support large files by default,
6178 # so use the C compiler's -n32 option if that helps.
6179 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6180 /* end confdefs.h. */
6181 #include <sys/types.h>
6182 /* Check that off_t can represent 2**63 - 1 correctly.
6183 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6184 since some C++ compilers masquerading as C compilers
6185 incorrectly reject 9223372036854775807. */
6186 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6187 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6188 && LARGE_OFF_T % 2147483647 == 1)
6198 if ac_fn_c_try_compile
"$LINENO"; then :
6201 rm -f core conftest.err conftest.
$ac_objext
6203 if ac_fn_c_try_compile
"$LINENO"; then :
6204 ac_cv_sys_largefile_CC
=' -n32'; break
6206 rm -f core conftest.err conftest.
$ac_objext
6210 rm -f conftest.
$ac_ext
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6214 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6215 if test "$ac_cv_sys_largefile_CC" != no
; then
6216 CC
=$CC$ac_cv_sys_largefile_CC
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6220 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6221 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6222 $as_echo_n "(cached) " >&6
6225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6226 /* end confdefs.h. */
6227 #include <sys/types.h>
6228 /* Check that off_t can represent 2**63 - 1 correctly.
6229 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6230 since some C++ compilers masquerading as C compilers
6231 incorrectly reject 9223372036854775807. */
6232 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6233 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6234 && LARGE_OFF_T % 2147483647 == 1)
6244 if ac_fn_c_try_compile
"$LINENO"; then :
6245 ac_cv_sys_file_offset_bits
=no
; break
6247 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6248 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6249 /* end confdefs.h. */
6250 #define _FILE_OFFSET_BITS 64
6251 #include <sys/types.h>
6252 /* Check that off_t can represent 2**63 - 1 correctly.
6253 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6254 since some C++ compilers masquerading as C compilers
6255 incorrectly reject 9223372036854775807. */
6256 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6257 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6258 && LARGE_OFF_T % 2147483647 == 1)
6268 if ac_fn_c_try_compile
"$LINENO"; then :
6269 ac_cv_sys_file_offset_bits
=64; break
6271 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6272 ac_cv_sys_file_offset_bits
=unknown
6276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6277 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6278 case $ac_cv_sys_file_offset_bits in #(
6281 cat >>confdefs.h
<<_ACEOF
6282 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6287 if test $ac_cv_sys_file_offset_bits = unknown
; then
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6289 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6290 if ${ac_cv_sys_large_files+:} false
; then :
6291 $as_echo_n "(cached) " >&6
6294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6295 /* end confdefs.h. */
6296 #include <sys/types.h>
6297 /* Check that off_t can represent 2**63 - 1 correctly.
6298 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6299 since some C++ compilers masquerading as C compilers
6300 incorrectly reject 9223372036854775807. */
6301 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6302 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6303 && LARGE_OFF_T % 2147483647 == 1)
6313 if ac_fn_c_try_compile
"$LINENO"; then :
6314 ac_cv_sys_large_files
=no
; break
6316 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6318 /* end confdefs.h. */
6319 #define _LARGE_FILES 1
6320 #include <sys/types.h>
6321 /* Check that off_t can represent 2**63 - 1 correctly.
6322 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6323 since some C++ compilers masquerading as C compilers
6324 incorrectly reject 9223372036854775807. */
6325 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6326 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6327 && LARGE_OFF_T % 2147483647 == 1)
6337 if ac_fn_c_try_compile
"$LINENO"; then :
6338 ac_cv_sys_large_files
=1; break
6340 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6341 ac_cv_sys_large_files
=unknown
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6346 $as_echo "$ac_cv_sys_large_files" >&6; }
6347 case $ac_cv_sys_large_files in #(
6350 cat >>confdefs.h
<<_ACEOF
6351 #define _LARGE_FILES $ac_cv_sys_large_files
6363 ac_cpp
='$CPP $CPPFLAGS'
6364 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6365 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6366 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6368 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6369 # On Suns, sometimes $CPP names a directory.
6370 if test -n "$CPP" && test -d "$CPP"; then
6373 if test -z "$CPP"; then
6374 if ${ac_cv_prog_CPP+:} false
; then :
6375 $as_echo_n "(cached) " >&6
6377 # Double quotes because CPP needs to be expanded
6378 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6381 for ac_c_preproc_warn_flag
in '' yes
6383 # Use a header file that comes with gcc, so configuring glibc
6384 # with a fresh cross-compiler works.
6385 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6386 # <limits.h> exists even on freestanding compilers.
6387 # On the NeXT, cc -E runs the code through the compiler's parser,
6388 # not just through cpp. "Syntax error" is here to catch this case.
6389 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6390 /* end confdefs.h. */
6392 # include <limits.h>
6394 # include <assert.h>
6398 if ac_fn_c_try_cpp
"$LINENO"; then :
6401 # Broken: fails on valid input.
6404 rm -f conftest.err conftest.i conftest.
$ac_ext
6406 # OK, works on sane cases. Now check whether nonexistent headers
6407 # can be detected and how.
6408 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6409 /* end confdefs.h. */
6410 #include <ac_nonexistent.h>
6412 if ac_fn_c_try_cpp
"$LINENO"; then :
6413 # Broken: success on invalid input.
6416 # Passes both tests.
6420 rm -f conftest.err conftest.i conftest.
$ac_ext
6423 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6424 rm -f conftest.i conftest.err conftest.
$ac_ext
6425 if $ac_preproc_ok; then :
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6438 $as_echo "$CPP" >&6; }
6440 for ac_c_preproc_warn_flag
in '' yes
6442 # Use a header file that comes with gcc, so configuring glibc
6443 # with a fresh cross-compiler works.
6444 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6445 # <limits.h> exists even on freestanding compilers.
6446 # On the NeXT, cc -E runs the code through the compiler's parser,
6447 # not just through cpp. "Syntax error" is here to catch this case.
6448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6449 /* end confdefs.h. */
6451 # include <limits.h>
6453 # include <assert.h>
6457 if ac_fn_c_try_cpp
"$LINENO"; then :
6460 # Broken: fails on valid input.
6463 rm -f conftest.err conftest.i conftest.
$ac_ext
6465 # OK, works on sane cases. Now check whether nonexistent headers
6466 # can be detected and how.
6467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6468 /* end confdefs.h. */
6469 #include <ac_nonexistent.h>
6471 if ac_fn_c_try_cpp
"$LINENO"; then :
6472 # Broken: success on invalid input.
6475 # Passes both tests.
6479 rm -f conftest.err conftest.i conftest.
$ac_ext
6482 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6483 rm -f conftest.i conftest.err conftest.
$ac_ext
6484 if $ac_preproc_ok; then :
6487 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6488 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6489 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6490 See \`config.log' for more details" "$LINENO" 5; }
6494 ac_cpp
='$CPP $CPPFLAGS'
6495 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6496 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6497 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6501 $as_echo_n "checking for ANSI C header files... " >&6; }
6502 if ${ac_cv_header_stdc+:} false
; then :
6503 $as_echo_n "(cached) " >&6
6505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6506 /* end confdefs.h. */
6520 if ac_fn_c_try_compile
"$LINENO"; then :
6521 ac_cv_header_stdc
=yes
6523 ac_cv_header_stdc
=no
6525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6527 if test $ac_cv_header_stdc = yes; then
6528 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6530 /* end confdefs.h. */
6534 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6535 $EGREP "memchr" >/dev
/null
2>&1; then :
6538 ac_cv_header_stdc
=no
6544 if test $ac_cv_header_stdc = yes; then
6545 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6547 /* end confdefs.h. */
6551 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6552 $EGREP "free" >/dev
/null
2>&1; then :
6555 ac_cv_header_stdc
=no
6561 if test $ac_cv_header_stdc = yes; then
6562 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6563 if test "$cross_compiling" = yes; then :
6566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6567 /* end confdefs.h. */
6570 #if ((' ' & 0x0FF) == 0x020)
6571 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6572 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6574 # define ISLOWER(c) \
6575 (('a' <= (c) && (c) <= 'i') \
6576 || ('j' <= (c) && (c) <= 'r') \
6577 || ('s' <= (c) && (c) <= 'z'))
6578 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6581 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6586 for (i = 0; i < 256; i++)
6587 if (XOR (islower (i), ISLOWER (i))
6588 || toupper (i) != TOUPPER (i))
6593 if ac_fn_c_try_run
"$LINENO"; then :
6596 ac_cv_header_stdc
=no
6598 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6599 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6605 $as_echo "$ac_cv_header_stdc" >&6; }
6606 if test $ac_cv_header_stdc = yes; then
6608 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6612 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6613 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6614 inttypes.h stdint.h unistd.h
6616 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6617 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6619 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6620 cat >>confdefs.h
<<_ACEOF
6621 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6631 ApplicationServices
/ApplicationServices.h \
6632 AudioToolbox
/AudioConverter.h \
6633 AudioUnit
/AudioUnit.h \
6634 AudioUnit
/AudioComponent.h \
6637 CoreAudio
/CoreAudio.h \
6638 CoreServices
/CoreServices.h \
6639 DiskArbitration
/DiskArbitration.h \
6641 IOKit
/hid
/IOHIDLib.h \
6644 QuickTime
/ImageCompression.h \
6645 Security
/Security.h \
6696 netinet
/in_systm.h \
6759 valgrind
/memcheck.h \
6760 valgrind
/valgrind.h \
6764 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6765 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6766 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6767 cat >>confdefs.h
<<_ACEOF
6768 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6776 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6777 if ${ac_cv_header_stat_broken+:} false
; then :
6778 $as_echo_n "(cached) " >&6
6780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6781 /* end confdefs.h. */
6782 #include <sys/types.h>
6783 #include <sys/stat.h>
6785 #if defined S_ISBLK && defined S_IFDIR
6786 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6789 #if defined S_ISBLK && defined S_IFCHR
6790 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6793 #if defined S_ISLNK && defined S_IFREG
6794 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6797 #if defined S_ISSOCK && defined S_IFREG
6798 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6802 if ac_fn_c_try_compile
"$LINENO"; then :
6803 ac_cv_header_stat_broken
=no
6805 ac_cv_header_stat_broken
=yes
6807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6810 $as_echo "$ac_cv_header_stat_broken" >&6; }
6811 if test $ac_cv_header_stat_broken = yes; then
6813 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6819 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6821 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6822 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6823 #ifdef HAVE_SYS_PARAM_H
6824 # include <sys/param.h>
6827 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6828 cat >>confdefs.h
<<_ACEOF
6829 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6844 netinet
/if_ether.h \
6845 netinet
/if_inarp.h \
6854 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6855 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6856 #ifdef HAVE_SYS_SOCKET_H
6857 # include <sys/socket.h>
6859 #ifdef HAVE_SYS_SOCKETVAR_H
6860 # include <sys/socketvar.h>
6862 #ifdef HAVE_NET_ROUTE_H
6863 # include <net/route.h>
6865 #ifdef HAVE_NETINET_IN_H
6866 # include <netinet/in.h>
6868 #ifdef HAVE_NETINET_IN_SYSTM_H
6869 # include <netinet/in_systm.h>
6871 #ifdef HAVE_NET_IF_H
6872 # include <net/if.h>
6874 #ifdef HAVE_NETINET_IP_H
6875 # include <netinet/ip.h>
6878 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6879 cat >>confdefs.h
<<_ACEOF
6880 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6888 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6890 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6891 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6895 #ifdef HAVE_SYS_SOCKET_H
6896 # include <sys/socket.h>
6898 #ifdef HAVE_SYS_SOCKETVAR_H
6899 # include <sys/socketvar.h>
6901 #ifdef HAVE_SYS_TIMEOUT_H
6902 # include <sys/timeout.h>
6904 #ifdef HAVE_NETINET_IN_H
6905 # include <netinet/in.h>
6907 #ifdef HAVE_NETINET_IN_SYSTM_H
6908 # include <netinet/in_systm.h>
6910 #ifdef HAVE_NETINET_IP_H
6911 # include <netinet/ip.h>
6913 #ifdef HAVE_NETINET_IP_VAR_H
6914 # include <netinet/ip_var.h>
6916 #ifdef HAVE_NETINET_IP_ICMP_H
6917 # include <netinet/ip_icmp.h>
6919 #ifdef HAVE_NETINET_UDP_H
6920 # include <netinet/udp.h>
6922 #ifdef HAVE_NETINET_TCP_H
6923 # include <netinet/tcp.h>
6925 #ifdef HAVE_NETINET_TCP_TIMER_H
6926 #include <netinet/tcp_timer.h>
6929 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6930 cat >>confdefs.h
<<_ACEOF
6931 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6939 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6941 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6942 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6943 #ifdef HAVE_ASM_TYPES_H
6944 # include <asm/types.h>
6946 #ifdef HAVE_SYS_SOCKET_H
6947 # include <sys/socket.h>
6949 #ifdef HAVE_LINUX_TYPES_H
6950 # include <linux/types.h>
6953 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6954 cat >>confdefs.h
<<_ACEOF
6955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6963 for ac_header
in mach-o
/dyld_images.h
6965 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6966 # include <stdbool.h>
6968 #ifdef HAVE_STDINT_H
6969 # include <stdint.h>
6972 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6973 cat >>confdefs.h
<<_ACEOF
6974 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6982 for ac_header
in resolv.h
6984 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6985 #ifdef HAVE_SYS_SOCKET_H
6986 # include <sys/socket.h>
6988 #ifdef HAVE_NETINET_IN_H
6989 # include <netinet/in.h>
6991 #ifdef HAVE_ARPA_NAMESER_H
6992 # include <arpa/nameser.h>
6995 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6996 cat >>confdefs.h
<<_ACEOF
6997 #define HAVE_RESOLV_H 1
7005 for ac_header
in ifaddrs.h
7007 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7009 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7010 cat >>confdefs.h
<<_ACEOF
7011 #define HAVE_IFADDRS_H 1
7019 for ac_header
in sys
/ucontext.h
7021 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7023 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7024 cat >>confdefs.h
<<_ACEOF
7025 #define HAVE_SYS_UCONTEXT_H 1
7033 for ac_header
in sys
/thr.h
7035 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7036 #ifdef HAVE_SYS_UCONTEXT_H
7037 #include <sys/ucontext.h>
7040 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7041 cat >>confdefs.h
<<_ACEOF
7042 #define HAVE_SYS_THR_H 1
7050 for ac_header
in pthread_np.h
7052 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7053 #include <pthread.h>
7056 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7057 cat >>confdefs.h
<<_ACEOF
7058 #define HAVE_PTHREAD_NP_H 1
7066 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7068 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7069 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7070 #include <sys/time.h>
7072 #include <sys/types.h>
7073 #ifdef HAVE_ASM_TYPES_H
7074 #include <asm/types.h>
7077 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7078 cat >>confdefs.h
<<_ACEOF
7079 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7087 for ac_header
in libprocstat.h
7089 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7090 #include <sys/param.h>
7092 #ifdef HAVE_SYS_QUEUE_H
7093 #include <sys/queue.h>
7095 #ifdef HAVE_SYS_SOCKET_H
7096 #include <sys/socket.h>
7099 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7100 cat >>confdefs.h
<<_ACEOF
7101 #define HAVE_LIBPROCSTAT_H 1
7110 dlldir
="\${libdir}/wine"
7114 DLLFLAGS
="-D_REENTRANT"
7123 STATIC_IMPLIBEXT
="def.a"
7124 # Extract the first word of "ldd", so it can be a program name with args.
7125 set dummy ldd
; ac_word
=$2
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7127 $as_echo_n "checking for $ac_word... " >&6; }
7128 if ${ac_cv_path_LDD+:} false
; then :
7129 $as_echo_n "(cached) " >&6
7133 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7136 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7137 as_dummy
="/sbin:/usr/sbin:$PATH"
7138 for as_dir
in $as_dummy
7141 test -z "$as_dir" && as_dir
=.
7142 for ac_exec_ext
in '' $ac_executable_extensions; do
7143 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7144 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7145 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7152 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7157 if test -n "$LDD"; then
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7159 $as_echo "$LDD" >&6; }
7161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7162 $as_echo "no" >&6; }
7166 if test -n "$ac_tool_prefix"; then
7167 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7168 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7170 $as_echo_n "checking for $ac_word... " >&6; }
7171 if ${ac_cv_prog_OTOOL+:} false
; then :
7172 $as_echo_n "(cached) " >&6
7174 if test -n "$OTOOL"; then
7175 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7177 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7181 test -z "$as_dir" && as_dir
=.
7182 for ac_exec_ext
in '' $ac_executable_extensions; do
7183 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7184 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7185 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7194 OTOOL
=$ac_cv_prog_OTOOL
7195 if test -n "$OTOOL"; then
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7197 $as_echo "$OTOOL" >&6; }
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7200 $as_echo "no" >&6; }
7205 if test -z "$ac_cv_prog_OTOOL"; then
7207 # Extract the first word of "otool", so it can be a program name with args.
7208 set dummy otool
; ac_word
=$2
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7210 $as_echo_n "checking for $ac_word... " >&6; }
7211 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7212 $as_echo_n "(cached) " >&6
7214 if test -n "$ac_ct_OTOOL"; then
7215 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7217 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7221 test -z "$as_dir" && as_dir
=.
7222 for ac_exec_ext
in '' $ac_executable_extensions; do
7223 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7224 ac_cv_prog_ac_ct_OTOOL
="otool"
7225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7234 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7235 if test -n "$ac_ct_OTOOL"; then
7236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7237 $as_echo "$ac_ct_OTOOL" >&6; }
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7240 $as_echo "no" >&6; }
7243 if test "x$ac_ct_OTOOL" = x
; then
7246 case $cross_compiling:$ac_tool_warned in
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7249 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7250 ac_tool_warned
=yes ;;
7255 OTOOL
="$ac_cv_prog_OTOOL"
7258 if test -n "$ac_tool_prefix"; then
7259 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7260 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7262 $as_echo_n "checking for $ac_word... " >&6; }
7263 if ${ac_cv_prog_READELF+:} false
; then :
7264 $as_echo_n "(cached) " >&6
7266 if test -n "$READELF"; then
7267 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7269 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7273 test -z "$as_dir" && as_dir
=.
7274 for ac_exec_ext
in '' $ac_executable_extensions; do
7275 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7276 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7286 READELF
=$ac_cv_prog_READELF
7287 if test -n "$READELF"; then
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7289 $as_echo "$READELF" >&6; }
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7292 $as_echo "no" >&6; }
7297 if test -z "$ac_cv_prog_READELF"; then
7298 ac_ct_READELF
=$READELF
7299 # Extract the first word of "readelf", so it can be a program name with args.
7300 set dummy readelf
; ac_word
=$2
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7302 $as_echo_n "checking for $ac_word... " >&6; }
7303 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7304 $as_echo_n "(cached) " >&6
7306 if test -n "$ac_ct_READELF"; then
7307 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7313 test -z "$as_dir" && as_dir
=.
7314 for ac_exec_ext
in '' $ac_executable_extensions; do
7315 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7316 ac_cv_prog_ac_ct_READELF
="readelf"
7317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7326 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7327 if test -n "$ac_ct_READELF"; then
7328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7329 $as_echo "$ac_ct_READELF" >&6; }
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7332 $as_echo "no" >&6; }
7335 if test "x$ac_ct_READELF" = x
; then
7338 case $cross_compiling:$ac_tool_warned in
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7341 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7342 ac_tool_warned
=yes ;;
7344 READELF
=$ac_ct_READELF
7347 READELF
="$ac_cv_prog_READELF"
7350 wine_rules_file
=conf$
$rules.
make
7351 rm -f $wine_rules_file
7353 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7354 ALL_TEST_RESOURCES
=""
7357 wine_fn_append_file
()
7359 as_fn_append
$1 " \\$as_nl $2"
7362 wine_fn_ignore_file
()
7365 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7366 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7367 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7371 wine_fn_append_rule
()
7373 $as_echo "$1" >>$wine_rules_file
7378 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7381 wine_fn_depend_rules
()
7383 wine_fn_append_rule \
7384 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7385 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7386 depend: $ac_dir/depend
7387 .PHONY: $ac_dir/depend
7388 $ac_dir/depend: \$(MAKEDEP) dummy
7389 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7392 wine_fn_pot_rules
()
7394 test "x$with_gettextpo" = xyes ||
return
7396 if wine_fn_has_flag mc
7398 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7399 wine_fn_append_rule \
7400 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7401 @cd $ac_dir && \$(MAKE) msg.pot
7402 $ac_dir/msg.pot: tools/wmc include"
7404 if wine_fn_has_flag po
7406 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7407 wine_fn_append_rule \
7408 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7409 @cd $ac_dir && \$(MAKE) rsrc.pot
7410 $ac_dir/rsrc.pot: tools/wrc include"
7414 wine_fn_all_rules
()
7416 wine_fn_depend_rules
7417 wine_fn_append_rule \
7420 $ac_dir: $ac_dir/Makefile dummy
7421 @cd $ac_dir && \$(MAKE)"
7424 wine_fn_install_rules
()
7426 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7428 wine_fn_append_rule \
7429 ".PHONY: $ac_dir/install $ac_dir/uninstall
7430 $ac_dir/install:: $ac_dir
7431 @cd $ac_dir && \$(MAKE) install
7432 $ac_dir/uninstall:: $ac_dir/Makefile
7433 @cd $ac_dir && \$(MAKE) uninstall
7434 install:: $ac_dir/install
7435 __uninstall__: $ac_dir/uninstall"
7437 if wine_fn_has_flag install-lib
7439 wine_fn_append_rule \
7440 ".PHONY: $ac_dir/install-lib
7441 $ac_dir/install-lib:: $ac_dir
7442 @cd $ac_dir && \$(MAKE) install-lib
7443 install-lib:: $ac_dir/install-lib"
7446 if wine_fn_has_flag install-dev
7448 wine_fn_append_rule \
7449 ".PHONY: $ac_dir/install-dev
7450 $ac_dir/install-dev:: $ac_dir
7451 @cd $ac_dir && \$(MAKE) install-dev
7452 install-dev:: $ac_dir/install-dev"
7456 wine_fn_clean_rules
()
7459 ac_extraclean
="$ac_dir/Makefile"
7460 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7462 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7465 if wine_fn_has_flag clean
7467 wine_fn_append_rule \
7468 "__clean__: $ac_dir/clean
7469 .PHONY: $ac_dir/clean
7470 $ac_dir/clean: $ac_dir/Makefile
7471 @cd $ac_dir && \$(MAKE) clean
7472 \$(RM) $ac_extraclean"
7474 wine_fn_append_rule \
7475 "__clean__: $ac_dir/clean
7476 .PHONY: $ac_dir/clean
7477 $ac_dir/clean: dummy
7478 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7482 wine_fn_disabled_rules
()
7485 ac_extraclean
="$ac_dir/Makefile"
7486 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7488 wine_fn_append_rule \
7489 "__clean__: $ac_dir/clean
7490 .PHONY: $ac_dir/clean
7491 $ac_dir/clean: dummy
7492 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7495 wine_fn_config_makefile
()
7501 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7502 wine_fn_disabled_rules
; return
7505 wine_fn_install_rules
7509 wine_fn_config_lib
()
7513 ac_dir
=dlls
/$ac_name
7516 if test "x$enable_tools" = xno
; then :
7519 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7524 wine_fn_append_rule \
7525 ".PHONY: $ac_dir/install $ac_dir/uninstall
7526 $ac_dir/install:: $ac_dir
7527 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7529 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7530 install install-dev:: $ac_dir/install
7531 __uninstall__: $ac_dir/uninstall
7532 __builddeps__: $ac_dir
7536 wine_fn_config_dll
()
7539 ac_dir
=dlls
/$ac_name
7542 ac_implib
=${4:-$ac_name}
7543 ac_file
=$ac_dir/lib
$ac_implib
7548 if test "x$enable_tools" = xno
; then :
7551 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7554 *16) ac_implibflags
=" -m16" ;;
7556 *) ac_dll
=$ac_dll.dll
;;
7560 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7561 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7562 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7563 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7565 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7566 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7568 wine_fn_depend_rules
7569 wine_fn_clean_rules
$ac_clean
7571 wine_fn_disabled_rules
$ac_clean
7576 wine_fn_clean_rules
$ac_clean
7577 wine_fn_append_rule \
7578 "$ac_dir: __builddeps__
7579 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7580 @cd $ac_dir && \$(MAKE) \$@
7581 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7582 install install-lib:: $ac_dir/install-lib
7583 __uninstall__: $ac_dir/uninstall"
7584 if test -n "$DLLEXT"
7586 wine_fn_append_rule \
7587 "$ac_dir/install-lib:: $ac_dir
7588 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7589 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7591 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7593 wine_fn_append_rule \
7594 "$ac_dir/install-lib:: $ac_dir
7595 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7597 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7603 if wine_fn_has_flag staticimplib
7605 wine_fn_append_rule \
7606 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7607 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7608 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7609 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7610 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7611 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7612 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7613 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7614 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7616 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7617 install install-dev:: $ac_dir/install-dev
7618 __uninstall__: $ac_dir/uninstall"
7620 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7622 wine_fn_append_rule \
7623 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7624 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7626 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7629 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7631 wine_fn_append_rule \
7632 "__builddeps__: $ac_file.cross.a
7633 $ac_file.cross.a: $ac_dir/Makefile dummy
7634 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7637 elif wine_fn_has_flag implib
7639 wine_fn_append_rule \
7640 "__builddeps__: $ac_file.$IMPLIBEXT
7641 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7642 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7643 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7644 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7645 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7646 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7647 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7649 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7650 install install-dev:: $ac_dir/install-dev
7651 __uninstall__: $ac_dir/uninstall"
7652 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7654 wine_fn_append_rule \
7655 "__builddeps__: $ac_file.cross.a
7656 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7657 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7660 if test "$ac_name" != "$ac_implib"
7662 wine_fn_append_rule \
7663 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7664 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7665 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7667 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7668 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7669 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7671 wine_fn_append_rule \
7672 "__builddeps__: dlls/lib$ac_implib.cross.a
7673 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7674 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7676 \$(RM) dlls/lib$ac_implib.cross.a"
7677 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7683 wine_fn_config_program
()
7686 ac_dir
=programs
/$ac_name
7693 *) ac_program
=$ac_program.exe
;;
7697 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7698 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7699 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7700 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7702 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7703 wine_fn_disabled_rules
$ac_clean; return
7707 wine_fn_clean_rules
$ac_clean
7708 wine_fn_append_rule
"$ac_dir: __builddeps__"
7711 wine_fn_has_flag
install ||
return
7712 wine_fn_append_rule \
7713 ".PHONY: $ac_dir/install $ac_dir/uninstall
7714 install install-lib:: $ac_dir/install
7715 __uninstall__: $ac_dir/uninstall"
7717 if test -n "$DLLEXT"
7719 wine_fn_append_rule \
7720 "$ac_dir/install:: $ac_dir
7721 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7722 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7724 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7726 if test -z "$with_wine64" && wine_fn_has_flag installbin
7728 wine_fn_append_rule \
7729 "$ac_dir/install:: __tooldeps__
7730 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7732 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7735 wine_fn_append_rule \
7736 "$ac_dir/install:: $ac_dir
7737 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7739 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7742 if test -z "$with_wine64" && wine_fn_has_flag manpage
7744 wine_fn_append_rule \
7745 "$ac_dir/install:: $ac_dir
7746 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7748 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7752 wine_fn_config_test
()
7759 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7760 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7762 if test "x$enable_tests" = xno
; then :
7763 wine_fn_disabled_rules
$ac_clean; return
7766 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7768 wine_fn_clean_rules
$ac_clean
7770 wine_fn_append_rule \
7771 "$ac_dir: programs/winetest/Makefile __builddeps__
7772 programs/winetest: $ac_dir
7773 check test: $ac_dir/test
7774 .PHONY: $ac_dir/test
7776 @cd $ac_dir && \$(MAKE) test
7778 \$(RM) $ac_dir/*.ok"
7780 if test -n "$CROSSTARGET"
7782 wine_fn_append_rule \
7783 "crosstest: $ac_dir/crosstest
7784 .PHONY: $ac_dir/crosstest
7785 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7786 @cd $ac_dir && \$(MAKE) crosstest"
7790 wine_fn_config_tool
()
7794 if test "x$enable_tools" = xno
; then :
7799 wine_fn_install_rules
7802 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7803 wine_fn_append_rule
"$ac_dir: libs/port"
7805 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7809 wine_fn_config_symlink
()
7812 if test "x$1" = "x-d"
7818 wine_fn_append_rule \
7820 @./config.status \$@
7823 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7824 test -n "$ac_linkdir" ||
return
7825 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7829 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7830 loader_programs
="$wine_binary wine-installed"
7831 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7836 install install-lib:: wine-installed
7837 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7840 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7846 if test -n "$ac_tool_prefix"; then
7847 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7848 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7850 $as_echo_n "checking for $ac_word... " >&6; }
7851 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7852 $as_echo_n "(cached) " >&6
7854 if test -n "$DLLTOOL"; then
7855 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7857 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7861 test -z "$as_dir" && as_dir
=.
7862 for ac_exec_ext
in '' $ac_executable_extensions; do
7863 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7864 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7874 DLLTOOL
=$ac_cv_prog_DLLTOOL
7875 if test -n "$DLLTOOL"; then
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7877 $as_echo "$DLLTOOL" >&6; }
7879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7880 $as_echo "no" >&6; }
7885 if test -z "$ac_cv_prog_DLLTOOL"; then
7886 ac_ct_DLLTOOL
=$DLLTOOL
7887 # Extract the first word of "dlltool", so it can be a program name with args.
7888 set dummy dlltool
; ac_word
=$2
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7890 $as_echo_n "checking for $ac_word... " >&6; }
7891 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7892 $as_echo_n "(cached) " >&6
7894 if test -n "$ac_ct_DLLTOOL"; then
7895 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7897 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7901 test -z "$as_dir" && as_dir
=.
7902 for ac_exec_ext
in '' $ac_executable_extensions; do
7903 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7904 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7914 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7915 if test -n "$ac_ct_DLLTOOL"; then
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7917 $as_echo "$ac_ct_DLLTOOL" >&6; }
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7920 $as_echo "no" >&6; }
7923 if test "x$ac_ct_DLLTOOL" = x
; then
7926 case $cross_compiling:$ac_tool_warned in
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7929 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7930 ac_tool_warned
=yes ;;
7932 DLLTOOL
=$ac_ct_DLLTOOL
7935 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7941 STATIC_IMPLIBEXT
="a"
7942 enable_iphlpapi
=${enable_iphlpapi:-no}
7943 enable_kernel32
=${enable_kernel32:-no}
7944 enable_msvcrt
=${enable_msvcrt:-no}
7945 enable_ntdll
=${enable_ntdll:-no}
7946 enable_ws2_32
=${enable_ws2_32:-no}
7947 enable_loader
=${enable_loader:-no}
7948 enable_server
=${enable_server:-no}
7949 with_x
=${with_x:-no}
7950 with_pthread
=${with_pthread:-no}
7956 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7960 libwine_targets
="libwine.dll libwine.a"
7962 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7964 all: libwine.dll libwine.a
7966 libwine.a: \$(srcdir)/wine.def
7967 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7969 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7970 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7972 install install-lib:: libwine.dll
7973 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7975 install install-dev:: libwine.a
7976 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7979 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7985 for ac_header
in libunwind.h
7987 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7988 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7989 cat >>confdefs.h
<<_ACEOF
7990 #define HAVE_LIBUNWIND_H 1
7998 DLLFLAGS
="$DLLFLAGS -fPIC"
7999 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8000 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8001 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8002 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8004 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8006 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8008 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8010 CORESERVICES_LIBS
="-framework CoreServices"
8012 APPKIT_LIBS
="-framework AppKit"
8014 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8016 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8017 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8018 $as_echo_n "(cached) " >&6
8020 ac_wine_try_cflags_saved
=$CFLAGS
8021 CFLAGS
="$CFLAGS -Wl,-no_pie"
8022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8023 /* end confdefs.h. */
8024 int main(int argc, char **argv) { return 0; }
8026 if ac_fn_c_try_link
"$LINENO"; then :
8027 ac_cv_cflags__Wl__no_pie
=yes
8029 ac_cv_cflags__Wl__no_pie
=no
8031 rm -f core conftest.err conftest.
$ac_objext \
8032 conftest
$ac_exeext conftest.
$ac_ext
8033 CFLAGS
=$ac_wine_try_cflags_saved
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8036 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8037 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8038 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8040 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8042 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8045 if test "$ac_cv_header_Security_Security_h" = "yes"
8047 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8049 ac_save_LIBS
="$LIBS"
8050 LIBS
="$LIBS $SECURITY_LIBS"
8051 for ac_func
in SSLCopyPeerCertificates
8053 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8054 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8055 cat >>confdefs.h
<<_ACEOF
8056 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8062 LIBS
="$ac_save_LIBS"
8063 with_gnutls
=${with_gnutls:-no}
8065 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8067 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8069 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8072 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8075 ac_save_LIBS
="$LIBS"
8076 LIBS
="$LIBS $COREAUDIO_LIBS"
8077 for ac_func
in AUGraphAddNode
8079 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8080 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8081 cat >>confdefs.h
<<_ACEOF
8082 #define HAVE_AUGRAPHADDNODE 1
8088 LIBS
="$ac_save_LIBS"
8090 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8092 OPENAL_LIBS
="-framework OpenAL"
8095 cat >>confdefs.h
<<_ACEOF
8096 #define HAVE_OPENAL 1
8099 ac_cv_lib_openal
=yes
8101 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8103 OPENCL_LIBS
="-framework OpenCL"
8105 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8107 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8109 ac_save_LIBS
="$LIBS"
8110 LIBS
="$LIBS $IOKIT_LIBS"
8111 for ac_func
in IOHIDManagerCreate
8113 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8114 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8115 cat >>confdefs.h
<<_ACEOF
8116 #define HAVE_IOHIDMANAGERCREATE 1
8122 LIBS
="$ac_save_LIBS"
8124 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8126 ac_save_LIBS
="$LIBS"
8127 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8129 $as_echo_n "checking for the QuickTime framework... " >&6; }
8130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8131 /* end confdefs.h. */
8132 #include <QuickTime/ImageCompression.h>
8136 CodecManagerVersion(NULL);
8141 if ac_fn_c_try_link
"$LINENO"; then :
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8143 $as_echo "yes" >&6; }
8144 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8146 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8149 $as_echo "no" >&6; }
8150 ac_cv_header_QuickTime_ImageCompression_h
=no
8152 rm -f core conftest.err conftest.
$ac_objext \
8153 conftest
$ac_exeext conftest.
$ac_ext
8154 LIBS
="$ac_save_LIBS"
8156 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8158 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8160 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8162 CARBON_LIBS
="-framework Carbon"
8166 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8168 ac_save_LIBS
="$LIBS"
8169 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8170 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8171 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8172 enable_winemac_drv
=${enable_winemac_drv:-yes}
8175 LIBS
="$ac_save_LIBS"
8178 if test "x$enable_win16" = "xyes"
8180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8181 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8182 if test "$cross_compiling" = yes; then :
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8184 $as_echo "cross-compiling, assuming yes" >&6; }
8186 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8187 /* end confdefs.h. */
8190 "good:\tnop;nop\n\t"
8191 ".globl _testfunc\n"
8192 "_testfunc:\tcallw good");
8193 extern void testfunc();
8197 unsigned short *p = (unsigned short *)testfunc;
8198 return p[0] != 0xe866 || p[1] != 0xfffa
8203 if ac_fn_c_try_run
"$LINENO"; then :
8204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8205 $as_echo "yes" >&6; }
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8208 $as_echo "no" >&6; }
8209 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
8211 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8212 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8217 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8219 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8223 libwine.$libwine_version.dylib: \$(OBJS)
8224 \$(CC) -dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8226 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8227 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8229 libwine.dylib: libwine.$libwine_soversion.dylib
8230 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8232 install install-lib:: libwine.$libwine_version.dylib
8233 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8234 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8236 install install-dev::
8237 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8240 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8244 as_fn_append LOADER_RULES
"
8245 $wine_binary: main.o wine_info.plist
8246 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8248 wine-installed: main.o wine_info.plist
8249 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8254 DLLFLAGS
="$DLLFLAGS -fPIC"
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8259 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8260 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8261 $as_echo_n "(cached) " >&6
8263 ac_wine_try_cflags_saved
=$CFLAGS
8264 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8265 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8266 /* end confdefs.h. */
8267 int main(int argc, char **argv) { return 0; }
8269 if ac_fn_c_try_link
"$LINENO"; then :
8270 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8272 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8274 rm -f core conftest.err conftest.
$ac_objext \
8275 conftest
$ac_exeext conftest.
$ac_ext
8276 CFLAGS
=$ac_wine_try_cflags_saved
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8279 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8280 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8281 LDEXECFLAGS
="-Wl,--export-dynamic"
8283 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8285 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8286 if eval \
${$as_ac_var+:} false
; then :
8287 $as_echo_n "(cached) " >&6
8289 ac_wine_try_cflags_saved
=$CFLAGS
8290 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8291 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8292 /* end confdefs.h. */
8293 int main(int argc, char **argv) { return 0; }
8295 if ac_fn_c_try_link
"$LINENO"; then :
8296 eval "$as_ac_var=yes"
8298 eval "$as_ac_var=no"
8300 rm -f core conftest.err conftest.
$ac_objext \
8301 conftest
$ac_exeext conftest.
$ac_ext
8302 CFLAGS
=$ac_wine_try_cflags_saved
8304 eval ac_res
=\$
$as_ac_var
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8306 $as_echo "$ac_res" >&6; }
8307 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8308 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8309 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8311 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8313 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8314 if eval \
${$as_ac_var+:} false
; then :
8315 $as_echo_n "(cached) " >&6
8317 ac_wine_try_cflags_saved
=$CFLAGS
8318 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8320 /* end confdefs.h. */
8321 int main(int argc, char **argv) { return 0; }
8323 if ac_fn_c_try_link
"$LINENO"; then :
8324 eval "$as_ac_var=yes"
8326 eval "$as_ac_var=no"
8328 rm -f core conftest.err conftest.
$ac_objext \
8329 conftest
$ac_exeext conftest.
$ac_ext
8330 CFLAGS
=$ac_wine_try_cflags_saved
8332 eval ac_res
=\$
$as_ac_var
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8334 $as_echo "$ac_res" >&6; }
8335 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8336 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8337 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8342 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8343 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8344 $as_echo_n "(cached) " >&6
8346 ac_wine_try_cflags_saved
=$CFLAGS
8347 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8348 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8349 /* end confdefs.h. */
8350 int main(int argc, char **argv) { return 0; }
8352 if ac_fn_c_try_link
"$LINENO"; then :
8353 ac_cv_cflags__Wl___enable_new_dtags
=yes
8355 ac_cv_cflags__Wl___enable_new_dtags
=no
8357 rm -f core conftest.err conftest.
$ac_objext \
8358 conftest
$ac_exeext conftest.
$ac_ext
8359 CFLAGS
=$ac_wine_try_cflags_saved
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8362 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8363 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8364 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8368 *i
[3456789]86* | x86_64
)
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8370 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8371 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8372 $as_echo_n "(cached) " >&6
8374 ac_wine_try_cflags_saved
=$CFLAGS
8375 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8376 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8377 /* end confdefs.h. */
8378 int main(int argc, char **argv) { return 0; }
8380 if ac_fn_c_try_link
"$LINENO"; then :
8381 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8383 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8385 rm -f core conftest.err conftest.
$ac_objext \
8386 conftest
$ac_exeext conftest.
$ac_ext
8387 CFLAGS
=$ac_wine_try_cflags_saved
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8390 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8391 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8392 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8397 libwine_targets
="libwine.so"
8399 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8403 libwine.so: \$(OBJS)
8404 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8406 install install-lib:: libwine.so
8407 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8410 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8414 as_fn_append LOADER_RULES
"
8415 $wine_binary: main.o
8416 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8418 wine-installed: main.o
8419 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8424 DLLFLAGS
="$DLLFLAGS -fPIC"
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8427 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8428 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8429 $as_echo_n "(cached) " >&6
8431 ac_wine_try_cflags_saved
=$CFLAGS
8432 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8434 /* end confdefs.h. */
8437 if ac_fn_c_try_link
"$LINENO"; then :
8438 ac_cv_c_dll_gnuelf
="yes"
8440 ac_cv_c_dll_gnuelf
="no"
8442 rm -f core conftest.err conftest.
$ac_objext \
8443 conftest
$ac_exeext conftest.
$ac_ext
8444 CFLAGS
=$ac_wine_try_cflags_saved
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8447 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8448 if test "$ac_cv_c_dll_gnuelf" = "yes"
8450 LDSHARED
="\$(CC) -shared"
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8452 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8453 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8454 $as_echo_n "(cached) " >&6
8456 ac_wine_try_cflags_saved
=$CFLAGS
8457 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8459 /* end confdefs.h. */
8460 int main(int argc, char **argv) { return 0; }
8462 if ac_fn_c_try_link
"$LINENO"; then :
8463 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8465 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8467 rm -f core conftest.err conftest.
$ac_objext \
8468 conftest
$ac_exeext conftest.
$ac_ext
8469 CFLAGS
=$ac_wine_try_cflags_saved
8471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8472 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8473 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8474 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8477 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8478 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8479 $as_echo_n "(cached) " >&6
8481 ac_wine_try_cflags_saved
=$CFLAGS
8482 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8484 /* end confdefs.h. */
8485 int main(int argc, char **argv) { return 0; }
8487 if ac_fn_c_try_link
"$LINENO"; then :
8488 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8490 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8492 rm -f core conftest.err conftest.
$ac_objext \
8493 conftest
$ac_exeext conftest.
$ac_ext
8494 CFLAGS
=$ac_wine_try_cflags_saved
8496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8497 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8498 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8499 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8503 echo '{ global: *; };' >conftest.map
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8505 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8506 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8507 $as_echo_n "(cached) " >&6
8509 ac_wine_try_cflags_saved
=$CFLAGS
8510 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8511 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8512 /* end confdefs.h. */
8513 int main(int argc, char **argv) { return 0; }
8515 if ac_fn_c_try_link
"$LINENO"; then :
8516 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8518 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8520 rm -f core conftest.err conftest.
$ac_objext \
8521 conftest
$ac_exeext conftest.
$ac_ext
8522 CFLAGS
=$ac_wine_try_cflags_saved
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8525 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8526 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8527 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8532 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8533 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8534 $as_echo_n "(cached) " >&6
8536 ac_wine_try_cflags_saved
=$CFLAGS
8537 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8539 /* end confdefs.h. */
8540 int main(int argc, char **argv) { return 0; }
8542 if ac_fn_c_try_link
"$LINENO"; then :
8543 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8545 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8547 rm -f core conftest.err conftest.
$ac_objext \
8548 conftest
$ac_exeext conftest.
$ac_ext
8549 CFLAGS
=$ac_wine_try_cflags_saved
8551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8552 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8553 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8554 LDEXECFLAGS
="-Wl,--export-dynamic"
8557 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8559 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8560 if eval \
${$as_ac_var+:} false
; then :
8561 $as_echo_n "(cached) " >&6
8563 ac_wine_try_cflags_saved
=$CFLAGS
8564 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8566 /* end confdefs.h. */
8567 int main(int argc, char **argv) { return 0; }
8569 if ac_fn_c_try_link
"$LINENO"; then :
8570 eval "$as_ac_var=yes"
8572 eval "$as_ac_var=no"
8574 rm -f core conftest.err conftest.
$ac_objext \
8575 conftest
$ac_exeext conftest.
$ac_ext
8576 CFLAGS
=$ac_wine_try_cflags_saved
8578 eval ac_res
=\$
$as_ac_var
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8580 $as_echo "$ac_res" >&6; }
8581 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8582 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8583 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8585 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8587 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8588 if eval \
${$as_ac_var+:} false
; then :
8589 $as_echo_n "(cached) " >&6
8591 ac_wine_try_cflags_saved
=$CFLAGS
8592 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8594 /* end confdefs.h. */
8595 int main(int argc, char **argv) { return 0; }
8597 if ac_fn_c_try_link
"$LINENO"; then :
8598 eval "$as_ac_var=yes"
8600 eval "$as_ac_var=no"
8602 rm -f core conftest.err conftest.
$ac_objext \
8603 conftest
$ac_exeext conftest.
$ac_ext
8604 CFLAGS
=$ac_wine_try_cflags_saved
8606 eval ac_res
=\$
$as_ac_var
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8608 $as_echo "$ac_res" >&6; }
8609 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8610 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8611 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8616 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8617 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8618 $as_echo_n "(cached) " >&6
8620 ac_wine_try_cflags_saved
=$CFLAGS
8621 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8622 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8623 /* end confdefs.h. */
8624 int main(int argc, char **argv) { return 0; }
8626 if ac_fn_c_try_link
"$LINENO"; then :
8627 ac_cv_cflags__Wl___enable_new_dtags
=yes
8629 ac_cv_cflags__Wl___enable_new_dtags
=no
8631 rm -f core conftest.err conftest.
$ac_objext \
8632 conftest
$ac_exeext conftest.
$ac_ext
8633 CFLAGS
=$ac_wine_try_cflags_saved
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8636 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8637 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8638 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8642 *i
[3456789]86* | x86_64
)
8643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8644 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8645 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8646 $as_echo_n "(cached) " >&6
8648 ac_wine_try_cflags_saved
=$CFLAGS
8649 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8650 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8651 /* end confdefs.h. */
8652 int main(int argc, char **argv) { return 0; }
8654 if ac_fn_c_try_link
"$LINENO"; then :
8655 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8657 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8659 rm -f core conftest.err conftest.
$ac_objext \
8660 conftest
$ac_exeext conftest.
$ac_ext
8661 CFLAGS
=$ac_wine_try_cflags_saved
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8664 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8665 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8667 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8668 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8672 # Extract the first word of "prelink", so it can be a program name with args.
8673 set dummy prelink
; ac_word
=$2
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8675 $as_echo_n "checking for $ac_word... " >&6; }
8676 if ${ac_cv_path_PRELINK+:} false
; then :
8677 $as_echo_n "(cached) " >&6
8681 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8684 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8685 for as_dir
in /sbin
/usr
/sbin
$PATH
8688 test -z "$as_dir" && as_dir
=.
8689 for ac_exec_ext
in '' $ac_executable_extensions; do
8690 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8691 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8699 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8703 PRELINK
=$ac_cv_path_PRELINK
8704 if test -n "$PRELINK"; then
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8706 $as_echo "$PRELINK" >&6; }
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8709 $as_echo "no" >&6; }
8713 if test "x$PRELINK" = xfalse
8715 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8722 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8723 if ${ac_cv_c_dll_unixware+:} false
; then :
8724 $as_echo_n "(cached) " >&6
8726 ac_wine_try_cflags_saved
=$CFLAGS
8727 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8729 /* end confdefs.h. */
8732 if ac_fn_c_try_link
"$LINENO"; then :
8733 ac_cv_c_dll_unixware
="yes"
8735 ac_cv_c_dll_unixware
="no"
8737 rm -f core conftest.err conftest.
$ac_objext \
8738 conftest
$ac_exeext conftest.
$ac_ext
8739 CFLAGS
=$ac_wine_try_cflags_saved
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8742 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8743 if test "$ac_cv_c_dll_unixware" = "yes"
8745 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8748 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8750 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8754 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8755 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8757 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8758 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8760 libwine.so: libwine.so.$libwine_soversion
8761 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8763 install install-lib:: libwine.so.$libwine_version
8764 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8765 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8767 install install-dev::
8768 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8771 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8775 as_fn_append LOADER_RULES
"
8776 $wine_binary: main.o
8777 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8779 wine-installed: main.o
8780 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8785 as_fn_append LIBWINE_RULES
"
8786 EXTRA_TARGETS = $libwine_targets
8789 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8790 enable_winemac_drv
=${enable_winemac_drv:-no}
8794 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8798 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
8801 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 " ;;
8803 ac_prefix_list
="" ;;
8805 for ac_prog
in $ac_prefix_list
8807 # Extract the first word of "$ac_prog", so it can be a program name with args.
8808 set dummy
$ac_prog; ac_word
=$2
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8810 $as_echo_n "checking for $ac_word... " >&6; }
8811 if ${ac_cv_prog_CROSSCC+:} false
; then :
8812 $as_echo_n "(cached) " >&6
8814 if test -n "$CROSSCC"; then
8815 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8817 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8821 test -z "$as_dir" && as_dir
=.
8822 for ac_exec_ext
in '' $ac_executable_extensions; do
8823 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8824 ac_cv_prog_CROSSCC
="$ac_prog"
8825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8834 CROSSCC
=$ac_cv_prog_CROSSCC
8835 if test -n "$CROSSCC"; then
8836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8837 $as_echo "$CROSSCC" >&6; }
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8840 $as_echo "no" >&6; }
8844 test -n "$CROSSCC" && break
8846 test -n "$CROSSCC" || CROSSCC
="false"
8848 if test "$CROSSCC" != "false"
8852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8853 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8854 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8855 /* end confdefs.h. */
8865 if ac_fn_c_try_compile
"$LINENO"; then :
8866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8867 $as_echo "yes" >&6; }
8873 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8879 $as_echo "no" >&6; }
8881 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8887 if test "$ac_cv_header_pthread_h" = "yes"
8889 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8890 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8894 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8895 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8896 $as_echo_n "(cached) " >&6
8898 ac_check_lib_save_LIBS
=$LIBS
8899 LIBS
="-lpthread $LIBS"
8900 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8901 /* end confdefs.h. */
8903 /* Override any GCC internal prototype to avoid an error.
8904 Use char because int might match the return type of a GCC
8905 builtin and then its argument prototype would still apply. */
8909 char pthread_create ();
8913 return pthread_create ();
8918 if ac_fn_c_try_link
"$LINENO"; then :
8919 ac_cv_lib_pthread_pthread_create
=yes
8921 ac_cv_lib_pthread_pthread_create
=no
8923 rm -f core conftest.err conftest.
$ac_objext \
8924 conftest
$ac_exeext conftest.
$ac_ext
8925 LIBS
=$ac_check_lib_save_LIBS
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8928 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8929 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8930 PTHREAD_LIBS
="-lpthread"
8937 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8938 case "x$with_pthread" in
8940 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8941 Wine cannot support threads without libpthread.
8942 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8948 $as_echo_n "checking for X... " >&6; }
8951 # Check whether --with-x was given.
8952 if test "${with_x+set}" = set; then :
8956 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8957 if test "x$with_x" = xno
; then
8958 # The user explicitly disabled X.
8961 case $x_includes,$x_libraries in #(
8962 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8963 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8964 $as_echo_n "(cached) " >&6
8966 # One or both of the vars are not set, and there is no cached value.
8967 ac_x_includes
=no ac_x_libraries
=no
8968 rm -f -r conftest.dir
8969 if mkdir conftest.dir
; then
8971 cat >Imakefile
<<'_ACEOF'
8973 @echo incroot='${INCROOT}'
8975 @echo usrlibdir='${USRLIBDIR}'
8977 @echo libdir='${LIBDIR}'
8979 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8980 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8981 for ac_var
in incroot usrlibdir libdir
; do
8982 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8984 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8985 for ac_extension
in a so sl dylib la dll
; do
8986 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8987 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8988 ac_im_usrlibdir
=$ac_im_libdir; break
8991 # Screen out bogus values from the imake configuration. They are
8992 # bogus both because they are the default anyway, and because
8993 # using them would break gcc on systems where it needs fixed includes.
8994 case $ac_im_incroot in
8995 /usr
/include
) ac_x_includes
= ;;
8996 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8998 case $ac_im_usrlibdir in
8999 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9000 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9004 rm -f -r conftest.dir
9007 # Standard set of common directories for X headers.
9008 # Check X11 before X11Rn because it is often a symlink to the current release.
9022 /usr/local/X11/include
9023 /usr/local/X11R7/include
9024 /usr/local/X11R6/include
9025 /usr/local/X11R5/include
9026 /usr/local/X11R4/include
9028 /usr/local/include/X11
9029 /usr/local/include/X11R7
9030 /usr/local/include/X11R6
9031 /usr/local/include/X11R5
9032 /usr/local/include/X11R4
9036 /usr/XFree86/include/X11
9040 /usr/unsupported/include
9042 /usr/local/x11r5/include
9043 /usr/lpp/Xamples/include
9045 /usr/openwin/include
9046 /usr/openwin/share/include'
9048 if test "$ac_x_includes" = no
; then
9049 # Guess where to find include files, by looking for Xlib.h.
9050 # First, try using that file with no special directory specified.
9051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9052 /* end confdefs.h. */
9053 #include <X11/Xlib.h>
9055 if ac_fn_c_try_cpp
"$LINENO"; then :
9056 # We can compile using X headers with no special include directory.
9059 for ac_dir
in $ac_x_header_dirs; do
9060 if test -r "$ac_dir/X11/Xlib.h"; then
9061 ac_x_includes
=$ac_dir
9066 rm -f conftest.err conftest.i conftest.
$ac_ext
9067 fi # $ac_x_includes = no
9069 if test "$ac_x_libraries" = no
; then
9070 # Check for the libraries.
9071 # See if we find them without any special options.
9072 # Don't add to $LIBS permanently.
9075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9076 /* end confdefs.h. */
9077 #include <X11/Xlib.h>
9086 if ac_fn_c_try_link
"$LINENO"; then :
9088 # We can link X programs with no special library path.
9092 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9094 # Don't even attempt the hair of trying to link an X program!
9095 for ac_extension
in a so sl dylib la dll
; do
9096 if test -r "$ac_dir/libX11.$ac_extension"; then
9097 ac_x_libraries
=$ac_dir
9103 rm -f core conftest.err conftest.
$ac_objext \
9104 conftest
$ac_exeext conftest.
$ac_ext
9105 fi # $ac_x_libraries = no
9107 case $ac_x_includes,$ac_x_libraries in #(
9109 # Didn't find X, or a directory has "'" in its name.
9110 ac_cv_have_x
="have_x=no";; #(
9112 # Record where we found X for the cache.
9113 ac_cv_have_x
="have_x=yes\
9114 ac_x_includes='$ac_x_includes'\
9115 ac_x_libraries='$ac_x_libraries'"
9121 eval "$ac_cv_have_x"
9124 if test "$have_x" != yes; then
9125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9126 $as_echo "$have_x" >&6; }
9129 # If each of the values was on the command line, it overrides each guess.
9130 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9131 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9132 # Update the cache value to reflect the command line values.
9133 ac_cv_have_x
="have_x=yes\
9134 ac_x_includes='$x_includes'\
9135 ac_x_libraries='$x_libraries'"
9136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9137 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9140 if test "$no_x" = yes; then
9141 # Not all programs may use this symbol, but it does not hurt to define it.
9143 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9145 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9147 if test -n "$x_includes"; then
9148 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9151 # It would also be nice to do this for all -L options, not just this one.
9152 if test -n "$x_libraries"; then
9153 X_LIBS
="$X_LIBS -L$x_libraries"
9154 # For Solaris; some versions of Sun CC require a space after -R and
9155 # others require no space. Words are not sufficient . . . .
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9157 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9158 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9159 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9160 ac_c_werror_flag
=yes
9161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9162 /* end confdefs.h. */
9172 if ac_fn_c_try_link
"$LINENO"; then :
9173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9174 $as_echo "no" >&6; }
9175 X_LIBS
="$X_LIBS -R$x_libraries"
9177 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9179 /* end confdefs.h. */
9189 if ac_fn_c_try_link
"$LINENO"; then :
9190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9191 $as_echo "yes" >&6; }
9192 X_LIBS
="$X_LIBS -R $x_libraries"
9194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9195 $as_echo "neither works" >&6; }
9197 rm -f core conftest.err conftest.
$ac_objext \
9198 conftest
$ac_exeext conftest.
$ac_ext
9200 rm -f core conftest.err conftest.
$ac_objext \
9201 conftest
$ac_exeext conftest.
$ac_ext
9202 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9206 # Check for system-dependent libraries X programs must link with.
9207 # Do this before checking for the system-independent R6 libraries
9208 # (-lICE), since we may need -lsocket or whatever for X linking.
9210 if test "$ISC" = yes; then
9211 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9213 # Martyn Johnson says this is needed for Ultrix, if the X
9214 # libraries were built with DECnet support. And Karl Berry says
9215 # the Alpha needs dnet_stub (dnet does not exist).
9216 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9218 /* end confdefs.h. */
9220 /* Override any GCC internal prototype to avoid an error.
9221 Use char because int might match the return type of a GCC
9222 builtin and then its argument prototype would still apply. */
9226 char XOpenDisplay ();
9230 return XOpenDisplay ();
9235 if ac_fn_c_try_link
"$LINENO"; then :
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9239 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9240 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9241 $as_echo_n "(cached) " >&6
9243 ac_check_lib_save_LIBS
=$LIBS
9245 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9246 /* end confdefs.h. */
9248 /* Override any GCC internal prototype to avoid an error.
9249 Use char because int might match the return type of a GCC
9250 builtin and then its argument prototype would still apply. */
9258 return dnet_ntoa ();
9263 if ac_fn_c_try_link
"$LINENO"; then :
9264 ac_cv_lib_dnet_dnet_ntoa
=yes
9266 ac_cv_lib_dnet_dnet_ntoa
=no
9268 rm -f core conftest.err conftest.
$ac_objext \
9269 conftest
$ac_exeext conftest.
$ac_ext
9270 LIBS
=$ac_check_lib_save_LIBS
9272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9273 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9274 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9275 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9278 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9280 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9281 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9282 $as_echo_n "(cached) " >&6
9284 ac_check_lib_save_LIBS
=$LIBS
9285 LIBS
="-ldnet_stub $LIBS"
9286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9287 /* end confdefs.h. */
9289 /* Override any GCC internal prototype to avoid an error.
9290 Use char because int might match the return type of a GCC
9291 builtin and then its argument prototype would still apply. */
9299 return dnet_ntoa ();
9304 if ac_fn_c_try_link
"$LINENO"; then :
9305 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9307 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9309 rm -f core conftest.err conftest.
$ac_objext \
9310 conftest
$ac_exeext conftest.
$ac_ext
9311 LIBS
=$ac_check_lib_save_LIBS
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9314 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9315 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9316 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9321 rm -f core conftest.err conftest.
$ac_objext \
9322 conftest
$ac_exeext conftest.
$ac_ext
9323 LIBS
="$ac_xsave_LIBS"
9325 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9326 # to get the SysV transport functions.
9327 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9329 # The nsl library prevents programs from opening the X display
9330 # on Irix 5.2, according to T.E. Dickey.
9331 # The functions gethostbyname, getservbyname, and inet_addr are
9332 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9333 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9334 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9338 if test $ac_cv_func_gethostbyname = no
; then
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9340 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9341 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9342 $as_echo_n "(cached) " >&6
9344 ac_check_lib_save_LIBS
=$LIBS
9346 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9347 /* end confdefs.h. */
9349 /* Override any GCC internal prototype to avoid an error.
9350 Use char because int might match the return type of a GCC
9351 builtin and then its argument prototype would still apply. */
9355 char gethostbyname ();
9359 return gethostbyname ();
9364 if ac_fn_c_try_link
"$LINENO"; then :
9365 ac_cv_lib_nsl_gethostbyname
=yes
9367 ac_cv_lib_nsl_gethostbyname
=no
9369 rm -f core conftest.err conftest.
$ac_objext \
9370 conftest
$ac_exeext conftest.
$ac_ext
9371 LIBS
=$ac_check_lib_save_LIBS
9373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9374 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9375 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9376 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9379 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9381 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9382 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9383 $as_echo_n "(cached) " >&6
9385 ac_check_lib_save_LIBS
=$LIBS
9387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9388 /* end confdefs.h. */
9390 /* Override any GCC internal prototype to avoid an error.
9391 Use char because int might match the return type of a GCC
9392 builtin and then its argument prototype would still apply. */
9396 char gethostbyname ();
9400 return gethostbyname ();
9405 if ac_fn_c_try_link
"$LINENO"; then :
9406 ac_cv_lib_bsd_gethostbyname
=yes
9408 ac_cv_lib_bsd_gethostbyname
=no
9410 rm -f core conftest.err conftest.
$ac_objext \
9411 conftest
$ac_exeext conftest.
$ac_ext
9412 LIBS
=$ac_check_lib_save_LIBS
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9415 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9416 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9417 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9423 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9424 # socket/setsockopt and other routines are undefined under SCO ODT
9425 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9426 # on later versions), says Simon Leinen: it contains gethostby*
9427 # variants that don't use the name server (or something). -lsocket
9428 # must be given before -lnsl if both are needed. We assume that
9429 # if connect needs -lnsl, so does gethostbyname.
9430 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9431 if test "x$ac_cv_func_connect" = xyes
; then :
9435 if test $ac_cv_func_connect = no
; then
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9437 $as_echo_n "checking for connect in -lsocket... " >&6; }
9438 if ${ac_cv_lib_socket_connect+:} false
; then :
9439 $as_echo_n "(cached) " >&6
9441 ac_check_lib_save_LIBS
=$LIBS
9442 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9446 /* Override any GCC internal prototype to avoid an error.
9447 Use char because int might match the return type of a GCC
9448 builtin and then its argument prototype would still apply. */
9461 if ac_fn_c_try_link
"$LINENO"; then :
9462 ac_cv_lib_socket_connect
=yes
9464 ac_cv_lib_socket_connect
=no
9466 rm -f core conftest.err conftest.
$ac_objext \
9467 conftest
$ac_exeext conftest.
$ac_ext
9468 LIBS
=$ac_check_lib_save_LIBS
9470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9471 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9472 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9473 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9478 # Guillermo Gomez says -lposix is necessary on A/UX.
9479 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9480 if test "x$ac_cv_func_remove" = xyes
; then :
9484 if test $ac_cv_func_remove = no
; then
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9486 $as_echo_n "checking for remove in -lposix... " >&6; }
9487 if ${ac_cv_lib_posix_remove+:} false
; then :
9488 $as_echo_n "(cached) " >&6
9490 ac_check_lib_save_LIBS
=$LIBS
9491 LIBS
="-lposix $LIBS"
9492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9493 /* end confdefs.h. */
9495 /* Override any GCC internal prototype to avoid an error.
9496 Use char because int might match the return type of a GCC
9497 builtin and then its argument prototype would still apply. */
9510 if ac_fn_c_try_link
"$LINENO"; then :
9511 ac_cv_lib_posix_remove
=yes
9513 ac_cv_lib_posix_remove
=no
9515 rm -f core conftest.err conftest.
$ac_objext \
9516 conftest
$ac_exeext conftest.
$ac_ext
9517 LIBS
=$ac_check_lib_save_LIBS
9519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9520 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9521 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9522 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9527 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9528 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9529 if test "x$ac_cv_func_shmat" = xyes
; then :
9533 if test $ac_cv_func_shmat = no
; then
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9535 $as_echo_n "checking for shmat in -lipc... " >&6; }
9536 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9537 $as_echo_n "(cached) " >&6
9539 ac_check_lib_save_LIBS
=$LIBS
9541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9542 /* end confdefs.h. */
9544 /* Override any GCC internal prototype to avoid an error.
9545 Use char because int might match the return type of a GCC
9546 builtin and then its argument prototype would still apply. */
9559 if ac_fn_c_try_link
"$LINENO"; then :
9560 ac_cv_lib_ipc_shmat
=yes
9562 ac_cv_lib_ipc_shmat
=no
9564 rm -f core conftest.err conftest.
$ac_objext \
9565 conftest
$ac_exeext conftest.
$ac_ext
9566 LIBS
=$ac_check_lib_save_LIBS
9568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9569 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9570 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9571 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9577 # Check for libraries that X11R6 Xt/Xaw programs need.
9578 ac_save_LDFLAGS
=$LDFLAGS
9579 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9580 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9581 # check for ICE first), but we must link in the order -lSM -lICE or
9582 # we get undefined symbols. So assume we have SM if we have ICE.
9583 # These have to be linked with before -lX11, unlike the other
9584 # libraries we check for below, so use a different variable.
9585 # John Interrante, Karl Berry
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9587 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9588 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9589 $as_echo_n "(cached) " >&6
9591 ac_check_lib_save_LIBS
=$LIBS
9592 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9594 /* end confdefs.h. */
9596 /* Override any GCC internal prototype to avoid an error.
9597 Use char because int might match the return type of a GCC
9598 builtin and then its argument prototype would still apply. */
9602 char IceConnectionNumber ();
9606 return IceConnectionNumber ();
9611 if ac_fn_c_try_link
"$LINENO"; then :
9612 ac_cv_lib_ICE_IceConnectionNumber
=yes
9614 ac_cv_lib_ICE_IceConnectionNumber
=no
9616 rm -f core conftest.err conftest.
$ac_objext \
9617 conftest
$ac_exeext conftest.
$ac_ext
9618 LIBS
=$ac_check_lib_save_LIBS
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9621 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9622 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9623 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9626 LDFLAGS
=$ac_save_LDFLAGS
9631 if test "$have_x" = "yes"
9633 ac_save_CPPFLAGS
="$CPPFLAGS"
9634 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9637 $as_echo_n "checking for -lX11... " >&6; }
9638 if ${ac_cv_lib_soname_X11+:} false
; then :
9639 $as_echo_n "(cached) " >&6
9641 ac_check_soname_save_LIBS
=$LIBS
9642 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9644 /* end confdefs.h. */
9646 /* Override any GCC internal prototype to avoid an error.
9647 Use char because int might match the return type of a GCC
9648 builtin and then its argument prototype would still apply. */
9652 char XCreateWindow ();
9656 return XCreateWindow ();
9661 if ac_fn_c_try_link
"$LINENO"; then :
9663 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9664 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'` ;;
9665 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9666 if ${ac_cv_lib_soname_X11:+false} :; then :
9667 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9671 rm -f core conftest.err conftest.
$ac_objext \
9672 conftest
$ac_exeext conftest.
$ac_ext
9673 LIBS
=$ac_check_soname_save_LIBS
9675 if ${ac_cv_lib_soname_X11:+false} :; then :
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9677 $as_echo "not found" >&6; }
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9681 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9683 cat >>confdefs.h
<<_ACEOF
9684 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9690 $as_echo_n "checking for -lXext... " >&6; }
9691 if ${ac_cv_lib_soname_Xext+:} false
; then :
9692 $as_echo_n "(cached) " >&6
9694 ac_check_soname_save_LIBS
=$LIBS
9695 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9697 /* end confdefs.h. */
9699 /* Override any GCC internal prototype to avoid an error.
9700 Use char because int might match the return type of a GCC
9701 builtin and then its argument prototype would still apply. */
9705 char XextCreateExtension ();
9709 return XextCreateExtension ();
9714 if ac_fn_c_try_link
"$LINENO"; then :
9716 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9717 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'` ;;
9718 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9719 if ${ac_cv_lib_soname_Xext:+false} :; then :
9720 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9724 rm -f core conftest.err conftest.
$ac_objext \
9725 conftest
$ac_exeext conftest.
$ac_ext
9726 LIBS
=$ac_check_soname_save_LIBS
9728 if ${ac_cv_lib_soname_Xext:+false} :; then :
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9730 $as_echo "not found" >&6; }
9733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9734 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9736 cat >>confdefs.h
<<_ACEOF
9737 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9740 X_LIBS
="$X_LIBS -lXext"
9742 X_LIBS
="$X_LIBS -lX11"
9744 for ac_header
in X11
/Xlib.h \
9747 X11
/Xcursor
/Xcursor.h \
9748 X11
/extensions
/shape.h \
9749 X11
/extensions
/XInput.h \
9750 X11
/extensions
/XInput2.h \
9751 X11
/extensions
/XShm.h \
9752 X11
/extensions
/Xcomposite.h \
9753 X11
/extensions
/Xinerama.h \
9754 X11
/extensions
/Xrandr.h \
9755 X11
/extensions
/Xrender.h \
9756 X11
/extensions
/xf86vmode.h \
9757 X11
/extensions
/xf86vmproto.h
9759 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9760 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9761 # include <X11/Xlib.h>
9763 #ifdef HAVE_X11_XUTIL_H
9764 # include <X11/Xutil.h>
9767 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9768 cat >>confdefs.h
<<_ACEOF
9769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9777 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9780 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9781 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9782 $as_echo_n "(cached) " >&6
9784 ac_check_lib_save_LIBS
=$LIBS
9785 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9787 /* end confdefs.h. */
9789 /* Override any GCC internal prototype to avoid an error.
9790 Use char because int might match the return type of a GCC
9791 builtin and then its argument prototype would still apply. */
9795 char XkbQueryExtension ();
9799 return XkbQueryExtension ();
9804 if ac_fn_c_try_link
"$LINENO"; then :
9805 ac_cv_lib_X11_XkbQueryExtension
=yes
9807 ac_cv_lib_X11_XkbQueryExtension
=no
9809 rm -f core conftest.err conftest.
$ac_objext \
9810 conftest
$ac_exeext conftest.
$ac_ext
9811 LIBS
=$ac_check_lib_save_LIBS
9813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9814 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9815 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9817 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9823 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9826 $as_echo_n "checking for -lXcursor... " >&6; }
9827 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9828 $as_echo_n "(cached) " >&6
9830 ac_check_soname_save_LIBS
=$LIBS
9831 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9833 /* end confdefs.h. */
9835 /* Override any GCC internal prototype to avoid an error.
9836 Use char because int might match the return type of a GCC
9837 builtin and then its argument prototype would still apply. */
9841 char XcursorImageLoadCursor ();
9845 return XcursorImageLoadCursor ();
9850 if ac_fn_c_try_link
"$LINENO"; then :
9852 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9853 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'` ;;
9854 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9855 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9856 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9860 rm -f core conftest.err conftest.
$ac_objext \
9861 conftest
$ac_exeext conftest.
$ac_ext
9862 LIBS
=$ac_check_soname_save_LIBS
9864 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9866 $as_echo "not found" >&6; }
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9870 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9872 cat >>confdefs.h
<<_ACEOF
9873 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9879 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9880 case "x$with_xcursor" in
9881 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9883 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9884 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9888 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9891 $as_echo_n "checking for -lXi... " >&6; }
9892 if ${ac_cv_lib_soname_Xi+:} false
; then :
9893 $as_echo_n "(cached) " >&6
9895 ac_check_soname_save_LIBS
=$LIBS
9896 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9898 /* end confdefs.h. */
9900 /* Override any GCC internal prototype to avoid an error.
9901 Use char because int might match the return type of a GCC
9902 builtin and then its argument prototype would still apply. */
9906 char XOpenDevice ();
9910 return XOpenDevice ();
9915 if ac_fn_c_try_link
"$LINENO"; then :
9917 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9918 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'` ;;
9919 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9920 if ${ac_cv_lib_soname_Xi:+false} :; then :
9921 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9925 rm -f core conftest.err conftest.
$ac_objext \
9926 conftest
$ac_exeext conftest.
$ac_ext
9927 LIBS
=$ac_check_soname_save_LIBS
9929 if ${ac_cv_lib_soname_Xi:+false} :; then :
9930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9931 $as_echo "not found" >&6; }
9934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9935 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9937 cat >>confdefs.h
<<_ACEOF
9938 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9944 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9945 case "x$with_xinput" in
9946 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9948 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9949 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9953 if test "x$ac_cv_lib_soname_Xi" != x
9955 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9956 case "x$with_xinput2" in
9957 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9959 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9960 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9965 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9968 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9969 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9970 $as_echo_n "(cached) " >&6
9972 ac_check_lib_save_LIBS
=$LIBS
9973 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9975 /* end confdefs.h. */
9977 /* Override any GCC internal prototype to avoid an error.
9978 Use char because int might match the return type of a GCC
9979 builtin and then its argument prototype would still apply. */
9983 char XShmQueryExtension ();
9987 return XShmQueryExtension ();
9992 if ac_fn_c_try_link
"$LINENO"; then :
9993 ac_cv_lib_Xext_XShmQueryExtension
=yes
9995 ac_cv_lib_Xext_XShmQueryExtension
=no
9997 rm -f core conftest.err conftest.
$ac_objext \
9998 conftest
$ac_exeext conftest.
$ac_ext
9999 LIBS
=$ac_check_lib_save_LIBS
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10002 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10003 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10005 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10010 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10011 case "x$with_xshm" in
10012 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10014 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10015 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10019 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10022 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10023 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10024 $as_echo_n "(cached) " >&6
10026 ac_check_lib_save_LIBS
=$LIBS
10027 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10028 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10029 /* end confdefs.h. */
10031 /* Override any GCC internal prototype to avoid an error.
10032 Use char because int might match the return type of a GCC
10033 builtin and then its argument prototype would still apply. */
10037 char XShapeQueryExtension ();
10041 return XShapeQueryExtension ();
10046 if ac_fn_c_try_link
"$LINENO"; then :
10047 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10049 ac_cv_lib_Xext_XShapeQueryExtension
=no
10051 rm -f core conftest.err conftest.
$ac_objext \
10052 conftest
$ac_exeext conftest.
$ac_ext
10053 LIBS
=$ac_check_lib_save_LIBS
10055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10056 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10057 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10059 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10064 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10065 case "x$with_xshape" in
10066 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10068 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10069 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10073 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10076 $as_echo_n "checking for -lXxf86vm... " >&6; }
10077 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10078 $as_echo_n "(cached) " >&6
10080 ac_check_soname_save_LIBS
=$LIBS
10081 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10083 /* end confdefs.h. */
10085 /* Override any GCC internal prototype to avoid an error.
10086 Use char because int might match the return type of a GCC
10087 builtin and then its argument prototype would still apply. */
10091 char XF86VidModeQueryExtension ();
10095 return XF86VidModeQueryExtension ();
10100 if ac_fn_c_try_link
"$LINENO"; then :
10102 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10103 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'` ;;
10104 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10105 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10106 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10110 rm -f core conftest.err conftest.
$ac_objext \
10111 conftest
$ac_exeext conftest.
$ac_ext
10112 LIBS
=$ac_check_soname_save_LIBS
10114 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10116 $as_echo "not found" >&6; }
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10120 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10122 cat >>confdefs.h
<<_ACEOF
10123 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10129 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10130 case "x$with_xxf86vm" in
10131 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10133 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10134 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10138 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10141 $as_echo_n "checking for -lXrender... " >&6; }
10142 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10143 $as_echo_n "(cached) " >&6
10145 ac_check_soname_save_LIBS
=$LIBS
10146 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10148 /* end confdefs.h. */
10150 /* Override any GCC internal prototype to avoid an error.
10151 Use char because int might match the return type of a GCC
10152 builtin and then its argument prototype would still apply. */
10156 char XRenderQueryExtension ();
10160 return XRenderQueryExtension ();
10165 if ac_fn_c_try_link
"$LINENO"; then :
10167 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10168 dylib
) ac_cv_lib_soname_Xrender
=`$OTOOL -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10169 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10170 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10171 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10175 rm -f core conftest.err conftest.
$ac_objext \
10176 conftest
$ac_exeext conftest.
$ac_ext
10177 LIBS
=$ac_check_soname_save_LIBS
10179 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10181 $as_echo "not found" >&6; }
10184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10185 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10187 cat >>confdefs.h
<<_ACEOF
10188 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10192 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10193 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10194 $as_echo_n "(cached) " >&6
10196 ac_check_lib_save_LIBS
=$LIBS
10197 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10198 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10199 /* end confdefs.h. */
10201 /* Override any GCC internal prototype to avoid an error.
10202 Use char because int might match the return type of a GCC
10203 builtin and then its argument prototype would still apply. */
10207 char XRenderSetPictureTransform ();
10211 return XRenderSetPictureTransform ();
10216 if ac_fn_c_try_link
"$LINENO"; then :
10217 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10219 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10221 rm -f core conftest.err conftest.
$ac_objext \
10222 conftest
$ac_exeext conftest.
$ac_ext
10223 LIBS
=$ac_check_lib_save_LIBS
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10226 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10227 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10229 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10234 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10235 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10236 $as_echo_n "(cached) " >&6
10238 ac_check_lib_save_LIBS
=$LIBS
10239 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10241 /* end confdefs.h. */
10243 /* Override any GCC internal prototype to avoid an error.
10244 Use char because int might match the return type of a GCC
10245 builtin and then its argument prototype would still apply. */
10249 char XRenderCreateLinearGradient ();
10253 return XRenderCreateLinearGradient ();
10258 if ac_fn_c_try_link
"$LINENO"; then :
10259 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10261 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10263 rm -f core conftest.err conftest.
$ac_objext \
10264 conftest
$ac_exeext conftest.
$ac_ext
10265 LIBS
=$ac_check_lib_save_LIBS
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10268 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10269 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10271 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10278 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10279 case "x$with_xrender" in
10280 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10282 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10283 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10287 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10289 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10290 /* end confdefs.h. */
10291 #include <X11/Xlib.h>
10292 #include <X11/extensions/Xrandr.h>
10296 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10301 if ac_fn_c_try_compile
"$LINENO"; then :
10302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10303 $as_echo_n "checking for -lXrandr... " >&6; }
10304 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10305 $as_echo_n "(cached) " >&6
10307 ac_check_soname_save_LIBS
=$LIBS
10308 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10309 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10310 /* end confdefs.h. */
10312 /* Override any GCC internal prototype to avoid an error.
10313 Use char because int might match the return type of a GCC
10314 builtin and then its argument prototype would still apply. */
10318 char XRRQueryExtension ();
10322 return XRRQueryExtension ();
10327 if ac_fn_c_try_link
"$LINENO"; then :
10329 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10330 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'` ;;
10331 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10332 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10333 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10337 rm -f core conftest.err conftest.
$ac_objext \
10338 conftest
$ac_exeext conftest.
$ac_ext
10339 LIBS
=$ac_check_soname_save_LIBS
10341 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10343 $as_echo "not found" >&6; }
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10347 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10349 cat >>confdefs.h
<<_ACEOF
10350 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10354 /* end confdefs.h. */
10355 #include <X11/Xlib.h>
10356 #include <X11/extensions/Xrandr.h>
10360 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10365 if ac_fn_c_try_compile
"$LINENO"; then :
10367 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10370 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10373 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10375 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10376 case "x$with_xrandr" in
10377 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10379 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10380 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10384 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10386 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10387 /* end confdefs.h. */
10388 #include <X11/Xlib.h>
10389 #include <X11/extensions/Xinerama.h>
10393 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10398 if ac_fn_c_try_compile
"$LINENO"; then :
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10400 $as_echo_n "checking for -lXinerama... " >&6; }
10401 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10402 $as_echo_n "(cached) " >&6
10404 ac_check_soname_save_LIBS
=$LIBS
10405 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10406 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10409 /* Override any GCC internal prototype to avoid an error.
10410 Use char because int might match the return type of a GCC
10411 builtin and then its argument prototype would still apply. */
10415 char XineramaQueryScreens ();
10419 return XineramaQueryScreens ();
10424 if ac_fn_c_try_link
"$LINENO"; then :
10426 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10427 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'` ;;
10428 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10429 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10430 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10434 rm -f core conftest.err conftest.
$ac_objext \
10435 conftest
$ac_exeext conftest.
$ac_ext
10436 LIBS
=$ac_check_soname_save_LIBS
10438 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10440 $as_echo "not found" >&6; }
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10444 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10446 cat >>confdefs.h
<<_ACEOF
10447 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10453 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10455 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10456 case "x$with_xinerama" in
10457 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10459 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10460 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10464 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10467 $as_echo_n "checking for -lXcomposite... " >&6; }
10468 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10469 $as_echo_n "(cached) " >&6
10471 ac_check_soname_save_LIBS
=$LIBS
10472 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10474 /* end confdefs.h. */
10476 /* Override any GCC internal prototype to avoid an error.
10477 Use char because int might match the return type of a GCC
10478 builtin and then its argument prototype would still apply. */
10482 char XCompositeRedirectWindow ();
10486 return XCompositeRedirectWindow ();
10491 if ac_fn_c_try_link
"$LINENO"; then :
10493 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10494 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'` ;;
10495 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10496 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10497 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10501 rm -f core conftest.err conftest.
$ac_objext \
10502 conftest
$ac_exeext conftest.
$ac_ext
10503 LIBS
=$ac_check_soname_save_LIBS
10505 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10507 $as_echo "not found" >&6; }
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10511 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10513 cat >>confdefs.h
<<_ACEOF
10514 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10520 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10521 case "x$with_xcomposite" in
10522 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10524 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10525 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10529 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10530 #include <X11/Xlib.h>
10533 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10535 cat >>confdefs.h
<<_ACEOF
10536 #define HAVE_XICCALLBACK_CALLBACK 1
10541 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10542 #include <X11/Xlib.h>
10545 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10547 cat >>confdefs.h
<<_ACEOF
10548 #define HAVE_XEVENT_XCOOKIE 1
10557 if test "x$with_opengl" != "xno"
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10560 $as_echo_n "checking for -lGL... " >&6; }
10561 if ${ac_cv_lib_soname_GL+:} false
; then :
10562 $as_echo_n "(cached) " >&6
10564 ac_check_soname_save_LIBS
=$LIBS
10565 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10567 /* end confdefs.h. */
10569 /* Override any GCC internal prototype to avoid an error.
10570 Use char because int might match the return type of a GCC
10571 builtin and then its argument prototype would still apply. */
10575 char glXCreateContext ();
10579 return glXCreateContext ();
10584 if ac_fn_c_try_link
"$LINENO"; then :
10586 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10587 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'` ;;
10588 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10589 if ${ac_cv_lib_soname_GL:+false} :; then :
10590 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10594 rm -f core conftest.err conftest.
$ac_objext \
10595 conftest
$ac_exeext conftest.
$ac_ext
10596 LIBS
=$ac_check_soname_save_LIBS
10598 if ${ac_cv_lib_soname_GL:+false} :; then :
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10600 $as_echo "not found" >&6; }
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10602 $as_echo_n "checking for -lGL... " >&6; }
10603 if ${ac_cv_lib_soname_GL+:} false
; then :
10604 $as_echo_n "(cached) " >&6
10606 ac_check_soname_save_LIBS
=$LIBS
10607 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"
10608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10609 /* end confdefs.h. */
10611 /* Override any GCC internal prototype to avoid an error.
10612 Use char because int might match the return type of a GCC
10613 builtin and then its argument prototype would still apply. */
10617 char glXCreateContext ();
10621 return glXCreateContext ();
10626 if ac_fn_c_try_link
"$LINENO"; then :
10628 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10629 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'` ;;
10630 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10631 if ${ac_cv_lib_soname_GL:+false} :; then :
10632 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10636 rm -f core conftest.err conftest.
$ac_objext \
10637 conftest
$ac_exeext conftest.
$ac_ext
10638 LIBS
=$ac_check_soname_save_LIBS
10640 if ${ac_cv_lib_soname_GL:+false} :; then :
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10642 $as_echo "not found" >&6; }
10643 if test -f /usr
/X11R
6/lib
/libGL.a
10645 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10646 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10648 opengl_msg
="No OpenGL library found on this system."
10651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10652 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10654 cat >>confdefs.h
<<_ACEOF
10655 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10658 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"
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10662 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10664 cat >>confdefs.h
<<_ACEOF
10665 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10670 if test "x$with_glu" != "xno"
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10673 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10674 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10675 $as_echo_n "(cached) " >&6
10677 ac_check_lib_save_LIBS
=$LIBS
10678 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10680 /* end confdefs.h. */
10682 /* Override any GCC internal prototype to avoid an error.
10683 Use char because int might match the return type of a GCC
10684 builtin and then its argument prototype would still apply. */
10692 return gluLookAt ();
10697 if ac_fn_c_try_link
"$LINENO"; then :
10698 ac_cv_lib_GLU_gluLookAt
=yes
10700 ac_cv_lib_GLU_gluLookAt
=no
10702 rm -f core conftest.err conftest.
$ac_objext \
10703 conftest
$ac_exeext conftest.
$ac_ext
10704 LIBS
=$ac_check_lib_save_LIBS
10706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10707 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10708 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10712 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10713 case "x$with_glu" in
10714 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10716 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10717 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10722 if test "x$with_osmesa" != "xno"
10724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10725 $as_echo_n "checking for -lOSMesa... " >&6; }
10726 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10727 $as_echo_n "(cached) " >&6
10729 ac_check_soname_save_LIBS
=$LIBS
10730 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10731 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10749 if ac_fn_c_try_link
"$LINENO"; then :
10751 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10752 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'` ;;
10753 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10754 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10755 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10759 rm -f core conftest.err conftest.
$ac_objext \
10760 conftest
$ac_exeext conftest.
$ac_ext
10761 LIBS
=$ac_check_soname_save_LIBS
10763 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10765 $as_echo "not found" >&6; }
10768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10769 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10771 cat >>confdefs.h
<<_ACEOF
10772 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10777 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10778 case "x$with_osmesa" in
10779 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10781 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10782 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10787 if test -n "$opengl_msg"; then :
10788 case "x$with_opengl" in
10789 x
) as_fn_append wine_warnings
"|$opengl_msg
10790 OpenGL and Direct3D won't be supported." ;;
10792 *) as_fn_error $?
"$opengl_msg
10793 OpenGL and Direct3D won't be supported.
10794 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10798 CPPFLAGS
="$ac_save_CPPFLAGS"
10802 enable_winex11_drv
=${enable_winex11_drv:-no}
10804 if test "x$X_LIBS" = "x"; then :
10807 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10808 without X support, which probably isn't what you want. You will need
10809 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10810 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10814 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10816 if test "$ac_cv_header_CL_cl_h" = "yes"
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10819 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10820 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10821 $as_echo_n "(cached) " >&6
10823 ac_check_lib_save_LIBS
=$LIBS
10824 LIBS
="-lOpenCL $LIBS"
10825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10826 /* end confdefs.h. */
10828 /* Override any GCC internal prototype to avoid an error.
10829 Use char because int might match the return type of a GCC
10830 builtin and then its argument prototype would still apply. */
10834 char clGetPlatformInfo ();
10838 return clGetPlatformInfo ();
10843 if ac_fn_c_try_link
"$LINENO"; then :
10844 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10846 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10848 rm -f core conftest.err conftest.
$ac_objext \
10849 conftest
$ac_exeext conftest.
$ac_ext
10850 LIBS
=$ac_check_lib_save_LIBS
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10853 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10854 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10855 OPENCL_LIBS
="-lOpenCL"
10860 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10861 case "x$with_opencl" in
10862 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10864 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10865 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10868 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10870 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10873 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10874 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10875 $as_echo_n "(cached) " >&6
10877 ac_check_lib_save_LIBS
=$LIBS
10878 LIBS
="-lpcap $LIBS"
10879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10880 /* end confdefs.h. */
10882 /* Override any GCC internal prototype to avoid an error.
10883 Use char because int might match the return type of a GCC
10884 builtin and then its argument prototype would still apply. */
10888 char pcap_create ();
10892 return pcap_create ();
10897 if ac_fn_c_try_link
"$LINENO"; then :
10898 ac_cv_lib_pcap_pcap_create
=yes
10900 ac_cv_lib_pcap_pcap_create
=no
10902 rm -f core conftest.err conftest.
$ac_objext \
10903 conftest
$ac_exeext conftest.
$ac_ext
10904 LIBS
=$ac_check_lib_save_LIBS
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10907 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10908 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10914 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10915 case "x$with_pcap" in
10916 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10918 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10919 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10922 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10925 if test "x$with_xml" != "xno"
10927 if ${XML2_CFLAGS:+false} :; then :
10928 if ${PKG_CONFIG+:} false
; then :
10929 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10932 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10933 if ${XML2_LIBS:+false} :; then :
10934 if ${PKG_CONFIG+:} false
; then :
10935 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10938 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10939 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10940 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10941 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10942 ac_save_CPPFLAGS
=$CPPFLAGS
10943 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10944 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10946 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10947 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10948 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10949 cat >>confdefs.h
<<_ACEOF
10950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10957 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"
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10960 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10961 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10962 $as_echo_n "(cached) " >&6
10964 ac_check_lib_save_LIBS
=$LIBS
10965 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10966 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10967 /* end confdefs.h. */
10969 /* Override any GCC internal prototype to avoid an error.
10970 Use char because int might match the return type of a GCC
10971 builtin and then its argument prototype would still apply. */
10975 char xmlParseMemory ();
10979 return xmlParseMemory ();
10984 if ac_fn_c_try_link
"$LINENO"; then :
10985 ac_cv_lib_xml2_xmlParseMemory
=yes
10987 ac_cv_lib_xml2_xmlParseMemory
=no
10989 rm -f core conftest.err conftest.
$ac_objext \
10990 conftest
$ac_exeext conftest.
$ac_ext
10991 LIBS
=$ac_check_lib_save_LIBS
10993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10994 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10995 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10997 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11004 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11005 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11006 $as_echo_n "(cached) " >&6
11008 ac_check_lib_save_LIBS
=$LIBS
11009 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11010 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11011 /* end confdefs.h. */
11013 /* Override any GCC internal prototype to avoid an error.
11014 Use char because int might match the return type of a GCC
11015 builtin and then its argument prototype would still apply. */
11019 char xmlReadMemory ();
11023 return xmlReadMemory ();
11028 if ac_fn_c_try_link
"$LINENO"; then :
11029 ac_cv_lib_xml2_xmlReadMemory
=yes
11031 ac_cv_lib_xml2_xmlReadMemory
=no
11033 rm -f core conftest.err conftest.
$ac_objext \
11034 conftest
$ac_exeext conftest.
$ac_ext
11035 LIBS
=$ac_check_lib_save_LIBS
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11038 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11039 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11041 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11046 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11047 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11048 $as_echo_n "(cached) " >&6
11050 ac_check_lib_save_LIBS
=$LIBS
11051 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11053 /* end confdefs.h. */
11055 /* Override any GCC internal prototype to avoid an error.
11056 Use char because int might match the return type of a GCC
11057 builtin and then its argument prototype would still apply. */
11061 char xmlNewDocPI ();
11065 return xmlNewDocPI ();
11070 if ac_fn_c_try_link
"$LINENO"; then :
11071 ac_cv_lib_xml2_xmlNewDocPI
=yes
11073 ac_cv_lib_xml2_xmlNewDocPI
=no
11075 rm -f core conftest.err conftest.
$ac_objext \
11076 conftest
$ac_exeext conftest.
$ac_ext
11077 LIBS
=$ac_check_lib_save_LIBS
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11080 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11081 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11083 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11088 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11089 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11090 $as_echo_n "(cached) " >&6
11092 ac_check_lib_save_LIBS
=$LIBS
11093 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11095 /* end confdefs.h. */
11097 /* Override any GCC internal prototype to avoid an error.
11098 Use char because int might match the return type of a GCC
11099 builtin and then its argument prototype would still apply. */
11103 char xmlSchemaSetParserStructuredErrors ();
11107 return xmlSchemaSetParserStructuredErrors ();
11112 if ac_fn_c_try_link
"$LINENO"; then :
11113 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11115 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11117 rm -f core conftest.err conftest.
$ac_objext \
11118 conftest
$ac_exeext conftest.
$ac_ext
11119 LIBS
=$ac_check_lib_save_LIBS
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11122 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11123 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11125 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11130 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11131 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11132 $as_echo_n "(cached) " >&6
11134 ac_check_lib_save_LIBS
=$LIBS
11135 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11137 /* end confdefs.h. */
11139 /* Override any GCC internal prototype to avoid an error.
11140 Use char because int might match the return type of a GCC
11141 builtin and then its argument prototype would still apply. */
11145 char xmlSchemaSetValidStructuredErrors ();
11149 return xmlSchemaSetValidStructuredErrors ();
11154 if ac_fn_c_try_link
"$LINENO"; then :
11155 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11157 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11159 rm -f core conftest.err conftest.
$ac_objext \
11160 conftest
$ac_exeext conftest.
$ac_ext
11161 LIBS
=$ac_check_lib_save_LIBS
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11164 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11165 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11167 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11172 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11173 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11174 $as_echo_n "(cached) " >&6
11176 ac_check_lib_save_LIBS
=$LIBS
11177 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11179 /* end confdefs.h. */
11181 /* Override any GCC internal prototype to avoid an error.
11182 Use char because int might match the return type of a GCC
11183 builtin and then its argument prototype would still apply. */
11187 char xmlFirstElementChild ();
11191 return xmlFirstElementChild ();
11196 if ac_fn_c_try_link
"$LINENO"; then :
11197 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11199 ac_cv_lib_xml2_xmlFirstElementChild
=no
11201 rm -f core conftest.err conftest.
$ac_objext \
11202 conftest
$ac_exeext conftest.
$ac_ext
11203 LIBS
=$ac_check_lib_save_LIBS
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11206 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11207 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11209 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11213 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11215 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11217 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11225 CPPFLAGS
=$ac_save_CPPFLAGS
11226 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11227 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11230 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11231 case "x$with_xml" in
11232 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11234 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11235 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11239 if test "x$with_xslt" != "xno"
11241 if ${XSLT_CFLAGS:+false} :; then :
11242 if ${PKG_CONFIG+:} false
; then :
11243 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11246 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11247 if ${XSLT_LIBS:+false} :; then :
11248 if ${PKG_CONFIG+:} false
; then :
11249 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11252 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11253 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11254 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11255 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11256 ac_save_CPPFLAGS
=$CPPFLAGS
11257 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11258 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11260 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11261 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11262 # include <libxslt/pattern.h>
11265 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11266 cat >>confdefs.h
<<_ACEOF
11267 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11274 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11277 $as_echo_n "checking for -lxslt... " >&6; }
11278 if ${ac_cv_lib_soname_xslt+:} false
; then :
11279 $as_echo_n "(cached) " >&6
11281 ac_check_soname_save_LIBS
=$LIBS
11282 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11284 /* end confdefs.h. */
11286 /* Override any GCC internal prototype to avoid an error.
11287 Use char because int might match the return type of a GCC
11288 builtin and then its argument prototype would still apply. */
11292 char xsltCompilePattern ();
11296 return xsltCompilePattern ();
11301 if ac_fn_c_try_link
"$LINENO"; then :
11303 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11304 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'` ;;
11305 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11306 if ${ac_cv_lib_soname_xslt:+false} :; then :
11307 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11311 rm -f core conftest.err conftest.
$ac_objext \
11312 conftest
$ac_exeext conftest.
$ac_ext
11313 LIBS
=$ac_check_soname_save_LIBS
11315 if ${ac_cv_lib_soname_xslt:+false} :; then :
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11317 $as_echo "not found" >&6; }
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11321 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11323 cat >>confdefs.h
<<_ACEOF
11324 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11332 CPPFLAGS
=$ac_save_CPPFLAGS
11333 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11334 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11337 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11338 case "x$with_xslt" in
11339 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11341 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11342 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11346 if test "x$with_dbus" != "xno"
11348 if ${DBUS_CFLAGS:+false} :; then :
11349 if ${PKG_CONFIG+:} false
; then :
11350 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11354 if ${DBUS_LIBS:+false} :; then :
11355 if ${PKG_CONFIG+:} false
; then :
11356 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11361 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11362 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11363 ac_save_CPPFLAGS
=$CPPFLAGS
11364 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11365 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11366 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11368 $as_echo_n "checking for -ldbus-1... " >&6; }
11369 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11370 $as_echo_n "(cached) " >&6
11372 ac_check_soname_save_LIBS
=$LIBS
11373 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11375 /* end confdefs.h. */
11377 /* Override any GCC internal prototype to avoid an error.
11378 Use char because int might match the return type of a GCC
11379 builtin and then its argument prototype would still apply. */
11383 char dbus_connection_close ();
11387 return dbus_connection_close ();
11392 if ac_fn_c_try_link
"$LINENO"; then :
11394 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11395 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'` ;;
11396 *) 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'`
11397 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11398 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11402 rm -f core conftest.err conftest.
$ac_objext \
11403 conftest
$ac_exeext conftest.
$ac_ext
11404 LIBS
=$ac_check_soname_save_LIBS
11406 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11408 $as_echo "not found" >&6; }
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11412 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11414 cat >>confdefs.h
<<_ACEOF
11415 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11425 CPPFLAGS
=$ac_save_CPPFLAGS
11426 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11427 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11430 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11431 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11432 case "x$with_dbus" in
11433 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11435 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11436 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11440 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11442 if ${HAL_CFLAGS:+false} :; then :
11443 if ${PKG_CONFIG+:} false
; then :
11444 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11448 if ${HAL_LIBS:+false} :; then :
11449 if ${PKG_CONFIG+:} false
; then :
11450 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11454 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11455 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11456 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11457 ac_save_CPPFLAGS
=$CPPFLAGS
11458 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11459 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11460 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11462 $as_echo_n "checking for -lhal... " >&6; }
11463 if ${ac_cv_lib_soname_hal+:} false
; then :
11464 $as_echo_n "(cached) " >&6
11466 ac_check_soname_save_LIBS
=$LIBS
11467 LIBS
="-lhal $HAL_LIBS $LIBS"
11468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11471 /* Override any GCC internal prototype to avoid an error.
11472 Use char because int might match the return type of a GCC
11473 builtin and then its argument prototype would still apply. */
11477 char libhal_ctx_new ();
11481 return libhal_ctx_new ();
11486 if ac_fn_c_try_link
"$LINENO"; then :
11488 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11489 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'` ;;
11490 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11491 if ${ac_cv_lib_soname_hal:+false} :; then :
11492 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11496 rm -f core conftest.err conftest.
$ac_objext \
11497 conftest
$ac_exeext conftest.
$ac_ext
11498 LIBS
=$ac_check_soname_save_LIBS
11500 if ${ac_cv_lib_soname_hal:+false} :; then :
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11502 $as_echo "not found" >&6; }
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11506 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11508 cat >>confdefs.h
<<_ACEOF
11509 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11519 CPPFLAGS
=$ac_save_CPPFLAGS
11520 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11521 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11523 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11524 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11525 case "x$with_hal" in
11526 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11528 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11529 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11534 if test "x$with_gnutls" != "xno"
11536 if ${GNUTLS_CFLAGS:+false} :; then :
11537 if ${PKG_CONFIG+:} false
; then :
11538 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11542 if ${GNUTLS_LIBS:+false} :; then :
11543 if ${PKG_CONFIG+:} false
; then :
11544 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11549 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11550 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11551 ac_save_CPPFLAGS
=$CPPFLAGS
11552 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11553 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11554 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11556 /* end confdefs.h. */
11557 #include <gnutls/gnutls.h>
11558 #include <gnutls/crypto.h>
11562 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11567 if ac_fn_c_try_compile
"$LINENO"; then :
11568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11569 $as_echo_n "checking for -lgnutls... " >&6; }
11570 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11571 $as_echo_n "(cached) " >&6
11573 ac_check_soname_save_LIBS
=$LIBS
11574 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11576 /* end confdefs.h. */
11578 /* Override any GCC internal prototype to avoid an error.
11579 Use char because int might match the return type of a GCC
11580 builtin and then its argument prototype would still apply. */
11584 char gnutls_global_init ();
11588 return gnutls_global_init ();
11593 if ac_fn_c_try_link
"$LINENO"; then :
11595 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11596 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'` ;;
11597 *) 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'`
11598 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11599 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'`
11603 rm -f core conftest.err conftest.
$ac_objext \
11604 conftest
$ac_exeext conftest.
$ac_ext
11605 LIBS
=$ac_check_soname_save_LIBS
11607 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11609 $as_echo "not found" >&6; }
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11613 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11615 cat >>confdefs.h
<<_ACEOF
11616 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11622 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11628 CPPFLAGS
=$ac_save_CPPFLAGS
11629 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11630 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11633 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11634 case "x$with_gnutls" in
11635 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11637 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11638 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11643 if test "$ac_cv_header_ncurses_h" = "yes"
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11646 $as_echo_n "checking for -lncurses... " >&6; }
11647 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11648 $as_echo_n "(cached) " >&6
11650 ac_check_soname_save_LIBS
=$LIBS
11651 LIBS
="-lncurses $LIBS"
11652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11655 /* Override any GCC internal prototype to avoid an error.
11656 Use char because int might match the return type of a GCC
11657 builtin and then its argument prototype would still apply. */
11670 if ac_fn_c_try_link
"$LINENO"; then :
11672 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11673 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'` ;;
11674 *) 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'`
11675 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11676 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11680 rm -f core conftest.err conftest.
$ac_objext \
11681 conftest
$ac_exeext conftest.
$ac_ext
11682 LIBS
=$ac_check_soname_save_LIBS
11684 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11686 $as_echo "not found" >&6; }
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11690 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11692 cat >>confdefs.h
<<_ACEOF
11693 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11696 CURSES_LIBS
="-lncurses"
11698 elif test "$ac_cv_header_curses_h" = "yes"
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11701 $as_echo_n "checking for -lcurses... " >&6; }
11702 if ${ac_cv_lib_soname_curses+:} false
; then :
11703 $as_echo_n "(cached) " >&6
11705 ac_check_soname_save_LIBS
=$LIBS
11706 LIBS
="-lcurses $LIBS"
11707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11710 /* Override any GCC internal prototype to avoid an error.
11711 Use char because int might match the return type of a GCC
11712 builtin and then its argument prototype would still apply. */
11725 if ac_fn_c_try_link
"$LINENO"; then :
11727 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11728 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'` ;;
11729 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11730 if ${ac_cv_lib_soname_curses:+false} :; then :
11731 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11735 rm -f core conftest.err conftest.
$ac_objext \
11736 conftest
$ac_exeext conftest.
$ac_ext
11737 LIBS
=$ac_check_soname_save_LIBS
11739 if ${ac_cv_lib_soname_curses:+false} :; then :
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11741 $as_echo "not found" >&6; }
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11745 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11747 cat >>confdefs.h
<<_ACEOF
11748 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11751 CURSES_LIBS
="-lcurses"
11754 ac_save_LIBS
="$LIBS"
11755 LIBS
="$LIBS $CURSES_LIBS"
11756 for ac_func
in mousemask
11758 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11759 if test "x$ac_cv_func_mousemask" = xyes
; then :
11760 cat >>confdefs.h
<<_ACEOF
11761 #define HAVE_MOUSEMASK 1
11767 LIBS
="$ac_save_LIBS"
11768 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11769 case "x$with_curses" in
11770 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11772 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11773 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11777 if test "x$with_sane" != "xno"
11779 if ${SANE_CFLAGS:+false} :; then :
11780 if ${PKG_CONFIG+:} false
; then :
11781 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11784 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11785 if ${SANE_LIBS:+false} :; then :
11786 if ${PKG_CONFIG+:} false
; then :
11787 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11790 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11792 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11793 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11794 ac_save_CPPFLAGS
=$CPPFLAGS
11795 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11796 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11797 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11799 $as_echo_n "checking for -lsane... " >&6; }
11800 if ${ac_cv_lib_soname_sane+:} false
; then :
11801 $as_echo_n "(cached) " >&6
11803 ac_check_soname_save_LIBS
=$LIBS
11804 LIBS
="-lsane $SANE_LIBS $LIBS"
11805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11806 /* end confdefs.h. */
11808 /* Override any GCC internal prototype to avoid an error.
11809 Use char because int might match the return type of a GCC
11810 builtin and then its argument prototype would still apply. */
11818 return sane_init ();
11823 if ac_fn_c_try_link
"$LINENO"; then :
11825 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11826 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'` ;;
11827 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11828 if ${ac_cv_lib_soname_sane:+false} :; then :
11829 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11833 rm -f core conftest.err conftest.
$ac_objext \
11834 conftest
$ac_exeext conftest.
$ac_ext
11835 LIBS
=$ac_check_soname_save_LIBS
11837 if ${ac_cv_lib_soname_sane:+false} :; then :
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11839 $as_echo "not found" >&6; }
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11843 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11845 cat >>confdefs.h
<<_ACEOF
11846 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11856 CPPFLAGS
=$ac_save_CPPFLAGS
11857 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11858 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11861 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11862 case "x$with_sane" in
11863 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11865 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11866 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11870 if test "x$with_v4l" != "xno"
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11873 $as_echo_n "checking for -lv4l1... " >&6; }
11874 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11875 $as_echo_n "(cached) " >&6
11877 ac_check_soname_save_LIBS
=$LIBS
11878 LIBS
="-lv4l1 $LIBS"
11879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11882 /* Override any GCC internal prototype to avoid an error.
11883 Use char because int might match the return type of a GCC
11884 builtin and then its argument prototype would still apply. */
11892 return v4l1_open ();
11897 if ac_fn_c_try_link
"$LINENO"; then :
11899 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11900 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'` ;;
11901 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11902 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11903 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11907 rm -f core conftest.err conftest.
$ac_objext \
11908 conftest
$ac_exeext conftest.
$ac_ext
11909 LIBS
=$ac_check_soname_save_LIBS
11911 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11913 $as_echo "not found" >&6; }
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11917 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11919 cat >>confdefs.h
<<_ACEOF
11920 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11926 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11927 case "x$with_v4l" in
11928 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11930 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11931 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11935 if test "x$with_gphoto" != "xno"
11937 if ${GPHOTO2_CFLAGS:+false} :; then :
11938 if ${PKG_CONFIG+:} false
; then :
11939 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11942 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11943 if ${GPHOTO2_LIBS:+false} :; then :
11944 if ${PKG_CONFIG+:} false
; then :
11945 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11948 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11949 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11950 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11951 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11952 ac_save_CPPFLAGS
=$CPPFLAGS
11953 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11954 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11955 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11957 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11958 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11959 $as_echo_n "(cached) " >&6
11961 ac_check_lib_save_LIBS
=$LIBS
11962 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11972 char gp_camera_new ();
11976 return gp_camera_new ();
11981 if ac_fn_c_try_link
"$LINENO"; then :
11982 ac_cv_lib_gphoto2_gp_camera_new
=yes
11984 ac_cv_lib_gphoto2_gp_camera_new
=no
11986 rm -f core conftest.err conftest.
$ac_objext \
11987 conftest
$ac_exeext conftest.
$ac_ext
11988 LIBS
=$ac_check_lib_save_LIBS
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11991 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11992 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11994 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11997 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12001 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12005 CPPFLAGS
=$ac_save_CPPFLAGS
12006 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12007 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12009 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12010 if ${PKG_CONFIG+:} false
; then :
12011 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12014 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12015 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12016 if ${PKG_CONFIG+:} false
; then :
12017 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12020 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12021 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12022 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12023 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12024 ac_save_CPPFLAGS
=$CPPFLAGS
12025 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12026 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12027 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12029 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12030 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12031 $as_echo_n "(cached) " >&6
12033 ac_check_lib_save_LIBS
=$LIBS
12034 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12036 /* end confdefs.h. */
12038 /* Override any GCC internal prototype to avoid an error.
12039 Use char because int might match the return type of a GCC
12040 builtin and then its argument prototype would still apply. */
12044 char gp_port_info_list_new ();
12048 return gp_port_info_list_new ();
12053 if ac_fn_c_try_link
"$LINENO"; then :
12054 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12056 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12058 rm -f core conftest.err conftest.
$ac_objext \
12059 conftest
$ac_exeext conftest.
$ac_ext
12060 LIBS
=$ac_check_lib_save_LIBS
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12063 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12064 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12066 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12069 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12073 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12077 CPPFLAGS
=$ac_save_CPPFLAGS
12078 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12079 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12082 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12083 case "x$with_gphoto" in
12084 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12086 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12087 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12090 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12091 case "x$with_gphoto" in
12092 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12094 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12095 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12100 if test "$ac_cv_header_resolv_h" = "yes"
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12103 $as_echo_n "checking for resolver library... " >&6; }
12104 if ${ac_cv_have_resolv+:} false
; then :
12105 $as_echo_n "(cached) " >&6
12107 ac_save_LIBS
="$LIBS"
12108 for lib
in '' -lresolv
12110 LIBS
="$lib $ac_save_LIBS"
12111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h. */
12113 #ifdef HAVE_NETINET_IN_H
12114 #include <netinet/in.h>
12116 #include <resolv.h>
12120 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12125 if ac_fn_c_try_link
"$LINENO"; then :
12126 ac_cv_have_resolv
=${lib:-"none required"}
12128 ac_cv_have_resolv
="not found"
12130 rm -f core conftest.err conftest.
$ac_objext \
12131 conftest
$ac_exeext conftest.
$ac_ext
12132 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12134 LIBS
="$ac_save_LIBS"
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12137 $as_echo "$ac_cv_have_resolv" >&6; }
12139 case "$ac_cv_have_resolv" in
12143 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12146 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12148 RESOLV_LIBS
=$ac_cv_have_resolv
12153 if test "x$with_cms" != "xno"
12155 if ${LCMS2_CFLAGS:+false} :; then :
12156 if ${PKG_CONFIG+:} false
; then :
12157 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12161 if ${LCMS2_LIBS:+false} :; then :
12162 if ${PKG_CONFIG+:} false
; then :
12163 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12167 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12168 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12169 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12170 ac_save_CPPFLAGS
=$CPPFLAGS
12171 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12172 for ac_header
in lcms2.h
12174 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12175 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12176 cat >>confdefs.h
<<_ACEOF
12177 #define HAVE_LCMS2_H 1
12184 if test "$ac_cv_header_lcms2_h" = "yes"
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12187 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12188 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12189 $as_echo_n "(cached) " >&6
12191 ac_check_lib_save_LIBS
=$LIBS
12192 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12194 /* end confdefs.h. */
12196 /* Override any GCC internal prototype to avoid an error.
12197 Use char because int might match the return type of a GCC
12198 builtin and then its argument prototype would still apply. */
12202 char cmsOpenProfileFromFile ();
12206 return cmsOpenProfileFromFile ();
12211 if ac_fn_c_try_link
"$LINENO"; then :
12212 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12214 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12216 rm -f core conftest.err conftest.
$ac_objext \
12217 conftest
$ac_exeext conftest.
$ac_ext
12218 LIBS
=$ac_check_lib_save_LIBS
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12221 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12222 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12224 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12234 CPPFLAGS
=$ac_save_CPPFLAGS
12235 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12236 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12239 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12240 case "x$with_cms" in
12241 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12243 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12244 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12248 if test "x$with_freetype" != "xno"
12250 if ${FREETYPE_CFLAGS:+false} :; then :
12251 if ${PKG_CONFIG+:} false
; then :
12252 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12255 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12256 if ${FREETYPE_LIBS:+false} :; then :
12257 if ${PKG_CONFIG+:} false
; then :
12258 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12261 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12262 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12263 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12264 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12265 ac_save_CPPFLAGS
=$CPPFLAGS
12266 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12267 for ac_header
in ft2build.h
12269 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12270 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12271 cat >>confdefs.h
<<_ACEOF
12272 #define HAVE_FT2BUILD_H 1
12279 if test "$ac_cv_header_ft2build_h" = "yes"
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12282 $as_echo_n "checking for -lfreetype... " >&6; }
12283 if ${ac_cv_lib_soname_freetype+:} false
; then :
12284 $as_echo_n "(cached) " >&6
12286 ac_check_soname_save_LIBS
=$LIBS
12287 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12289 /* end confdefs.h. */
12291 /* Override any GCC internal prototype to avoid an error.
12292 Use char because int might match the return type of a GCC
12293 builtin and then its argument prototype would still apply. */
12297 char FT_Init_FreeType ();
12301 return FT_Init_FreeType ();
12306 if ac_fn_c_try_link
"$LINENO"; then :
12308 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12309 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'` ;;
12310 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12311 if ${ac_cv_lib_soname_freetype:+false} :; then :
12312 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12316 rm -f core conftest.err conftest.
$ac_objext \
12317 conftest
$ac_exeext conftest.
$ac_ext
12318 LIBS
=$ac_check_soname_save_LIBS
12320 if ${ac_cv_lib_soname_freetype:+false} :; then :
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12322 $as_echo "not found" >&6; }
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12326 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12328 cat >>confdefs.h
<<_ACEOF
12329 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12333 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12335 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12336 #include FT_MODULE_H
12338 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12340 cat >>confdefs.h
<<_ACEOF
12341 #define HAVE_FT_TRUETYPEENGINETYPE 1
12352 CPPFLAGS
=$ac_save_CPPFLAGS
12353 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12354 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12357 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12358 case "x$with_freetype" in
12360 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12361 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12364 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12367 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12368 if ${ac_cv_c_ppdev+:} false
; then :
12369 $as_echo_n "(cached) " >&6
12371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12372 /* end confdefs.h. */
12373 #ifdef HAVE_SYS_IOCTL_H
12374 # include <sys/ioctl.h>
12376 #include <linux/ppdev.h>
12380 ioctl (1,PPCLAIM,0)
12385 if ac_fn_c_try_compile
"$LINENO"; then :
12386 ac_cv_c_ppdev
="yes"
12390 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12393 $as_echo "$ac_cv_c_ppdev" >&6; }
12394 if test "$ac_cv_c_ppdev" = "yes"
12397 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12401 ac_wine_check_funcs_save_LIBS
="$LIBS"
12402 LIBS
="$LIBS $PTHREAD_LIBS"
12404 pthread_attr_get_np \
12405 pthread_getattr_np \
12406 pthread_getthreadid_np \
12407 pthread_get_stackaddr_np \
12408 pthread_get_stacksize_np
12410 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12411 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12412 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12413 cat >>confdefs.h
<<_ACEOF
12414 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12420 LIBS
="$ac_wine_check_funcs_save_LIBS"
12422 if test "$ac_cv_header_zlib_h" = "yes"
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12425 $as_echo_n "checking for inflate in -lz... " >&6; }
12426 if ${ac_cv_lib_z_inflate+:} false
; then :
12427 $as_echo_n "(cached) " >&6
12429 ac_check_lib_save_LIBS
=$LIBS
12431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h. */
12434 /* Override any GCC internal prototype to avoid an error.
12435 Use char because int might match the return type of a GCC
12436 builtin and then its argument prototype would still apply. */
12449 if ac_fn_c_try_link
"$LINENO"; then :
12450 ac_cv_lib_z_inflate
=yes
12452 ac_cv_lib_z_inflate
=no
12454 rm -f core conftest.err conftest.
$ac_objext \
12455 conftest
$ac_exeext conftest.
$ac_ext
12456 LIBS
=$ac_check_lib_save_LIBS
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12459 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12460 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12462 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12469 if test "x$Z_LIBS" = "x"; then :
12470 case "x$with_zlib" in
12471 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12473 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12474 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12478 if test "x$enable_tools" != xno
12480 if test "$ac_cv_header_gettext_po_h" = "yes"
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12483 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12484 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12485 $as_echo_n "(cached) " >&6
12487 ac_check_lib_save_LIBS
=$LIBS
12488 LIBS
="-lgettextpo $LIBS"
12489 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12492 /* Override any GCC internal prototype to avoid an error.
12493 Use char because int might match the return type of a GCC
12494 builtin and then its argument prototype would still apply. */
12498 char po_message_msgctxt ();
12502 return po_message_msgctxt ();
12507 if ac_fn_c_try_link
"$LINENO"; then :
12508 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12510 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12512 rm -f core conftest.err conftest.
$ac_objext \
12513 conftest
$ac_exeext conftest.
$ac_ext
12514 LIBS
=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12517 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12518 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12520 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12522 GETTEXTPO_LIBS
="-lgettextpo"
12527 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12528 case "x$with_gettextpo" in
12529 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12531 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12532 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12537 if test "x$with_gstreamer" != "xno"
12539 if ${GSTREAMER_CFLAGS:+false} :; then :
12540 if ${PKG_CONFIG+:} false
; then :
12541 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12545 if ${GSTREAMER_LIBS:+false} :; then :
12546 if ${PKG_CONFIG+:} false
; then :
12547 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12552 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12553 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12554 ac_save_CPPFLAGS
=$CPPFLAGS
12555 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12557 for i
in $GSTREAMER_CFLAGS
12560 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12563 GSTREAMER_CFLAGS
=$ac_gst_incl
12564 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12565 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12566 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12567 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12568 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12570 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12572 /* end confdefs.h. */
12573 #include <gst/app/gstappsink.h>
12577 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12582 if ac_fn_c_try_compile
"$LINENO"; then :
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12584 $as_echo "yes" >&6; }
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12586 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12587 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12588 $as_echo_n "(cached) " >&6
12590 ac_check_lib_save_LIBS
=$LIBS
12591 LIBS
="-lgstreamer-0.10 $LIBS"
12592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12593 /* end confdefs.h. */
12595 /* Override any GCC internal prototype to avoid an error.
12596 Use char because int might match the return type of a GCC
12597 builtin and then its argument prototype would still apply. */
12601 char gst_pad_get_caps_reffed ();
12605 return gst_pad_get_caps_reffed ();
12610 if ac_fn_c_try_link
"$LINENO"; then :
12611 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12613 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12615 rm -f core conftest.err conftest.
$ac_objext \
12616 conftest
$ac_exeext conftest.
$ac_ext
12617 LIBS
=$ac_check_lib_save_LIBS
12619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12620 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12621 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12623 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12624 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12625 $as_echo_n "(cached) " >&6
12627 ac_check_lib_save_LIBS
=$LIBS
12628 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12629 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12630 /* end confdefs.h. */
12632 /* Override any GCC internal prototype to avoid an error.
12633 Use char because int might match the return type of a GCC
12634 builtin and then its argument prototype would still apply. */
12638 char gst_app_buffer_new ();
12642 return gst_app_buffer_new ();
12647 if ac_fn_c_try_link
"$LINENO"; then :
12648 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12650 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12652 rm -f core conftest.err conftest.
$ac_objext \
12653 conftest
$ac_exeext conftest.
$ac_ext
12654 LIBS
=$ac_check_lib_save_LIBS
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12657 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12658 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12666 $as_echo "no" >&6; }
12668 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12673 GSTREAMER_CFLAGS
=""
12677 CPPFLAGS
=$ac_save_CPPFLAGS
12678 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12679 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12682 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12683 case "x$with_gstreamer" in
12684 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12686 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12687 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12690 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12694 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12697 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12698 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12699 $as_echo_n "(cached) " >&6
12701 ac_check_lib_save_LIBS
=$LIBS
12702 LIBS
="-lasound $LIBS"
12703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12704 /* end confdefs.h. */
12706 /* Override any GCC internal prototype to avoid an error.
12707 Use char because int might match the return type of a GCC
12708 builtin and then its argument prototype would still apply. */
12712 char snd_pcm_hw_params_get_access_mask ();
12716 return snd_pcm_hw_params_get_access_mask ();
12721 if ac_fn_c_try_link
"$LINENO"; then :
12722 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12724 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12726 rm -f core conftest.err conftest.
$ac_objext \
12727 conftest
$ac_exeext conftest.
$ac_ext
12728 LIBS
=$ac_check_lib_save_LIBS
12730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12731 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12732 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12733 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12735 #ifdef HAVE_ALSA_ASOUNDLIB_H
12736 #include <alsa/asoundlib.h>
12737 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12738 #include <sys/asoundlib.h>
12743 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12748 if ac_fn_c_try_compile
"$LINENO"; then :
12749 ALSA_LIBS
="-lasound"
12751 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12756 if test "x$with_oss" != xno
12758 ac_save_CPPFLAGS
="$CPPFLAGS"
12759 if test -f /etc
/oss.conf
12763 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12764 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12765 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12766 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12767 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12769 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12771 cat >>confdefs.h
<<_ACEOF
12772 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12775 OSS4_CFLAGS
="$ac_oss_incl"
12782 CPPFLAGS
="$ac_save_CPPFLAGS"
12783 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12785 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12789 if test "x$with_capi" != "xno"
12791 if ${CAPI20_CFLAGS:+false} :; then :
12792 if ${PKG_CONFIG+:} false
; then :
12793 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12797 if ${CAPI20_LIBS:+false} :; then :
12798 if ${PKG_CONFIG+:} false
; then :
12799 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12804 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12805 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12806 ac_save_CPPFLAGS
=$CPPFLAGS
12807 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12808 for ac_header
in capi20.h linux
/capi.h
12810 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12811 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12813 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12814 cat >>confdefs.h
<<_ACEOF
12815 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12822 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12825 $as_echo_n "checking for -lcapi20... " >&6; }
12826 if ${ac_cv_lib_soname_capi20+:} false
; then :
12827 $as_echo_n "(cached) " >&6
12829 ac_check_soname_save_LIBS
=$LIBS
12830 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12831 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12832 /* end confdefs.h. */
12834 /* Override any GCC internal prototype to avoid an error.
12835 Use char because int might match the return type of a GCC
12836 builtin and then its argument prototype would still apply. */
12840 char capi20_register ();
12844 return capi20_register ();
12849 if ac_fn_c_try_link
"$LINENO"; then :
12851 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12852 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'` ;;
12853 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12854 if ${ac_cv_lib_soname_capi20:+false} :; then :
12855 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12859 rm -f core conftest.err conftest.
$ac_objext \
12860 conftest
$ac_exeext conftest.
$ac_ext
12861 LIBS
=$ac_check_soname_save_LIBS
12863 if ${ac_cv_lib_soname_capi20:+false} :; then :
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12865 $as_echo "not found" >&6; }
12868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12869 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12871 cat >>confdefs.h
<<_ACEOF
12872 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12878 CPPFLAGS
=$ac_save_CPPFLAGS
12879 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12880 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12883 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12884 case "x$with_capi" in
12885 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12887 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12888 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12894 if test "x$with_cups" != "xno"
12896 ac_save_CPPFLAGS
="$CPPFLAGS"
12897 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12898 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12899 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12900 for ac_header
in cups
/cups.h
12902 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12903 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12904 cat >>confdefs.h
<<_ACEOF
12905 #define HAVE_CUPS_CUPS_H 1
12907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12908 $as_echo_n "checking for -lcups... " >&6; }
12909 if ${ac_cv_lib_soname_cups+:} false
; then :
12910 $as_echo_n "(cached) " >&6
12912 ac_check_soname_save_LIBS
=$LIBS
12913 LIBS
="-lcups $ac_cups_libs $LIBS"
12914 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12915 /* end confdefs.h. */
12917 /* Override any GCC internal prototype to avoid an error.
12918 Use char because int might match the return type of a GCC
12919 builtin and then its argument prototype would still apply. */
12923 char cupsGetDefault ();
12927 return cupsGetDefault ();
12932 if ac_fn_c_try_link
"$LINENO"; then :
12934 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12935 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'` ;;
12936 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12937 if ${ac_cv_lib_soname_cups:+false} :; then :
12938 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12942 rm -f core conftest.err conftest.
$ac_objext \
12943 conftest
$ac_exeext conftest.
$ac_ext
12944 LIBS
=$ac_check_soname_save_LIBS
12946 if ${ac_cv_lib_soname_cups:+false} :; then :
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12948 $as_echo "not found" >&6; }
12951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12952 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12954 cat >>confdefs.h
<<_ACEOF
12955 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12958 CUPS_CFLAGS
="$ac_cups_cflags"
12964 CPPFLAGS
="$ac_save_CPPFLAGS"
12966 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12967 case "x$with_cups" in
12968 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12970 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12971 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12975 if test "x$with_fontconfig" != "xno"
12977 if ${FONTCONFIG_CFLAGS:+false} :; then :
12978 if ${PKG_CONFIG+:} false
; then :
12979 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12982 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12983 if ${FONTCONFIG_LIBS:+false} :; then :
12984 if ${PKG_CONFIG+:} false
; then :
12985 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12988 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
12990 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12991 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12992 ac_save_CPPFLAGS
=$CPPFLAGS
12993 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
12994 for ac_header
in fontconfig
/fontconfig.h
12996 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12997 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12998 cat >>confdefs.h
<<_ACEOF
12999 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13006 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13009 $as_echo_n "checking for -lfontconfig... " >&6; }
13010 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13011 $as_echo_n "(cached) " >&6
13013 ac_check_soname_save_LIBS
=$LIBS
13014 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13016 /* end confdefs.h. */
13018 /* Override any GCC internal prototype to avoid an error.
13019 Use char because int might match the return type of a GCC
13020 builtin and then its argument prototype would still apply. */
13033 if ac_fn_c_try_link
"$LINENO"; then :
13035 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13036 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'` ;;
13037 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13038 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13039 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13043 rm -f core conftest.err conftest.
$ac_objext \
13044 conftest
$ac_exeext conftest.
$ac_ext
13045 LIBS
=$ac_check_soname_save_LIBS
13047 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13049 $as_echo "not found" >&6; }
13050 FONTCONFIG_CFLAGS
=""
13052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13053 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13055 cat >>confdefs.h
<<_ACEOF
13056 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13062 FONTCONFIG_CFLAGS
=""
13064 CPPFLAGS
=$ac_save_CPPFLAGS
13065 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13066 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13069 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13070 case "x$with_fontconfig" in
13071 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13073 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13074 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13078 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13081 $as_echo_n "checking for -lgsm... " >&6; }
13082 if ${ac_cv_lib_soname_gsm+:} false
; then :
13083 $as_echo_n "(cached) " >&6
13085 ac_check_soname_save_LIBS
=$LIBS
13087 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13088 /* end confdefs.h. */
13090 /* Override any GCC internal prototype to avoid an error.
13091 Use char because int might match the return type of a GCC
13092 builtin and then its argument prototype would still apply. */
13096 char gsm_create ();
13100 return gsm_create ();
13105 if ac_fn_c_try_link
"$LINENO"; then :
13107 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13108 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'` ;;
13109 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13110 if ${ac_cv_lib_soname_gsm:+false} :; then :
13111 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13115 rm -f core conftest.err conftest.
$ac_objext \
13116 conftest
$ac_exeext conftest.
$ac_ext
13117 LIBS
=$ac_check_soname_save_LIBS
13119 if ${ac_cv_lib_soname_gsm:+false} :; then :
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13121 $as_echo "not found" >&6; }
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13125 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13127 cat >>confdefs.h
<<_ACEOF
13128 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13134 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13135 case "x$with_gsm" in
13136 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13138 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13139 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13143 if test "x$with_jpeg" != "xno"
13145 if ${JPEG_CFLAGS:+false} :; then :
13146 if ${PKG_CONFIG+:} false
; then :
13147 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13151 if ${JPEG_LIBS:+false} :; then :
13152 if ${PKG_CONFIG+:} false
; then :
13153 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13158 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13159 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13160 ac_save_CPPFLAGS
=$CPPFLAGS
13161 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13162 for ac_header
in jpeglib.h
13164 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13165 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13166 cat >>confdefs.h
<<_ACEOF
13167 #define HAVE_JPEGLIB_H 1
13174 if test "$ac_cv_header_jpeglib_h" = "yes"
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13177 $as_echo_n "checking for -ljpeg... " >&6; }
13178 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13179 $as_echo_n "(cached) " >&6
13181 ac_check_soname_save_LIBS
=$LIBS
13182 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13184 /* end confdefs.h. */
13186 /* Override any GCC internal prototype to avoid an error.
13187 Use char because int might match the return type of a GCC
13188 builtin and then its argument prototype would still apply. */
13192 char jpeg_start_decompress ();
13196 return jpeg_start_decompress ();
13201 if ac_fn_c_try_link
"$LINENO"; then :
13203 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13204 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'` ;;
13205 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13206 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13207 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13211 rm -f core conftest.err conftest.
$ac_objext \
13212 conftest
$ac_exeext conftest.
$ac_ext
13213 LIBS
=$ac_check_soname_save_LIBS
13215 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13217 $as_echo "not found" >&6; }
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13221 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13223 cat >>confdefs.h
<<_ACEOF
13224 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13232 CPPFLAGS
=$ac_save_CPPFLAGS
13233 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13234 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13237 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13238 case "x$with_jpeg" in
13239 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13241 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13242 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13246 if test "x$with_png" != "xno"
13248 if ${PNG_CFLAGS:+false} :; then :
13249 if ${PKG_CONFIG+:} false
; then :
13250 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13253 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13254 if ${PNG_LIBS:+false} :; then :
13255 if ${PKG_CONFIG+:} false
; then :
13256 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13259 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13261 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13262 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13263 ac_save_CPPFLAGS
=$CPPFLAGS
13264 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13265 for ac_header
in png.h
13267 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13268 if test "x$ac_cv_header_png_h" = xyes
; then :
13269 cat >>confdefs.h
<<_ACEOF
13270 #define HAVE_PNG_H 1
13277 if test "$ac_cv_header_png_h" = "yes"
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13280 $as_echo_n "checking for -lpng... " >&6; }
13281 if ${ac_cv_lib_soname_png+:} false
; then :
13282 $as_echo_n "(cached) " >&6
13284 ac_check_soname_save_LIBS
=$LIBS
13285 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13287 /* end confdefs.h. */
13289 /* Override any GCC internal prototype to avoid an error.
13290 Use char because int might match the return type of a GCC
13291 builtin and then its argument prototype would still apply. */
13295 char png_create_read_struct ();
13299 return png_create_read_struct ();
13304 if ac_fn_c_try_link
"$LINENO"; then :
13306 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13307 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'` ;;
13308 *) 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'`
13309 if ${ac_cv_lib_soname_png:+false} :; then :
13310 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13314 rm -f core conftest.err conftest.
$ac_objext \
13315 conftest
$ac_exeext conftest.
$ac_ext
13316 LIBS
=$ac_check_soname_save_LIBS
13318 if ${ac_cv_lib_soname_png:+false} :; then :
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13320 $as_echo "not found" >&6; }
13323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13324 $as_echo "$ac_cv_lib_soname_png" >&6; }
13326 cat >>confdefs.h
<<_ACEOF
13327 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13331 /* end confdefs.h. */
13336 typeof(png_set_expand_gray_1_2_4_to_8) *p
13341 if ac_fn_c_try_compile
"$LINENO"; then :
13343 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13346 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13351 CPPFLAGS
=$ac_save_CPPFLAGS
13352 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13353 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13356 if test "x$ac_cv_lib_soname_png" = "x"; then :
13357 case "x$with_png" in
13358 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13360 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13361 This is an error since --with-png was requested." "$LINENO" 5 ;;
13365 if test "x$with_tiff" != "xno"
13367 if ${TIFF_CFLAGS:+false} :; then :
13368 if ${PKG_CONFIG+:} false
; then :
13369 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13373 if ${TIFF_LIBS:+false} :; then :
13374 if ${PKG_CONFIG+:} false
; then :
13375 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13380 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13381 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13382 ac_save_CPPFLAGS
=$CPPFLAGS
13383 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13384 for ac_header
in tiffio.h
13386 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13387 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13388 cat >>confdefs.h
<<_ACEOF
13389 #define HAVE_TIFFIO_H 1
13396 if test "$ac_cv_header_tiffio_h" = "yes"
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13399 $as_echo_n "checking for -ltiff... " >&6; }
13400 if ${ac_cv_lib_soname_tiff+:} false
; then :
13401 $as_echo_n "(cached) " >&6
13403 ac_check_soname_save_LIBS
=$LIBS
13404 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13405 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13406 /* end confdefs.h. */
13408 /* Override any GCC internal prototype to avoid an error.
13409 Use char because int might match the return type of a GCC
13410 builtin and then its argument prototype would still apply. */
13414 char TIFFClientOpen ();
13418 return TIFFClientOpen ();
13423 if ac_fn_c_try_link
"$LINENO"; then :
13425 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13426 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'` ;;
13427 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13428 if ${ac_cv_lib_soname_tiff:+false} :; then :
13429 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13433 rm -f core conftest.err conftest.
$ac_objext \
13434 conftest
$ac_exeext conftest.
$ac_ext
13435 LIBS
=$ac_check_soname_save_LIBS
13437 if ${ac_cv_lib_soname_tiff:+false} :; then :
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13439 $as_echo "not found" >&6; }
13442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13443 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13445 cat >>confdefs.h
<<_ACEOF
13446 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13452 CPPFLAGS
=$ac_save_CPPFLAGS
13453 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13454 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13457 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13458 case "x$with_tiff" in
13459 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13461 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13462 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13466 if test "x$with_mpg123" != "xno"
13468 if ${MPG123_CFLAGS:+false} :; then :
13469 if ${PKG_CONFIG+:} false
; then :
13470 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13474 if ${MPG123_LIBS:+false} :; then :
13475 if ${PKG_CONFIG+:} false
; then :
13476 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13480 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13481 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13482 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13483 ac_save_CPPFLAGS
=$CPPFLAGS
13484 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13485 for ac_header
in mpg123.h
13487 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13488 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13489 cat >>confdefs.h
<<_ACEOF
13490 #define HAVE_MPG123_H 1
13497 if test "$ac_cv_header_mpg123_h" = "yes"
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13500 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13501 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13502 $as_echo_n "(cached) " >&6
13504 ac_check_lib_save_LIBS
=$LIBS
13505 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13507 /* end confdefs.h. */
13509 /* Override any GCC internal prototype to avoid an error.
13510 Use char because int might match the return type of a GCC
13511 builtin and then its argument prototype would still apply. */
13515 char mpg123_feed ();
13519 return mpg123_feed ();
13524 if ac_fn_c_try_link
"$LINENO"; then :
13525 ac_cv_lib_mpg123_mpg123_feed
=yes
13527 ac_cv_lib_mpg123_mpg123_feed
=no
13529 rm -f core conftest.err conftest.
$ac_objext \
13530 conftest
$ac_exeext conftest.
$ac_ext
13531 LIBS
=$ac_check_lib_save_LIBS
13533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13534 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13535 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13545 CPPFLAGS
=$ac_save_CPPFLAGS
13546 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13547 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13550 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13551 case "x$with_mpg123" in
13552 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13554 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13555 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13558 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}
13560 if test "$ac_cv_header_AL_al_h" = "yes"
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13563 $as_echo_n "checking for -lopenal... " >&6; }
13564 if ${ac_cv_lib_soname_openal+:} false
; then :
13565 $as_echo_n "(cached) " >&6
13567 ac_check_soname_save_LIBS
=$LIBS
13568 LIBS
="-lopenal $LIBS"
13569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13570 /* end confdefs.h. */
13572 /* Override any GCC internal prototype to avoid an error.
13573 Use char because int might match the return type of a GCC
13574 builtin and then its argument prototype would still apply. */
13578 char alGetSource3i ();
13582 return alGetSource3i ();
13587 if ac_fn_c_try_link
"$LINENO"; then :
13589 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13590 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'` ;;
13591 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13592 if ${ac_cv_lib_soname_openal:+false} :; then :
13593 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13597 rm -f core conftest.err conftest.
$ac_objext \
13598 conftest
$ac_exeext conftest.
$ac_ext
13599 LIBS
=$ac_check_soname_save_LIBS
13601 if ${ac_cv_lib_soname_openal:+false} :; then :
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13603 $as_echo "not found" >&6; }
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13607 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13609 cat >>confdefs.h
<<_ACEOF
13610 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13613 OPENAL_LIBS
="-lopenal"
13615 ac_cv_lib_openal
=yes
13617 cat >>confdefs.h
<<_ACEOF
13618 #define HAVE_OPENAL 1
13623 if test "x$ac_cv_lib_openal" != xyes
; then :
13624 case "x$with_openal" in
13625 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13627 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13628 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13631 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13633 if test "x$ac_cv_lib_openal" = xyes
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13636 $as_echo_n "checking for openal-soft... " >&6; }
13637 if ${ac_cv_have_openalsoft+:} false
; then :
13638 $as_echo_n "(cached) " >&6
13640 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13641 /* end confdefs.h. */
13642 #include <AL/alext.h>
13643 LPALCRENDERSAMPLESSOFT x;
13652 if ac_fn_c_try_compile
"$LINENO"; then :
13653 ac_cv_have_openalsoft
=yes
13655 ac_cv_have_openalsoft
=no
13657 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13660 $as_echo "$ac_cv_have_openalsoft" >&6; }
13662 if test "x$ac_cv_have_openalsoft" != xyes
13664 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13665 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13668 if test "$ac_cv_header_kstat_h" = "yes"
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13671 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13672 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13673 $as_echo_n "(cached) " >&6
13675 ac_check_lib_save_LIBS
=$LIBS
13676 LIBS
="-lkstat $LIBS"
13677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13678 /* end confdefs.h. */
13680 /* Override any GCC internal prototype to avoid an error.
13681 Use char because int might match the return type of a GCC
13682 builtin and then its argument prototype would still apply. */
13686 char kstat_open ();
13690 return kstat_open ();
13695 if ac_fn_c_try_link
"$LINENO"; then :
13696 ac_cv_lib_kstat_kstat_open
=yes
13698 ac_cv_lib_kstat_kstat_open
=no
13700 rm -f core conftest.err conftest.
$ac_objext \
13701 conftest
$ac_exeext conftest.
$ac_ext
13702 LIBS
=$ac_check_lib_save_LIBS
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13705 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13706 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13708 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13710 KSTAT_LIBS
="-lkstat"
13716 if test "$ac_cv_header_libprocstat_h" = "yes"
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13719 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13720 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13721 $as_echo_n "(cached) " >&6
13723 ac_check_lib_save_LIBS
=$LIBS
13724 LIBS
="-lprocstat $LIBS"
13725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13726 /* end confdefs.h. */
13728 /* Override any GCC internal prototype to avoid an error.
13729 Use char because int might match the return type of a GCC
13730 builtin and then its argument prototype would still apply. */
13734 char procstat_open_sysctl ();
13738 return procstat_open_sysctl ();
13743 if ac_fn_c_try_link
"$LINENO"; then :
13744 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13746 ac_cv_lib_procstat_procstat_open_sysctl
=no
13748 rm -f core conftest.err conftest.
$ac_objext \
13749 conftest
$ac_exeext conftest.
$ac_ext
13750 LIBS
=$ac_check_lib_save_LIBS
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13753 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13754 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13756 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13758 PROCSTAT_LIBS
="-lprocstat"
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13765 $as_echo_n "checking for -lodbc... " >&6; }
13766 if ${ac_cv_lib_soname_odbc+:} false
; then :
13767 $as_echo_n "(cached) " >&6
13769 ac_check_soname_save_LIBS
=$LIBS
13770 LIBS
="-lodbc $LIBS"
13771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13772 /* end confdefs.h. */
13774 /* Override any GCC internal prototype to avoid an error.
13775 Use char because int might match the return type of a GCC
13776 builtin and then its argument prototype would still apply. */
13780 char SQLConnect ();
13784 return SQLConnect ();
13789 if ac_fn_c_try_link
"$LINENO"; then :
13791 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13792 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'` ;;
13793 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13794 if ${ac_cv_lib_soname_odbc:+false} :; then :
13795 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13799 rm -f core conftest.err conftest.
$ac_objext \
13800 conftest
$ac_exeext conftest.
$ac_ext
13801 LIBS
=$ac_check_soname_save_LIBS
13803 if ${ac_cv_lib_soname_odbc:+false} :; then :
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13805 $as_echo "not found" >&6; }
13806 cat >>confdefs.h
<<_ACEOF
13807 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13812 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13814 cat >>confdefs.h
<<_ACEOF
13815 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13821 if test "x$with_netapi" != "xno"
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13824 $as_echo_n "checking for -lnetapi... " >&6; }
13825 if ${ac_cv_lib_soname_netapi+:} false
; then :
13826 $as_echo_n "(cached) " >&6
13828 ac_check_soname_save_LIBS
=$LIBS
13829 LIBS
="-lnetapi $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 libnetapi_init ();
13843 return libnetapi_init ();
13848 if ac_fn_c_try_link
"$LINENO"; then :
13850 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13851 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'` ;;
13852 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13853 if ${ac_cv_lib_soname_netapi:+false} :; then :
13854 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$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_netapi:+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_LIBNETAPI "libnetapi.$LIBEXT"
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13871 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13873 cat >>confdefs.h
<<_ACEOF
13874 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13881 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13882 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13883 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13884 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13886 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13887 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13888 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13890 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13896 if test "x${GCC}" = "xyes"
13898 EXTRACFLAGS
="-Wall -pipe"
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13901 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13902 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13903 $as_echo_n "(cached) " >&6
13905 if test "$cross_compiling" = yes; then :
13906 ac_cv_c_gcc_strength_bug
="no"
13908 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13909 /* end confdefs.h. */
13910 int L[4] = {0,1,2,3};
13914 static int Array[3];
13915 unsigned int B = 3;
13917 for(i=0; i<B; i++) Array[i] = i - 3;
13918 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13920 return (Array[1] != -2 || L[2] != 3)
13925 if ac_fn_c_try_run
"$LINENO"; then :
13926 ac_cv_c_gcc_strength_bug
="no"
13928 ac_cv_c_gcc_strength_bug
="yes"
13930 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13931 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13936 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13937 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13939 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13943 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13944 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13945 $as_echo_n "(cached) " >&6
13947 ac_wine_try_cflags_saved
=$CFLAGS
13948 CFLAGS
="$CFLAGS -fno-builtin"
13949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13950 /* end confdefs.h. */
13951 int main(int argc, char **argv) { return 0; }
13953 if ac_fn_c_try_link
"$LINENO"; then :
13954 ac_cv_cflags__fno_builtin
=yes
13956 ac_cv_cflags__fno_builtin
=no
13958 rm -f core conftest.err conftest.
$ac_objext \
13959 conftest
$ac_exeext conftest.
$ac_ext
13960 CFLAGS
=$ac_wine_try_cflags_saved
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13963 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13964 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
13965 BUILTINFLAG
="-fno-builtin"
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13969 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13970 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13971 $as_echo_n "(cached) " >&6
13973 ac_wine_try_cflags_saved
=$CFLAGS
13974 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13975 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13976 /* end confdefs.h. */
13977 int main(int argc, char **argv) { return 0; }
13979 if ac_fn_c_try_link
"$LINENO"; then :
13980 ac_cv_cflags__fno_strict_aliasing
=yes
13982 ac_cv_cflags__fno_strict_aliasing
=no
13984 rm -f core conftest.err conftest.
$ac_objext \
13985 conftest
$ac_exeext conftest.
$ac_ext
13986 CFLAGS
=$ac_wine_try_cflags_saved
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13989 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13990 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
13991 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13993 saved_CFLAGS
=$CFLAGS
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13995 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13996 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13997 $as_echo_n "(cached) " >&6
13999 ac_wine_try_cflags_saved
=$CFLAGS
14000 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14002 /* end confdefs.h. */
14003 int main(int argc, char **argv) { return 0; }
14005 if ac_fn_c_try_link
"$LINENO"; then :
14006 ac_cv_cflags__Werror_unknown_warning_option
=yes
14008 ac_cv_cflags__Werror_unknown_warning_option
=no
14010 rm -f core conftest.err conftest.
$ac_objext \
14011 conftest
$ac_exeext conftest.
$ac_ext
14012 CFLAGS
=$ac_wine_try_cflags_saved
14014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14015 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14016 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14017 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14020 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14021 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14022 $as_echo_n "(cached) " >&6
14024 ac_wine_try_cflags_saved
=$CFLAGS
14025 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14026 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14027 /* end confdefs.h. */
14028 int main(int argc, char **argv) { return 0; }
14030 if ac_fn_c_try_link
"$LINENO"; then :
14031 ac_cv_cflags__Wdeclaration_after_statement
=yes
14033 ac_cv_cflags__Wdeclaration_after_statement
=no
14035 rm -f core conftest.err conftest.
$ac_objext \
14036 conftest
$ac_exeext conftest.
$ac_ext
14037 CFLAGS
=$ac_wine_try_cflags_saved
14039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14040 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14041 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14042 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14045 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14046 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14047 $as_echo_n "(cached) " >&6
14049 ac_wine_try_cflags_saved
=$CFLAGS
14050 CFLAGS
="$CFLAGS -Wempty-body"
14051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14052 /* end confdefs.h. */
14053 int main(int argc, char **argv) { return 0; }
14055 if ac_fn_c_try_link
"$LINENO"; then :
14056 ac_cv_cflags__Wempty_body
=yes
14058 ac_cv_cflags__Wempty_body
=no
14060 rm -f core conftest.err conftest.
$ac_objext \
14061 conftest
$ac_exeext conftest.
$ac_ext
14062 CFLAGS
=$ac_wine_try_cflags_saved
14064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14065 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14066 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14067 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14070 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14071 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14072 $as_echo_n "(cached) " >&6
14074 ac_wine_try_cflags_saved
=$CFLAGS
14075 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14077 /* end confdefs.h. */
14078 int main(int argc, char **argv) { return 0; }
14080 if ac_fn_c_try_link
"$LINENO"; then :
14081 ac_cv_cflags__Wignored_qualifiers
=yes
14083 ac_cv_cflags__Wignored_qualifiers
=no
14085 rm -f core conftest.err conftest.
$ac_objext \
14086 conftest
$ac_exeext conftest.
$ac_ext
14087 CFLAGS
=$ac_wine_try_cflags_saved
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14090 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14091 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14092 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14095 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14096 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14097 $as_echo_n "(cached) " >&6
14099 ac_wine_try_cflags_saved
=$CFLAGS
14100 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14101 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14102 /* end confdefs.h. */
14103 int main(int argc, char **argv) { return 0; }
14105 if ac_fn_c_try_link
"$LINENO"; then :
14106 ac_cv_cflags__Wstrict_prototypes
=yes
14108 ac_cv_cflags__Wstrict_prototypes
=no
14110 rm -f core conftest.err conftest.
$ac_objext \
14111 conftest
$ac_exeext conftest.
$ac_ext
14112 CFLAGS
=$ac_wine_try_cflags_saved
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14115 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14116 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14117 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14120 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14121 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14122 $as_echo_n "(cached) " >&6
14124 ac_wine_try_cflags_saved
=$CFLAGS
14125 CFLAGS
="$CFLAGS -Wtype-limits"
14126 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14127 /* end confdefs.h. */
14128 int main(int argc, char **argv) { return 0; }
14130 if ac_fn_c_try_link
"$LINENO"; then :
14131 ac_cv_cflags__Wtype_limits
=yes
14133 ac_cv_cflags__Wtype_limits
=no
14135 rm -f core conftest.err conftest.
$ac_objext \
14136 conftest
$ac_exeext conftest.
$ac_ext
14137 CFLAGS
=$ac_wine_try_cflags_saved
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14140 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14141 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14142 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14145 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14146 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14147 $as_echo_n "(cached) " >&6
14149 ac_wine_try_cflags_saved
=$CFLAGS
14150 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14152 /* end confdefs.h. */
14153 int main(int argc, char **argv) { return 0; }
14155 if ac_fn_c_try_link
"$LINENO"; then :
14156 ac_cv_cflags__Wunused_but_set_parameter
=yes
14158 ac_cv_cflags__Wunused_but_set_parameter
=no
14160 rm -f core conftest.err conftest.
$ac_objext \
14161 conftest
$ac_exeext conftest.
$ac_ext
14162 CFLAGS
=$ac_wine_try_cflags_saved
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14165 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14166 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14167 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14170 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14171 if ${ac_cv_cflags__Wvla+:} false
; then :
14172 $as_echo_n "(cached) " >&6
14174 ac_wine_try_cflags_saved
=$CFLAGS
14175 CFLAGS
="$CFLAGS -Wvla"
14176 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14177 /* end confdefs.h. */
14178 int main(int argc, char **argv) { return 0; }
14180 if ac_fn_c_try_link
"$LINENO"; then :
14181 ac_cv_cflags__Wvla
=yes
14183 ac_cv_cflags__Wvla
=no
14185 rm -f core conftest.err conftest.
$ac_objext \
14186 conftest
$ac_exeext conftest.
$ac_ext
14187 CFLAGS
=$ac_wine_try_cflags_saved
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14190 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14191 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14192 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14195 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14196 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14197 $as_echo_n "(cached) " >&6
14199 ac_wine_try_cflags_saved
=$CFLAGS
14200 CFLAGS
="$CFLAGS -Wwrite-strings"
14201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14202 /* end confdefs.h. */
14203 int main(int argc, char **argv) { return 0; }
14205 if ac_fn_c_try_link
"$LINENO"; then :
14206 ac_cv_cflags__Wwrite_strings
=yes
14208 ac_cv_cflags__Wwrite_strings
=no
14210 rm -f core conftest.err conftest.
$ac_objext \
14211 conftest
$ac_exeext conftest.
$ac_ext
14212 CFLAGS
=$ac_wine_try_cflags_saved
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14215 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14216 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14217 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14221 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14222 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14223 $as_echo_n "(cached) " >&6
14225 ac_wine_try_cflags_saved
=$CFLAGS
14226 CFLAGS
="$CFLAGS -Wpointer-arith"
14227 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14228 /* end confdefs.h. */
14229 int main(int argc, char **argv) { return 0; }
14231 if ac_fn_c_try_link
"$LINENO"; then :
14232 ac_cv_cflags__Wpointer_arith
=yes
14234 ac_cv_cflags__Wpointer_arith
=no
14236 rm -f core conftest.err conftest.
$ac_objext \
14237 conftest
$ac_exeext conftest.
$ac_ext
14238 CFLAGS
=$ac_wine_try_cflags_saved
14240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14241 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14242 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14243 saved_string_h_CFLAGS
=$CFLAGS
14244 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14246 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14247 if ${ac_cv_c_string_h_warnings+:} false
; then :
14248 $as_echo_n "(cached) " >&6
14250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14251 /* end confdefs.h. */
14252 #include <string.h>
14261 if ac_fn_c_try_compile
"$LINENO"; then :
14262 ac_cv_c_string_h_warnings
=no
14264 ac_cv_c_string_h_warnings
=yes
14266 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14269 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14270 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14271 CFLAGS
=$saved_string_h_CFLAGS
14274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14275 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14276 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14277 $as_echo_n "(cached) " >&6
14279 ac_wine_try_cflags_saved
=$CFLAGS
14280 CFLAGS
="$CFLAGS -Wlogical-op"
14281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14282 /* end confdefs.h. */
14283 int main(int argc, char **argv) { return 0; }
14285 if ac_fn_c_try_link
"$LINENO"; then :
14286 ac_cv_cflags__Wlogical_op
=yes
14288 ac_cv_cflags__Wlogical_op
=no
14290 rm -f core conftest.err conftest.
$ac_objext \
14291 conftest
$ac_exeext conftest.
$ac_ext
14292 CFLAGS
=$ac_wine_try_cflags_saved
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14295 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14296 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14297 saved_string_h_CFLAGS
=$CFLAGS
14298 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14300 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14301 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14302 $as_echo_n "(cached) " >&6
14304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14305 /* end confdefs.h. */
14306 #include <string.h>
14307 char*f(const char *h,char n) {return strchr(h,n);}
14316 if ac_fn_c_try_compile
"$LINENO"; then :
14317 ac_cv_c_logicalop_noisy
=no
14319 ac_cv_c_logicalop_noisy
=yes
14321 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14324 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14325 CFLAGS
=$saved_string_h_CFLAGS
14326 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14329 CFLAGS
=$saved_CFLAGS
14331 for ac_flag
in $CFLAGS; do
14333 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14334 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14335 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14336 $as_echo_n "(cached) " >&6
14338 ac_wine_try_cflags_saved
=$CFLAGS
14339 CFLAGS
="$CFLAGS -gdwarf-2"
14340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14341 /* end confdefs.h. */
14342 int main(int argc, char **argv) { return 0; }
14344 if ac_fn_c_try_link
"$LINENO"; then :
14345 ac_cv_cflags__gdwarf_2
=yes
14347 ac_cv_cflags__gdwarf_2
=no
14349 rm -f core conftest.err conftest.
$ac_objext \
14350 conftest
$ac_exeext conftest.
$ac_ext
14351 CFLAGS
=$ac_wine_try_cflags_saved
14353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14354 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14355 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14356 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14359 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14360 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14361 $as_echo_n "(cached) " >&6
14363 ac_wine_try_cflags_saved
=$CFLAGS
14364 CFLAGS
="$CFLAGS -gstrict-dwarf"
14365 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14366 /* end confdefs.h. */
14367 int main(int argc, char **argv) { return 0; }
14369 if ac_fn_c_try_link
"$LINENO"; then :
14370 ac_cv_cflags__gstrict_dwarf
=yes
14372 ac_cv_cflags__gstrict_dwarf
=no
14374 rm -f core conftest.err conftest.
$ac_objext \
14375 conftest
$ac_exeext conftest.
$ac_ext
14376 CFLAGS
=$ac_wine_try_cflags_saved
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14379 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14380 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14381 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14387 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14388 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14389 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14390 $as_echo_n "(cached) " >&6
14392 ac_wine_try_cflags_saved
=$CFLAGS
14393 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14395 /* end confdefs.h. */
14396 int main(int argc, char **argv) { return 0; }
14398 if ac_fn_c_try_link
"$LINENO"; then :
14399 ac_cv_cflags__fno_omit_frame_pointer
=yes
14401 ac_cv_cflags__fno_omit_frame_pointer
=no
14403 rm -f core conftest.err conftest.
$ac_objext \
14404 conftest
$ac_exeext conftest.
$ac_ext
14405 CFLAGS
=$ac_wine_try_cflags_saved
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14408 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14409 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14410 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14415 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14416 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14417 if ${ac_cv_cflags__Wno_format+:} false
; then :
14418 $as_echo_n "(cached) " >&6
14420 ac_wine_try_cflags_saved
=$CFLAGS
14421 CFLAGS
="$CFLAGS -Wno-format"
14422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14423 /* end confdefs.h. */
14424 int main(int argc, char **argv) { return 0; }
14426 if ac_fn_c_try_link
"$LINENO"; then :
14427 ac_cv_cflags__Wno_format
=yes
14429 ac_cv_cflags__Wno_format
=no
14431 rm -f core conftest.err conftest.
$ac_objext \
14432 conftest
$ac_exeext conftest.
$ac_ext
14433 CFLAGS
=$ac_wine_try_cflags_saved
14435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14436 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14437 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14438 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14442 if test "x$enable_maintainer_mode" = "xyes"
14444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14445 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14446 if ${ac_cv_cflags__Werror+:} false
; then :
14447 $as_echo_n "(cached) " >&6
14449 ac_wine_try_cflags_saved
=$CFLAGS
14450 CFLAGS
="$CFLAGS -Werror"
14451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14452 /* end confdefs.h. */
14453 int main(int argc, char **argv) { return 0; }
14455 if ac_fn_c_try_link
"$LINENO"; then :
14456 ac_cv_cflags__Werror
=yes
14458 ac_cv_cflags__Werror
=no
14460 rm -f core conftest.err conftest.
$ac_objext \
14461 conftest
$ac_exeext conftest.
$ac_ext
14462 CFLAGS
=$ac_wine_try_cflags_saved
14464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14465 $as_echo "$ac_cv_cflags__Werror" >&6; }
14466 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14467 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14471 saved_CFLAGS
="$CFLAGS"
14472 CFLAGS
="$CFLAGS -Werror"
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14474 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14475 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14476 $as_echo_n "(cached) " >&6
14478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14479 /* end confdefs.h. */
14480 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14489 if ac_fn_c_try_compile
"$LINENO"; then :
14490 ac_cv_have_ms_hook_prologue
="yes"
14492 ac_cv_have_ms_hook_prologue
="no"
14494 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14497 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14498 CFLAGS
="$saved_CFLAGS"
14499 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14502 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14505 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14512 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14513 if ${ac_cv_c_fortify_enabled+:} false
; then :
14514 $as_echo_n "(cached) " >&6
14516 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14517 /* end confdefs.h. */
14518 #include <string.h>
14522 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14523 #error Fortify enabled
14529 if ac_fn_c_try_compile
"$LINENO"; then :
14530 ac_cv_c_fortify_enabled
=no
14532 ac_cv_c_fortify_enabled
=yes
14534 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14537 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14538 if test "$ac_cv_c_fortify_enabled" = yes
14540 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14545 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14546 if ${ac_cv_c_extern_prefix+:} false
; then :
14547 $as_echo_n "(cached) " >&6
14549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14550 /* end confdefs.h. */
14551 extern int ac_test;
14555 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14560 if ac_fn_c_try_link
"$LINENO"; then :
14561 ac_cv_c_extern_prefix
="yes"
14563 ac_cv_c_extern_prefix
="no"
14565 rm -f core conftest.err conftest.
$ac_objext \
14566 conftest
$ac_exeext conftest.
$ac_ext
14568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14569 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14574 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14575 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14576 $as_echo_n "(cached) " >&6
14578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14579 /* end confdefs.h. */
14581 #define __stdcall __attribute__((__stdcall__))
14583 int __stdcall ac_test(int i) { return i; }
14587 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14592 if ac_fn_c_try_link
"$LINENO"; then :
14593 ac_cv_c_stdcall_suffix
="yes"
14595 ac_cv_c_stdcall_suffix
="no"
14597 rm -f core conftest.err conftest.
$ac_objext \
14598 conftest
$ac_exeext conftest.
$ac_ext
14600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14601 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14602 *) ac_cv_c_stdcall_suffix
="no" ;;
14606 if test "$ac_cv_c_extern_prefix" = "yes"
14608 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14610 asm_name_prefix
="_"
14612 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14618 if test "$ac_cv_c_stdcall_suffix" = "yes"
14620 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14623 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14629 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14630 if ${ac_cv_asm_func_def+:} false
; then :
14631 $as_echo_n "(cached) " >&6
14633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14634 /* end confdefs.h. */
14639 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14644 if ac_fn_c_try_link
"$LINENO"; then :
14645 ac_cv_asm_func_def
=".def"
14647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14648 /* end confdefs.h. */
14653 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14658 if ac_fn_c_try_link
"$LINENO"; then :
14659 ac_cv_asm_func_def
=".type @function"
14661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14662 /* end confdefs.h. */
14667 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14672 if ac_fn_c_try_link
"$LINENO"; then :
14673 ac_cv_asm_func_def
=".type 2"
14675 ac_cv_asm_func_def
="unknown"
14677 rm -f core conftest.err conftest.
$ac_objext \
14678 conftest
$ac_exeext conftest.
$ac_ext
14680 rm -f core conftest.err conftest.
$ac_objext \
14681 conftest
$ac_exeext conftest.
$ac_ext
14683 rm -f core conftest.err conftest.
$ac_objext \
14684 conftest
$ac_exeext conftest.
$ac_ext
14686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14687 $as_echo "$ac_cv_asm_func_def" >&6; }
14690 case "$ac_cv_asm_func_def" in
14692 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14694 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14696 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14698 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14700 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14702 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14704 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14706 asm_func_header
="" ;;
14709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14710 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14711 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14712 $as_echo_n "(cached) " >&6
14714 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14715 /* end confdefs.h. */
14716 asm(".text\n\t.long 0");
14725 if ac_fn_c_try_compile
"$LINENO"; then :
14726 ac_cv_c_asm_outside_funcs
="yes"
14728 ac_cv_c_asm_outside_funcs
="no"
14730 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14733 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14736 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14737 if ${ac_cv_c_dot_previous+:} false
; then :
14738 $as_echo_n "(cached) " >&6
14740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14741 /* end confdefs.h. */
14746 asm(".text\nac_test:\t.long 0\n\t.previous");
14751 if ac_fn_c_try_link
"$LINENO"; then :
14752 ac_cv_c_dot_previous
="yes"
14754 ac_cv_c_dot_previous
="no"
14756 rm -f core conftest.err conftest.
$ac_objext \
14757 conftest
$ac_exeext conftest.
$ac_ext
14759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14760 $as_echo "$ac_cv_c_dot_previous" >&6; }
14762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14763 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14764 if ${ac_cv_c_cfi_support+:} false
; then :
14765 $as_echo_n "(cached) " >&6
14767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14768 /* end confdefs.h. */
14769 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14778 if ac_fn_c_try_compile
"$LINENO"; then :
14779 ac_cv_c_cfi_support
="yes"
14781 ac_cv_c_cfi_support
="no"
14783 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14786 $as_echo "$ac_cv_c_cfi_support" >&6; }
14788 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14789 asm_func_trailer
=""
14790 if test "$ac_cv_c_dot_previous" = "yes"
14792 asm_func_trailer
="\\n\\t.previous"
14794 if test "$ac_cv_c_cfi_support" = "yes"
14796 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14797 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14799 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14801 UNWINDFLAGS
=-fasynchronous-unwind-tables
14804 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14806 if test "x$enable_win64" = "xyes"
14808 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14812 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14815 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14817 cat >>confdefs.h
<<_ACEOF
14818 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14822 cat >>confdefs.h
<<_ACEOF
14823 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14828 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14831 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14836 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14843 *i
[3456789]86*|x86_64
*)
14844 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14845 loader_programs
="$loader_programs $wine_binary-preloader"
14846 as_fn_append LOADER_RULES
"
14847 $wine_binary-preloader: preloader.o
14848 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14850 install install-lib:: $wine_binary-preloader
14851 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14854 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14856 preloader_EXTRADEFS = $BUILTINFLAG
14861 as_fn_append LOADER_RULES
"
14862 PROGRAMS = $loader_programs
14866 ac_save_CFLAGS
="$CFLAGS"
14867 CFLAGS
="$CFLAGS $BUILTINFLAG"
14946 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14947 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14948 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14949 cat >>confdefs.h
<<_ACEOF
14950 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14956 CFLAGS
="$ac_save_CFLAGS"
14958 if test "$ac_cv_func_dlopen" = no
14960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14961 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14962 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14963 $as_echo_n "(cached) " >&6
14965 ac_check_lib_save_LIBS
=$LIBS
14967 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14968 /* end confdefs.h. */
14970 /* Override any GCC internal prototype to avoid an error.
14971 Use char because int might match the return type of a GCC
14972 builtin and then its argument prototype would still apply. */
14985 if ac_fn_c_try_link
"$LINENO"; then :
14986 ac_cv_lib_dl_dlopen
=yes
14988 ac_cv_lib_dl_dlopen
=no
14990 rm -f core conftest.err conftest.
$ac_objext \
14991 conftest
$ac_exeext conftest.
$ac_ext
14992 LIBS
=$ac_check_lib_save_LIBS
14994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14995 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14996 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14997 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15003 ac_wine_check_funcs_save_LIBS
="$LIBS"
15004 LIBS
="$LIBS $DL_LIBS"
15005 for ac_func
in dladdr
15007 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15008 if test "x$ac_cv_func_dladdr" = xyes
; then :
15009 cat >>confdefs.h
<<_ACEOF
15010 #define HAVE_DLADDR 1
15016 LIBS
="$ac_wine_check_funcs_save_LIBS"
15018 if test "$ac_cv_func_poll" = no
15020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15021 $as_echo_n "checking for poll in -lpoll... " >&6; }
15022 if ${ac_cv_lib_poll_poll+:} false
; then :
15023 $as_echo_n "(cached) " >&6
15025 ac_check_lib_save_LIBS
=$LIBS
15026 LIBS
="-lpoll $LIBS"
15027 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15028 /* end confdefs.h. */
15030 /* Override any GCC internal prototype to avoid an error.
15031 Use char because int might match the return type of a GCC
15032 builtin and then its argument prototype would still apply. */
15045 if ac_fn_c_try_link
"$LINENO"; then :
15046 ac_cv_lib_poll_poll
=yes
15048 ac_cv_lib_poll_poll
=no
15050 rm -f core conftest.err conftest.
$ac_objext \
15051 conftest
$ac_exeext conftest.
$ac_ext
15052 LIBS
=$ac_check_lib_save_LIBS
15054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15055 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15056 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15057 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15065 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15066 if ${ac_cv_search_gethostbyname+:} false
; then :
15067 $as_echo_n "(cached) " >&6
15069 ac_func_search_save_LIBS
=$LIBS
15070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15071 /* end confdefs.h. */
15073 /* Override any GCC internal prototype to avoid an error.
15074 Use char because int might match the return type of a GCC
15075 builtin and then its argument prototype would still apply. */
15079 char gethostbyname ();
15083 return gethostbyname ();
15088 for ac_lib
in '' nsl
; do
15089 if test -z "$ac_lib"; then
15090 ac_res
="none required"
15093 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15095 if ac_fn_c_try_link
"$LINENO"; then :
15096 ac_cv_search_gethostbyname
=$ac_res
15098 rm -f core conftest.err conftest.
$ac_objext \
15100 if ${ac_cv_search_gethostbyname+:} false
; then :
15104 if ${ac_cv_search_gethostbyname+:} false
; then :
15107 ac_cv_search_gethostbyname
=no
15109 rm conftest.
$ac_ext
15110 LIBS
=$ac_func_search_save_LIBS
15112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15113 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15114 ac_res
=$ac_cv_search_gethostbyname
15115 if test "$ac_res" != no
; then :
15116 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15122 $as_echo_n "checking for library containing connect... " >&6; }
15123 if ${ac_cv_search_connect+:} false
; then :
15124 $as_echo_n "(cached) " >&6
15126 ac_func_search_save_LIBS
=$LIBS
15127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15128 /* end confdefs.h. */
15130 /* Override any GCC internal prototype to avoid an error.
15131 Use char because int might match the return type of a GCC
15132 builtin and then its argument prototype would still apply. */
15145 for ac_lib
in '' socket
; do
15146 if test -z "$ac_lib"; then
15147 ac_res
="none required"
15150 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15152 if ac_fn_c_try_link
"$LINENO"; then :
15153 ac_cv_search_connect
=$ac_res
15155 rm -f core conftest.err conftest.
$ac_objext \
15157 if ${ac_cv_search_connect+:} false
; then :
15161 if ${ac_cv_search_connect+:} false
; then :
15164 ac_cv_search_connect
=no
15166 rm conftest.
$ac_ext
15167 LIBS
=$ac_func_search_save_LIBS
15169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15170 $as_echo "$ac_cv_search_connect" >&6; }
15171 ac_res
=$ac_cv_search_connect
15172 if test "$ac_res" != no
; then :
15173 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15179 $as_echo_n "checking for library containing inet_aton... " >&6; }
15180 if ${ac_cv_search_inet_aton+:} false
; then :
15181 $as_echo_n "(cached) " >&6
15183 ac_func_search_save_LIBS
=$LIBS
15184 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15185 /* end confdefs.h. */
15187 /* Override any GCC internal prototype to avoid an error.
15188 Use char because int might match the return type of a GCC
15189 builtin and then its argument prototype would still apply. */
15197 return inet_aton ();
15202 for ac_lib
in '' resolv
; do
15203 if test -z "$ac_lib"; then
15204 ac_res
="none required"
15207 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15209 if ac_fn_c_try_link
"$LINENO"; then :
15210 ac_cv_search_inet_aton
=$ac_res
15212 rm -f core conftest.err conftest.
$ac_objext \
15214 if ${ac_cv_search_inet_aton+:} false
; then :
15218 if ${ac_cv_search_inet_aton+:} false
; then :
15221 ac_cv_search_inet_aton
=no
15223 rm conftest.
$ac_ext
15224 LIBS
=$ac_func_search_save_LIBS
15226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15227 $as_echo "$ac_cv_search_inet_aton" >&6; }
15228 ac_res
=$ac_cv_search_inet_aton
15229 if test "$ac_res" != no
; then :
15230 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15250 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15251 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15252 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15253 cat >>confdefs.h
<<_ACEOF
15254 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15263 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15264 if ${ac_cv_search_clock_gettime+:} false
; then :
15265 $as_echo_n "(cached) " >&6
15267 ac_func_search_save_LIBS
=$LIBS
15268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15269 /* end confdefs.h. */
15271 /* Override any GCC internal prototype to avoid an error.
15272 Use char because int might match the return type of a GCC
15273 builtin and then its argument prototype would still apply. */
15277 char clock_gettime ();
15281 return clock_gettime ();
15286 for ac_lib
in '' rt
; do
15287 if test -z "$ac_lib"; then
15288 ac_res
="none required"
15291 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15293 if ac_fn_c_try_link
"$LINENO"; then :
15294 ac_cv_search_clock_gettime
=$ac_res
15296 rm -f core conftest.err conftest.
$ac_objext \
15298 if ${ac_cv_search_clock_gettime+:} false
; then :
15302 if ${ac_cv_search_clock_gettime+:} false
; then :
15305 ac_cv_search_clock_gettime
=no
15307 rm conftest.
$ac_ext
15308 LIBS
=$ac_func_search_save_LIBS
15310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15311 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15312 ac_res
=$ac_cv_search_clock_gettime
15313 if test "$ac_res" != no
; then :
15314 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15316 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15318 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15326 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15328 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15330 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15332 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15333 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15334 $as_echo_n "(cached) " >&6
15336 ac_check_lib_save_LIBS
=$LIBS
15337 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15339 /* end confdefs.h. */
15341 /* Override any GCC internal prototype to avoid an error.
15342 Use char because int might match the return type of a GCC
15343 builtin and then its argument prototype would still apply. */
15347 char ldap_initialize ();
15351 return ldap_initialize ();
15356 if ac_fn_c_try_link
"$LINENO"; then :
15357 ac_cv_lib_ldap_r_ldap_initialize
=yes
15359 ac_cv_lib_ldap_r_ldap_initialize
=no
15361 rm -f core conftest.err conftest.
$ac_objext \
15362 conftest
$ac_exeext conftest.
$ac_ext
15363 LIBS
=$ac_check_lib_save_LIBS
15365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15366 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15367 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15369 $as_echo_n "checking for ber_init in -llber... " >&6; }
15370 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15371 $as_echo_n "(cached) " >&6
15373 ac_check_lib_save_LIBS
=$LIBS
15374 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15375 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15376 /* end confdefs.h. */
15378 /* Override any GCC internal prototype to avoid an error.
15379 Use char because int might match the return type of a GCC
15380 builtin and then its argument prototype would still apply. */
15388 return ber_init ();
15393 if ac_fn_c_try_link
"$LINENO"; then :
15394 ac_cv_lib_lber_ber_init
=yes
15396 ac_cv_lib_lber_ber_init
=no
15398 rm -f core conftest.err conftest.
$ac_objext \
15399 conftest
$ac_exeext conftest.
$ac_ext
15400 LIBS
=$ac_check_lib_save_LIBS
15402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15403 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15404 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15406 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15408 LDAP_LIBS
="-lldap_r -llber"
15415 ac_wine_check_funcs_save_LIBS
="$LIBS"
15416 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15418 ldap_count_references \
15419 ldap_first_reference \
15420 ldap_next_reference \
15421 ldap_parse_reference \
15422 ldap_parse_sort_control \
15423 ldap_parse_sortresponse_control \
15424 ldap_parse_vlv_control \
15425 ldap_parse_vlvresponse_control
15427 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15428 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15429 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15430 cat >>confdefs.h
<<_ACEOF
15431 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15437 LIBS
="$ac_wine_check_funcs_save_LIBS"
15439 if test "x$LDAP_LIBS" = "x"; then :
15440 case "x$with_ldap" in
15441 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15443 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15444 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15449 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15450 if ${wine_cv_one_arg_mkdir+:} false
; then :
15451 $as_echo_n "(cached) " >&6
15453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15454 /* end confdefs.h. */
15455 #include <sys/stat.h>
15464 if ac_fn_c_try_compile
"$LINENO"; then :
15465 wine_cv_one_arg_mkdir
=yes
15467 wine_cv_one_arg_mkdir
=no
15469 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15472 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15473 if test "$wine_cv_one_arg_mkdir" = "yes"
15476 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15481 $as_echo_n "checking for sched_setaffinity... " >&6; }
15482 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15483 $as_echo_n "(cached) " >&6
15485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15486 /* end confdefs.h. */
15487 #define _GNU_SOURCE
15492 sched_setaffinity(0, 0, 0);
15497 if ac_fn_c_try_link
"$LINENO"; then :
15498 wine_cv_have_sched_setaffinity
=yes
15500 wine_cv_have_sched_setaffinity
=no
15502 rm -f core conftest.err conftest.
$ac_objext \
15503 conftest
$ac_exeext conftest.
$ac_ext
15505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15506 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15507 if test "$wine_cv_have_sched_setaffinity" = "yes"
15510 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15515 $as_echo_n "checking for fallocate... " >&6; }
15516 if ${wine_cv_have_fallocate+:} false
; then :
15517 $as_echo_n "(cached) " >&6
15519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15520 /* end confdefs.h. */
15521 #define _GNU_SOURCE
15526 fallocate(-1, 0, 0, 0);
15531 if ac_fn_c_try_link
"$LINENO"; then :
15532 wine_cv_have_fallocate
=yes
15534 wine_cv_have_fallocate
=no
15536 rm -f core conftest.err conftest.
$ac_objext \
15537 conftest
$ac_exeext conftest.
$ac_ext
15539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15540 $as_echo "$wine_cv_have_fallocate" >&6; }
15541 if test "$wine_cv_have_fallocate" = "yes"
15544 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15550 $as_echo_n "checking for inline... " >&6; }
15551 if ${ac_cv_c_inline+:} false
; then :
15552 $as_echo_n "(cached) " >&6
15555 for ac_kw
in inline __inline__ __inline
; do
15556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15557 /* end confdefs.h. */
15558 #ifndef __cplusplus
15560 static $ac_kw foo_t static_foo () {return 0; }
15561 $ac_kw foo_t foo () {return 0; }
15565 if ac_fn_c_try_compile
"$LINENO"; then :
15566 ac_cv_c_inline
=$ac_kw
15568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15569 test "$ac_cv_c_inline" != no
&& break
15573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15574 $as_echo "$ac_cv_c_inline" >&6; }
15576 case $ac_cv_c_inline in
15579 case $ac_cv_c_inline in
15581 *) ac_val
=$ac_cv_c_inline;;
15583 cat >>confdefs.h
<<_ACEOF
15584 #ifndef __cplusplus
15585 #define inline $ac_val
15591 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15592 if test "x$ac_cv_type_mode_t" = xyes
; then :
15594 cat >>confdefs.h
<<_ACEOF
15595 #define HAVE_MODE_T 1
15600 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15601 if test "x$ac_cv_type_off_t" = xyes
; then :
15603 cat >>confdefs.h
<<_ACEOF
15604 #define HAVE_OFF_T 1
15609 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15610 if test "x$ac_cv_type_pid_t" = xyes
; then :
15612 cat >>confdefs.h
<<_ACEOF
15613 #define HAVE_PID_T 1
15618 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15619 if test "x$ac_cv_type_size_t" = xyes
; then :
15621 cat >>confdefs.h
<<_ACEOF
15622 #define HAVE_SIZE_T 1
15627 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15628 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15630 cat >>confdefs.h
<<_ACEOF
15631 #define HAVE_SSIZE_T 1
15636 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15637 if test "x$ac_cv_type_long_long" = xyes
; then :
15639 cat >>confdefs.h
<<_ACEOF
15640 #define HAVE_LONG_LONG 1
15645 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15646 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15648 cat >>confdefs.h
<<_ACEOF
15649 #define HAVE_FSBLKCNT_T 1
15654 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15655 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15657 cat >>confdefs.h
<<_ACEOF
15658 #define HAVE_FSFILCNT_T 1
15664 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15665 #include <signal.h>
15667 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15669 cat >>confdefs.h
<<_ACEOF
15670 #define HAVE_SIGSET_T 1
15676 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15678 if test "x$ac_cv_type_request_sense" = xyes
; then :
15680 cat >>confdefs.h
<<_ACEOF
15681 #define HAVE_REQUEST_SENSE 1
15688 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15689 #ifdef HAVE_SYS_SOCKET_H
15690 #include <sys/socket.h>
15692 #ifdef HAVE_SYS_SOCKETVAR_H
15693 #include <sys/socketvar.h>
15695 #ifdef HAVE_NET_ROUTE_H
15696 #include <net/route.h>
15698 #ifdef HAVE_NETINET_IN_H
15699 #include <netinet/in.h>
15701 #ifdef HAVE_NETINET_IN_SYSTM_H
15702 #include <netinet/in_systm.h>
15704 #ifdef HAVE_NETINET_IP_H
15705 #include <netinet/ip.h>
15707 #ifdef HAVE_NETINET_IN_PCB_H
15708 #include <netinet/in_pcb.h>
15711 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15713 cat >>confdefs.h
<<_ACEOF
15714 #define HAVE_STRUCT_XINPGEN 1
15721 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15724 #ifdef HAVE_SYS_LINK_H
15725 #include <sys/link.h>
15728 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15730 cat >>confdefs.h
<<_ACEOF
15731 #define HAVE_STRUCT_R_DEBUG 1
15736 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15739 #ifdef HAVE_SYS_LINK_H
15740 #include <sys/link.h>
15743 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15745 cat >>confdefs.h
<<_ACEOF
15746 #define HAVE_STRUCT_LINK_MAP 1
15753 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15754 #include <linux/input.h>
15757 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15759 cat >>confdefs.h
<<_ACEOF
15760 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15768 $as_echo_n "checking for sigaddset... " >&6; }
15769 if ${wine_cv_have_sigaddset+:} false
; then :
15770 $as_echo_n "(cached) " >&6
15772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15773 /* end confdefs.h. */
15774 #include <signal.h>
15778 sigset_t set; sigaddset(&set,SIGTERM);
15783 if ac_fn_c_try_link
"$LINENO"; then :
15784 wine_cv_have_sigaddset
=yes
15786 wine_cv_have_sigaddset
=no
15788 rm -f core conftest.err conftest.
$ac_objext \
15789 conftest
$ac_exeext conftest.
$ac_ext
15791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15792 $as_echo "$wine_cv_have_sigaddset" >&6; }
15793 if test "$wine_cv_have_sigaddset" = "yes"
15796 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15802 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15803 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15804 $as_echo_n "(cached) " >&6
15806 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15807 /* end confdefs.h. */
15815 struct hostent *result;
15822 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15823 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15829 if ac_fn_c_try_link
"$LINENO"; then :
15830 wine_cv_linux_gethostbyname_r_6
=yes
15832 wine_cv_linux_gethostbyname_r_6
=no
15835 rm -f core conftest.err conftest.
$ac_objext \
15836 conftest
$ac_exeext conftest.
$ac_ext
15839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15840 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15841 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15844 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15848 if test "$ac_cv_header_linux_joystick_h" = "yes"
15850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15851 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15852 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15853 $as_echo_n "(cached) " >&6
15855 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15856 /* end confdefs.h. */
15858 #include <sys/ioctl.h>
15859 #include <sys/types.h>
15860 #include <linux/joystick.h>
15862 struct js_event blub;
15863 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15864 #error "no 2.2 header"
15875 if ac_fn_c_try_compile
"$LINENO"; then :
15876 wine_cv_linux_joystick_22_api
=yes
15878 wine_cv_linux_joystick_22_api
=no
15880 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15884 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15885 if test "$wine_cv_linux_joystick_22_api" = "yes"
15888 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15894 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15895 #ifdef HAVE_SYS_PARAM_H
15896 # include <sys/param.h>
15898 #ifdef HAVE_SYS_MOUNT_H
15899 # include <sys/mount.h>
15901 #ifdef HAVE_SYS_VFS_H
15902 # include <sys/vfs.h>
15904 #ifdef HAVE_SYS_STATFS_H
15905 # include <sys/statfs.h>
15908 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15910 cat >>confdefs.h
<<_ACEOF
15911 #define HAVE_STRUCT_STATFS_F_BFREE 1
15916 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15917 #ifdef HAVE_SYS_PARAM_H
15918 # include <sys/param.h>
15920 #ifdef HAVE_SYS_MOUNT_H
15921 # include <sys/mount.h>
15923 #ifdef HAVE_SYS_VFS_H
15924 # include <sys/vfs.h>
15926 #ifdef HAVE_SYS_STATFS_H
15927 # include <sys/statfs.h>
15930 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15932 cat >>confdefs.h
<<_ACEOF
15933 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15938 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15939 #ifdef HAVE_SYS_PARAM_H
15940 # include <sys/param.h>
15942 #ifdef HAVE_SYS_MOUNT_H
15943 # include <sys/mount.h>
15945 #ifdef HAVE_SYS_VFS_H
15946 # include <sys/vfs.h>
15948 #ifdef HAVE_SYS_STATFS_H
15949 # include <sys/statfs.h>
15952 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15954 cat >>confdefs.h
<<_ACEOF
15955 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15960 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15961 #ifdef HAVE_SYS_PARAM_H
15962 # include <sys/param.h>
15964 #ifdef HAVE_SYS_MOUNT_H
15965 # include <sys/mount.h>
15967 #ifdef HAVE_SYS_VFS_H
15968 # include <sys/vfs.h>
15970 #ifdef HAVE_SYS_STATFS_H
15971 # include <sys/statfs.h>
15974 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15976 cat >>confdefs.h
<<_ACEOF
15977 #define HAVE_STRUCT_STATFS_F_FFREE 1
15982 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15983 #ifdef HAVE_SYS_PARAM_H
15984 # include <sys/param.h>
15986 #ifdef HAVE_SYS_MOUNT_H
15987 # include <sys/mount.h>
15989 #ifdef HAVE_SYS_VFS_H
15990 # include <sys/vfs.h>
15992 #ifdef HAVE_SYS_STATFS_H
15993 # include <sys/statfs.h>
15996 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15998 cat >>confdefs.h
<<_ACEOF
15999 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16004 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16005 #ifdef HAVE_SYS_PARAM_H
16006 # include <sys/param.h>
16008 #ifdef HAVE_SYS_MOUNT_H
16009 # include <sys/mount.h>
16011 #ifdef HAVE_SYS_VFS_H
16012 # include <sys/vfs.h>
16014 #ifdef HAVE_SYS_STATFS_H
16015 # include <sys/statfs.h>
16018 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16020 cat >>confdefs.h
<<_ACEOF
16021 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16028 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16029 #include <sys/statvfs.h>
16032 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16034 cat >>confdefs.h
<<_ACEOF
16035 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16042 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16043 #include <dirent.h>
16046 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16048 cat >>confdefs.h
<<_ACEOF
16049 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16056 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16057 #ifdef HAVE_SYS_SOCKET_H
16058 # include <sys/socket.h>
16060 #ifdef HAVE_SYS_UN_H
16061 # include <sys/un.h>
16064 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16066 cat >>confdefs.h
<<_ACEOF
16067 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16072 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16073 #ifdef HAVE_SYS_SOCKET_H
16074 # include <sys/socket.h>
16076 #ifdef HAVE_SYS_UN_H
16077 # include <sys/un.h>
16080 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16082 cat >>confdefs.h
<<_ACEOF
16083 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16088 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16089 #ifdef HAVE_SYS_SOCKET_H
16090 # include <sys/socket.h>
16092 #ifdef HAVE_SYS_UN_H
16093 # include <sys/un.h>
16096 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16098 cat >>confdefs.h
<<_ACEOF
16099 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16106 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16107 #ifdef HAVE_SCSI_SG_H
16108 #include <scsi/sg.h>
16111 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16113 cat >>confdefs.h
<<_ACEOF
16114 #define HAVE_SCSIREQ_T_CMD 1
16119 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>
16120 #ifdef HAVE_SCSI_SG_H
16121 #include <scsi/sg.h>
16124 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16126 cat >>confdefs.h
<<_ACEOF
16127 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16134 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16136 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16138 cat >>confdefs.h
<<_ACEOF
16139 #define HAVE_SIGINFO_T_SI_FD 1
16146 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16147 #ifdef HAVE_SYS_MTIO_H
16148 #include <sys/mtio.h>
16151 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16153 cat >>confdefs.h
<<_ACEOF
16154 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16159 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16160 #ifdef HAVE_SYS_MTIO_H
16161 #include <sys/mtio.h>
16164 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16166 cat >>confdefs.h
<<_ACEOF
16167 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16172 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16173 #ifdef HAVE_SYS_MTIO_H
16174 #include <sys/mtio.h>
16177 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16179 cat >>confdefs.h
<<_ACEOF
16180 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16187 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16188 #include <getopt.h>
16191 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16193 cat >>confdefs.h
<<_ACEOF
16194 #define HAVE_STRUCT_OPTION_NAME 1
16201 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16202 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16204 cat >>confdefs.h
<<_ACEOF
16205 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16210 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16211 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16213 cat >>confdefs.h
<<_ACEOF
16214 #define HAVE_STRUCT_STAT_ST_MTIM 1
16219 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16220 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16222 cat >>confdefs.h
<<_ACEOF
16223 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16228 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16229 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16231 cat >>confdefs.h
<<_ACEOF
16232 #define HAVE_STRUCT_STAT_ST_CTIM 1
16237 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16238 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16240 cat >>confdefs.h
<<_ACEOF
16241 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16246 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16247 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16249 cat >>confdefs.h
<<_ACEOF
16250 #define HAVE_STRUCT_STAT_ST_ATIM 1
16255 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16256 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16258 cat >>confdefs.h
<<_ACEOF
16259 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16264 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16265 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16267 cat >>confdefs.h
<<_ACEOF
16268 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16273 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16274 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16276 cat >>confdefs.h
<<_ACEOF
16277 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16282 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16283 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16285 cat >>confdefs.h
<<_ACEOF
16286 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16291 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16292 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16294 cat >>confdefs.h
<<_ACEOF
16295 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16300 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16301 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16303 cat >>confdefs.h
<<_ACEOF
16304 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16311 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
16312 #include <sys/types.h>
16314 #ifdef HAVE_NETINET_IN_H
16315 #include <netinet/in.h>
16318 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16320 cat >>confdefs.h
<<_ACEOF
16321 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16328 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16329 #include <resolv.h>
16332 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16334 cat >>confdefs.h
<<_ACEOF
16335 #define HAVE_STRUCT___RES_STATE 1
16342 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
16343 #include <resolv.h>
16346 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16348 cat >>confdefs.h
<<_ACEOF
16349 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16356 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16357 #include <sys/types.h>
16359 #ifdef HAVE_NETINET_IN_H
16360 # include <netinet/in.h>
16362 #ifdef HAVE_ARPA_NAMESER_H
16363 # include <arpa/nameser.h>
16366 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16368 cat >>confdefs.h
<<_ACEOF
16369 #define HAVE_NS_MSG__MSG_PTR 1
16376 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16377 #include <sys/types.h>
16379 #ifdef HAVE_NETINET_IP_H
16380 #include <netinet/ip.h>
16382 #ifdef HAVE_NETINET_IP_ICMP_H
16383 #include <netinet/ip_icmp.h>
16385 #ifdef HAVE_NETINET_ICMP_VAR_H
16386 #include <netinet/icmp_var.h>
16389 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16391 cat >>confdefs.h
<<_ACEOF
16392 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16399 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16400 #include <sys/types.h>
16402 #ifdef HAVE_ALIAS_H
16405 #ifdef HAVE_SYS_SOCKET_H
16406 #include <sys/socket.h>
16408 #ifdef HAVE_SYS_SOCKETVAR_H
16409 #include <sys/socketvar.h>
16411 #ifdef HAVE_SYS_TIMEOUT_H
16412 #include <sys/timeout.h>
16414 #ifdef HAVE_NETINET_IN_H
16415 #include <netinet/in.h>
16417 #ifdef HAVE_NETINET_IN_SYSTM_H
16418 #include <netinet/in_systm.h>
16420 #ifdef HAVE_NETINET_IP_H
16421 #include <netinet/ip.h>
16423 #ifdef HAVE_NETINET_IP_VAR_H
16424 #include <netinet/ip_var.h>
16426 #ifdef HAVE_NETINET_IP_ICMP_H
16427 #include <netinet/ip_icmp.h>
16429 #ifdef HAVE_NETINET_ICMP_VAR_H
16430 #include <netinet/icmp_var.h>
16433 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16435 cat >>confdefs.h
<<_ACEOF
16436 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16443 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16444 #include <sys/types.h>
16446 #ifdef HAVE_SYS_SOCKETVAR_H
16447 #include <sys/socketvar.h>
16449 #ifdef HAVE_NETINET_IN_H
16450 #include <netinet/in.h>
16452 #ifdef HAVE_NETINET_IP_VAR_H
16453 #include <netinet/ip_var.h>
16456 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16458 cat >>confdefs.h
<<_ACEOF
16459 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16466 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
16467 #include <netinet/ip_var.h>
16470 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16472 cat >>confdefs.h
<<_ACEOF
16473 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16480 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16481 #include <sys/types.h>
16483 #ifdef HAVE_SYS_SOCKETVAR_H
16484 #include <sys/socketvar.h>
16486 #ifdef HAVE_NETINET_IN_H
16487 #include <netinet/in.h>
16489 #ifdef HAVE_NETINET_TCP_H
16490 #include <netinet/tcp.h>
16492 #ifdef HAVE_NETINET_TCP_VAR_H
16493 #include <netinet/tcp_var.h>
16496 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16498 cat >>confdefs.h
<<_ACEOF
16499 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16506 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
16507 #include <netinet/tcp_var.h>
16510 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16512 cat >>confdefs.h
<<_ACEOF
16513 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16520 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16521 #include <sys/types.h>
16523 #ifdef HAVE_NETINET_IN_H
16524 #include <netinet/in.h>
16526 #ifdef HAVE_NETINET_IP_VAR_H
16527 #include <netinet/ip_var.h>
16529 #ifdef HAVE_NETINET_UDP_H
16530 #include <netinet/udp.h>
16532 #ifdef HAVE_NETINET_UDP_VAR_H
16533 #include <netinet/udp_var.h>
16536 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16538 cat >>confdefs.h
<<_ACEOF
16539 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16546 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16547 #include <sys/types.h>
16549 #ifdef HAVE_NET_IF_H
16550 # include <net/if.h>
16553 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16555 cat >>confdefs.h
<<_ACEOF
16556 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16564 $as_echo_n "checking for timezone variable... " >&6; }
16565 if ${ac_cv_have_timezone+:} false
; then :
16566 $as_echo_n "(cached) " >&6
16568 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16569 /* end confdefs.h. */
16579 if ac_fn_c_try_link
"$LINENO"; then :
16580 ac_cv_have_timezone
="yes"
16582 ac_cv_have_timezone
="no"
16584 rm -f core conftest.err conftest.
$ac_objext \
16585 conftest
$ac_exeext conftest.
$ac_ext
16587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16588 $as_echo "$ac_cv_have_timezone" >&6; }
16589 if test "$ac_cv_have_timezone" = "yes"
16592 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16596 $as_echo_n "checking for daylight variable... " >&6; }
16597 if ${ac_cv_have_daylight+:} false
; then :
16598 $as_echo_n "(cached) " >&6
16600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16601 /* end confdefs.h. */
16611 if ac_fn_c_try_link
"$LINENO"; then :
16612 ac_cv_have_daylight
="yes"
16614 ac_cv_have_daylight
="no"
16616 rm -f core conftest.err conftest.
$ac_objext \
16617 conftest
$ac_exeext conftest.
$ac_ext
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16620 $as_echo "$ac_cv_have_daylight" >&6; }
16621 if test "$ac_cv_have_daylight" = "yes"
16624 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16628 ac_save_LIBS
="$LIBS"
16630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16631 $as_echo_n "checking for isfinite... " >&6; }
16632 if ${ac_cv_have_isfinite+:} false
; then :
16633 $as_echo_n "(cached) " >&6
16635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16636 /* end confdefs.h. */
16637 #define _GNU_SOURCE
16642 float f = 0.0; return isfinite(f)
16647 if ac_fn_c_try_link
"$LINENO"; then :
16648 ac_cv_have_isfinite
="yes"
16650 ac_cv_have_isfinite
="no"
16652 rm -f core conftest.err conftest.
$ac_objext \
16653 conftest
$ac_exeext conftest.
$ac_ext
16655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16656 $as_echo "$ac_cv_have_isfinite" >&6; }
16657 if test "$ac_cv_have_isfinite" = "yes"
16660 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16665 $as_echo_n "checking for isinf... " >&6; }
16666 if ${ac_cv_have_isinf+:} false
; then :
16667 $as_echo_n "(cached) " >&6
16669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16670 /* end confdefs.h. */
16675 float f = 0.0; return isinf(f)
16680 if ac_fn_c_try_link
"$LINENO"; then :
16681 ac_cv_have_isinf
="yes"
16683 ac_cv_have_isinf
="no"
16685 rm -f core conftest.err conftest.
$ac_objext \
16686 conftest
$ac_exeext conftest.
$ac_ext
16688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16689 $as_echo "$ac_cv_have_isinf" >&6; }
16690 if test "$ac_cv_have_isinf" = "yes"
16693 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16698 $as_echo_n "checking for isnan... " >&6; }
16699 if ${ac_cv_have_isnan+:} false
; then :
16700 $as_echo_n "(cached) " >&6
16702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16703 /* end confdefs.h. */
16708 float f = 0.0; return isnan(f)
16713 if ac_fn_c_try_link
"$LINENO"; then :
16714 ac_cv_have_isnan
="yes"
16716 ac_cv_have_isnan
="no"
16718 rm -f core conftest.err conftest.
$ac_objext \
16719 conftest
$ac_exeext conftest.
$ac_ext
16721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16722 $as_echo "$ac_cv_have_isnan" >&6; }
16723 if test "$ac_cv_have_isnan" = "yes"
16726 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16755 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16756 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16757 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16758 cat >>confdefs.h
<<_ACEOF
16759 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16765 LIBS
="$ac_save_LIBS"
16767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16768 $as_echo_n "checking for __builtin_clz... " >&6; }
16769 if ${ac_cv_have___builtin_clz+:} false
; then :
16770 $as_echo_n "(cached) " >&6
16772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16773 /* end confdefs.h. */
16778 return __builtin_clz(1)
16783 if ac_fn_c_try_link
"$LINENO"; then :
16784 ac_cv_have___builtin_clz
="yes"
16786 ac_cv_have___builtin_clz
="no"
16788 rm -f core conftest.err conftest.
$ac_objext \
16789 conftest
$ac_exeext conftest.
$ac_ext
16791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16792 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16793 if test "$ac_cv_have___builtin_clz" = "yes"
16796 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16802 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16803 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16804 if ${ac_cv_cpp_def___i386__+:} false
; then :
16805 $as_echo_n "(cached) " >&6
16807 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16808 /* end confdefs.h. */
16813 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16814 $EGREP "yes" >/dev
/null
2>&1; then :
16815 ac_cv_cpp_def___i386__
=yes
16817 ac_cv_cpp_def___i386__
=no
16822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16823 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16824 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16825 CFLAGS
="$CFLAGS -D__i386__"
16826 LINTFLAGS
="$LINTFLAGS -D__i386__"
16828 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16829 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16830 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16831 $as_echo_n "(cached) " >&6
16833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16834 /* end confdefs.h. */
16839 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16840 $EGREP "yes" >/dev
/null
2>&1; then :
16841 ac_cv_cpp_def___x86_64__
=yes
16843 ac_cv_cpp_def___x86_64__
=no
16848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16849 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16850 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16851 CFLAGS
="$CFLAGS -D__x86_64__"
16852 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16854 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16855 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16856 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16857 $as_echo_n "(cached) " >&6
16859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16860 /* end confdefs.h. */
16861 #ifndef __sparc64__
16865 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16866 $EGREP "yes" >/dev
/null
2>&1; then :
16867 ac_cv_cpp_def___sparc64__
=yes
16869 ac_cv_cpp_def___sparc64__
=no
16874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16875 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16876 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16877 CFLAGS
="$CFLAGS -D__sparc64__"
16878 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16880 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16881 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16882 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16883 $as_echo_n "(cached) " >&6
16885 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16886 /* end confdefs.h. */
16891 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16892 $EGREP "yes" >/dev
/null
2>&1; then :
16893 ac_cv_cpp_def___sparc__
=yes
16895 ac_cv_cpp_def___sparc__
=no
16900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16901 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16902 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16903 CFLAGS
="$CFLAGS -D__sparc__"
16904 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16906 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16907 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16908 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16909 $as_echo_n "(cached) " >&6
16911 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16912 /* end confdefs.h. */
16913 #ifndef __powerpc64__
16917 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16918 $EGREP "yes" >/dev
/null
2>&1; then :
16919 ac_cv_cpp_def___powerpc64__
=yes
16921 ac_cv_cpp_def___powerpc64__
=no
16926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16927 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16928 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
16929 CFLAGS
="$CFLAGS -D__powerpc64__"
16930 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16932 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16933 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16934 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16935 $as_echo_n "(cached) " >&6
16937 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16938 /* end confdefs.h. */
16939 #ifndef __powerpc__
16943 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16944 $EGREP "yes" >/dev
/null
2>&1; then :
16945 ac_cv_cpp_def___powerpc__
=yes
16947 ac_cv_cpp_def___powerpc__
=no
16952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16953 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16954 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
16955 CFLAGS
="$CFLAGS -D__powerpc__"
16956 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16958 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16959 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16960 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16961 $as_echo_n "(cached) " >&6
16963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16964 /* end confdefs.h. */
16965 #ifndef __aarch64__
16969 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16970 $EGREP "yes" >/dev
/null
2>&1; then :
16971 ac_cv_cpp_def___aarch64__
=yes
16973 ac_cv_cpp_def___aarch64__
=no
16978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16979 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16980 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
16981 CFLAGS
="$CFLAGS -D__aarch64__"
16982 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16984 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16985 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16986 if ${ac_cv_cpp_def___arm__+:} false
; then :
16987 $as_echo_n "(cached) " >&6
16989 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16990 /* end confdefs.h. */
16995 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16996 $EGREP "yes" >/dev
/null
2>&1; then :
16997 ac_cv_cpp_def___arm__
=yes
16999 ac_cv_cpp_def___arm__
=no
17004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17005 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17006 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17007 CFLAGS
="$CFLAGS -D__arm__"
17008 LINTFLAGS
="$LINTFLAGS -D__arm__"
17012 case $host_vendor in
17013 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17014 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17015 if ${ac_cv_cpp_def___sun__+:} false
; then :
17016 $as_echo_n "(cached) " >&6
17018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17019 /* end confdefs.h. */
17024 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17025 $EGREP "yes" >/dev
/null
2>&1; then :
17026 ac_cv_cpp_def___sun__
=yes
17028 ac_cv_cpp_def___sun__
=no
17033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17034 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17035 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17036 CFLAGS
="$CFLAGS -D__sun__"
17037 LINTFLAGS
="$LINTFLAGS -D__sun__"
17045 ac_config_commands
="$ac_config_commands include/stamp-h"
17047 $as_echo_n "creating Makefile rules..." >&6
17049 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17050 SOCKET_LIBS = $SOCKET_LIBS
17051 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17052 IOKIT_LIBS = $IOKIT_LIBS
17053 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17054 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17055 CORESERVICES_LIBS = $CORESERVICES_LIBS
17056 APPKIT_LIBS = $APPKIT_LIBS
17057 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17058 SECURITY_LIBS = $SECURITY_LIBS
17059 COREAUDIO_LIBS = $COREAUDIO_LIBS
17060 OPENAL_LIBS = $OPENAL_LIBS
17061 OPENCL_LIBS = $OPENCL_LIBS
17062 QUICKTIME_LIBS = $QUICKTIME_LIBS
17063 CARBON_LIBS = $CARBON_LIBS
17064 PTHREAD_LIBS = $PTHREAD_LIBS
17065 X_CFLAGS = $X_CFLAGS
17066 X_PRE_LIBS = $X_PRE_LIBS
17068 X_EXTRA_LIBS = $X_EXTRA_LIBS
17069 XML2_CFLAGS = $XML2_CFLAGS
17070 XML2_LIBS = $XML2_LIBS
17071 XSLT_CFLAGS = $XSLT_CFLAGS
17072 XSLT_LIBS = $XSLT_LIBS
17073 DBUS_CFLAGS = $DBUS_CFLAGS
17074 DBUS_LIBS = $DBUS_LIBS
17075 HAL_CFLAGS = $HAL_CFLAGS
17076 HAL_LIBS = $HAL_LIBS
17077 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17078 GNUTLS_LIBS = $GNUTLS_LIBS
17079 SANE_CFLAGS = $SANE_CFLAGS
17080 SANE_LIBS = $SANE_LIBS
17081 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17082 GPHOTO2_LIBS = $GPHOTO2_LIBS
17083 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17084 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17085 RESOLV_LIBS = $RESOLV_LIBS
17086 LCMS2_CFLAGS = $LCMS2_CFLAGS
17087 LCMS2_LIBS = $LCMS2_LIBS
17088 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17089 FREETYPE_LIBS = $FREETYPE_LIBS
17091 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17092 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17093 GSTREAMER_LIBS = $GSTREAMER_LIBS
17094 ALSA_LIBS = $ALSA_LIBS
17095 OSS4_CFLAGS = $OSS4_CFLAGS
17096 CAPI20_CFLAGS = $CAPI20_CFLAGS
17097 CAPI20_LIBS = $CAPI20_LIBS
17098 CUPS_CFLAGS = $CUPS_CFLAGS
17099 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17100 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17101 JPEG_CFLAGS = $JPEG_CFLAGS
17102 JPEG_LIBS = $JPEG_LIBS
17103 PNG_CFLAGS = $PNG_CFLAGS
17104 PNG_LIBS = $PNG_LIBS
17105 TIFF_CFLAGS = $TIFF_CFLAGS
17106 TIFF_LIBS = $TIFF_LIBS
17107 MPG123_CFLAGS = $MPG123_CFLAGS
17108 MPG123_LIBS = $MPG123_LIBS
17109 KSTAT_LIBS = $KSTAT_LIBS
17110 PROCSTAT_LIBS = $PROCSTAT_LIBS
17112 POLL_LIBS = $POLL_LIBS
17114 LDAP_LIBS = $LDAP_LIBS
17119 wine_fn_append_rule
"
17120 # Rules automatically generated by configure
17122 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17127 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17128 @./config.status Make.tmp Makefile"
17130 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17131 .gitignore: config.status
17132 @./config.status .gitignore"
17134 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17135 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17137 if test "x$enable_fonts" != xno
; then
17138 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17139 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17140 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17141 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17142 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17143 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17145 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17146 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17147 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17148 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17149 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17150 wine_fn_config_symlink wine
17151 if test "x$enable_win64" != xno
; then
17152 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17153 wine_fn_config_symlink wine64
17156 wine_fn_config_dll acledit enable_acledit
17157 wine_fn_config_dll aclui enable_aclui implib
17158 wine_fn_config_dll activeds enable_activeds implib
17159 wine_fn_config_dll actxprxy enable_actxprxy clean
17160 wine_fn_config_lib adsiid
17161 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17162 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17163 wine_fn_config_dll advpack enable_advpack implib
17164 wine_fn_config_test dlls
/advpack
/tests advpack_test
17165 wine_fn_config_dll amstream enable_amstream clean
17166 wine_fn_config_test dlls
/amstream
/tests amstream_test
17167 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17168 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17169 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17170 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17171 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17172 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17173 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17174 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17175 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17176 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17177 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17178 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17179 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17180 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17181 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17182 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17183 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17184 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17185 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17186 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17187 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17188 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17189 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17190 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17191 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17192 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17193 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17194 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17195 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17196 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17197 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17198 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17199 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17200 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17201 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17202 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17203 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17204 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17205 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17206 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17207 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17208 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17209 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17210 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17211 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17212 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17213 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17214 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17215 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17216 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17217 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17218 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17219 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17220 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17221 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17222 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17223 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17224 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17225 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17226 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17227 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17228 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17229 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17230 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17231 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17232 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17233 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17234 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17235 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17236 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17237 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17238 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17239 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17240 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17241 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17242 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17243 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17244 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17245 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17246 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17247 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17248 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17249 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17250 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17251 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17252 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17253 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17254 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17255 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17256 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17257 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17258 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17259 wine_fn_config_dll apphelp enable_apphelp
17260 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17261 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17262 wine_fn_config_dll atl enable_atl clean
,implib
17263 wine_fn_config_test dlls
/atl
/tests atl_test
17264 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17265 wine_fn_config_test dlls
/atl100
/tests atl100_test
17266 wine_fn_config_dll atl110 enable_atl110 clean
17267 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17268 wine_fn_config_test dlls
/atl80
/tests atl80_test
17269 wine_fn_config_dll atl90 enable_atl90 clean
17270 wine_fn_config_dll authz enable_authz
17271 wine_fn_config_dll avicap32 enable_avicap32 implib
17272 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17273 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17274 wine_fn_config_dll avifile.dll16 enable_win16
17275 wine_fn_config_dll avrt enable_avrt implib
17276 wine_fn_config_dll bcrypt enable_bcrypt
17277 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17278 wine_fn_config_dll browseui enable_browseui clean
,po
17279 wine_fn_config_test dlls
/browseui
/tests browseui_test
17280 wine_fn_config_dll cabinet enable_cabinet implib
17281 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17282 wine_fn_config_dll capi2032 enable_capi2032 implib
17283 wine_fn_config_dll cards enable_cards implib
17284 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17285 wine_fn_config_dll clusapi enable_clusapi implib
17286 wine_fn_config_dll combase enable_combase
17287 wine_fn_config_test dlls
/combase
/tests combase_test
17288 wine_fn_config_dll comcat enable_comcat
17289 wine_fn_config_test dlls
/comcat
/tests comcat_test
17290 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17291 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17292 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17293 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17294 wine_fn_config_dll
comm.drv16 enable_win16
17295 wine_fn_config_dll commdlg.dll16 enable_win16
17296 wine_fn_config_dll compobj.dll16 enable_win16
17297 wine_fn_config_dll compstui enable_compstui implib
17298 wine_fn_config_dll comsvcs enable_comsvcs implib
17299 wine_fn_config_dll connect enable_connect
17300 wine_fn_config_dll credui enable_credui implib
,po
17301 wine_fn_config_test dlls
/credui
/tests credui_test
17302 wine_fn_config_dll crtdll enable_crtdll implib
17303 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17304 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17305 wine_fn_config_dll cryptdlg enable_cryptdlg po
17306 wine_fn_config_dll cryptdll enable_cryptdll implib
17307 wine_fn_config_dll cryptext enable_cryptext
17308 wine_fn_config_dll cryptnet enable_cryptnet implib
17309 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17310 wine_fn_config_dll cryptui enable_cryptui implib
,po
17311 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17312 wine_fn_config_dll ctapi32 enable_ctapi32
17313 wine_fn_config_dll ctl3d.dll16 enable_win16
17314 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17315 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17316 wine_fn_config_dll d2d1 enable_d2d1 implib
17317 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17318 wine_fn_config_dll d3d10 enable_d3d10 implib
17319 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17320 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17321 wine_fn_config_dll d3d10core enable_d3d10core implib
17322 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17323 wine_fn_config_dll d3d11 enable_d3d11 implib
17324 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17325 wine_fn_config_dll d3d8 enable_d3d8 implib
17326 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17327 wine_fn_config_dll d3d9 enable_d3d9 implib
17328 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17329 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17330 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17331 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17332 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17333 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17334 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17335 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17336 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17337 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17338 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17339 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17340 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17341 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17342 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17343 wine_fn_config_dll d3dim enable_d3dim implib
17344 wine_fn_config_dll d3drm enable_d3drm implib
17345 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17346 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17347 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17348 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17349 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17350 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17351 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17352 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17353 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17354 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17355 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17356 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17357 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17358 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17359 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17360 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17361 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17362 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17363 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17364 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17365 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17366 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17367 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17368 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17369 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17370 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17371 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17372 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17373 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17374 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17375 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17376 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17377 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17378 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17379 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17380 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17381 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17382 wine_fn_config_dll davclnt enable_davclnt
17383 wine_fn_config_dll dbgeng enable_dbgeng implib
17384 wine_fn_config_dll dbghelp enable_dbghelp implib
17385 wine_fn_config_dll dciman32 enable_dciman32 implib
17386 wine_fn_config_dll ddeml.dll16 enable_win16
17387 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17388 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17389 wine_fn_config_dll ddrawex enable_ddrawex clean
17390 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17391 wine_fn_config_dll devenum enable_devenum clean
,po
17392 wine_fn_config_test dlls
/devenum
/tests devenum_test
17393 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17394 wine_fn_config_dll difxapi enable_difxapi
17395 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17396 wine_fn_config_test dlls
/dinput
/tests dinput_test
17397 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17398 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17399 wine_fn_config_dll dispdib.dll16 enable_win16
17400 wine_fn_config_dll dispex enable_dispex clean
17401 wine_fn_config_test dlls
/dispex
/tests dispex_test
17402 wine_fn_config_dll display.drv16 enable_win16
17403 wine_fn_config_dll dmband enable_dmband clean
17404 wine_fn_config_test dlls
/dmband
/tests dmband_test
17405 wine_fn_config_dll dmcompos enable_dmcompos clean
17406 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17407 wine_fn_config_dll dmime enable_dmime clean
17408 wine_fn_config_test dlls
/dmime
/tests dmime_test
17409 wine_fn_config_dll dmloader enable_dmloader clean
17410 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17411 wine_fn_config_dll dmscript enable_dmscript clean
17412 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17413 wine_fn_config_dll dmstyle enable_dmstyle clean
17414 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17415 wine_fn_config_dll dmsynth enable_dmsynth clean
17416 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17417 wine_fn_config_dll dmusic enable_dmusic clean
17418 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17419 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17420 wine_fn_config_dll dnsapi enable_dnsapi implib
17421 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17422 wine_fn_config_dll dplay enable_dplay implib
17423 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17424 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17425 wine_fn_config_dll dpnaddr enable_dpnaddr
17426 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17427 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17428 wine_fn_config_dll dpnhpast enable_dpnhpast
17429 wine_fn_config_dll dpnlobby enable_dpnlobby
17430 wine_fn_config_dll dpvoice enable_dpvoice clean
17431 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17432 wine_fn_config_dll dpwsockx enable_dpwsockx
17433 wine_fn_config_dll drmclien enable_drmclien
17434 wine_fn_config_dll dsound enable_dsound clean
,implib
17435 wine_fn_config_test dlls
/dsound
/tests dsound_test
17436 wine_fn_config_dll dssenh enable_dssenh
17437 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17438 wine_fn_config_dll dswave enable_dswave clean
17439 wine_fn_config_test dlls
/dswave
/tests dswave_test
17440 wine_fn_config_dll dwmapi enable_dwmapi implib
17441 wine_fn_config_dll dwrite enable_dwrite implib
17442 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17443 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17444 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17445 wine_fn_config_lib dxerr8
17446 wine_fn_config_lib dxerr9
17447 wine_fn_config_dll dxgi enable_dxgi implib
17448 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17449 wine_fn_config_lib dxguid
17450 wine_fn_config_dll dxva2 enable_dxva2
17451 wine_fn_config_dll esent enable_esent
17452 wine_fn_config_dll evr enable_evr
17453 wine_fn_config_dll explorerframe enable_explorerframe clean
17454 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17455 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17456 wine_fn_config_dll faultrep enable_faultrep implib
17457 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17458 wine_fn_config_dll fltlib enable_fltlib
17459 wine_fn_config_dll fntcache enable_fntcache
17460 wine_fn_config_dll fontsub enable_fontsub
17461 wine_fn_config_dll fusion enable_fusion
17462 wine_fn_config_test dlls
/fusion
/tests fusion_test
17463 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17464 wine_fn_config_dll gameux enable_gameux clean
17465 wine_fn_config_test dlls
/gameux
/tests gameux_test
17466 wine_fn_config_dll gdi.exe16 enable_win16
17467 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17468 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17469 wine_fn_config_dll gdiplus enable_gdiplus implib
17470 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17471 wine_fn_config_dll glu32 enable_glu32 implib
17472 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17473 wine_fn_config_dll gpkcsp enable_gpkcsp
17474 wine_fn_config_dll hal enable_hal
17475 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17476 wine_fn_config_dll hid enable_hid implib
17477 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17478 wine_fn_config_dll hlink enable_hlink clean
,implib
17479 wine_fn_config_test dlls
/hlink
/tests hlink_test
17480 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17481 wine_fn_config_dll httpapi enable_httpapi
17482 wine_fn_config_dll iccvid enable_iccvid po
17483 wine_fn_config_dll icmp enable_icmp
17484 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17485 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17486 wine_fn_config_dll ifsmgr.vxd enable_win16
17487 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17488 wine_fn_config_dll imagehlp enable_imagehlp implib
17489 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17490 wine_fn_config_dll imm.dll16 enable_win16
17491 wine_fn_config_dll imm32 enable_imm32 implib
17492 wine_fn_config_test dlls
/imm32
/tests imm32_test
17493 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17494 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17495 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17496 wine_fn_config_dll inetmib1 enable_inetmib1
17497 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17498 wine_fn_config_dll infosoft enable_infosoft clean
17499 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17500 wine_fn_config_dll initpki enable_initpki
17501 wine_fn_config_dll inkobj enable_inkobj
17502 wine_fn_config_dll inseng enable_inseng clean
17503 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17504 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17505 wine_fn_config_dll itircl enable_itircl
17506 wine_fn_config_dll itss enable_itss clean
17507 wine_fn_config_test dlls
/itss
/tests itss_test
17508 wine_fn_config_dll joy.cpl enable_joy_cpl po
17509 wine_fn_config_dll jscript enable_jscript clean
,po
17510 wine_fn_config_test dlls
/jscript
/tests jscript_test
17511 wine_fn_config_dll jsproxy enable_jsproxy implib
17512 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17513 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17514 wine_fn_config_dll keyboard.drv16 enable_win16
17515 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17516 wine_fn_config_dll ksuser enable_ksuser
17517 wine_fn_config_dll ktmw32 enable_ktmw32
17518 wine_fn_config_dll loadperf enable_loadperf implib
17519 wine_fn_config_dll localspl enable_localspl po
17520 wine_fn_config_test dlls
/localspl
/tests localspl_test
17521 wine_fn_config_dll localui enable_localui po
17522 wine_fn_config_test dlls
/localui
/tests localui_test
17523 wine_fn_config_dll lz32 enable_lz32 implib
17524 wine_fn_config_test dlls
/lz32
/tests lz32_test
17525 wine_fn_config_dll lzexpand.dll16 enable_win16
17526 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17527 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17528 wine_fn_config_dll mapistub enable_mapistub
17529 wine_fn_config_dll mciavi32 enable_mciavi32
17530 wine_fn_config_dll mcicda enable_mcicda
17531 wine_fn_config_dll mciqtz32 enable_mciqtz32
17532 wine_fn_config_dll mciseq enable_mciseq
17533 wine_fn_config_dll mciwave enable_mciwave
17534 wine_fn_config_dll mf enable_mf
17535 wine_fn_config_dll mfplat enable_mfplat
17536 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17537 wine_fn_config_dll mgmtapi enable_mgmtapi
17538 wine_fn_config_dll midimap enable_midimap
17539 wine_fn_config_dll mlang enable_mlang clean
,implib
17540 wine_fn_config_test dlls
/mlang
/tests mlang_test
17541 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17542 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17543 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17544 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17545 wine_fn_config_dll mmdevldr.vxd enable_win16
17546 wine_fn_config_dll mmsystem.dll16 enable_win16
17547 wine_fn_config_dll monodebg.vxd enable_win16
17548 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17549 wine_fn_config_dll mouse.drv16 enable_win16
17550 wine_fn_config_dll mpr enable_mpr implib
,po
17551 wine_fn_config_test dlls
/mpr
/tests mpr_test
17552 wine_fn_config_dll mprapi enable_mprapi implib
17553 wine_fn_config_dll msacm.dll16 enable_win16
17554 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17555 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17556 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17557 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17558 wine_fn_config_dll msasn1 enable_msasn1 implib
17559 wine_fn_config_dll mscat32 enable_mscat32
17560 wine_fn_config_dll mscms enable_mscms implib
17561 wine_fn_config_test dlls
/mscms
/tests mscms_test
17562 wine_fn_config_dll mscoree enable_mscoree clean
17563 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17564 wine_fn_config_dll msctf enable_msctf clean
17565 wine_fn_config_test dlls
/msctf
/tests msctf_test
17566 wine_fn_config_dll msctfp enable_msctfp clean
17567 wine_fn_config_dll msdaps enable_msdaps clean
17568 wine_fn_config_dll msdelta enable_msdelta
17569 wine_fn_config_dll msdmo enable_msdmo implib
17570 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17571 wine_fn_config_dll msftedit enable_msftedit
17572 wine_fn_config_dll msg711.acm enable_msg711_acm
17573 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17574 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17575 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17576 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17577 wine_fn_config_dll msi enable_msi clean
,implib
,po
17578 wine_fn_config_test dlls
/msi
/tests msi_test
17579 wine_fn_config_dll msident enable_msident clean
17580 wine_fn_config_dll msimg32 enable_msimg32 implib
17581 wine_fn_config_dll msimsg enable_msimsg
17582 wine_fn_config_dll msimtf enable_msimtf clean
17583 wine_fn_config_dll msisip enable_msisip
17584 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17585 wine_fn_config_dll msls31 enable_msls31
17586 wine_fn_config_dll msnet32 enable_msnet32
17587 wine_fn_config_dll mspatcha enable_mspatcha implib
17588 wine_fn_config_dll msrle32 enable_msrle32 po
17589 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17590 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17591 wine_fn_config_dll mssign32 enable_mssign32
17592 wine_fn_config_dll mssip32 enable_mssip32
17593 wine_fn_config_dll mstask enable_mstask clean
17594 wine_fn_config_test dlls
/mstask
/tests mstask_test
17595 wine_fn_config_dll msvcirt enable_msvcirt
17596 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17597 wine_fn_config_dll msvcm80 enable_msvcm80
17598 wine_fn_config_dll msvcm90 enable_msvcm90
17599 wine_fn_config_dll msvcp100 enable_msvcp100
17600 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17601 wine_fn_config_dll msvcp110 enable_msvcp110
17602 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17603 wine_fn_config_dll msvcp120 enable_msvcp120
17604 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17605 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17606 wine_fn_config_dll msvcp60 enable_msvcp60
17607 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17608 wine_fn_config_dll msvcp70 enable_msvcp70
17609 wine_fn_config_dll msvcp71 enable_msvcp71
17610 wine_fn_config_dll msvcp80 enable_msvcp80
17611 wine_fn_config_dll msvcp90 enable_msvcp90
17612 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17613 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17614 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17615 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17616 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17617 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17618 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17619 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17620 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17621 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17622 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17623 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17624 wine_fn_config_dll msvcrt enable_msvcrt implib
17625 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17626 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17627 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17628 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17629 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17630 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17631 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17632 wine_fn_config_dll msvidc32 enable_msvidc32 po
17633 wine_fn_config_dll msvideo.dll16 enable_win16
17634 wine_fn_config_dll mswsock enable_mswsock implib
17635 wine_fn_config_dll msxml enable_msxml clean
17636 wine_fn_config_dll msxml2 enable_msxml2 clean
17637 wine_fn_config_dll msxml3 enable_msxml3 clean
17638 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17639 wine_fn_config_dll msxml4 enable_msxml4 clean
17640 wine_fn_config_dll msxml6 enable_msxml6 clean
17641 wine_fn_config_dll nddeapi enable_nddeapi implib
17642 wine_fn_config_dll ndis.sys enable_ndis_sys
17643 wine_fn_config_dll netapi32 enable_netapi32 implib
17644 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17645 wine_fn_config_dll netcfgx enable_netcfgx clean
17646 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17647 wine_fn_config_dll netprofm enable_netprofm clean
17648 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17649 wine_fn_config_dll newdev enable_newdev implib
17650 wine_fn_config_dll normaliz enable_normaliz implib
17651 wine_fn_config_dll npmshtml enable_npmshtml
17652 wine_fn_config_dll npptools enable_npptools
17653 wine_fn_config_dll ntdll enable_ntdll implib
17654 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17655 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17656 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17657 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17658 wine_fn_config_dll ntprint enable_ntprint
17659 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17660 wine_fn_config_dll objsel enable_objsel clean
17661 wine_fn_config_dll odbc32 enable_odbc32 implib
17662 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17663 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17664 wine_fn_config_dll odbccu32 enable_odbccu32
17665 wine_fn_config_dll ole2.dll16 enable_win16
17666 wine_fn_config_dll ole2conv.dll16 enable_win16
17667 wine_fn_config_dll ole2disp.dll16 enable_win16
17668 wine_fn_config_dll ole2nls.dll16 enable_win16
17669 wine_fn_config_dll ole2prox.dll16 enable_win16
17670 wine_fn_config_dll ole2thk.dll16 enable_win16
17671 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17672 wine_fn_config_test dlls
/ole32
/tests ole32_test
17673 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17674 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17675 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17676 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17677 wine_fn_config_dll olecli.dll16 enable_win16
17678 wine_fn_config_dll olecli32 enable_olecli32 implib
17679 wine_fn_config_dll oledb32 enable_oledb32 clean
17680 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17681 wine_fn_config_dll oledlg enable_oledlg implib
,po
17682 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17683 wine_fn_config_dll olepro32 enable_olepro32 implib
17684 wine_fn_config_dll olesvr.dll16 enable_win16
17685 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17686 wine_fn_config_dll olethk32 enable_olethk32
17687 wine_fn_config_dll openal32 enable_openal32
17688 wine_fn_config_dll opencl enable_opencl
17689 wine_fn_config_dll opengl32 enable_opengl32 implib
17690 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17691 wine_fn_config_dll packager enable_packager clean
17692 wine_fn_config_test dlls
/packager
/tests packager_test
17693 wine_fn_config_dll pdh enable_pdh implib
17694 wine_fn_config_test dlls
/pdh
/tests pdh_test
17695 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17696 wine_fn_config_dll pidgen enable_pidgen
17697 wine_fn_config_dll powrprof enable_powrprof implib
17698 wine_fn_config_dll printui enable_printui
17699 wine_fn_config_dll prntvpt enable_prntvpt
17700 wine_fn_config_dll propsys enable_propsys clean
,implib
17701 wine_fn_config_test dlls
/propsys
/tests propsys_test
17702 wine_fn_config_dll psapi enable_psapi implib
17703 wine_fn_config_test dlls
/psapi
/tests psapi_test
17704 wine_fn_config_dll pstorec enable_pstorec clean
17705 wine_fn_config_dll qcap enable_qcap
17706 wine_fn_config_test dlls
/qcap
/tests qcap_test
17707 wine_fn_config_dll qedit enable_qedit clean
17708 wine_fn_config_test dlls
/qedit
/tests qedit_test
17709 wine_fn_config_dll qmgr enable_qmgr clean
17710 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17711 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17712 wine_fn_config_dll quartz enable_quartz clean
,implib
17713 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17714 wine_fn_config_dll query enable_query
17715 wine_fn_config_dll rasapi16.dll16 enable_win16
17716 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17717 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17718 wine_fn_config_dll rasdlg enable_rasdlg implib
17719 wine_fn_config_dll regapi enable_regapi
17720 wine_fn_config_dll resutils enable_resutils implib
17721 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17722 wine_fn_config_test dlls
/riched20
/tests riched20_test
17723 wine_fn_config_dll riched32 enable_riched32
17724 wine_fn_config_test dlls
/riched32
/tests riched32_test
17725 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17726 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17727 wine_fn_config_dll rsabase enable_rsabase
17728 wine_fn_config_dll rsaenh enable_rsaenh implib
17729 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17730 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17731 wine_fn_config_dll rtutils enable_rtutils implib
17732 wine_fn_config_dll samlib enable_samlib
17733 wine_fn_config_dll sane.ds enable_sane_ds po
17734 wine_fn_config_dll scarddlg enable_scarddlg
17735 wine_fn_config_dll sccbase enable_sccbase
17736 wine_fn_config_dll schannel enable_schannel
17737 wine_fn_config_test dlls
/schannel
/tests schannel_test
17738 wine_fn_config_dll schedsvc enable_schedsvc clean
17739 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17740 wine_fn_config_dll scrrun enable_scrrun clean
17741 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17742 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17743 wine_fn_config_dll secur32 enable_secur32 implib
17744 wine_fn_config_test dlls
/secur32
/tests secur32_test
17745 wine_fn_config_dll security enable_security
17746 wine_fn_config_dll sensapi enable_sensapi implib
17747 wine_fn_config_dll serialui enable_serialui implib
,po
17748 wine_fn_config_test dlls
/serialui
/tests serialui_test
17749 wine_fn_config_dll setupapi enable_setupapi implib
,po
17750 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17751 wine_fn_config_dll setupx.dll16 enable_win16
17752 wine_fn_config_dll sfc enable_sfc implib
17753 wine_fn_config_dll sfc_os enable_sfc_os implib
17754 wine_fn_config_dll shdoclc enable_shdoclc po
17755 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17756 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17757 wine_fn_config_dll shell.dll16 enable_win16
17758 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17759 wine_fn_config_test dlls
/shell32
/tests shell32_test
17760 wine_fn_config_dll shfolder enable_shfolder implib
17761 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17762 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17763 wine_fn_config_dll slbcsp enable_slbcsp
17764 wine_fn_config_dll slc enable_slc implib
17765 wine_fn_config_test dlls
/slc
/tests slc_test
17766 wine_fn_config_dll snmpapi enable_snmpapi implib
17767 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17768 wine_fn_config_dll softpub enable_softpub
17769 wine_fn_config_dll sound.drv16 enable_win16
17770 wine_fn_config_dll spoolss enable_spoolss implib
17771 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17772 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17773 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17774 wine_fn_config_dll sti enable_sti clean
,implib
17775 wine_fn_config_test dlls
/sti
/tests sti_test
17776 wine_fn_config_dll storage.dll16 enable_win16
17777 wine_fn_config_dll stress.dll16 enable_win16
17778 wine_fn_config_lib strmbase
17779 wine_fn_config_lib strmiids
17780 wine_fn_config_dll svrapi enable_svrapi
17781 wine_fn_config_dll sxs enable_sxs implib
17782 wine_fn_config_test dlls
/sxs
/tests sxs_test
17783 wine_fn_config_dll system.drv16 enable_win16
17784 wine_fn_config_dll t2embed enable_t2embed
17785 wine_fn_config_dll tapi32 enable_tapi32 implib
17786 wine_fn_config_dll taskschd enable_taskschd clean
17787 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17788 wine_fn_config_dll toolhelp.dll16 enable_win16
17789 wine_fn_config_dll traffic enable_traffic
17790 wine_fn_config_dll twain.dll16 enable_win16
17791 wine_fn_config_dll twain_32 enable_twain_32
17792 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17793 wine_fn_config_dll typelib.dll16 enable_win16
17794 wine_fn_config_dll ucrtbase enable_ucrtbase
17795 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17796 wine_fn_config_dll unicows enable_unicows implib
17797 wine_fn_config_dll updspapi enable_updspapi
17798 wine_fn_config_dll url enable_url implib
17799 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17800 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17801 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17802 wine_fn_config_dll user.exe16 enable_win16
17803 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17804 wine_fn_config_test dlls
/user32
/tests user32_test
17805 wine_fn_config_dll userenv enable_userenv implib
17806 wine_fn_config_test dlls
/userenv
/tests userenv_test
17807 wine_fn_config_dll usp10 enable_usp10 implib
17808 wine_fn_config_test dlls
/usp10
/tests usp10_test
17809 wine_fn_config_lib uuid
17810 wine_fn_config_dll uxtheme enable_uxtheme implib
17811 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17812 wine_fn_config_dll vbscript enable_vbscript clean
17813 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17814 wine_fn_config_dll vcomp enable_vcomp
17815 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17816 wine_fn_config_dll vcomp100 enable_vcomp100
17817 wine_fn_config_dll vcomp110 enable_vcomp110
17818 wine_fn_config_dll vcomp90 enable_vcomp90
17819 wine_fn_config_dll vdhcp.vxd enable_win16
17820 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17821 wine_fn_config_dll ver.dll16 enable_win16
17822 wine_fn_config_dll version enable_version implib
17823 wine_fn_config_test dlls
/version
/tests version_test
17824 wine_fn_config_dll vmm.vxd enable_win16
17825 wine_fn_config_dll vnbt.vxd enable_win16
17826 wine_fn_config_dll vnetbios.vxd enable_win16
17827 wine_fn_config_dll vssapi enable_vssapi
17828 wine_fn_config_dll vtdapi.vxd enable_win16
17829 wine_fn_config_dll vwin32.vxd enable_win16
17830 wine_fn_config_dll w32skrnl enable_win16
17831 wine_fn_config_dll w32sys.dll16 enable_win16
17832 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17833 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17834 wine_fn_config_dll wbemprox enable_wbemprox clean
17835 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17836 wine_fn_config_dll webservices enable_webservices implib
17837 wine_fn_config_test dlls
/webservices
/tests webservices_test
17838 wine_fn_config_dll wer enable_wer implib
17839 wine_fn_config_test dlls
/wer
/tests wer_test
17840 wine_fn_config_dll wevtapi enable_wevtapi
17841 wine_fn_config_dll wiaservc enable_wiaservc clean
17842 wine_fn_config_dll win32s16.dll16 enable_win16
17843 wine_fn_config_dll win87em.dll16 enable_win16
17844 wine_fn_config_dll winaspi.dll16 enable_win16
17845 wine_fn_config_dll windebug.dll16 enable_win16
17846 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17847 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17848 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17849 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17850 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17851 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17852 wine_fn_config_lib winecrt0
17853 wine_fn_config_dll wined3d enable_wined3d implib
17854 wine_fn_config_dll winegstreamer enable_winegstreamer
17855 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17856 wine_fn_config_dll winemac.drv enable_winemac_drv
17857 wine_fn_config_dll winemapi enable_winemapi
17858 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17859 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17860 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17861 wine_fn_config_dll wineps16.drv16 enable_win16
17862 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17863 wine_fn_config_dll winex11.drv enable_winex11_drv
17864 wine_fn_config_dll wing.dll16 enable_win16
17865 wine_fn_config_dll wing32 enable_wing32
17866 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17867 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17868 wine_fn_config_dll wininet enable_wininet implib
,po
17869 wine_fn_config_test dlls
/wininet
/tests wininet_test
17870 wine_fn_config_dll winmm enable_winmm implib
,po
17871 wine_fn_config_test dlls
/winmm
/tests winmm_test
17872 wine_fn_config_dll winnls.dll16 enable_win16
17873 wine_fn_config_dll winnls32 enable_winnls32 implib
17874 wine_fn_config_dll winscard enable_winscard implib
17875 wine_fn_config_dll winsock.dll16 enable_win16
17876 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17877 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17878 wine_fn_config_dll winsta enable_winsta
17879 wine_fn_config_dll wintab.dll16 enable_win16
17880 wine_fn_config_dll wintab32 enable_wintab32 implib
17881 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17882 wine_fn_config_dll wintrust enable_wintrust implib
17883 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17884 wine_fn_config_dll wlanapi enable_wlanapi
17885 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17886 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17887 wine_fn_config_dll wmi enable_wmi
17888 wine_fn_config_dll wmiutils enable_wmiutils clean
17889 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17890 wine_fn_config_dll wmp enable_wmp clean
17891 wine_fn_config_test dlls
/wmp
/tests wmp_test
17892 wine_fn_config_dll wmvcore enable_wmvcore
17893 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17894 wine_fn_config_dll wow32 enable_win16 implib
17895 wine_fn_config_dll wpcap enable_wpcap
17896 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17897 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17898 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17899 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17900 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17901 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17902 wine_fn_config_dll wsock32 enable_wsock32 implib
17903 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17904 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
17905 wine_fn_config_dll wuapi enable_wuapi clean
17906 wine_fn_config_dll wuaueng enable_wuaueng
17907 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17908 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17909 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17910 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17911 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17912 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17913 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17914 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17915 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17916 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17917 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17918 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
17919 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
17920 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
17921 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
17922 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17923 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
17924 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17925 wine_fn_config_dll xinput1_1 enable_xinput1_1
17926 wine_fn_config_dll xinput1_2 enable_xinput1_2
17927 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17928 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17929 wine_fn_config_dll xinput1_4 enable_xinput1_4
17930 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17931 wine_fn_config_dll xmllite enable_xmllite implib
17932 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17933 wine_fn_config_dll xolehlp enable_xolehlp
17934 wine_fn_config_dll xpsprint enable_xpsprint
17935 wine_fn_config_dll xpssvcs enable_xpssvcs
17936 wine_fn_config_makefile documentation enable_documentation clean
17937 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17938 wine_fn_config_makefile include enable_include clean
,install-dev
17939 wine_fn_config_makefile libs
/port enable_libs_port
17940 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17941 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17942 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17943 wine_fn_config_program arp enable_arp
install
17944 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17945 wine_fn_config_program attrib enable_attrib
install,po
17946 wine_fn_config_program cabarc enable_cabarc
install
17947 wine_fn_config_program cacls enable_cacls
install
17948 wine_fn_config_program
clock enable_clock
install,po
17949 wine_fn_config_program cmd enable_cmd
install,po
17950 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17951 wine_fn_config_program conhost enable_conhost
install
17952 wine_fn_config_program control enable_control
install
17953 wine_fn_config_program cscript enable_cscript clean
,install
17954 wine_fn_config_program dpnsvr enable_dpnsvr
install
17955 wine_fn_config_program dxdiag enable_dxdiag
install,po
17956 wine_fn_config_program eject enable_eject
install
17957 wine_fn_config_program
expand enable_expand
install
17958 wine_fn_config_program explorer enable_explorer
install,po
17959 wine_fn_config_program extrac32 enable_extrac32
install
17960 wine_fn_config_program findstr enable_findstr
install
17961 wine_fn_config_program hh enable_hh
install
17962 wine_fn_config_program hostname enable_hostname
install,po
17963 wine_fn_config_program icinfo enable_icinfo
install
17964 wine_fn_config_program iexplore enable_iexplore
install
17965 wine_fn_config_program ipconfig enable_ipconfig
install,po
17966 wine_fn_config_program lodctr enable_lodctr
install
17967 wine_fn_config_program mofcomp enable_mofcomp
install
17968 wine_fn_config_program mshta enable_mshta
install
17969 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17970 wine_fn_config_program net enable_net
install,po
17971 wine_fn_config_program netsh enable_netsh
install
17972 wine_fn_config_program netstat enable_netstat
install,po
17973 wine_fn_config_program ngen enable_ngen
install
17974 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17975 wine_fn_config_program oleview enable_oleview
install,po
17976 wine_fn_config_program
ping enable_ping
install
17977 wine_fn_config_program plugplay enable_plugplay
install
17978 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17979 wine_fn_config_program progman enable_progman
install,po
17980 wine_fn_config_program reg enable_reg
install,po
17981 wine_fn_config_test programs
/reg
/tests reg.exe_test
17982 wine_fn_config_program regasm enable_regasm
install
17983 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17984 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17985 wine_fn_config_program regsvcs enable_regsvcs
install
17986 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
17987 wine_fn_config_program rpcss enable_rpcss clean
,install
17988 wine_fn_config_program rundll.exe16 enable_win16
install
17989 wine_fn_config_program rundll32 enable_rundll32
install
17990 wine_fn_config_program sc enable_sc
install
17991 wine_fn_config_program schtasks enable_schtasks
install
17992 wine_fn_config_program sdbinst enable_sdbinst
install
17993 wine_fn_config_program secedit enable_secedit
install
17994 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17995 wine_fn_config_program services enable_services clean
,install
17996 wine_fn_config_test programs
/services
/tests services.exe_test
17997 wine_fn_config_program spoolsv enable_spoolsv
install
17998 wine_fn_config_program start enable_start
install,po
17999 wine_fn_config_program svchost enable_svchost
install
18000 wine_fn_config_program systeminfo enable_systeminfo
install
18001 wine_fn_config_program taskkill enable_taskkill
install,po
18002 wine_fn_config_program tasklist enable_tasklist
install
18003 wine_fn_config_program taskmgr enable_taskmgr
install,po
18004 wine_fn_config_program termsv enable_termsv
install
18005 wine_fn_config_program uninstaller enable_uninstaller
install,po
18006 wine_fn_config_program unlodctr enable_unlodctr
install
18007 wine_fn_config_program view enable_view
install,po
18008 wine_fn_config_program wevtutil enable_wevtutil
install
18009 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18010 wine_fn_config_program winebrowser enable_winebrowser
install
18011 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18012 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18013 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18014 wine_fn_config_program winedevice enable_winedevice
install
18015 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18016 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18017 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18018 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18019 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18020 wine_fn_config_program winetest enable_winetest clean
18021 wine_fn_config_program winevdm enable_win16
install
18022 wine_fn_config_program winhelp.exe16 enable_win16
install
18023 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18024 wine_fn_config_program winoldap.mod16 enable_win16
install
18025 wine_fn_config_program winver enable_winver
install
18026 wine_fn_config_program wmic enable_wmic
install,po
18027 wine_fn_config_program wordpad enable_wordpad
install,po
18028 wine_fn_config_program
write enable_write
install,po
18029 wine_fn_config_program wscript enable_wscript clean
,install
18030 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18031 wine_fn_config_program wusa enable_wusa
install
18032 wine_fn_config_program xcopy enable_xcopy
install,po
18033 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18034 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
18035 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
18036 wine_fn_config_tool tools
/sfnt2fon clean
18037 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
18038 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
18039 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
18040 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
18041 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
18042 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
18094 wine_fn_ignore_file
".gitignore"
18095 wine_fn_ignore_file
"Makefile"
18096 wine_fn_ignore_file
"TAGS"
18097 wine_fn_ignore_file
"tags"
18098 wine_fn_ignore_file
"autom4te.cache"
18099 wine_fn_ignore_file
"config.cache"
18100 wine_fn_ignore_file
"config.log"
18101 wine_fn_ignore_file
"config.status"
18102 wine_fn_ignore_file
"configure.lineno"
18103 wine_fn_ignore_file
"include/config.h"
18104 wine_fn_ignore_file
"include/stamp-h"
18105 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18107 if test "x$enable_tools" != xno
18109 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18110 ac_config_commands
="$ac_config_commands tools/makedep"
18114 ac_config_commands
="$ac_config_commands Makefile"
18117 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18121 if test "x$enable_maintainer_mode" = xyes
18123 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18124 autoconf --warnings=all
18125 include/config.h.in: include/stamp-h.in
18126 include/stamp-h.in: configure.ac aclocal.m4
18127 autoheader --warnings=all
18128 @echo timestamp > \$@"
18131 if test "x$with_gettextpo" = xyes
18133 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18134 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18135 \$(LINGUAS:%=po/%.po): po/wine.pot
18136 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18137 po/wine.pot: \$(ALL_POT_FILES)
18138 msgcat -o \$@ \$(ALL_POT_FILES)"
18141 if test "$MSGFMT" != false
18143 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18145 \$(RM) \$(LINGUAS:%=po/%.mo)"
18148 test "$srcdir" = . || posrc
="$srcdir/po"
18151 wine_fn_ignore_file
"po/$i.mo"
18152 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18153 \$(MSGFMT) -o \$@ $posrc/$i.po"
18159 if test "x$enable_tools" != xno
18161 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18162 @./config.status tools/makedep
18163 Makefile: tools/makedep$ac_exeext
18165 \$(RM) tools/makedep$ac_exeext"
18167 wine_fn_append_rule
"\$(MAKEDEP):
18168 @echo \"You need to run make in $TOOLSDIR first\" && false"
18171 if test -n "$with_wine64"
18173 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18174 fonts server tools:
18175 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18176 $with_wine64/loader/wine:
18177 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18178 $with_wine64/loader/wine-preloader:
18179 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18181 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18183 as_fn_append LOADER_RULES
"
18184 install install-lib:: wine.inf install-man-pages
18185 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18186 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18189 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18193 if test "$srcdir" = .
18195 ac_config_commands
="$ac_config_commands .gitignore"
18199 $as_echo " done" >&6
18200 cat >confcache
<<\_ACEOF
18201 # This file is a shell script that caches the results of configure
18202 # tests run on this system so they can be shared between configure
18203 # scripts and configure runs, see configure's option --config-cache.
18204 # It is not useful on other systems. If it contains results you don't
18205 # want to keep, you may remove or edit it.
18207 # config.status only pays attention to the cache file if you give it
18208 # the --recheck option to rerun configure.
18210 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18211 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18212 # following values.
18216 # The following way of writing the cache mishandles newlines in values,
18217 # but we know of no workaround that is simple, portable, and efficient.
18218 # So, we kill variables containing newlines.
18219 # Ultrix sh set writes to stderr and can't be redirected directly,
18220 # and sets the high bit in the cache file unless we assign to the vars.
18222 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18223 eval ac_val
=\$
$ac_var
18227 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18231 _ | IFS | as_nl
) ;; #(
18232 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18233 *) { eval $ac_var=; unset $ac_var;} ;;
18239 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18240 *${as_nl}ac_space
=\
*)
18241 # `set' does not quote correctly, so add quotes: double-quote
18242 # substitution turns \\\\ into \\, and sed turns \\ into \.
18245 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18248 # `set' quotes correctly as required by POSIX, so do not add quotes.
18249 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18258 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18260 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18262 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18263 if test -w "$cache_file"; then
18264 if test "x$cache_file" != "x/dev/null"; then
18265 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18266 $as_echo "$as_me: updating cache $cache_file" >&6;}
18267 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18268 cat confcache
>"$cache_file"
18270 case $cache_file in #(
18272 mv -f confcache
"$cache_file"$$
&&
18273 mv -f "$cache_file"$$
"$cache_file" ;; #(
18275 mv -f confcache
"$cache_file" ;;
18280 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18281 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18286 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18287 # Let make expand exec_prefix.
18288 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18290 DEFS
=-DHAVE_CONFIG_H
18295 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18296 # 1. Remove the extension, and $U if already installed.
18297 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18298 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18299 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18300 # will be set to the directory where LIBOBJS objects are built.
18301 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18302 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18304 LIBOBJS
=$ac_libobjs
18306 LTLIBOBJS
=$ac_ltlibobjs
18310 : "${CONFIG_STATUS=./config.status}"
18312 ac_clean_files_save
=$ac_clean_files
18313 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18314 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18315 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18317 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18319 # Generated by $as_me.
18320 # Run this file to recreate the current configuration.
18321 # Compiler output produced by configure, useful for debugging
18322 # configure, is in config.log if it exists.
18325 ac_cs_recheck=false
18328 SHELL=\${CONFIG_SHELL-$SHELL}
18331 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18332 ## -------------------- ##
18333 ## M4sh Initialization. ##
18334 ## -------------------- ##
18336 # Be more Bourne compatible
18337 DUALCASE
=1; export DUALCASE
# for MKS sh
18338 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18341 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18342 # is contrary to our usage. Disable this feature.
18343 alias -g '${1+"$@"}'='"$@"'
18344 setopt NO_GLOB_SUBST
18346 case `(set -o) 2>/dev/null` in #(
18358 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18359 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18360 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18361 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18362 # Prefer a ksh shell builtin over an external printf program on Solaris,
18363 # but without wasting forks for bash or zsh.
18364 if test -z "$BASH_VERSION$ZSH_VERSION" \
18365 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18366 as_echo='print
-r --'
18367 as_echo_n='print
-rn --'
18368 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18369 as_echo='printf %s
\n'
18370 as_echo_n='printf %s
'
18372 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18373 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18374 as_echo_n='/usr
/ucb
/echo -n'
18376 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18377 as_echo_n_body='eval
18381 expr "X$arg" : "X\\(.*\\)$as_nl";
18382 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18384 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18386 export as_echo_n_body
18387 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18389 export as_echo_body
18390 as_echo='sh
-c $as_echo_body as_echo
'
18393 # The user is always right.
18394 if test "${PATH_SEPARATOR+set}" != set; then
18396 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18397 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18404 # We need space, tab and new line, in precisely that order. Quoting is
18405 # there to prevent editors from complaining about space-tab.
18406 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18407 # splitting by setting IFS to empty value.)
18410 # Find who we are. Look in the path if we contain no directory separator.
18413 *[\\/]* ) as_myself=$0 ;;
18414 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18415 for as_dir in $PATH
18418 test -z "$as_dir" && as_dir=.
18419 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18425 # We did not find ourselves, most probably we were run as `sh COMMAND'
18426 # in which case we are not to be found in the path.
18427 if test "x$as_myself" = x
; then
18430 if test ! -f "$as_myself"; then
18431 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18435 # Unset variables that we do not need and which cause bugs (e.g. in
18436 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18437 # suppresses any "Segmentation fault" message there. '((' could
18438 # trigger a bug in pdksh 5.2.14.
18439 for as_var
in BASH_ENV ENV MAIL MAILPATH
18440 do eval test x\
${$as_var+set} = xset \
18441 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18454 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18457 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18458 # ----------------------------------------
18459 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18460 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18461 # script with STATUS, using 1 if that was 0.
18464 as_status
=$1; test $as_status -eq 0 && as_status
=1
18466 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18467 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18469 $as_echo "$as_me: error: $2" >&2
18470 as_fn_exit
$as_status
18474 # as_fn_set_status STATUS
18475 # -----------------------
18476 # Set $? to STATUS, without forking.
18477 as_fn_set_status
()
18480 } # as_fn_set_status
18482 # as_fn_exit STATUS
18483 # -----------------
18484 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18488 as_fn_set_status
$1
18494 # Portably unset VAR.
18497 { eval $1=; unset $1;}
18499 as_unset
=as_fn_unset
18500 # as_fn_append VAR VALUE
18501 # ----------------------
18502 # Append the text in VALUE to the end of the definition contained in VAR. Take
18503 # advantage of any shell optimizations that allow amortized linear growth over
18504 # repeated appends, instead of the typical quadratic growth present in naive
18506 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18507 eval 'as_fn_append ()
18518 # as_fn_arith ARG...
18519 # ------------------
18520 # Perform arithmetic evaluation on the ARGs, and store the result in the
18521 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18522 # must be portable across $(()) and expr.
18523 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18524 eval 'as_fn_arith ()
18531 as_val
=`expr "$@" || test $? -eq 1`
18536 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18537 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18543 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18544 as_basename
=basename
18549 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18555 as_me
=`$as_basename -- "$0" ||
18556 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18557 X"$0" : 'X\(//\)$' \| \
18558 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18560 sed '/^.*\/\([^/][^/]*\)\/*$/{
18574 # Avoid depending upon Character Ranges.
18575 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18576 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18577 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18578 as_cr_digits
='0123456789'
18579 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18581 ECHO_C
= ECHO_N
= ECHO_T
=
18582 case `echo -n x` in #(((((
18584 case `echo 'xy\c'` in
18585 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18587 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18594 rm -f conf$$ conf$$.exe conf$$.
file
18595 if test -d conf$$.dir
; then
18596 rm -f conf$$.dir
/conf$$.
file
18599 mkdir conf$$.dir
2>/dev
/null
18601 if (echo >conf$$.
file) 2>/dev
/null
; then
18602 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18604 # ... but there are two gotchas:
18605 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18606 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18607 # In both cases, we have to default to `cp -pR'.
18608 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18610 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18618 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18619 rmdir conf$$.dir
2>/dev
/null
18624 # Create "$as_dir" as a directory, including parents if necessary.
18629 -*) as_dir
=.
/$as_dir;;
18631 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18635 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18636 *) as_qdir
=$as_dir;;
18638 as_dirs
="'$as_qdir' $as_dirs"
18639 as_dir
=`$as_dirname -- "$as_dir" ||
18640 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18641 X"$as_dir" : 'X\(//\)[^/]' \| \
18642 X"$as_dir" : 'X\(//\)$' \| \
18643 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18644 $as_echo X"$as_dir" |
18645 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18649 /^X\(\/\/\)[^/].*/{
18662 test -d "$as_dir" && break
18664 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18665 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18669 if mkdir
-p .
2>/dev
/null
; then
18670 as_mkdir_p
='mkdir -p "$as_dir"'
18672 test -d .
/-p && rmdir .
/-p
18677 # as_fn_executable_p FILE
18678 # -----------------------
18679 # Test if FILE is an executable regular file.
18680 as_fn_executable_p
()
18682 test -f "$1" && test -x "$1"
18683 } # as_fn_executable_p
18684 as_test_x
='test -x'
18685 as_executable_p
=as_fn_executable_p
18687 # Sed expression to map a string onto a valid CPP name.
18688 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18690 # Sed expression to map a string onto a valid variable name.
18691 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18695 ## ----------------------------------- ##
18696 ## Main body of $CONFIG_STATUS script. ##
18697 ## ----------------------------------- ##
18699 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18701 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18702 # Save the log message, to keep $0 and so on meaningful, and to
18703 # report actual input values of CONFIG_FILES etc. instead of their
18704 # values after options handling.
18706 This file was extended by Wine $as_me 1.7.52, which was
18707 generated by GNU Autoconf 2.69. Invocation command line was
18709 CONFIG_FILES = $CONFIG_FILES
18710 CONFIG_HEADERS = $CONFIG_HEADERS
18711 CONFIG_LINKS = $CONFIG_LINKS
18712 CONFIG_COMMANDS = $CONFIG_COMMANDS
18715 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18720 case $ac_config_files in *"
18721 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18724 case $ac_config_headers in *"
18725 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18729 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18730 # Files that config.status was made for.
18731 config_files="$ac_config_files"
18732 config_headers="$ac_config_headers"
18733 config_links="$ac_config_links"
18734 config_commands="$ac_config_commands"
18738 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18740 \`$as_me' instantiates files and other configuration actions
18741 from templates according to the current configuration. Unless the files
18742 and actions are specified as TAGs, all are instantiated by default.
18744 Usage: $0 [OPTION]... [TAG]...
18746 -h, --help print this help, then exit
18747 -V, --version print version number and configuration settings, then exit
18748 --config print configuration, then exit
18749 -q, --quiet, --silent
18750 do not print progress messages
18751 -d, --debug don't remove temporary files
18752 --recheck update $as_me by reconfiguring in the same conditions
18753 --file=FILE[:TEMPLATE]
18754 instantiate the configuration file FILE
18755 --header=FILE[:TEMPLATE]
18756 instantiate the configuration header FILE
18758 Configuration files:
18761 Configuration headers:
18764 Configuration links:
18767 Configuration commands:
18770 Report bugs to <wine-devel@winehq.org>.
18771 Wine home page: <http://www.winehq.org>."
18774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18775 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18777 Wine config.status 1.7.52
18778 configured by $0, generated by GNU Autoconf 2.69,
18779 with options \\"\$ac_cs_config\\"
18781 Copyright (C) 2012 Free Software Foundation, Inc.
18782 This config.status script is free software; the Free Software Foundation
18783 gives unlimited permission to copy, distribute and modify it."
18787 test -n "\$AWK" || AWK=awk
18790 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18791 # The default lists apply if the user does not specify any file.
18797 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18798 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18802 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18814 # Handling of the options.
18815 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18817 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18818 $as_echo "$ac_cs_version"; exit ;;
18819 --config |
--confi |
--conf |
--con |
--co |
--c )
18820 $as_echo "$ac_cs_config"; exit ;;
18821 --debug |
--debu |
--deb |
--de |
--d |
-d )
18823 --file |
--fil |
--fi |
--f )
18826 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18827 '') as_fn_error $?
"missing file argument" ;;
18829 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18830 ac_need_defaults
=false
;;
18831 --header |
--heade |
--head |
--hea )
18834 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18836 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18837 ac_need_defaults
=false
;;
18839 # Conflict between --help and --header
18840 as_fn_error $?
"ambiguous option: \`$1'
18841 Try \`$0 --help' for more information.";;
18842 --help |
--hel |
-h )
18843 $as_echo "$ac_cs_usage"; exit ;;
18844 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18845 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18848 # This is an error.
18849 -*) as_fn_error $?
"unrecognized option: \`$1'
18850 Try \`$0 --help' for more information." ;;
18852 *) as_fn_append ac_config_targets
" $1"
18853 ac_need_defaults
=false
;;
18859 ac_configure_extra_args
=
18861 if $ac_cs_silent; then
18863 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18867 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18868 if \$ac_cs_recheck; then
18869 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18871 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18872 CONFIG_SHELL='$SHELL'
18873 export CONFIG_SHELL
18878 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18882 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18883 ## Running $as_me. ##
18889 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18893 wine_fn_output_makedep ()
18895 as_dir=tools; as_fn_mkdir_p
18896 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18898 wine_fn_output_makefile ()
18900 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18901 `cat $wine_rules_file`
18903 as_fn_error $? "could not create Makefile" "$LINENO" 5
18905 wine_fn_output_gitignore ()
18907 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18910 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18915 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18917 # Handling of arguments.
18918 for ac_config_target
in $ac_config_targets
18920 case $ac_config_target in
18921 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18922 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18923 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18924 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18925 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18926 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18927 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
18928 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18929 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18930 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18931 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18932 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
18933 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18934 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18935 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18937 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18942 # If the user did not use the arguments to specify the items to instantiate,
18943 # then the envvar interface is used. Set only those that are not.
18944 # We use the long form for the default assignment because of an extremely
18945 # bizarre bug on SunOS 4.1.3.
18946 if $ac_need_defaults; then
18947 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18948 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18949 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18950 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18953 # Have a temporary directory for convenience. Make it in the build tree
18954 # simply because there is no reason against having it here, and in addition,
18955 # creating and moving files from /tmp can sometimes cause problems.
18956 # Hook for its removal unless debugging.
18957 # Note that there is a small window in which the directory will not be cleaned:
18958 # after its creation but before its name has been assigned to `$tmp'.
18962 trap 'exit_status=$?
18963 : "${ac_tmp:=$tmp}"
18964 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18966 trap 'as_fn_exit 1' 1 2 13 15
18968 # Create a (secure) tmp directory for tmp files.
18971 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18975 tmp
=.
/conf$$
-$RANDOM
18976 (umask 077 && mkdir
"$tmp")
18977 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18980 # Set up the scripts for CONFIG_FILES section.
18981 # No need to generate them if there are no CONFIG_FILES.
18982 # This happens for instance with `./config.status config.h'.
18983 if test -n "$CONFIG_FILES"; then
18986 ac_cr
=`echo X | tr X '\015'`
18987 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18988 # But we know of no other shell where ac_cr would be empty at this
18989 # point, so we can use a bashism as a fallback.
18990 if test "x$ac_cr" = x
; then
18991 eval ac_cr
=\$
\'\\r
\'
18993 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18994 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18997 ac_cs_awk_cr
=$ac_cr
19000 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19005 echo "cat >conf$$subs.awk <<_ACEOF" &&
19006 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19008 } >conf$$subs.sh ||
19009 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19010 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19012 for ac_last_try in false false false false false :; do
19013 . ./conf$$subs.sh ||
19014 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19016 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19017 if test $ac_delim_n = $ac_delim_num; then
19019 elif $ac_last_try; then
19020 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19022 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19025 rm -f conf$$subs.sh
19027 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19028 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19032 s/^/S["/; s
/!.
*/"]=/
19042 s/\(.\{148\}\)..*/\1/
19044 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19049 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19056 s/\(.\{148\}\)..*/\1/
19058 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19062 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19067 ' <conf$$subs.awk | sed '
19072 ' >>$CONFIG_STATUS || ac_write_fail=1
19073 rm -f conf$$subs.awk
19074 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19076 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19077 for (key in S) S_is_set[key] = 1
19083 nfields = split(line, field, "@
")
19085 len = length(field[1])
19086 for (i = 2; i < nfields; i++) {
19088 keylen = length(key)
19089 if (S_is_set[key]) {
19091 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19092 len += length(value) + length(field[++i])
19103 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19104 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19105 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19108 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19109 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19112 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19113 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19114 # trailing colons and then remove the whole line if VPATH becomes empty
19115 # (actually we leave an empty line to preserve line numbers).
19116 if test "x
$srcdir" = x.; then
19117 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19135 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19136 fi # test -n "$CONFIG_FILES"
19138 # Set up the scripts for CONFIG_HEADERS section.
19139 # No need to generate them if there are no CONFIG_HEADERS.
19140 # This happens for instance with `./config.status Makefile'.
19141 if test -n "$CONFIG_HEADERS"; then
19142 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19146 # Transform confdefs.h into an awk script `defines.awk', embedded as
19147 # here-document in config.status, that substitutes the proper values into
19148 # config.h.in to produce config.h.
19150 # Create a delimiter string that does not exist in confdefs.h, to ease
19151 # handling of long lines.
19153 for ac_last_try in false false :; do
19154 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19155 if test -z "$ac_tt"; then
19157 elif $ac_last_try; then
19158 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19160 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19164 # For the awk script, D is an array of macro values keyed by name,
19165 # likewise P contains macro parameters if any. Preserve backslash
19166 # newline sequences.
19168 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19170 s/.\{148\}/&'"$ac_delim"'/g
19173 s/^[ ]*#[ ]*define[ ][ ]*/ /
19180 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19182 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19186 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19187 D["\
1"]=" \
3\\\\\\n
"\\/p
19189 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19194 s/.\{148\}/&'"$ac_delim"'/g
19199 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19202 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19204 ' <confdefs.h | sed '
19205 s/'"$ac_delim"'/"\\\
19206 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19208 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19209 for (key in D) D_is_set[key] = 1
19212 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19214 split(line, arg, " ")
19215 if (arg[1] == "#") {
19219 defundef
= substr
(arg
[1], 2)
19222 split(mac1
, mac2
, "(") #)
19224 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19225 if (D_is_set
[macro
]) {
19226 # Preserve the white space surrounding the "#".
19227 print prefix
"define", macro P
[macro
] D
[macro
]
19230 # Replace #undef with comments. This is necessary, for example,
19231 # in the case of _POSIX_SOURCE, which is predefined and required
19232 # on some systems where configure will not decide to define it.
19233 if (defundef
== "undef") {
19234 print
"/*", prefix defundef
, macro
, "*/"
19242 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19243 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19244 fi # test -n "$CONFIG_HEADERS"
19247 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19252 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19254 case $ac_mode$ac_tag in
19256 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19257 :[FH
]-) ac_tag
=-:-;;
19258 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19275 -) ac_f
="$ac_tmp/stdin";;
19276 *) # Look for the file first in the build tree, then in the source tree
19277 # (if the path is not absolute). The absolute path cannot be DOS-style,
19278 # because $ac_f cannot contain `:'.
19282 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19284 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19286 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19287 as_fn_append ac_file_inputs
" '$ac_f'"
19290 # Let's still pretend it is `configure' which instantiates (i.e., don't
19291 # use $as_me), people would be surprised to read:
19292 # /* config.h. Generated by config.status. */
19293 configure_input
='Generated from '`
19294 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19296 if test x
"$ac_file" != x-
; then
19297 configure_input
="$ac_file. $configure_input"
19298 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19299 $as_echo "$as_me: creating $ac_file" >&6;}
19301 # Neutralize special characters interpreted by sed in replacement strings.
19302 case $configure_input in #(
19303 *\
&* |
*\|
* |
*\\* )
19304 ac_sed_conf_input
=`$as_echo "$configure_input" |
19305 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19306 *) ac_sed_conf_input
=$configure_input;;
19310 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19311 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19316 ac_dir
=`$as_dirname -- "$ac_file" ||
19317 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19318 X"$ac_file" : 'X\(//\)[^/]' \| \
19319 X"$ac_file" : 'X\(//\)$' \| \
19320 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19321 $as_echo X"$ac_file" |
19322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19326 /^X\(\/\/\)[^/].*/{
19339 as_dir
="$ac_dir"; as_fn_mkdir_p
19343 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19345 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19346 # A ".." for each directory in $ac_dir_suffix.
19347 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19348 case $ac_top_builddir_sub in
19349 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19350 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19353 ac_abs_top_builddir
=$ac_pwd
19354 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19355 # for backward compatibility:
19356 ac_top_builddir
=$ac_top_build_prefix
19359 .
) # We are building in place.
19361 ac_top_srcdir
=$ac_top_builddir_sub
19362 ac_abs_top_srcdir
=$ac_pwd ;;
19363 [\\/]* | ?
:[\\/]* ) # Absolute name.
19364 ac_srcdir
=$srcdir$ac_dir_suffix;
19365 ac_top_srcdir
=$srcdir
19366 ac_abs_top_srcdir
=$srcdir ;;
19367 *) # Relative name.
19368 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19369 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19370 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19372 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19383 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19384 # If the template does not know about datarootdir, expand it.
19385 # FIXME: This hack should be removed a few years after 2.60.
19386 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19397 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19398 *datarootdir
*) ac_datarootdir_seen
=yes;;
19399 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19401 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19403 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19404 ac_datarootdir_hack='
19405 s&@datadir@&$datadir&g
19406 s&@docdir@&$docdir&g
19407 s&@infodir@&$infodir&g
19408 s&@localedir@&$localedir&g
19409 s&@mandir@&$mandir&g
19410 s&\\\${datarootdir}&$datarootdir&g' ;;
19414 # Neutralize VPATH when `$srcdir' = `.'.
19415 # Shell code in configure.ac might set extrasub.
19416 # FIXME: do we really want to maintain this feature?
19417 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19418 ac_sed_extra="$ac_vpsub
19421 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19423 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19424 s|@configure_input@|
$ac_sed_conf_input|
;t t
19425 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19426 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19427 s
&@srcdir@
&$ac_srcdir&;t t
19428 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19429 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19430 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19431 s
&@builddir@
&$ac_builddir&;t t
19432 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19433 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19434 $ac_datarootdir_hack
19436 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19437 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19439 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19440 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19441 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19442 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19444 which seems to be undefined. Please make sure it is defined" >&5
19445 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19446 which seems to be undefined. Please make sure it is defined" >&2;}
19448 rm -f "$ac_tmp/stdin"
19450 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19451 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19453 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19459 if test x"$ac_file" != x-; then
19461 $as_echo "/* $configure_input */" \
19462 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19463 } >"$ac_tmp/config.h" \
19464 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19465 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19466 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19467 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19470 mv "$ac_tmp/config.h" "$ac_file" \
19471 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19474 $as_echo "/* $configure_input */" \
19475 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19476 || as_fn_error $? "could not create -" "$LINENO" 5
19484 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19487 # Prefer the file from the source tree if names are identical.
19488 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19489 ac_source=$srcdir/$ac_source
19492 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19493 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19495 if test ! -r "$ac_source"; then
19496 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19500 # Try a relative symlink, then a hard link, then a copy.
19502 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19503 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19505 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19506 ln "$ac_source" "$ac_file" 2>/dev/null ||
19507 cp -p "$ac_source" "$ac_file" ||
19508 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19511 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19512 $as_echo "$as_me: executing $ac_file commands" >&6;}
19517 case $ac_file$ac_mode in
19518 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19519 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19520 "Makefile":C) wine_fn_output_makefile Makefile ;;
19521 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19529 ac_clean_files=$ac_clean_files_save
19531 test $ac_write_fail = 0 ||
19532 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19535 # configure is writing to config.log, and then calls config.status.
19536 # config.status does its own redirection, appending to config.log.
19537 # Unfortunately, on DOS this fails, as config.log is still kept open
19538 # by configure, so config.status won't be able to
write to it
; its
19539 # output is simply discarded. So we exec the FD to /dev/null,
19540 # effectively closing config.log, so it can be properly (re)opened and
19541 # appended to by config.status. When coming back to configure, we
19542 # need to make the FD available again.
19543 if test "$no_create" != yes; then
19545 ac_config_status_args
=
19546 test "$silent" = yes &&
19547 ac_config_status_args
="$ac_config_status_args --quiet"
19549 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19551 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19552 # would make configure fail if this is the last instruction.
19553 $ac_cs_success || as_fn_exit
1
19555 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19557 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19561 if test "$no_create" = "yes"
19567 if test "x$wine_notices != "x
; then
19570 for msg
in $wine_notices; do
19572 if ${msg:+false} :; then :
19575 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19576 $as_echo "$as_me: $msg" >&6;}
19581 for msg
in $wine_warnings; do
19583 if ${msg:+false} :; then :
19587 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19588 $as_echo "$as_me: WARNING: $msg" >&2;}
19594 $as_me: Finished. Do '${ac_make}' to compile Wine.