2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.51.
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.51'
584 PACKAGE_STRING
='Wine 1.7.51'
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
1082 enable_explorerframe
1083 enable_ext_ms_win_gdi_devcaps_l1_1_0
1241 enable_photometadatahandler
1325 enable_windowscodecs
1326 enable_windowscodecsext
1328 enable_winecoreaudio_drv
1330 enable_winegstreamer
1331 enable_winejoystick_drv
1337 enable_wineqtdecoder
1386 enable_documentation
1394 enable_aspnet_regiis
1427 enable_presentationfontcache
1440 enable_servicemodelreg
1461 enable_winemenubuilder
1463 enable_winemsibuilder
1477 ac_precious_vars
='build_alias
1526 # Initialize some variables set by options.
1528 ac_init_version
=false
1529 ac_unrecognized_opts
=
1530 ac_unrecognized_sep
=
1531 # The variables have the same names as the options, with
1532 # dashes changed to underlines.
1533 cache_file
=/dev
/null
1540 program_transform_name
=s
,x
,x
,
1548 # Installation directory options.
1549 # These are left unexpanded so users can "make install exec_prefix=/foo"
1550 # and all the variables that are supposed to be based on exec_prefix
1551 # by default will actually change.
1552 # Use braces instead of parens because sh, perl, etc. also accept them.
1553 # (The list follows the same order as the GNU Coding Standards.)
1554 bindir
='${exec_prefix}/bin'
1555 sbindir
='${exec_prefix}/sbin'
1556 libexecdir
='${exec_prefix}/libexec'
1557 datarootdir
='${prefix}/share'
1558 datadir
='${datarootdir}'
1559 sysconfdir
='${prefix}/etc'
1560 sharedstatedir
='${prefix}/com'
1561 localstatedir
='${prefix}/var'
1562 runstatedir
='${localstatedir}/run'
1563 includedir
='${prefix}/include'
1564 oldincludedir
='/usr/include'
1565 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1566 infodir
='${datarootdir}/info'
1571 libdir
='${exec_prefix}/lib'
1572 localedir
='${datarootdir}/locale'
1573 mandir
='${datarootdir}/man'
1579 # If the previous option needs an argument, assign it.
1580 if test -n "$ac_prev"; then
1581 eval $ac_prev=\
$ac_option
1587 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1592 # Accept the important Cygnus configure options, so we can diagnose typos.
1594 case $ac_dashdash$ac_option in
1598 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1600 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1601 bindir
=$ac_optarg ;;
1603 -build |
--build |
--buil |
--bui |
--bu)
1604 ac_prev
=build_alias
;;
1605 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1606 build_alias
=$ac_optarg ;;
1608 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1609 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1610 ac_prev
=cache_file
;;
1611 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1612 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1613 cache_file
=$ac_optarg ;;
1615 --config-cache |
-C)
1616 cache_file
=config.cache
;;
1618 -datadir |
--datadir |
--datadi |
--datad)
1620 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1621 datadir
=$ac_optarg ;;
1623 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1624 |
--dataroo |
--dataro |
--datar)
1625 ac_prev
=datarootdir
;;
1626 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1627 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1628 datarootdir
=$ac_optarg ;;
1630 -disable-* |
--disable-*)
1631 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1632 # Reject names that are not valid shell variable names.
1633 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1634 as_fn_error $?
"invalid feature name: $ac_useropt"
1635 ac_useropt_orig
=$ac_useropt
1636 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1637 case $ac_user_opts in
1639 "enable_
$ac_useropt"
1641 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1642 ac_unrecognized_sep
=', ';;
1644 eval enable_
$ac_useropt=no
;;
1646 -docdir |
--docdir |
--docdi |
--doc |
--do)
1648 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1649 docdir
=$ac_optarg ;;
1651 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1653 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1654 dvidir
=$ac_optarg ;;
1656 -enable-* |
--enable-*)
1657 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1658 # Reject names that are not valid shell variable names.
1659 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1660 as_fn_error $?
"invalid feature name: $ac_useropt"
1661 ac_useropt_orig
=$ac_useropt
1662 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1663 case $ac_user_opts in
1665 "enable_
$ac_useropt"
1667 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1668 ac_unrecognized_sep
=', ';;
1670 eval enable_
$ac_useropt=\
$ac_optarg ;;
1672 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1673 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1674 |
--exec |
--exe |
--ex)
1675 ac_prev
=exec_prefix
;;
1676 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1677 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1678 |
--exec=* |
--exe=* |
--ex=*)
1679 exec_prefix
=$ac_optarg ;;
1681 -gas |
--gas |
--ga |
--g)
1682 # Obsolete; use --with-gas.
1685 -help |
--help |
--hel |
--he |
-h)
1686 ac_init_help
=long
;;
1687 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1688 ac_init_help
=recursive
;;
1689 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1690 ac_init_help
=short
;;
1692 -host |
--host |
--hos |
--ho)
1693 ac_prev
=host_alias
;;
1694 -host=* |
--host=* |
--hos=* |
--ho=*)
1695 host_alias
=$ac_optarg ;;
1697 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1699 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1701 htmldir
=$ac_optarg ;;
1703 -includedir |
--includedir |
--includedi |
--included |
--include \
1704 |
--includ |
--inclu |
--incl |
--inc)
1705 ac_prev
=includedir
;;
1706 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1707 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1708 includedir
=$ac_optarg ;;
1710 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1712 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1713 infodir
=$ac_optarg ;;
1715 -libdir |
--libdir |
--libdi |
--libd)
1717 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1718 libdir
=$ac_optarg ;;
1720 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1721 |
--libexe |
--libex |
--libe)
1722 ac_prev
=libexecdir
;;
1723 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1724 |
--libexe=* |
--libex=* |
--libe=*)
1725 libexecdir
=$ac_optarg ;;
1727 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1728 ac_prev
=localedir
;;
1729 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1730 localedir
=$ac_optarg ;;
1732 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1733 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1734 ac_prev
=localstatedir
;;
1735 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1736 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1737 localstatedir
=$ac_optarg ;;
1739 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1741 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1742 mandir
=$ac_optarg ;;
1744 -nfp |
--nfp |
--nf)
1745 # Obsolete; use --without-fp.
1748 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1749 |
--no-cr |
--no-c |
-n)
1752 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1753 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1756 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1757 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1758 |
--oldin |
--oldi |
--old |
--ol |
--o)
1759 ac_prev
=oldincludedir
;;
1760 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1761 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1762 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1763 oldincludedir
=$ac_optarg ;;
1765 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1767 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1768 prefix
=$ac_optarg ;;
1770 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1771 |
--program-pre |
--program-pr |
--program-p)
1772 ac_prev
=program_prefix
;;
1773 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1774 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1775 program_prefix
=$ac_optarg ;;
1777 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1778 |
--program-suf |
--program-su |
--program-s)
1779 ac_prev
=program_suffix
;;
1780 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1781 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1782 program_suffix
=$ac_optarg ;;
1784 -program-transform-name |
--program-transform-name \
1785 |
--program-transform-nam |
--program-transform-na \
1786 |
--program-transform-n |
--program-transform- \
1787 |
--program-transform |
--program-transfor \
1788 |
--program-transfo |
--program-transf \
1789 |
--program-trans |
--program-tran \
1790 |
--progr-tra |
--program-tr |
--program-t)
1791 ac_prev
=program_transform_name
;;
1792 -program-transform-name=* |
--program-transform-name=* \
1793 |
--program-transform-nam=* |
--program-transform-na=* \
1794 |
--program-transform-n=* |
--program-transform-=* \
1795 |
--program-transform=* |
--program-transfor=* \
1796 |
--program-transfo=* |
--program-transf=* \
1797 |
--program-trans=* |
--program-tran=* \
1798 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1799 program_transform_name
=$ac_optarg ;;
1801 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1803 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1804 pdfdir
=$ac_optarg ;;
1806 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1808 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1811 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1812 |
-silent |
--silent |
--silen |
--sile |
--sil)
1815 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1816 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1817 |
--run |
--ru |
--r)
1818 ac_prev
=runstatedir
;;
1819 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1820 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1821 |
--run=* |
--ru=* |
--r=*)
1822 runstatedir
=$ac_optarg ;;
1824 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1826 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1828 sbindir
=$ac_optarg ;;
1830 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1831 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1832 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1834 ac_prev
=sharedstatedir
;;
1835 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1836 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1837 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1839 sharedstatedir
=$ac_optarg ;;
1841 -site |
--site |
--sit)
1843 -site=* |
--site=* |
--sit=*)
1846 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1848 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1849 srcdir
=$ac_optarg ;;
1851 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1852 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1853 ac_prev
=sysconfdir
;;
1854 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1855 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1856 sysconfdir
=$ac_optarg ;;
1858 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1859 ac_prev
=target_alias
;;
1860 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1861 target_alias
=$ac_optarg ;;
1863 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1866 -version |
--version |
--versio |
--versi |
--vers |
-V)
1867 ac_init_version
=: ;;
1870 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1871 # Reject names that are not valid shell variable names.
1872 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1873 as_fn_error $?
"invalid package name: $ac_useropt"
1874 ac_useropt_orig
=$ac_useropt
1875 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1876 case $ac_user_opts in
1880 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1881 ac_unrecognized_sep
=', ';;
1883 eval with_
$ac_useropt=\
$ac_optarg ;;
1885 -without-* |
--without-*)
1886 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1887 # Reject names that are not valid shell variable names.
1888 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1889 as_fn_error $?
"invalid package name: $ac_useropt"
1890 ac_useropt_orig
=$ac_useropt
1891 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1892 case $ac_user_opts in
1896 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1897 ac_unrecognized_sep
=', ';;
1899 eval with_
$ac_useropt=no
;;
1902 # Obsolete; use --with-x.
1905 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1906 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1907 ac_prev
=x_includes
;;
1908 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1909 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1910 x_includes
=$ac_optarg ;;
1912 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1913 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1914 ac_prev
=x_libraries
;;
1915 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1916 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1917 x_libraries
=$ac_optarg ;;
1919 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1920 Try \`$0 --help' for more information"
1924 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1925 # Reject names that are not valid shell variable names.
1926 case $ac_envvar in #(
1927 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1928 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1930 eval $ac_envvar=\
$ac_optarg
1931 export $ac_envvar ;;
1934 # FIXME: should be removed in autoconf 3.0.
1935 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1936 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1937 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1938 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1944 if test -n "$ac_prev"; then
1945 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1946 as_fn_error $?
"missing argument to $ac_option"
1949 if test -n "$ac_unrecognized_opts"; then
1950 case $enable_option_checking in
1952 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1953 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1957 # Check all directory arguments for consistency.
1958 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1959 datadir sysconfdir sharedstatedir localstatedir includedir \
1960 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1961 libdir localedir mandir runstatedir
1963 eval ac_val
=\$
$ac_var
1964 # Remove trailing slashes.
1967 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1968 eval $ac_var=\
$ac_val;;
1970 # Be sure to have absolute directory names.
1972 [\\/$
]* | ?
:[\\/]* ) continue;;
1973 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1975 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1978 # There might be people who depend on the old broken behavior: `$host'
1979 # used to hold the argument of --host etc.
1980 # FIXME: To remove some day.
1983 target
=$target_alias
1985 # FIXME: To remove some day.
1986 if test "x$host_alias" != x
; then
1987 if test "x$build_alias" = x
; then
1988 cross_compiling
=maybe
1989 elif test "x$build_alias" != "x$host_alias"; then
1995 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1997 test "$silent" = yes && exec 6>/dev
/null
2000 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2001 ac_ls_di
=`ls -di .` &&
2002 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2003 as_fn_error $?
"working directory cannot be determined"
2004 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2005 as_fn_error $?
"pwd does not report name of working directory"
2008 # Find the source files, if location was not specified.
2009 if test -z "$srcdir"; then
2010 ac_srcdir_defaulted
=yes
2011 # Try the directory containing this script, then the parent directory.
2012 ac_confdir
=`$as_dirname -- "$as_myself" ||
2013 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2014 X"$as_myself" : 'X\(//\)[^/]' \| \
2015 X"$as_myself" : 'X\(//\)$' \| \
2016 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2017 $as_echo X"$as_myself" |
2018 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2036 if test ! -r "$srcdir/$ac_unique_file"; then
2040 ac_srcdir_defaulted
=no
2042 if test ! -r "$srcdir/$ac_unique_file"; then
2043 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2044 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2046 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2048 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2050 # When building in place, set srcdir=.
2051 if test "$ac_abs_confdir" = "$ac_pwd"; then
2054 # Remove unnecessary trailing slashes from srcdir.
2055 # Double slashes in file names in object file debugging info
2056 # mess up M-x gdb in Emacs.
2058 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2060 for ac_var
in $ac_precious_vars; do
2061 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2062 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2063 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2064 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2068 # Report the --help message.
2070 if test "$ac_init_help" = "long"; then
2071 # Omit some internal or obsolete options to make the list less imposing.
2072 # This message is too long to be a string in the A/UX 3.1 sh.
2074 \`configure' configures Wine 1.7.51 to adapt to many kinds of systems.
2076 Usage: $0 [OPTION]... [VAR=VALUE]...
2078 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2079 VAR=VALUE. See below for descriptions of some of the useful variables.
2081 Defaults for the options are specified in brackets.
2084 -h, --help display this help and exit
2085 --help=short display options specific to this package
2086 --help=recursive display the short help of all the included packages
2087 -V, --version display version information and exit
2088 -q, --quiet, --silent do not print \`checking ...' messages
2089 --cache-file=FILE cache test results in FILE [disabled]
2090 -C, --config-cache alias for \`--cache-file=config.cache'
2091 -n, --no-create do not create output files
2092 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2094 Installation directories:
2095 --prefix=PREFIX install architecture-independent files in PREFIX
2096 [$ac_default_prefix]
2097 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2100 By default, \`make install' will install all the files in
2101 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2102 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2103 for instance \`--prefix=\$HOME'.
2105 For better control, use the options below.
2107 Fine tuning of the installation directories:
2108 --bindir=DIR user executables [EPREFIX/bin]
2109 --sbindir=DIR system admin executables [EPREFIX/sbin]
2110 --libexecdir=DIR program executables [EPREFIX/libexec]
2111 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2112 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2113 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2114 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2115 --libdir=DIR object code libraries [EPREFIX/lib]
2116 --includedir=DIR C header files [PREFIX/include]
2117 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2118 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2119 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2120 --infodir=DIR info documentation [DATAROOTDIR/info]
2121 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2122 --mandir=DIR man documentation [DATAROOTDIR/man]
2123 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2124 --htmldir=DIR html documentation [DOCDIR]
2125 --dvidir=DIR dvi documentation [DOCDIR]
2126 --pdfdir=DIR pdf documentation [DOCDIR]
2127 --psdir=DIR ps documentation [DOCDIR]
2133 --x-includes=DIR X include files are
in DIR
2134 --x-libraries=DIR X library files are
in DIR
2137 --build=BUILD configure
for building on BUILD
[guessed
]
2138 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2142 if test -n "$ac_init_help"; then
2143 case $ac_init_help in
2144 short | recursive
) echo "Configuration of Wine 1.7.51:";;
2149 --disable-option-checking ignore unrecognized
--enable/--with options
2150 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2151 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2152 --disable-win16 do not include Win16 support
2153 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2155 --disable-tests do not build the regression tests
2156 --enable-maintainer-mode
2157 enable maintainer-specific build rules
2158 --disable-largefile omit support for large files
2161 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2162 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2163 --without-alsa do not use the Alsa sound support
2164 --without-capi do not use CAPI (ISDN support)
2165 --without-cms do not use CMS (color management support)
2166 --without-coreaudio do not use the CoreAudio sound support
2167 --without-cups do not use CUPS
2168 --without-curses do not use (n)curses
2169 --without-dbus do not use DBus (dynamic device support)
2170 --without-fontconfig do not use fontconfig
2171 --without-freetype do not use the FreeType library
2172 --without-gettext do not use gettext
2173 --with-gettextpo use the GetTextPO library to rebuild po files
2174 --without-gphoto do not use gphoto (Digital Camera support)
2175 --without-glu do not use the GLU library
2176 --without-gnutls do not use GnuTLS (schannel support)
2177 --without-gsm do not use libgsm (GSM 06.10 codec support)
2178 --without-gstreamer do not use GStreamer (codecs support)
2179 --without-hal do not use HAL (dynamic device support)
2180 --without-jpeg do not use JPEG
2181 --without-ldap do not use LDAP
2182 --without-mpg123 do not use the mpg123 library
2183 --without-netapi do not use the Samba NetAPI library
2184 --without-openal do not use OpenAL
2185 --without-opencl do not use OpenCL
2186 --without-opengl do not use OpenGL
2187 --without-osmesa do not use the OSMesa library
2188 --without-oss do not use the OSS sound support
2189 --without-pcap do not use the Packet Capture library
2190 --without-png do not use PNG
2191 --without-pthread do not use the pthread library
2192 --without-sane do not use SANE (scanner support)
2193 --without-tiff do not use TIFF
2194 --without-v4l do not use v4l1 (v4l support)
2195 --without-xcomposite do not use the Xcomposite extension
2196 --without-xcursor do not use the Xcursor extension
2197 --without-xinerama do not use Xinerama (multi-monitor support)
2198 --without-xinput do not use the Xinput extension
2199 --without-xinput2 do not use the Xinput 2 extension
2200 --without-xml do not use XML
2201 --without-xrandr do not use Xrandr (resolution changes)
2202 --without-xrender do not use the Xrender extension
2203 --without-xshape do not use the Xshape extension
2204 --without-xshm do not use XShm (shared memory extension)
2205 --without-xslt do not use XSLT
2206 --without-xxf86vm do not use XFree video mode extension
2207 --without-zlib do not use Zlib (data compression)
2208 --with-wine-tools=DIR use Wine tools from directory DIR
2209 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2210 --with-x use the X Window System
2212 Some influential environment variables:
2213 CC C compiler command
2214 CFLAGS C compiler flags
2215 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2216 nonstandard directory <lib dir>
2217 LIBS libraries to pass to the linker, e.g. -l<library>
2218 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2219 you have headers in a nonstandard directory <include dir>
2220 CXX C++ compiler command
2221 CXXFLAGS C++ compiler flags
2223 XMKMF Path to xmkmf, Makefile generator for X Window System
2224 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2225 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2226 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2227 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2228 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2229 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2230 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2231 HAL_LIBS Linker flags for hal, overriding pkg-config
2233 C compiler flags for gnutls, overriding pkg-config
2234 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2235 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2236 SANE_LIBS Linker flags for libsane, overriding pkg-config
2238 C compiler flags for libgphoto2, overriding pkg-config
2240 Linker flags for libgphoto2, overriding pkg-config
2242 C compiler flags for libgphoto2_port, overriding pkg-config
2244 Linker flags for libgphoto2_port, overriding pkg-config
2246 C compiler flags for lcms2, overriding pkg-config
2247 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2249 C compiler flags for freetype2, overriding pkg-config
2251 Linker flags for freetype2, overriding pkg-config
2253 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2255 Linker flags for gstreamer-app-0.10, overriding pkg-config
2257 C compiler flags for capi20, overriding pkg-config
2258 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2260 C compiler flags for fontconfig, overriding pkg-config
2262 Linker flags for fontconfig, overriding pkg-config
2263 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2264 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2265 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2266 PNG_LIBS Linker flags for libpng, overriding pkg-config
2267 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2268 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2270 C compiler flags for libmpg123, overriding pkg-config
2271 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2273 Use these variables to override the choices made by `configure' or to
help
2274 it to
find libraries and programs with nonstandard names
/locations.
2276 Report bugs to
<wine-devel@winehq.org
>.
2277 Wine home page
: <http
://www.winehq.org
>.
2282 if test "$ac_init_help" = "recursive"; then
2283 # If there are subdirs, report their specific --help.
2284 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2285 test -d "$ac_dir" ||
2286 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2291 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2293 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2294 # A ".." for each directory in $ac_dir_suffix.
2295 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2296 case $ac_top_builddir_sub in
2297 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2298 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2301 ac_abs_top_builddir
=$ac_pwd
2302 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2303 # for backward compatibility:
2304 ac_top_builddir
=$ac_top_build_prefix
2307 .
) # We are building in place.
2309 ac_top_srcdir
=$ac_top_builddir_sub
2310 ac_abs_top_srcdir
=$ac_pwd ;;
2311 [\\/]* | ?
:[\\/]* ) # Absolute name.
2312 ac_srcdir
=$srcdir$ac_dir_suffix;
2313 ac_top_srcdir
=$srcdir
2314 ac_abs_top_srcdir
=$srcdir ;;
2316 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2317 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2318 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2320 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2322 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2323 # Check for guested configure.
2324 if test -f "$ac_srcdir/configure.gnu"; then
2326 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2327 elif test -f "$ac_srcdir/configure"; then
2329 $SHELL "$ac_srcdir/configure" --help=recursive
2331 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2333 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2337 test -n "$ac_init_help" && exit $ac_status
2338 if $ac_init_version; then
2340 Wine configure
1.7.51
2341 generated by GNU Autoconf
2.69
2343 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2344 This configure
script is free software
; the Free Software Foundation
2345 gives unlimited permission to copy
, distribute and modify it.
2350 ## ------------------------ ##
2351 ## Autoconf initialization. ##
2352 ## ------------------------ ##
2354 # ac_fn_c_try_compile LINENO
2355 # --------------------------
2356 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2357 ac_fn_c_try_compile
()
2359 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2360 rm -f conftest.
$ac_objext
2361 if { { ac_try
="$ac_compile"
2363 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2364 *) ac_try_echo=$ac_try;;
2366 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2367 $as_echo "$ac_try_echo"; } >&5
2368 (eval "$ac_compile") 2>conftest.err
2370 if test -s conftest.err; then
2371 grep -v '^ *+' conftest.err >conftest.er1
2372 cat conftest.er1 >&5
2373 mv -f conftest.er1 conftest.err
2375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2376 test $ac_status = 0; } && {
2377 test -z "$ac_c_werror_flag" ||
2378 test ! -s conftest.err
2379 } && test -s conftest.$ac_objext; then :
2382 $as_echo "$as_me: failed program was:" >&5
2383 sed 's/^/| /' conftest.$ac_ext >&5
2387 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2388 as_fn_set_status $ac_retval
2390 } # ac_fn_c_try_compile
2392 # ac_fn_cxx_try_compile LINENO
2393 # ----------------------------
2394 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2395 ac_fn_cxx_try_compile ()
2397 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2398 rm -f conftest.$ac_objext
2399 if { { ac_try="$ac_compile"
2401 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2402 *) ac_try_echo
=$ac_try;;
2404 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2405 $as_echo "$ac_try_echo"; } >&5
2406 (eval "$ac_compile") 2>conftest.err
2408 if test -s conftest.err
; then
2409 grep -v '^ *+' conftest.err
>conftest.er1
2410 cat conftest.er1
>&5
2411 mv -f conftest.er1 conftest.err
2413 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2414 test $ac_status = 0; } && {
2415 test -z "$ac_cxx_werror_flag" ||
2416 test ! -s conftest.err
2417 } && test -s conftest.
$ac_objext; then :
2420 $as_echo "$as_me: failed program was:" >&5
2421 sed 's/^/| /' conftest.
$ac_ext >&5
2425 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2426 as_fn_set_status
$ac_retval
2428 } # ac_fn_cxx_try_compile
2430 # ac_fn_c_try_link LINENO
2431 # -----------------------
2432 # Try to link conftest.$ac_ext, and return whether this succeeded.
2435 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2436 rm -f conftest.
$ac_objext conftest
$ac_exeext
2437 if { { ac_try
="$ac_link"
2439 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2440 *) ac_try_echo=$ac_try;;
2442 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2443 $as_echo "$ac_try_echo"; } >&5
2444 (eval "$ac_link") 2>conftest.err
2446 if test -s conftest.err; then
2447 grep -v '^ *+' conftest.err >conftest.er1
2448 cat conftest.er1 >&5
2449 mv -f conftest.er1 conftest.err
2451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2452 test $ac_status = 0; } && {
2453 test -z "$ac_c_werror_flag" ||
2454 test ! -s conftest.err
2455 } && test -s conftest$ac_exeext && {
2456 test "$cross_compiling" = yes ||
2457 test -x conftest$ac_exeext
2461 $as_echo "$as_me: failed program was:" >&5
2462 sed 's/^/| /' conftest.$ac_ext >&5
2466 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2467 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2468 # interfere with the next link command; also delete a directory that is
2469 # left behind by Apple's compiler. We do this before executing the actions.
2470 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2471 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2472 as_fn_set_status $ac_retval
2474 } # ac_fn_c_try_link
2476 # ac_fn_c_try_cpp LINENO
2477 # ----------------------
2478 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2481 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2482 if { { ac_try="$ac_cpp conftest.$ac_ext"
2484 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2485 *) ac_try_echo
=$ac_try;;
2487 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2488 $as_echo "$ac_try_echo"; } >&5
2489 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2491 if test -s conftest.err
; then
2492 grep -v '^ *+' conftest.err
>conftest.er1
2493 cat conftest.er1
>&5
2494 mv -f conftest.er1 conftest.err
2496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2497 test $ac_status = 0; } > conftest.i
&& {
2498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2499 test ! -s conftest.err
2503 $as_echo "$as_me: failed program was:" >&5
2504 sed 's/^/| /' conftest.
$ac_ext >&5
2508 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2509 as_fn_set_status
$ac_retval
2513 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2514 # -------------------------------------------------------
2515 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2516 # the include files in INCLUDES and setting the cache variable VAR
2518 ac_fn_c_check_header_mongrel
()
2520 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2521 if eval \
${$3+:} false
; then :
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2523 $as_echo_n "checking for $2... " >&6; }
2524 if eval \
${$3+:} false
; then :
2525 $as_echo_n "(cached) " >&6
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2529 $as_echo "$ac_res" >&6; }
2531 # Is the header compilable?
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2533 $as_echo_n "checking $2 usability... " >&6; }
2534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2535 /* end confdefs.h. */
2539 if ac_fn_c_try_compile
"$LINENO"; then :
2540 ac_header_compiler
=yes
2542 ac_header_compiler
=no
2544 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2546 $as_echo "$ac_header_compiler" >&6; }
2548 # Is the header present?
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2550 $as_echo_n "checking $2 presence... " >&6; }
2551 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2552 /* end confdefs.h. */
2555 if ac_fn_c_try_cpp
"$LINENO"; then :
2556 ac_header_preproc
=yes
2558 ac_header_preproc
=no
2560 rm -f conftest.err conftest.i conftest.
$ac_ext
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2562 $as_echo "$ac_header_preproc" >&6; }
2564 # So? What about this header?
2565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2568 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2570 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2574 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2576 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2578 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2580 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2581 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2582 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2583 ( $as_echo "## ------------------------------------ ##
2584 ## Report this to wine-devel@winehq.org ##
2585 ## ------------------------------------ ##"
2586 ) |
sed "s/^/$as_me: WARNING: /" >&2
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2590 $as_echo_n "checking for $2... " >&6; }
2591 if eval \
${$3+:} false
; then :
2592 $as_echo_n "(cached) " >&6
2594 eval "$3=\$ac_header_compiler"
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2598 $as_echo "$ac_res" >&6; }
2600 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2602 } # ac_fn_c_check_header_mongrel
2604 # ac_fn_c_try_run LINENO
2605 # ----------------------
2606 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2607 # that executables *can* be run.
2610 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2611 if { { ac_try
="$ac_link"
2613 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2614 *) ac_try_echo=$ac_try;;
2616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2617 $as_echo "$ac_try_echo"; } >&5
2618 (eval "$ac_link") 2>&5
2620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2621 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2622 { { case "(($ac_try" in
2623 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2624 *) ac_try_echo
=$ac_try;;
2626 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2627 $as_echo "$ac_try_echo"; } >&5
2628 (eval "$ac_try") 2>&5
2630 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2631 test $ac_status = 0; }; }; then :
2634 $as_echo "$as_me: program exited with status $ac_status" >&5
2635 $as_echo "$as_me: failed program was:" >&5
2636 sed 's/^/| /' conftest.
$ac_ext >&5
2638 ac_retval
=$ac_status
2640 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2642 as_fn_set_status
$ac_retval
2646 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2647 # -------------------------------------------------------
2648 # Tests whether HEADER exists and can be compiled using the include files in
2649 # INCLUDES, setting the cache variable VAR accordingly.
2650 ac_fn_c_check_header_compile
()
2652 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2654 $as_echo_n "checking for $2... " >&6; }
2655 if eval \
${$3+:} false
; then :
2656 $as_echo_n "(cached) " >&6
2658 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2659 /* end confdefs.h. */
2663 if ac_fn_c_try_compile
"$LINENO"; then :
2668 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2672 $as_echo "$ac_res" >&6; }
2673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2675 } # ac_fn_c_check_header_compile
2677 # ac_fn_c_check_func LINENO FUNC VAR
2678 # ----------------------------------
2679 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2680 ac_fn_c_check_func
()
2682 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2684 $as_echo_n "checking for $2... " >&6; }
2685 if eval \
${$3+:} false
; then :
2686 $as_echo_n "(cached) " >&6
2688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2689 /* end confdefs.h. */
2690 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2691 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2692 #define $2 innocuous_$2
2694 /* System header to define __stub macros and hopefully few prototypes,
2695 which can conflict with char $2 (); below.
2696 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2697 <limits.h> exists even on freestanding compilers. */
2700 # include <limits.h>
2702 # include <assert.h>
2707 /* Override any GCC internal prototype to avoid an error.
2708 Use char because int might match the return type of a GCC
2709 builtin and then its argument prototype would still apply. */
2714 /* The GNU C library defines this for functions which it implements
2715 to always fail with ENOSYS. Some functions are actually named
2716 something starting with __ and the normal name is an alias. */
2717 #if defined __stub_$2 || defined __stub___$2
2729 if ac_fn_c_try_link
"$LINENO"; then :
2734 rm -f core conftest.err conftest.
$ac_objext \
2735 conftest
$ac_exeext conftest.
$ac_ext
2738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2739 $as_echo "$ac_res" >&6; }
2740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2742 } # ac_fn_c_check_func
2744 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2745 # ----------------------------------------------------
2746 # Tries to find if the field MEMBER exists in type AGGR, after including
2747 # INCLUDES, setting cache variable VAR accordingly.
2748 ac_fn_c_check_member
()
2750 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2752 $as_echo_n "checking for $2.$3... " >&6; }
2753 if eval \
${$4+:} false
; then :
2754 $as_echo_n "(cached) " >&6
2756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2757 /* end confdefs.h. */
2769 if ac_fn_c_try_compile
"$LINENO"; then :
2772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2773 /* end confdefs.h. */
2779 if (sizeof ac_aggr.$3)
2785 if ac_fn_c_try_compile
"$LINENO"; then :
2790 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2792 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2796 $as_echo "$ac_res" >&6; }
2797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2799 } # ac_fn_c_check_member
2801 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2802 # -------------------------------------------
2803 # Tests whether TYPE exists after having included INCLUDES, setting cache
2804 # variable VAR accordingly.
2805 ac_fn_c_check_type
()
2807 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2809 $as_echo_n "checking for $2... " >&6; }
2810 if eval \
${$3+:} false
; then :
2811 $as_echo_n "(cached) " >&6
2814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2815 /* end confdefs.h. */
2826 if ac_fn_c_try_compile
"$LINENO"; then :
2827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2828 /* end confdefs.h. */
2839 if ac_fn_c_try_compile
"$LINENO"; then :
2844 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2846 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2850 $as_echo "$ac_res" >&6; }
2851 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2853 } # ac_fn_c_check_type
2854 cat >config.log
<<_ACEOF
2855 This file contains any messages produced by compilers while
2856 running configure, to aid debugging if configure makes a mistake.
2858 It was created by Wine $as_me 1.7.51, which was
2859 generated by GNU Autoconf 2.69. Invocation command line was
2871 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2872 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2873 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2874 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2875 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2877 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2878 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2880 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2881 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2882 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2883 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2884 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2885 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2886 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2890 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2894 test -z "$as_dir" && as_dir
=.
2895 $as_echo "PATH: $as_dir"
2911 # Keep a trace of the command line.
2912 # Strip out --no-create and --no-recursion so they do not pile up.
2913 # Strip out --silent because we don't want to record it for future runs.
2914 # Also quote any args containing shell meta-characters.
2915 # Make two passes to allow for proper duplicate-argument suppression.
2919 ac_must_keep_next
=false
2925 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2926 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2927 |
-silent |
--silent |
--silen |
--sile |
--sil)
2930 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2933 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2935 as_fn_append ac_configure_args1
" '$ac_arg'"
2936 if test $ac_must_keep_next = true
; then
2937 ac_must_keep_next
=false
# Got value, back to normal.
2940 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2941 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2942 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2943 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2944 case "$ac_configure_args0 " in
2945 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2948 -* ) ac_must_keep_next
=true
;;
2951 as_fn_append ac_configure_args
" '$ac_arg'"
2956 { ac_configure_args0
=; unset ac_configure_args0
;}
2957 { ac_configure_args1
=; unset ac_configure_args1
;}
2959 # When interrupted or exit'd, cleanup temporary files, and complete
2960 # config.log. We remove comments because anyway the quotes in there
2961 # would cause problems or look ugly.
2962 # WARNING: Use '\'' to represent an apostrophe within the trap.
2963 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2964 trap 'exit_status=$?
2965 # Save into config.log some information that might help in debugging.
2969 $as_echo "## ---------------- ##
2970 ## Cache variables. ##
2971 ## ---------------- ##"
2973 # The following way of writing the cache mishandles newlines in values,
2975 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2976 eval ac_val=\$$ac_var
2980 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2981 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2984 _ | IFS | as_nl) ;; #(
2985 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2986 *) { eval $ac_var=; unset $ac_var;} ;;
2991 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2992 *${as_nl}ac_space=\ *)
2994 "s/'\''/'\''\\\\'\'''\''/g;
2995 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2998 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3005 $as_echo "## ----------------- ##
3006 ## Output variables. ##
3007 ## ----------------- ##"
3009 for ac_var in $ac_subst_vars
3011 eval ac_val=\$$ac_var
3013 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3015 $as_echo "$ac_var='\''$ac_val'\''"
3019 if test -n "$ac_subst_files"; then
3020 $as_echo "## ------------------- ##
3021 ## File substitutions. ##
3022 ## ------------------- ##"
3024 for ac_var
in $ac_subst_files
3026 eval ac_val
=\$
$ac_var
3028 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3030 $as_echo "$ac_var='\''$ac_val'\''"
3035 if test -s confdefs.h; then
3036 $as_echo "## ----------- ##
3043 test "$ac_signal" != 0 &&
3044 $as_echo "$as_me: caught signal $ac_signal"
3045 $as_echo "$as_me: exit $exit_status"
3047 rm -f core *.core core.conftest.* &&
3048 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3051 for ac_signal
in 1 2 13 15; do
3052 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3056 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3057 rm -f -r conftest
* confdefs.h
3059 $as_echo "/* confdefs.h */" > confdefs.h
3061 # Predefined preprocessor variables.
3063 cat >>confdefs.h
<<_ACEOF
3064 #define PACKAGE_NAME "$PACKAGE_NAME"
3067 cat >>confdefs.h
<<_ACEOF
3068 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3071 cat >>confdefs.h
<<_ACEOF
3072 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3075 cat >>confdefs.h
<<_ACEOF
3076 #define PACKAGE_STRING "$PACKAGE_STRING"
3079 cat >>confdefs.h
<<_ACEOF
3080 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3083 cat >>confdefs.h
<<_ACEOF
3084 #define PACKAGE_URL "$PACKAGE_URL"
3088 # Let the site file select an alternate cache file if it wants to.
3089 # Prefer an explicitly selected file to automatically selected ones.
3092 if test -n "$CONFIG_SITE"; then
3093 # We do not want a PATH search for config.site.
3094 case $CONFIG_SITE in #((
3095 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3096 */*) ac_site_file1
=$CONFIG_SITE;;
3097 *) ac_site_file1
=.
/$CONFIG_SITE;;
3099 elif test "x$prefix" != xNONE
; then
3100 ac_site_file1
=$prefix/share
/config.site
3101 ac_site_file2
=$prefix/etc
/config.site
3103 ac_site_file1
=$ac_default_prefix/share
/config.site
3104 ac_site_file2
=$ac_default_prefix/etc
/config.site
3106 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3108 test "x$ac_site_file" = xNONE
&& continue
3109 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3111 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3112 sed 's/^/| /' "$ac_site_file" >&5
3114 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3115 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3116 as_fn_error $?
"failed to load site script $ac_site_file
3117 See \`config.log' for more details" "$LINENO" 5; }
3121 if test -r "$cache_file"; then
3122 # Some versions of bash will fail to source /dev/null (special files
3123 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3124 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3126 $as_echo "$as_me: loading cache $cache_file" >&6;}
3128 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3129 *) .
"./$cache_file";;
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3134 $as_echo "$as_me: creating cache $cache_file" >&6;}
3138 # Check that the precious variables saved in the cache have kept the same
3140 ac_cache_corrupted
=false
3141 for ac_var
in $ac_precious_vars; do
3142 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3143 eval ac_new_set
=\
$ac_env_${ac_var}_set
3144 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3145 eval ac_new_val
=\
$ac_env_${ac_var}_value
3146 case $ac_old_set,$ac_new_set in
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3149 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3150 ac_cache_corrupted
=: ;;
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3153 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3154 ac_cache_corrupted
=: ;;
3157 if test "x$ac_old_val" != "x$ac_new_val"; then
3158 # differences in whitespace do not lead to failure.
3159 ac_old_val_w
=`echo x $ac_old_val`
3160 ac_new_val_w
=`echo x $ac_new_val`
3161 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3163 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3164 ac_cache_corrupted
=:
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3167 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3168 eval $ac_var=\
$ac_old_val
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3171 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3172 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3173 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3176 # Pass precious variables to config.status.
3177 if test "$ac_new_set" = set; then
3179 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3180 *) ac_arg
=$ac_var=$ac_new_val ;;
3182 case " $ac_configure_args " in
3183 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3184 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3188 if $ac_cache_corrupted; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3192 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3193 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3195 ## -------------------- ##
3196 ## Main body of script. ##
3197 ## -------------------- ##
3200 ac_cpp
='$CPP $CPPFLAGS'
3201 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3202 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3203 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3207 ac_config_headers
="$ac_config_headers include/config.h"
3210 for ac_dir
in tools
"$srcdir"/tools
; do
3211 if test -f "$ac_dir/install-sh"; then
3213 ac_install_sh
="$ac_aux_dir/install-sh -c"
3215 elif test -f "$ac_dir/install.sh"; then
3217 ac_install_sh
="$ac_aux_dir/install.sh -c"
3219 elif test -f "$ac_dir/shtool"; then
3221 ac_install_sh
="$ac_aux_dir/shtool install -c"
3225 if test -z "$ac_aux_dir"; then
3226 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3229 # These three variables are undocumented and unsupported,
3230 # and are intended to be withdrawn in a future Autoconf release.
3231 # They can cause serious problems if a builder's source tree is in a directory
3232 # whose full name contains unusual characters.
3233 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3234 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3235 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3239 libwine_version
="1.0"
3243 # Check whether --enable-win16 was given.
3244 if test "${enable_win16+set}" = set; then :
3245 enableval
=$enable_win16;
3248 # Check whether --enable-win64 was given.
3249 if test "${enable_win64+set}" = set; then :
3250 enableval
=$enable_win64;
3253 # Check whether --enable-tests was given.
3254 if test "${enable_tests+set}" = set; then :
3255 enableval
=$enable_tests;
3258 # Check whether --enable-maintainer-mode was given.
3259 if test "${enable_maintainer_mode+set}" = set; then :
3260 enableval
=$enable_maintainer_mode;
3265 # Check whether --with-alsa was given.
3266 if test "${with_alsa+set}" = set; then :
3267 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3271 # Check whether --with-capi was given.
3272 if test "${with_capi+set}" = set; then :
3277 # Check whether --with-cms was given.
3278 if test "${with_cms+set}" = set; then :
3283 # Check whether --with-coreaudio was given.
3284 if test "${with_coreaudio+set}" = set; then :
3285 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3289 # Check whether --with-cups was given.
3290 if test "${with_cups+set}" = set; then :
3295 # Check whether --with-curses was given.
3296 if test "${with_curses+set}" = set; then :
3297 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3301 # Check whether --with-dbus was given.
3302 if test "${with_dbus+set}" = set; then :
3307 # Check whether --with-fontconfig was given.
3308 if test "${with_fontconfig+set}" = set; then :
3309 withval
=$with_fontconfig;
3313 # Check whether --with-freetype was given.
3314 if test "${with_freetype+set}" = set; then :
3315 withval
=$with_freetype;
3319 # Check whether --with-gettext was given.
3320 if test "${with_gettext+set}" = set; then :
3321 withval
=$with_gettext;
3325 # Check whether --with-gettextpo was given.
3326 if test "${with_gettextpo+set}" = set; then :
3327 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3331 # Check whether --with-gphoto was given.
3332 if test "${with_gphoto+set}" = set; then :
3333 withval
=$with_gphoto;
3337 # Check whether --with-glu was given.
3338 if test "${with_glu+set}" = set; then :
3343 # Check whether --with-gnutls was given.
3344 if test "${with_gnutls+set}" = set; then :
3345 withval
=$with_gnutls;
3349 # Check whether --with-gsm was given.
3350 if test "${with_gsm+set}" = set; then :
3351 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3355 # Check whether --with-gstreamer was given.
3356 if test "${with_gstreamer+set}" = set; then :
3357 withval
=$with_gstreamer;
3361 # Check whether --with-hal was given.
3362 if test "${with_hal+set}" = set; then :
3367 # Check whether --with-jpeg was given.
3368 if test "${with_jpeg+set}" = set; then :
3373 # Check whether --with-ldap was given.
3374 if test "${with_ldap+set}" = set; then :
3375 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3379 # Check whether --with-mpg123 was given.
3380 if test "${with_mpg123+set}" = set; then :
3381 withval
=$with_mpg123;
3385 # Check whether --with-netapi was given.
3386 if test "${with_netapi+set}" = set; then :
3387 withval
=$with_netapi;
3391 # Check whether --with-openal was given.
3392 if test "${with_openal+set}" = set; then :
3393 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3397 # Check whether --with-opencl was given.
3398 if test "${with_opencl+set}" = set; then :
3399 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3403 # Check whether --with-opengl was given.
3404 if test "${with_opengl+set}" = set; then :
3405 withval
=$with_opengl;
3409 # Check whether --with-osmesa was given.
3410 if test "${with_osmesa+set}" = set; then :
3411 withval
=$with_osmesa;
3415 # Check whether --with-oss was given.
3416 if test "${with_oss+set}" = set; then :
3421 # Check whether --with-pcap was given.
3422 if test "${with_pcap+set}" = set; then :
3423 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3427 # Check whether --with-png was given.
3428 if test "${with_png+set}" = set; then :
3433 # Check whether --with-pthread was given.
3434 if test "${with_pthread+set}" = set; then :
3435 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3439 # Check whether --with-sane was given.
3440 if test "${with_sane+set}" = set; then :
3445 # Check whether --with-tiff was given.
3446 if test "${with_tiff+set}" = set; then :
3451 # Check whether --with-v4l was given.
3452 if test "${with_v4l+set}" = set; then :
3457 # Check whether --with-xcomposite was given.
3458 if test "${with_xcomposite+set}" = set; then :
3459 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3463 # Check whether --with-xcursor was given.
3464 if test "${with_xcursor+set}" = set; then :
3465 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3469 # Check whether --with-xinerama was given.
3470 if test "${with_xinerama+set}" = set; then :
3471 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3475 # Check whether --with-xinput was given.
3476 if test "${with_xinput+set}" = set; then :
3477 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3481 # Check whether --with-xinput2 was given.
3482 if test "${with_xinput2+set}" = set; then :
3483 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3487 # Check whether --with-xml was given.
3488 if test "${with_xml+set}" = set; then :
3493 # Check whether --with-xrandr was given.
3494 if test "${with_xrandr+set}" = set; then :
3495 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3499 # Check whether --with-xrender was given.
3500 if test "${with_xrender+set}" = set; then :
3501 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3505 # Check whether --with-xshape was given.
3506 if test "${with_xshape+set}" = set; then :
3507 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3511 # Check whether --with-xshm was given.
3512 if test "${with_xshm+set}" = set; then :
3513 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3517 # Check whether --with-xslt was given.
3518 if test "${with_xslt+set}" = set; then :
3523 # Check whether --with-xxf86vm was given.
3524 if test "${with_xxf86vm+set}" = set; then :
3525 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
3529 # Check whether --with-zlib was given.
3530 if test "${with_zlib+set}" = set; then :
3531 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3536 # Check whether --with-wine-tools was given.
3537 if test "${with_wine_tools+set}" = set; then :
3538 withval
=$with_wine_tools;
3542 # Check whether --with-wine64 was given.
3543 if test "${with_wine64+set}" = set; then :
3544 withval
=$with_wine64;
3548 # Make sure we can run config.sub.
3549 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3550 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3553 $as_echo_n "checking build system type... " >&6; }
3554 if ${ac_cv_build+:} false
; then :
3555 $as_echo_n "(cached) " >&6
3557 ac_build_alias
=$build_alias
3558 test "x$ac_build_alias" = x
&&
3559 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3560 test "x$ac_build_alias" = x
&&
3561 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3562 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3563 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3567 $as_echo "$ac_cv_build" >&6; }
3568 case $ac_cv_build in
3570 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3573 ac_save_IFS
=$IFS; IFS
='-'
3579 # Remember, the first character of IFS is used to create $*,
3580 # except with old shells:
3583 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3587 $as_echo_n "checking host system type... " >&6; }
3588 if ${ac_cv_host+:} false
; then :
3589 $as_echo_n "(cached) " >&6
3591 if test "x$host_alias" = x
; then
3592 ac_cv_host
=$ac_cv_build
3594 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3595 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3600 $as_echo "$ac_cv_host" >&6; }
3603 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3606 ac_save_IFS
=$IFS; IFS
='-'
3612 # Remember, the first character of IFS is used to create $*,
3613 # except with old shells:
3616 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3622 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3623 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3624 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3630 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3632 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3633 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3634 $as_echo_n "(cached) " >&6
3636 cat >conftest.
make <<\_ACEOF
3639 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3641 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3642 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3644 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3646 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3650 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3652 $as_echo "yes" >&6; }
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3656 $as_echo "no" >&6; }
3657 SET_MAKE
="MAKE=${MAKE-make}"
3661 ac_cpp
='$CPP $CPPFLAGS'
3662 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3665 if test -n "$ac_tool_prefix"; then
3666 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3667 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3669 $as_echo_n "checking for $ac_word... " >&6; }
3670 if ${ac_cv_prog_CC+:} false
; then :
3671 $as_echo_n "(cached) " >&6
3673 if test -n "$CC"; then
3674 ac_cv_prog_CC
="$CC" # Let the user override the test.
3676 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3680 test -z "$as_dir" && as_dir
=.
3681 for ac_exec_ext
in '' $ac_executable_extensions; do
3682 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3683 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3684 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3694 if test -n "$CC"; then
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3696 $as_echo "$CC" >&6; }
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3699 $as_echo "no" >&6; }
3704 if test -z "$ac_cv_prog_CC"; then
3706 # Extract the first word of "gcc", so it can be a program name with args.
3707 set dummy gcc
; ac_word
=$2
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3709 $as_echo_n "checking for $ac_word... " >&6; }
3710 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3711 $as_echo_n "(cached) " >&6
3713 if test -n "$ac_ct_CC"; then
3714 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3716 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3720 test -z "$as_dir" && as_dir
=.
3721 for ac_exec_ext
in '' $ac_executable_extensions; do
3722 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3723 ac_cv_prog_ac_ct_CC
="gcc"
3724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3734 if test -n "$ac_ct_CC"; then
3735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3736 $as_echo "$ac_ct_CC" >&6; }
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3739 $as_echo "no" >&6; }
3742 if test "x$ac_ct_CC" = x
; then
3745 case $cross_compiling:$ac_tool_warned in
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3749 ac_tool_warned
=yes ;;
3757 if test -z "$CC"; then
3758 if test -n "$ac_tool_prefix"; then
3759 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3760 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3762 $as_echo_n "checking for $ac_word... " >&6; }
3763 if ${ac_cv_prog_CC+:} false
; then :
3764 $as_echo_n "(cached) " >&6
3766 if test -n "$CC"; then
3767 ac_cv_prog_CC
="$CC" # Let the user override the test.
3769 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3773 test -z "$as_dir" && as_dir
=.
3774 for ac_exec_ext
in '' $ac_executable_extensions; do
3775 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3776 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3787 if test -n "$CC"; then
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3789 $as_echo "$CC" >&6; }
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3792 $as_echo "no" >&6; }
3798 if test -z "$CC"; then
3799 # Extract the first word of "cc", so it can be a program name with args.
3800 set dummy cc
; ac_word
=$2
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3802 $as_echo_n "checking for $ac_word... " >&6; }
3803 if ${ac_cv_prog_CC+:} false
; then :
3804 $as_echo_n "(cached) " >&6
3806 if test -n "$CC"; then
3807 ac_cv_prog_CC
="$CC" # Let the user override the test.
3810 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3814 test -z "$as_dir" && as_dir
=.
3815 for ac_exec_ext
in '' $ac_executable_extensions; do
3816 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3817 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3818 ac_prog_rejected
=yes
3822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3829 if test $ac_prog_rejected = yes; then
3830 # We found a bogon in the path, so make sure we never use it.
3831 set dummy
$ac_cv_prog_CC
3833 if test $# != 0; then
3834 # We chose a different compiler from the bogus one.
3835 # However, it has the same basename, so the bogon will be chosen
3836 # first if we set CC to just the basename; use the full file name.
3838 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3844 if test -n "$CC"; then
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3846 $as_echo "$CC" >&6; }
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3854 if test -z "$CC"; then
3855 if test -n "$ac_tool_prefix"; then
3856 for ac_prog
in cl.exe
3858 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3859 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3861 $as_echo_n "checking for $ac_word... " >&6; }
3862 if ${ac_cv_prog_CC+:} false
; then :
3863 $as_echo_n "(cached) " >&6
3865 if test -n "$CC"; then
3866 ac_cv_prog_CC
="$CC" # Let the user override the test.
3868 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3872 test -z "$as_dir" && as_dir
=.
3873 for ac_exec_ext
in '' $ac_executable_extensions; do
3874 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3875 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3886 if test -n "$CC"; then
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3888 $as_echo "$CC" >&6; }
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3891 $as_echo "no" >&6; }
3895 test -n "$CC" && break
3898 if test -z "$CC"; then
3900 for ac_prog
in cl.exe
3902 # Extract the first word of "$ac_prog", so it can be a program name with args.
3903 set dummy
$ac_prog; ac_word
=$2
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3905 $as_echo_n "checking for $ac_word... " >&6; }
3906 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3907 $as_echo_n "(cached) " >&6
3909 if test -n "$ac_ct_CC"; then
3910 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3912 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3916 test -z "$as_dir" && as_dir
=.
3917 for ac_exec_ext
in '' $ac_executable_extensions; do
3918 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3919 ac_cv_prog_ac_ct_CC
="$ac_prog"
3920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3929 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3930 if test -n "$ac_ct_CC"; then
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3932 $as_echo "$ac_ct_CC" >&6; }
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3935 $as_echo "no" >&6; }
3939 test -n "$ac_ct_CC" && break
3942 if test "x$ac_ct_CC" = x
; then
3945 case $cross_compiling:$ac_tool_warned in
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3948 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3949 ac_tool_warned
=yes ;;
3958 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3959 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3960 as_fn_error $?
"no acceptable C compiler found in \$PATH
3961 See \`config.log' for more details" "$LINENO" 5; }
3963 # Provide some information about the compiler.
3964 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3967 for ac_option
in --version -v -V -qversion; do
3968 { { ac_try
="$ac_compiler $ac_option >&5"
3970 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3971 *) ac_try_echo=$ac_try;;
3973 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3974 $as_echo "$ac_try_echo"; } >&5
3975 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3977 if test -s conftest.err; then
3979 ... rest of stderr output deleted ...
3980 10q' conftest.err >conftest.er1
3981 cat conftest.er1 >&5
3983 rm -f conftest.er1 conftest.err
3984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3985 test $ac_status = 0; }
3988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3989 /* end confdefs.h. */
3999 ac_clean_files_save=$ac_clean_files
4000 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4001 # Try to create an executable without -o first, disregard a.out.
4002 # It will help us diagnose broken compilers, and finding out an intuition
4004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4005 $as_echo_n "checking whether the C compiler works... " >&6; }
4006 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4008 # The possible output files:
4009 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4012 for ac_file in $ac_files
4015 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4016 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4021 if { { ac_try="$ac_link_default"
4023 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4024 *) ac_try_echo
=$ac_try;;
4026 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4027 $as_echo "$ac_try_echo"; } >&5
4028 (eval "$ac_link_default") 2>&5
4030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4031 test $ac_status = 0; }; then :
4032 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4033 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4034 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4035 # so that the user can short-circuit this test for compilers unknown to
4037 for ac_file
in $ac_files ''
4039 test -f "$ac_file" ||
continue
4041 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4044 # We found the default executable, but exeext='' is most
4048 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4050 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4052 # We set ac_cv_exeext here because the later test for it is not
4053 # safe: cross compilers may not add the suffix if given an `-o'
4054 # argument, so we may need to know it at that point already.
4055 # Even if this section looks crufty: it has the advantage of
4062 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4067 if test -z "$ac_file"; then :
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4069 $as_echo "no" >&6; }
4070 $as_echo "$as_me: failed program was:" >&5
4071 sed 's/^/| /' conftest.
$ac_ext >&5
4073 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4074 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4075 as_fn_error
77 "C compiler cannot create executables
4076 See \`config.log' for more details" "$LINENO" 5; }
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4079 $as_echo "yes" >&6; }
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4082 $as_echo_n "checking for C compiler default output file name... " >&6; }
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4084 $as_echo "$ac_file" >&6; }
4085 ac_exeext
=$ac_cv_exeext
4087 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4088 ac_clean_files
=$ac_clean_files_save
4089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4090 $as_echo_n "checking for suffix of executables... " >&6; }
4091 if { { ac_try
="$ac_link"
4093 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4094 *) ac_try_echo=$ac_try;;
4096 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4097 $as_echo "$ac_try_echo"; } >&5
4098 (eval "$ac_link") 2>&5
4100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4101 test $ac_status = 0; }; then :
4102 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4103 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4104 # work properly (i.e., refer to `conftest.exe'), while it won't with
4106 for ac_file
in conftest.exe conftest conftest.
*; do
4107 test -f "$ac_file" ||
continue
4109 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4110 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4116 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4117 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4118 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4119 See \`config.log' for more details" "$LINENO" 5; }
4121 rm -f conftest conftest
$ac_cv_exeext
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4123 $as_echo "$ac_cv_exeext" >&6; }
4125 rm -f conftest.
$ac_ext
4126 EXEEXT
=$ac_cv_exeext
4128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4129 /* end confdefs.h. */
4134 FILE *f = fopen ("conftest.out", "w");
4135 return ferror (f) || fclose (f) != 0;
4141 ac_clean_files
="$ac_clean_files conftest.out"
4142 # Check that the compiler produces executables we can run. If not, either
4143 # the compiler is broken, or we cross compile.
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4145 $as_echo_n "checking whether we are cross compiling... " >&6; }
4146 if test "$cross_compiling" != yes; then
4147 { { ac_try
="$ac_link"
4149 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4150 *) ac_try_echo=$ac_try;;
4152 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4153 $as_echo "$ac_try_echo"; } >&5
4154 (eval "$ac_link") 2>&5
4156 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4157 test $ac_status = 0; }
4158 if { ac_try='./conftest$ac_cv_exeext'
4159 { { case "(($ac_try" in
4160 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4161 *) ac_try_echo
=$ac_try;;
4163 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4164 $as_echo "$ac_try_echo"; } >&5
4165 (eval "$ac_try") 2>&5
4167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4168 test $ac_status = 0; }; }; then
4171 if test "$cross_compiling" = maybe
; then
4174 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4175 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4176 as_fn_error $?
"cannot run C compiled programs.
4177 If you meant to cross compile, use \`--host'.
4178 See \`config.log' for more details" "$LINENO" 5; }
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4183 $as_echo "$cross_compiling" >&6; }
4185 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4186 ac_clean_files
=$ac_clean_files_save
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4188 $as_echo_n "checking for suffix of object files... " >&6; }
4189 if ${ac_cv_objext+:} false
; then :
4190 $as_echo_n "(cached) " >&6
4192 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4193 /* end confdefs.h. */
4203 rm -f conftest.o conftest.obj
4204 if { { ac_try
="$ac_compile"
4206 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4207 *) ac_try_echo=$ac_try;;
4209 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4210 $as_echo "$ac_try_echo"; } >&5
4211 (eval "$ac_compile") 2>&5
4213 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4214 test $ac_status = 0; }; then :
4215 for ac_file in conftest.o conftest.obj conftest.*; do
4216 test -f "$ac_file" || continue;
4218 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4219 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4224 $as_echo "$as_me: failed program was:" >&5
4225 sed 's/^/| /' conftest.$ac_ext >&5
4227 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4228 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4229 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4230 See \
`config.log' for more details" "$LINENO" 5; }
4232 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4235 $as_echo "$ac_cv_objext" >&6; }
4236 OBJEXT=$ac_cv_objext
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4239 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4240 if ${ac_cv_c_compiler_gnu+:} false; then :
4241 $as_echo_n "(cached) " >&6
4243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4244 /* end confdefs.h. */
4257 if ac_fn_c_try_compile "$LINENO"; then :
4262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4263 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4267 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4268 if test $ac_compiler_gnu = yes; then
4273 ac_test_CFLAGS=${CFLAGS+set}
4274 ac_save_CFLAGS=$CFLAGS
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4276 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4277 if ${ac_cv_prog_cc_g+:} false; then :
4278 $as_echo_n "(cached) " >&6
4280 ac_save_c_werror_flag=$ac_c_werror_flag
4281 ac_c_werror_flag=yes
4284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4285 /* end confdefs.h. */
4295 if ac_fn_c_try_compile "$LINENO"; then :
4299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4300 /* end confdefs.h. */
4310 if ac_fn_c_try_compile "$LINENO"; then :
4313 ac_c_werror_flag=$ac_save_c_werror_flag
4315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4316 /* end confdefs.h. */
4326 if ac_fn_c_try_compile "$LINENO"; then :
4329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4334 ac_c_werror_flag=$ac_save_c_werror_flag
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4337 $as_echo "$ac_cv_prog_cc_g" >&6; }
4338 if test "$ac_test_CFLAGS" = set; then
4339 CFLAGS=$ac_save_CFLAGS
4340 elif test $ac_cv_prog_cc_g = yes; then
4341 if test "$GCC" = yes; then
4347 if test "$GCC" = yes; then
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4354 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4355 if ${ac_cv_prog_cc_c89+:} false; then :
4356 $as_echo_n "(cached) " >&6
4358 ac_cv_prog_cc_c89=no
4360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4361 /* end confdefs.h. */
4365 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4366 struct buf { int x; };
4367 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4368 static char *e (p, i)
4374 static char *f (char * (*g) (char **, int), char **p, ...)
4379 s = g (p, va_arg (v,int));
4384 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4385 function prototypes and stuff, but not '\xHH' hex character constants.
4386 These don't provoke an error unfortunately, instead are silently treated
4387 as 'x'. The following induces an error, until -std is added to get
4388 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4389 array size at least. It's necessary to write '\x00'==0 to get something
4390 that's true only with -std. */
4391 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4393 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4394 inside strings and character constants. */
4396 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4398 int test (int i, double x);
4399 struct s1 {int (*f) (int a);};
4400 struct s2 {int (*f) (double a);};
4401 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4407 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4412 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4413 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4415 CC="$ac_save_CC $ac_arg"
4416 if ac_fn_c_try_compile "$LINENO"; then :
4417 ac_cv_prog_cc_c89=$ac_arg
4419 rm -f core conftest.err conftest.$ac_objext
4420 test "x$ac_cv_prog_cc_c89" != "xno" && break
4422 rm -f conftest.$ac_ext
4427 case "x$ac_cv_prog_cc_c89" in
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4430 $as_echo "none needed" >&6; } ;;
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4433 $as_echo "unsupported" >&6; } ;;
4435 CC="$CC $ac_cv_prog_cc_c89"
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4437 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4439 if test "x$ac_cv_prog_cc_c89" != xno; then :
4444 ac_cpp='$CPP $CPPFLAGS'
4445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4450 ac_cpp='$CXXCPP $CPPFLAGS'
4451 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4452 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4453 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4454 if test -z "$CXX"; then
4455 if test -n "$CCC"; then
4458 if test -n "$ac_tool_prefix"; then
4459 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4462 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4464 $as_echo_n "checking for $ac_word... " >&6; }
4465 if ${ac_cv_prog_CXX+:} false; then :
4466 $as_echo_n "(cached) " >&6
4468 if test -n "$CXX"; then
4469 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4475 test -z "$as_dir" && as_dir=.
4476 for ac_exec_ext in '' $ac_executable_extensions; do
4477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4478 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4489 if test -n "$CXX"; then
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4491 $as_echo "$CXX" >&6; }
4493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4494 $as_echo "no" >&6; }
4498 test -n "$CXX" && break
4501 if test -z "$CXX"; then
4503 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4505 # Extract the first word of "$ac_prog", so it can be a program name with args.
4506 set dummy $ac_prog; ac_word=$2
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4508 $as_echo_n "checking for $ac_word... " >&6; }
4509 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4510 $as_echo_n "(cached) " >&6
4512 if test -n "$ac_ct_CXX"; then
4513 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4522 ac_cv_prog_ac_ct_CXX="$ac_prog"
4523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4532 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4533 if test -n "$ac_ct_CXX"; then
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4535 $as_echo "$ac_ct_CXX" >&6; }
4537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4538 $as_echo "no" >&6; }
4542 test -n "$ac_ct_CXX" && break
4545 if test "x$ac_ct_CXX" = x; then
4548 case $cross_compiling:$ac_tool_warned in
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4551 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4552 ac_tool_warned=yes ;;
4560 # Provide some information about the compiler.
4561 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4564 for ac_option in --version -v -V -qversion; do
4565 { { ac_try="$ac_compiler $ac_option >&5"
4567 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4568 *) ac_try_echo
=$ac_try;;
4570 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4571 $as_echo "$ac_try_echo"; } >&5
4572 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4574 if test -s conftest.err
; then
4576 ... rest of stderr output deleted ...
4577 10q' conftest.err
>conftest.er1
4578 cat conftest.er1
>&5
4580 rm -f conftest.er1 conftest.err
4581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4582 test $ac_status = 0; }
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4586 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4587 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4588 $as_echo_n "(cached) " >&6
4590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4591 /* end confdefs.h. */
4604 if ac_fn_cxx_try_compile
"$LINENO"; then :
4609 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4610 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4614 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4615 if test $ac_compiler_gnu = yes; then
4620 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4621 ac_save_CXXFLAGS
=$CXXFLAGS
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4623 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4624 if ${ac_cv_prog_cxx_g+:} false
; then :
4625 $as_echo_n "(cached) " >&6
4627 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4628 ac_cxx_werror_flag
=yes
4631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4632 /* end confdefs.h. */
4642 if ac_fn_cxx_try_compile
"$LINENO"; then :
4643 ac_cv_prog_cxx_g
=yes
4646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4647 /* end confdefs.h. */
4657 if ac_fn_cxx_try_compile
"$LINENO"; then :
4660 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4663 /* end confdefs.h. */
4673 if ac_fn_cxx_try_compile
"$LINENO"; then :
4674 ac_cv_prog_cxx_g
=yes
4676 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4678 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4680 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4681 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4684 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4685 if test "$ac_test_CXXFLAGS" = set; then
4686 CXXFLAGS
=$ac_save_CXXFLAGS
4687 elif test $ac_cv_prog_cxx_g = yes; then
4688 if test "$GXX" = yes; then
4694 if test "$GXX" = yes; then
4701 ac_cpp
='$CPP $CPPFLAGS'
4702 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4703 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4704 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4706 if test -n "$ac_tool_prefix"; then
4707 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4708 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4710 $as_echo_n "checking for $ac_word... " >&6; }
4711 if ${ac_cv_prog_CPPBIN+:} false
; then :
4712 $as_echo_n "(cached) " >&6
4714 if test -n "$CPPBIN"; then
4715 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4717 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4721 test -z "$as_dir" && as_dir
=.
4722 for ac_exec_ext
in '' $ac_executable_extensions; do
4723 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4724 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4734 CPPBIN
=$ac_cv_prog_CPPBIN
4735 if test -n "$CPPBIN"; then
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4737 $as_echo "$CPPBIN" >&6; }
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4740 $as_echo "no" >&6; }
4745 if test -z "$ac_cv_prog_CPPBIN"; then
4746 ac_ct_CPPBIN
=$CPPBIN
4747 # Extract the first word of "cpp", so it can be a program name with args.
4748 set dummy cpp
; ac_word
=$2
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4750 $as_echo_n "checking for $ac_word... " >&6; }
4751 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4752 $as_echo_n "(cached) " >&6
4754 if test -n "$ac_ct_CPPBIN"; then
4755 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4757 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4761 test -z "$as_dir" && as_dir
=.
4762 for ac_exec_ext
in '' $ac_executable_extensions; do
4763 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4764 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4774 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4775 if test -n "$ac_ct_CPPBIN"; then
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4777 $as_echo "$ac_ct_CPPBIN" >&6; }
4779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4780 $as_echo "no" >&6; }
4783 if test "x$ac_ct_CPPBIN" = x
; then
4786 case $cross_compiling:$ac_tool_warned in
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4789 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4790 ac_tool_warned
=yes ;;
4792 CPPBIN
=$ac_ct_CPPBIN
4795 CPPBIN
="$ac_cv_prog_CPPBIN"
4799 cat >>confdefs.h
<<_ACEOF
4800 #define EXEEXT "$ac_exeext"
4803 if test -n "$ac_tool_prefix"; then
4804 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4805 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4807 $as_echo_n "checking for $ac_word... " >&6; }
4808 if ${ac_cv_prog_LD+:} false
; then :
4809 $as_echo_n "(cached) " >&6
4811 if test -n "$LD"; then
4812 ac_cv_prog_LD
="$LD" # Let the user override the test.
4814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4818 test -z "$as_dir" && as_dir
=.
4819 for ac_exec_ext
in '' $ac_executable_extensions; do
4820 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4821 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4822 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4832 if test -n "$LD"; then
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4834 $as_echo "$LD" >&6; }
4836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4837 $as_echo "no" >&6; }
4842 if test -z "$ac_cv_prog_LD"; then
4844 # Extract the first word of "ld", so it can be a program name with args.
4845 set dummy ld
; ac_word
=$2
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4847 $as_echo_n "checking for $ac_word... " >&6; }
4848 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4849 $as_echo_n "(cached) " >&6
4851 if test -n "$ac_ct_LD"; then
4852 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4854 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4858 test -z "$as_dir" && as_dir
=.
4859 for ac_exec_ext
in '' $ac_executable_extensions; do
4860 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4861 ac_cv_prog_ac_ct_LD
="ld"
4862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4871 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4872 if test -n "$ac_ct_LD"; then
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4874 $as_echo "$ac_ct_LD" >&6; }
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4877 $as_echo "no" >&6; }
4880 if test "x$ac_ct_LD" = x
; then
4883 case $cross_compiling:$ac_tool_warned in
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4886 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4887 ac_tool_warned
=yes ;;
4898 if test "x$enable_win64" = "xyes"
4903 notice_platform
="64-bit "
4910 notice_platform
="32-bit "
4913 enable_win16
=${enable_win16:-yes}
4915 with_fontconfig
=${with_fontconfig:-no}
4918 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4923 $as_echo_n "checking whether $CC works... " >&6; }
4925 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4926 /* end confdefs.h. */
4936 if ac_fn_c_try_link
"$LINENO"; then :
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4938 $as_echo "yes" >&6; }
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4941 $as_echo "no" >&6; }
4942 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4944 rm -f core conftest.err conftest.
$ac_objext \
4945 conftest
$ac_exeext conftest.
$ac_ext
4947 notice_platform
="32-bit "
4950 enable_win16
=${enable_win16:-yes}
4952 if test "x${GCC}" = "xyes"
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4955 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4957 /* end confdefs.h. */
4962 void func(__builtin_ms_va_list *args);
4967 if ac_fn_c_try_compile
"$LINENO"; then :
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4969 $as_echo "yes" >&6; }
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972 $as_echo "no" >&6; }
4973 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4975 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4984 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4985 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h. */
4987 int ac_test(int i) { return i; }
4991 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4996 if ac_fn_c_try_link
"$LINENO"; then :
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4998 $as_echo "yes" >&6; }
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5001 $as_echo "no" >&6; }
5002 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5004 rm -f core conftest.err conftest.
$ac_objext \
5005 conftest
$ac_exeext conftest.
$ac_ext
5006 CFLAGS
="$CFLAGS -marm"
5010 *-mingw32*|
*-cygwin*)
5011 enable_win16
=${enable_win16:-no}
5012 CFLAGS
="$CFLAGS -D_WIN32"
5015 enable_win16
=${enable_win16:-yes}
5019 enable_win16
=${enable_win16:-no}
5020 enable_win64
=${enable_win64:-no}
5022 enable_winetest
=${enable_winetest:-$enable_tests}
5024 if test -n "$with_wine64"
5026 if test "x$enable_win64" = "xyes"
5028 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5029 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5031 enable_fonts
=${enable_fonts:-no}
5032 enable_server
=${enable_server:-no}
5033 elif test "x$enable_win64" = "xyes"
5035 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5039 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5040 if ${wine_cv_toolsdir+:} false
; then :
5041 $as_echo_n "(cached) " >&6
5043 wine_cv_toolsdir
="$with_wine_tools"
5044 if test -z "$with_wine_tools"; then
5045 if test "$cross_compiling" = "yes"; then
5046 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5047 elif test -n "$with_wine64"; then
5048 wine_cv_toolsdir
="$with_wine64"
5051 if test -z "$wine_cv_toolsdir"; then
5052 wine_makedep
=tools
/makedep
5053 wine_cv_toolsdir
="\$(top_builddir)"
5054 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5055 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5056 case "$wine_cv_toolsdir" in
5058 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5060 enable_tools
=${enable_tools:-no}
5061 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5063 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5067 $as_echo "$wine_cv_toolsdir" >&6; }
5068 TOOLSDIR
=$wine_cv_toolsdir
5070 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5072 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5078 # Extract the first word of "$ac_prog", so it can be a program name with args.
5079 set dummy
$ac_prog; ac_word
=$2
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if ${ac_cv_prog_FLEX+:} false
; then :
5083 $as_echo_n "(cached) " >&6
5085 if test -n "$FLEX"; then
5086 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5088 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5092 test -z "$as_dir" && as_dir
=.
5093 for ac_exec_ext
in '' $ac_executable_extensions; do
5094 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5095 ac_cv_prog_FLEX
="$ac_prog"
5096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5105 FLEX
=$ac_cv_prog_FLEX
5106 if test -n "$FLEX"; then
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5108 $as_echo "$FLEX" >&6; }
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5111 $as_echo "no" >&6; }
5115 test -n "$FLEX" && break
5117 test -n "$FLEX" || FLEX
="none"
5119 if test "$FLEX" = "none"
5121 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5124 $as_echo_n "checking whether flex is recent enough... " >&6; }
5125 cat >conftest.l
<<EOF
5127 #include "prediluvian.h"
5131 if $FLEX -t conftest.l
>/dev
/null
2>&5
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5134 $as_echo "yes" >&6; }
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5137 $as_echo "no" >&6; }
5138 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5141 for ac_prog
in bison
5143 # Extract the first word of "$ac_prog", so it can be a program name with args.
5144 set dummy
$ac_prog; ac_word
=$2
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5146 $as_echo_n "checking for $ac_word... " >&6; }
5147 if ${ac_cv_prog_BISON+:} false
; then :
5148 $as_echo_n "(cached) " >&6
5150 if test -n "$BISON"; then
5151 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5153 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5157 test -z "$as_dir" && as_dir
=.
5158 for ac_exec_ext
in '' $ac_executable_extensions; do
5159 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5160 ac_cv_prog_BISON
="$ac_prog"
5161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5170 BISON
=$ac_cv_prog_BISON
5171 if test -n "$BISON"; then
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5173 $as_echo "$BISON" >&6; }
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5176 $as_echo "no" >&6; }
5180 test -n "$BISON" && break
5182 test -n "$BISON" || BISON
="none"
5184 if test "$BISON" = "none"
5186 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5189 if test -n "$ac_tool_prefix"; then
5190 for ac_prog
in ar gar
5192 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5193 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5195 $as_echo_n "checking for $ac_word... " >&6; }
5196 if ${ac_cv_prog_AR+:} false
; then :
5197 $as_echo_n "(cached) " >&6
5199 if test -n "$AR"; then
5200 ac_cv_prog_AR
="$AR" # Let the user override the test.
5202 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5206 test -z "$as_dir" && as_dir
=.
5207 for ac_exec_ext
in '' $ac_executable_extensions; do
5208 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5209 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5210 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5220 if test -n "$AR"; then
5221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5222 $as_echo "$AR" >&6; }
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5225 $as_echo "no" >&6; }
5229 test -n "$AR" && break
5232 if test -z "$AR"; then
5234 for ac_prog
in ar gar
5236 # Extract the first word of "$ac_prog", so it can be a program name with args.
5237 set dummy
$ac_prog; ac_word
=$2
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5239 $as_echo_n "checking for $ac_word... " >&6; }
5240 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5241 $as_echo_n "(cached) " >&6
5243 if test -n "$ac_ct_AR"; then
5244 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5250 test -z "$as_dir" && as_dir
=.
5251 for ac_exec_ext
in '' $ac_executable_extensions; do
5252 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5253 ac_cv_prog_ac_ct_AR
="$ac_prog"
5254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5263 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5264 if test -n "$ac_ct_AR"; then
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5266 $as_echo "$ac_ct_AR" >&6; }
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5269 $as_echo "no" >&6; }
5273 test -n "$ac_ct_AR" && break
5276 if test "x$ac_ct_AR" = x
; then
5279 case $cross_compiling:$ac_tool_warned in
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5282 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5283 ac_tool_warned
=yes ;;
5289 if test -n "$ac_tool_prefix"; then
5290 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5291 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5293 $as_echo_n "checking for $ac_word... " >&6; }
5294 if ${ac_cv_prog_STRIP+:} false
; then :
5295 $as_echo_n "(cached) " >&6
5297 if test -n "$STRIP"; then
5298 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5304 test -z "$as_dir" && as_dir
=.
5305 for ac_exec_ext
in '' $ac_executable_extensions; do
5306 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5307 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5308 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 STRIP
=$ac_cv_prog_STRIP
5318 if test -n "$STRIP"; then
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5320 $as_echo "$STRIP" >&6; }
5322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5323 $as_echo "no" >&6; }
5328 if test -z "$ac_cv_prog_STRIP"; then
5330 # Extract the first word of "strip", so it can be a program name with args.
5331 set dummy strip
; ac_word
=$2
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5333 $as_echo_n "checking for $ac_word... " >&6; }
5334 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5335 $as_echo_n "(cached) " >&6
5337 if test -n "$ac_ct_STRIP"; then
5338 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5340 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5344 test -z "$as_dir" && as_dir
=.
5345 for ac_exec_ext
in '' $ac_executable_extensions; do
5346 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5347 ac_cv_prog_ac_ct_STRIP
="strip"
5348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5357 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5358 if test -n "$ac_ct_STRIP"; then
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5360 $as_echo "$ac_ct_STRIP" >&6; }
5362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5363 $as_echo "no" >&6; }
5366 if test "x$ac_ct_STRIP" = x
; then
5369 case $cross_compiling:$ac_tool_warned in
5371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5373 ac_tool_warned
=yes ;;
5378 STRIP
="$ac_cv_prog_STRIP"
5383 if test -n "$ac_tool_prefix"; then
5384 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5385 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5387 $as_echo_n "checking for $ac_word... " >&6; }
5388 if ${ac_cv_prog_RANLIB+:} false
; then :
5389 $as_echo_n "(cached) " >&6
5391 if test -n "$RANLIB"; then
5392 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5398 test -z "$as_dir" && as_dir
=.
5399 for ac_exec_ext
in '' $ac_executable_extensions; do
5400 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5401 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5411 RANLIB
=$ac_cv_prog_RANLIB
5412 if test -n "$RANLIB"; then
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5414 $as_echo "$RANLIB" >&6; }
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5417 $as_echo "no" >&6; }
5422 if test -z "$ac_cv_prog_RANLIB"; then
5423 ac_ct_RANLIB
=$RANLIB
5424 # Extract the first word of "ranlib", so it can be a program name with args.
5425 set dummy ranlib
; ac_word
=$2
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5427 $as_echo_n "checking for $ac_word... " >&6; }
5428 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5429 $as_echo_n "(cached) " >&6
5431 if test -n "$ac_ct_RANLIB"; then
5432 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5438 test -z "$as_dir" && as_dir
=.
5439 for ac_exec_ext
in '' $ac_executable_extensions; do
5440 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5441 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5451 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5452 if test -n "$ac_ct_RANLIB"; then
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5454 $as_echo "$ac_ct_RANLIB" >&6; }
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5457 $as_echo "no" >&6; }
5460 if test "x$ac_ct_RANLIB" = x
; then
5463 case $cross_compiling:$ac_tool_warned in
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5467 ac_tool_warned
=yes ;;
5469 RANLIB
=$ac_ct_RANLIB
5472 RANLIB
="$ac_cv_prog_RANLIB"
5475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5476 $as_echo_n "checking whether ln -s works... " >&6; }
5478 if test "$LN_S" = "ln -s"; then
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5480 $as_echo "yes" >&6; }
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5483 $as_echo "no, using $LN_S" >&6; }
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5487 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5488 if ${ac_cv_path_GREP+:} false
; then :
5489 $as_echo_n "(cached) " >&6
5491 if test -z "$GREP"; then
5492 ac_path_GREP_found
=false
5493 # Loop through the user's path and test for each of PROGNAME-LIST
5494 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5495 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5498 test -z "$as_dir" && as_dir
=.
5499 for ac_prog
in grep ggrep
; do
5500 for ac_exec_ext
in '' $ac_executable_extensions; do
5501 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5502 as_fn_executable_p
"$ac_path_GREP" ||
continue
5503 # Check for GNU ac_path_GREP and select it if it is found.
5504 # Check for GNU $ac_path_GREP
5505 case `"$ac_path_GREP" --version 2>&1` in
5507 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5510 $as_echo_n 0123456789 >"conftest.in"
5513 cat "conftest.in" "conftest.in" >"conftest.tmp"
5514 mv "conftest.tmp" "conftest.in"
5515 cp "conftest.in" "conftest.nl"
5516 $as_echo 'GREP' >> "conftest.nl"
5517 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5518 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5519 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5520 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5521 # Best one so far, save it but keep looking for a better one
5522 ac_cv_path_GREP
="$ac_path_GREP"
5523 ac_path_GREP_max
=$ac_count
5525 # 10*(2^10) chars as input seems more than enough
5526 test $ac_count -gt 10 && break
5528 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5531 $ac_path_GREP_found && break 3
5536 if test -z "$ac_cv_path_GREP"; then
5537 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5540 ac_cv_path_GREP
=$GREP
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5545 $as_echo "$ac_cv_path_GREP" >&6; }
5546 GREP
="$ac_cv_path_GREP"
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5550 $as_echo_n "checking for egrep... " >&6; }
5551 if ${ac_cv_path_EGREP+:} false
; then :
5552 $as_echo_n "(cached) " >&6
5554 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5555 then ac_cv_path_EGREP
="$GREP -E"
5557 if test -z "$EGREP"; then
5558 ac_path_EGREP_found
=false
5559 # Loop through the user's path and test for each of PROGNAME-LIST
5560 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5561 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5564 test -z "$as_dir" && as_dir
=.
5565 for ac_prog
in egrep; do
5566 for ac_exec_ext
in '' $ac_executable_extensions; do
5567 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5568 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5569 # Check for GNU ac_path_EGREP and select it if it is found.
5570 # Check for GNU $ac_path_EGREP
5571 case `"$ac_path_EGREP" --version 2>&1` in
5573 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5576 $as_echo_n 0123456789 >"conftest.in"
5579 cat "conftest.in" "conftest.in" >"conftest.tmp"
5580 mv "conftest.tmp" "conftest.in"
5581 cp "conftest.in" "conftest.nl"
5582 $as_echo 'EGREP' >> "conftest.nl"
5583 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5584 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5585 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5586 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5587 # Best one so far, save it but keep looking for a better one
5588 ac_cv_path_EGREP
="$ac_path_EGREP"
5589 ac_path_EGREP_max
=$ac_count
5591 # 10*(2^10) chars as input seems more than enough
5592 test $ac_count -gt 10 && break
5594 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5597 $ac_path_EGREP_found && break 3
5602 if test -z "$ac_cv_path_EGREP"; then
5603 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5606 ac_cv_path_EGREP
=$EGREP
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5612 $as_echo "$ac_cv_path_EGREP" >&6; }
5613 EGREP
="$ac_cv_path_EGREP"
5616 # Extract the first word of "ldconfig", so it can be a program name with args.
5617 set dummy ldconfig
; ac_word
=$2
5618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5619 $as_echo_n "checking for $ac_word... " >&6; }
5620 if ${ac_cv_path_LDCONFIG+:} false
; then :
5621 $as_echo_n "(cached) " >&6
5625 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5628 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5629 for as_dir
in /sbin
/usr
/sbin
$PATH
5632 test -z "$as_dir" && as_dir
=.
5633 for ac_exec_ext
in '' $ac_executable_extensions; do
5634 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5635 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5643 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5647 LDCONFIG
=$ac_cv_path_LDCONFIG
5648 if test -n "$LDCONFIG"; then
5649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5650 $as_echo "$LDCONFIG" >&6; }
5652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5653 $as_echo "no" >&6; }
5657 for ac_prog
in msgfmt
5659 # Extract the first word of "$ac_prog", so it can be a program name with args.
5660 set dummy
$ac_prog; ac_word
=$2
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5662 $as_echo_n "checking for $ac_word... " >&6; }
5663 if ${ac_cv_prog_MSGFMT+:} false
; then :
5664 $as_echo_n "(cached) " >&6
5666 if test -n "$MSGFMT"; then
5667 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5669 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5673 test -z "$as_dir" && as_dir
=.
5674 for ac_exec_ext
in '' $ac_executable_extensions; do
5675 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5676 ac_cv_prog_MSGFMT
="$ac_prog"
5677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5686 MSGFMT
=$ac_cv_prog_MSGFMT
5687 if test -n "$MSGFMT"; then
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5689 $as_echo "$MSGFMT" >&6; }
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5692 $as_echo "no" >&6; }
5696 test -n "$MSGFMT" && break
5698 test -n "$MSGFMT" || MSGFMT
="false"
5700 if ${ac_tool_prefix+:} false
; then :
5701 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5702 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5704 $as_echo_n "checking for $ac_word... " >&6; }
5705 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5706 $as_echo_n "(cached) " >&6
5708 if test -n "$PKG_CONFIG"; then
5709 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5711 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5715 test -z "$as_dir" && as_dir
=.
5716 for ac_exec_ext
in '' $ac_executable_extensions; do
5717 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5718 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5728 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5729 if test -n "$PKG_CONFIG"; then
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5731 $as_echo "$PKG_CONFIG" >&6; }
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5734 $as_echo "no" >&6; }
5739 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5740 if test "x$cross_compiling" = xyes
; then :
5743 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5744 # Extract the first word of "pkg-config", so it can be a program name with args.
5745 set dummy pkg-config
; ac_word
=$2
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5747 $as_echo_n "checking for $ac_word... " >&6; }
5748 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5749 $as_echo_n "(cached) " >&6
5751 if test -n "$PKG_CONFIG"; then
5752 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5754 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5758 test -z "$as_dir" && as_dir
=.
5759 for ac_exec_ext
in '' $ac_executable_extensions; do
5760 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5761 ac_cv_prog_PKG_CONFIG
="pkg-config"
5762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5771 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5772 if test -n "$PKG_CONFIG"; then
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5774 $as_echo "$PKG_CONFIG" >&6; }
5776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5777 $as_echo "no" >&6; }
5783 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5786 if test "x$enable_maintainer_mode" != "xyes"
5793 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5794 for ac_prog
in fontforge
5796 # Extract the first word of "$ac_prog", so it can be a program name with args.
5797 set dummy
$ac_prog; ac_word
=$2
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5799 $as_echo_n "checking for $ac_word... " >&6; }
5800 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5801 $as_echo_n "(cached) " >&6
5803 if test -n "$FONTFORGE"; then
5804 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5806 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5810 test -z "$as_dir" && as_dir
=.
5811 for ac_exec_ext
in '' $ac_executable_extensions; do
5812 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5813 ac_cv_prog_FONTFORGE
="$ac_prog"
5814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5823 FONTFORGE
=$ac_cv_prog_FONTFORGE
5824 if test -n "$FONTFORGE"; then
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5826 $as_echo "$FONTFORGE" >&6; }
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5829 $as_echo "no" >&6; }
5833 test -n "$FONTFORGE" && break
5835 test -n "$FONTFORGE" || FONTFORGE
="false"
5837 for ac_prog
in rsvg-convert rsvg
5839 # Extract the first word of "$ac_prog", so it can be a program name with args.
5840 set dummy
$ac_prog; ac_word
=$2
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5842 $as_echo_n "checking for $ac_word... " >&6; }
5843 if ${ac_cv_prog_RSVG+:} false
; then :
5844 $as_echo_n "(cached) " >&6
5846 if test -n "$RSVG"; then
5847 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5849 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5853 test -z "$as_dir" && as_dir
=.
5854 for ac_exec_ext
in '' $ac_executable_extensions; do
5855 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5856 ac_cv_prog_RSVG
="$ac_prog"
5857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5866 RSVG
=$ac_cv_prog_RSVG
5867 if test -n "$RSVG"; then
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5869 $as_echo "$RSVG" >&6; }
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5872 $as_echo "no" >&6; }
5876 test -n "$RSVG" && break
5878 test -n "$RSVG" || RSVG
="false"
5880 for ac_prog
in convert
5882 # Extract the first word of "$ac_prog", so it can be a program name with args.
5883 set dummy
$ac_prog; ac_word
=$2
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5885 $as_echo_n "checking for $ac_word... " >&6; }
5886 if ${ac_cv_prog_CONVERT+:} false
; then :
5887 $as_echo_n "(cached) " >&6
5889 if test -n "$CONVERT"; then
5890 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5896 test -z "$as_dir" && as_dir
=.
5897 for ac_exec_ext
in '' $ac_executable_extensions; do
5898 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5899 ac_cv_prog_CONVERT
="$ac_prog"
5900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5909 CONVERT
=$ac_cv_prog_CONVERT
5910 if test -n "$CONVERT"; then
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5912 $as_echo "$CONVERT" >&6; }
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5915 $as_echo "no" >&6; }
5919 test -n "$CONVERT" && break
5921 test -n "$CONVERT" || CONVERT
="false"
5923 for ac_prog
in icotool
5925 # Extract the first word of "$ac_prog", so it can be a program name with args.
5926 set dummy
$ac_prog; ac_word
=$2
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5928 $as_echo_n "checking for $ac_word... " >&6; }
5929 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5930 $as_echo_n "(cached) " >&6
5932 if test -n "$ICOTOOL"; then
5933 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5935 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5939 test -z "$as_dir" && as_dir
=.
5940 for ac_exec_ext
in '' $ac_executable_extensions; do
5941 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5942 ac_cv_prog_ICOTOOL
="$ac_prog"
5943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5952 ICOTOOL
=$ac_cv_prog_ICOTOOL
5953 if test -n "$ICOTOOL"; then
5954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5955 $as_echo "$ICOTOOL" >&6; }
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5958 $as_echo "no" >&6; }
5962 test -n "$ICOTOOL" && break
5964 test -n "$ICOTOOL" || ICOTOOL
="false"
5966 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5967 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5969 if test "$CONVERT" = false
5971 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5974 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5975 convert_version
=`convert --version | head -n1`
5976 if test "x$convert_version" != "x"
5978 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5979 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5980 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5985 if test "$CONVERT" = false
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5988 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5989 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5992 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5996 if test "$ICOTOOL" = false
5998 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6001 $as_echo_n "checking for recent enough icotool... " >&6; }
6002 icotool_version
=`icotool --version | head -n1`
6003 if test "x$icotool_version" != "x"
6005 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6006 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6007 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6010 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6013 if test "$ICOTOOL" = false
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6016 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6017 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6020 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6026 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6029 test "x$with_gettext" != xno || MSGFMT
=false
6030 if test "$MSGFMT" != "false"
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6033 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6034 cat >conftest.po
<<EOF
6040 if $MSGFMT -o /dev
/null conftest.po
2>&5
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6043 $as_echo "yes" >&6; }
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6046 $as_echo "no" >&6; }
6050 if test "$MSGFMT" = false
; then :
6051 case "x$with_gettext" in
6052 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6054 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6055 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6061 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6062 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6063 $as_echo_n "(cached) " >&6
6065 ac_check_lib_save_LIBS
=$LIBS
6067 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6068 /* end confdefs.h. */
6070 /* Override any GCC internal prototype to avoid an error.
6071 Use char because int might match the return type of a GCC
6072 builtin and then its argument prototype would still apply. */
6076 char i386_set_ldt ();
6080 return i386_set_ldt ();
6085 if ac_fn_c_try_link
"$LINENO"; then :
6086 ac_cv_lib_i386_i386_set_ldt
=yes
6088 ac_cv_lib_i386_i386_set_ldt
=no
6090 rm -f core conftest.err conftest.
$ac_objext \
6091 conftest
$ac_exeext conftest.
$ac_ext
6092 LIBS
=$ac_check_lib_save_LIBS
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6095 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6096 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6097 cat >>confdefs.h
<<_ACEOF
6098 #define HAVE_LIBI386 1
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6106 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6107 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6108 $as_echo_n "(cached) " >&6
6110 ac_check_lib_save_LIBS
=$LIBS
6111 LIBS
="-lossaudio $LIBS"
6112 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6113 /* end confdefs.h. */
6115 /* Override any GCC internal prototype to avoid an error.
6116 Use char because int might match the return type of a GCC
6117 builtin and then its argument prototype would still apply. */
6125 return _oss_ioctl ();
6130 if ac_fn_c_try_link
"$LINENO"; then :
6131 ac_cv_lib_ossaudio__oss_ioctl
=yes
6133 ac_cv_lib_ossaudio__oss_ioctl
=no
6135 rm -f core conftest.err conftest.
$ac_objext \
6136 conftest
$ac_exeext conftest.
$ac_ext
6137 LIBS
=$ac_check_lib_save_LIBS
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6140 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6141 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6142 cat >>confdefs.h
<<_ACEOF
6143 #define HAVE_LIBOSSAUDIO 1
6146 LIBS
="-lossaudio $LIBS"
6155 # Check whether --enable-largefile was given.
6156 if test "${enable_largefile+set}" = set; then :
6157 enableval
=$enable_largefile;
6160 if test "$enable_largefile" != no
; then
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6163 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6164 if ${ac_cv_sys_largefile_CC+:} false
; then :
6165 $as_echo_n "(cached) " >&6
6167 ac_cv_sys_largefile_CC
=no
6168 if test "$GCC" != yes; then
6171 # IRIX 6.2 and later do not support large files by default,
6172 # so use the C compiler's -n32 option if that helps.
6173 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6174 /* end confdefs.h. */
6175 #include <sys/types.h>
6176 /* Check that off_t can represent 2**63 - 1 correctly.
6177 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6178 since some C++ compilers masquerading as C compilers
6179 incorrectly reject 9223372036854775807. */
6180 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6181 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6182 && LARGE_OFF_T % 2147483647 == 1)
6192 if ac_fn_c_try_compile
"$LINENO"; then :
6195 rm -f core conftest.err conftest.
$ac_objext
6197 if ac_fn_c_try_compile
"$LINENO"; then :
6198 ac_cv_sys_largefile_CC
=' -n32'; break
6200 rm -f core conftest.err conftest.
$ac_objext
6204 rm -f conftest.
$ac_ext
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6208 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6209 if test "$ac_cv_sys_largefile_CC" != no
; then
6210 CC
=$CC$ac_cv_sys_largefile_CC
6213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6214 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6215 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6216 $as_echo_n "(cached) " >&6
6219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6220 /* end confdefs.h. */
6221 #include <sys/types.h>
6222 /* Check that off_t can represent 2**63 - 1 correctly.
6223 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6224 since some C++ compilers masquerading as C compilers
6225 incorrectly reject 9223372036854775807. */
6226 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6227 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6228 && LARGE_OFF_T % 2147483647 == 1)
6238 if ac_fn_c_try_compile
"$LINENO"; then :
6239 ac_cv_sys_file_offset_bits
=no
; break
6241 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6242 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6243 /* end confdefs.h. */
6244 #define _FILE_OFFSET_BITS 64
6245 #include <sys/types.h>
6246 /* Check that off_t can represent 2**63 - 1 correctly.
6247 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6248 since some C++ compilers masquerading as C compilers
6249 incorrectly reject 9223372036854775807. */
6250 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6251 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6252 && LARGE_OFF_T % 2147483647 == 1)
6262 if ac_fn_c_try_compile
"$LINENO"; then :
6263 ac_cv_sys_file_offset_bits
=64; break
6265 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6266 ac_cv_sys_file_offset_bits
=unknown
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6271 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6272 case $ac_cv_sys_file_offset_bits in #(
6275 cat >>confdefs.h
<<_ACEOF
6276 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6281 if test $ac_cv_sys_file_offset_bits = unknown
; then
6282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6283 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6284 if ${ac_cv_sys_large_files+:} false
; then :
6285 $as_echo_n "(cached) " >&6
6288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6289 /* end confdefs.h. */
6290 #include <sys/types.h>
6291 /* Check that off_t can represent 2**63 - 1 correctly.
6292 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6293 since some C++ compilers masquerading as C compilers
6294 incorrectly reject 9223372036854775807. */
6295 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6296 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6297 && LARGE_OFF_T % 2147483647 == 1)
6307 if ac_fn_c_try_compile
"$LINENO"; then :
6308 ac_cv_sys_large_files
=no
; break
6310 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6311 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6312 /* end confdefs.h. */
6313 #define _LARGE_FILES 1
6314 #include <sys/types.h>
6315 /* Check that off_t can represent 2**63 - 1 correctly.
6316 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6317 since some C++ compilers masquerading as C compilers
6318 incorrectly reject 9223372036854775807. */
6319 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6320 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6321 && LARGE_OFF_T % 2147483647 == 1)
6331 if ac_fn_c_try_compile
"$LINENO"; then :
6332 ac_cv_sys_large_files
=1; break
6334 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6335 ac_cv_sys_large_files
=unknown
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6340 $as_echo "$ac_cv_sys_large_files" >&6; }
6341 case $ac_cv_sys_large_files in #(
6344 cat >>confdefs.h
<<_ACEOF
6345 #define _LARGE_FILES $ac_cv_sys_large_files
6357 ac_cpp
='$CPP $CPPFLAGS'
6358 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6359 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6360 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6362 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6363 # On Suns, sometimes $CPP names a directory.
6364 if test -n "$CPP" && test -d "$CPP"; then
6367 if test -z "$CPP"; then
6368 if ${ac_cv_prog_CPP+:} false
; then :
6369 $as_echo_n "(cached) " >&6
6371 # Double quotes because CPP needs to be expanded
6372 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6375 for ac_c_preproc_warn_flag
in '' yes
6377 # Use a header file that comes with gcc, so configuring glibc
6378 # with a fresh cross-compiler works.
6379 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6380 # <limits.h> exists even on freestanding compilers.
6381 # On the NeXT, cc -E runs the code through the compiler's parser,
6382 # not just through cpp. "Syntax error" is here to catch this case.
6383 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6384 /* end confdefs.h. */
6386 # include <limits.h>
6388 # include <assert.h>
6392 if ac_fn_c_try_cpp
"$LINENO"; then :
6395 # Broken: fails on valid input.
6398 rm -f conftest.err conftest.i conftest.
$ac_ext
6400 # OK, works on sane cases. Now check whether nonexistent headers
6401 # can be detected and how.
6402 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6403 /* end confdefs.h. */
6404 #include <ac_nonexistent.h>
6406 if ac_fn_c_try_cpp
"$LINENO"; then :
6407 # Broken: success on invalid input.
6410 # Passes both tests.
6414 rm -f conftest.err conftest.i conftest.
$ac_ext
6417 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6418 rm -f conftest.i conftest.err conftest.
$ac_ext
6419 if $ac_preproc_ok; then :
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6432 $as_echo "$CPP" >&6; }
6434 for ac_c_preproc_warn_flag
in '' yes
6436 # Use a header file that comes with gcc, so configuring glibc
6437 # with a fresh cross-compiler works.
6438 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6439 # <limits.h> exists even on freestanding compilers.
6440 # On the NeXT, cc -E runs the code through the compiler's parser,
6441 # not just through cpp. "Syntax error" is here to catch this case.
6442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6443 /* end confdefs.h. */
6445 # include <limits.h>
6447 # include <assert.h>
6451 if ac_fn_c_try_cpp
"$LINENO"; then :
6454 # Broken: fails on valid input.
6457 rm -f conftest.err conftest.i conftest.
$ac_ext
6459 # OK, works on sane cases. Now check whether nonexistent headers
6460 # can be detected and how.
6461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6462 /* end confdefs.h. */
6463 #include <ac_nonexistent.h>
6465 if ac_fn_c_try_cpp
"$LINENO"; then :
6466 # Broken: success on invalid input.
6469 # Passes both tests.
6473 rm -f conftest.err conftest.i conftest.
$ac_ext
6476 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6477 rm -f conftest.i conftest.err conftest.
$ac_ext
6478 if $ac_preproc_ok; then :
6481 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6482 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6483 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6484 See \`config.log' for more details" "$LINENO" 5; }
6488 ac_cpp
='$CPP $CPPFLAGS'
6489 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6490 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6491 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6495 $as_echo_n "checking for ANSI C header files... " >&6; }
6496 if ${ac_cv_header_stdc+:} false
; then :
6497 $as_echo_n "(cached) " >&6
6499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6500 /* end confdefs.h. */
6514 if ac_fn_c_try_compile
"$LINENO"; then :
6515 ac_cv_header_stdc
=yes
6517 ac_cv_header_stdc
=no
6519 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6521 if test $ac_cv_header_stdc = yes; then
6522 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6524 /* end confdefs.h. */
6528 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6529 $EGREP "memchr" >/dev
/null
2>&1; then :
6532 ac_cv_header_stdc
=no
6538 if test $ac_cv_header_stdc = yes; then
6539 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6541 /* end confdefs.h. */
6545 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6546 $EGREP "free" >/dev
/null
2>&1; then :
6549 ac_cv_header_stdc
=no
6555 if test $ac_cv_header_stdc = yes; then
6556 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6557 if test "$cross_compiling" = yes; then :
6560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6561 /* end confdefs.h. */
6564 #if ((' ' & 0x0FF) == 0x020)
6565 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6566 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6568 # define ISLOWER(c) \
6569 (('a' <= (c) && (c) <= 'i') \
6570 || ('j' <= (c) && (c) <= 'r') \
6571 || ('s' <= (c) && (c) <= 'z'))
6572 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6575 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6580 for (i = 0; i < 256; i++)
6581 if (XOR (islower (i), ISLOWER (i))
6582 || toupper (i) != TOUPPER (i))
6587 if ac_fn_c_try_run
"$LINENO"; then :
6590 ac_cv_header_stdc
=no
6592 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6593 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6599 $as_echo "$ac_cv_header_stdc" >&6; }
6600 if test $ac_cv_header_stdc = yes; then
6602 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6606 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6607 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6608 inttypes.h stdint.h unistd.h
6610 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6611 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6613 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6614 cat >>confdefs.h
<<_ACEOF
6615 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6625 ApplicationServices
/ApplicationServices.h \
6626 AudioToolbox
/AudioConverter.h \
6627 AudioUnit
/AudioUnit.h \
6628 AudioUnit
/AudioComponent.h \
6631 CoreAudio
/CoreAudio.h \
6632 CoreServices
/CoreServices.h \
6633 DiskArbitration
/DiskArbitration.h \
6635 IOKit
/hid
/IOHIDLib.h \
6638 QuickTime
/ImageCompression.h \
6639 Security
/Security.h \
6690 netinet
/in_systm.h \
6753 valgrind
/memcheck.h \
6754 valgrind
/valgrind.h \
6758 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6759 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6760 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6761 cat >>confdefs.h
<<_ACEOF
6762 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6770 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6771 if ${ac_cv_header_stat_broken+:} false
; then :
6772 $as_echo_n "(cached) " >&6
6774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6775 /* end confdefs.h. */
6776 #include <sys/types.h>
6777 #include <sys/stat.h>
6779 #if defined S_ISBLK && defined S_IFDIR
6780 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6783 #if defined S_ISBLK && defined S_IFCHR
6784 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6787 #if defined S_ISLNK && defined S_IFREG
6788 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6791 #if defined S_ISSOCK && defined S_IFREG
6792 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6796 if ac_fn_c_try_compile
"$LINENO"; then :
6797 ac_cv_header_stat_broken
=no
6799 ac_cv_header_stat_broken
=yes
6801 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6804 $as_echo "$ac_cv_header_stat_broken" >&6; }
6805 if test $ac_cv_header_stat_broken = yes; then
6807 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6813 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6815 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6816 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6817 #ifdef HAVE_SYS_PARAM_H
6818 # include <sys/param.h>
6821 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6822 cat >>confdefs.h
<<_ACEOF
6823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6838 netinet
/if_ether.h \
6839 netinet
/if_inarp.h \
6848 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6849 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6850 #ifdef HAVE_SYS_SOCKET_H
6851 # include <sys/socket.h>
6853 #ifdef HAVE_SYS_SOCKETVAR_H
6854 # include <sys/socketvar.h>
6856 #ifdef HAVE_NET_ROUTE_H
6857 # include <net/route.h>
6859 #ifdef HAVE_NETINET_IN_H
6860 # include <netinet/in.h>
6862 #ifdef HAVE_NETINET_IN_SYSTM_H
6863 # include <netinet/in_systm.h>
6865 #ifdef HAVE_NET_IF_H
6866 # include <net/if.h>
6868 #ifdef HAVE_NETINET_IP_H
6869 # include <netinet/ip.h>
6872 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6873 cat >>confdefs.h
<<_ACEOF
6874 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6882 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6884 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6885 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6889 #ifdef HAVE_SYS_SOCKET_H
6890 # include <sys/socket.h>
6892 #ifdef HAVE_SYS_SOCKETVAR_H
6893 # include <sys/socketvar.h>
6895 #ifdef HAVE_SYS_TIMEOUT_H
6896 # include <sys/timeout.h>
6898 #ifdef HAVE_NETINET_IN_H
6899 # include <netinet/in.h>
6901 #ifdef HAVE_NETINET_IN_SYSTM_H
6902 # include <netinet/in_systm.h>
6904 #ifdef HAVE_NETINET_IP_H
6905 # include <netinet/ip.h>
6907 #ifdef HAVE_NETINET_IP_VAR_H
6908 # include <netinet/ip_var.h>
6910 #ifdef HAVE_NETINET_IP_ICMP_H
6911 # include <netinet/ip_icmp.h>
6913 #ifdef HAVE_NETINET_UDP_H
6914 # include <netinet/udp.h>
6916 #ifdef HAVE_NETINET_TCP_H
6917 # include <netinet/tcp.h>
6919 #ifdef HAVE_NETINET_TCP_TIMER_H
6920 #include <netinet/tcp_timer.h>
6923 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6924 cat >>confdefs.h
<<_ACEOF
6925 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6933 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6935 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6936 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6937 #ifdef HAVE_ASM_TYPES_H
6938 # include <asm/types.h>
6940 #ifdef HAVE_SYS_SOCKET_H
6941 # include <sys/socket.h>
6943 #ifdef HAVE_LINUX_TYPES_H
6944 # include <linux/types.h>
6947 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6948 cat >>confdefs.h
<<_ACEOF
6949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6957 for ac_header
in mach-o
/dyld_images.h
6959 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6960 # include <stdbool.h>
6962 #ifdef HAVE_STDINT_H
6963 # include <stdint.h>
6966 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6967 cat >>confdefs.h
<<_ACEOF
6968 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6976 for ac_header
in resolv.h
6978 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6979 #ifdef HAVE_SYS_SOCKET_H
6980 # include <sys/socket.h>
6982 #ifdef HAVE_NETINET_IN_H
6983 # include <netinet/in.h>
6985 #ifdef HAVE_ARPA_NAMESER_H
6986 # include <arpa/nameser.h>
6989 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6990 cat >>confdefs.h
<<_ACEOF
6991 #define HAVE_RESOLV_H 1
6999 for ac_header
in ifaddrs.h
7001 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7003 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7004 cat >>confdefs.h
<<_ACEOF
7005 #define HAVE_IFADDRS_H 1
7013 for ac_header
in sys
/ucontext.h
7015 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7017 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7018 cat >>confdefs.h
<<_ACEOF
7019 #define HAVE_SYS_UCONTEXT_H 1
7027 for ac_header
in sys
/thr.h
7029 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7030 #ifdef HAVE_SYS_UCONTEXT_H
7031 #include <sys/ucontext.h>
7034 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7035 cat >>confdefs.h
<<_ACEOF
7036 #define HAVE_SYS_THR_H 1
7044 for ac_header
in pthread_np.h
7046 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7047 #include <pthread.h>
7050 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7051 cat >>confdefs.h
<<_ACEOF
7052 #define HAVE_PTHREAD_NP_H 1
7060 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7062 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7063 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7064 #include <sys/time.h>
7066 #include <sys/types.h>
7067 #ifdef HAVE_ASM_TYPES_H
7068 #include <asm/types.h>
7071 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7072 cat >>confdefs.h
<<_ACEOF
7073 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7081 for ac_header
in libprocstat.h
7083 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7084 #include <sys/param.h>
7086 #ifdef HAVE_SYS_QUEUE_H
7087 #include <sys/queue.h>
7089 #ifdef HAVE_SYS_SOCKET_H
7090 #include <sys/socket.h>
7093 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7094 cat >>confdefs.h
<<_ACEOF
7095 #define HAVE_LIBPROCSTAT_H 1
7104 dlldir
="\${libdir}/wine"
7108 DLLFLAGS
="-D_REENTRANT"
7117 STATIC_IMPLIBEXT
="def.a"
7118 # Extract the first word of "ldd", so it can be a program name with args.
7119 set dummy ldd
; ac_word
=$2
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7121 $as_echo_n "checking for $ac_word... " >&6; }
7122 if ${ac_cv_path_LDD+:} false
; then :
7123 $as_echo_n "(cached) " >&6
7127 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7131 as_dummy
="/sbin:/usr/sbin:$PATH"
7132 for as_dir
in $as_dummy
7135 test -z "$as_dir" && as_dir
=.
7136 for ac_exec_ext
in '' $ac_executable_extensions; do
7137 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7138 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7146 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7151 if test -n "$LDD"; then
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7153 $as_echo "$LDD" >&6; }
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7160 if test -n "$ac_tool_prefix"; then
7161 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7162 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7164 $as_echo_n "checking for $ac_word... " >&6; }
7165 if ${ac_cv_prog_OTOOL+:} false
; then :
7166 $as_echo_n "(cached) " >&6
7168 if test -n "$OTOOL"; then
7169 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7171 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7175 test -z "$as_dir" && as_dir
=.
7176 for ac_exec_ext
in '' $ac_executable_extensions; do
7177 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7178 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7179 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7188 OTOOL
=$ac_cv_prog_OTOOL
7189 if test -n "$OTOOL"; then
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7191 $as_echo "$OTOOL" >&6; }
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7194 $as_echo "no" >&6; }
7199 if test -z "$ac_cv_prog_OTOOL"; then
7201 # Extract the first word of "otool", so it can be a program name with args.
7202 set dummy otool
; ac_word
=$2
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7204 $as_echo_n "checking for $ac_word... " >&6; }
7205 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7206 $as_echo_n "(cached) " >&6
7208 if test -n "$ac_ct_OTOOL"; then
7209 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7211 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7215 test -z "$as_dir" && as_dir
=.
7216 for ac_exec_ext
in '' $ac_executable_extensions; do
7217 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7218 ac_cv_prog_ac_ct_OTOOL
="otool"
7219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7228 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7229 if test -n "$ac_ct_OTOOL"; then
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7231 $as_echo "$ac_ct_OTOOL" >&6; }
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7234 $as_echo "no" >&6; }
7237 if test "x$ac_ct_OTOOL" = x
; then
7240 case $cross_compiling:$ac_tool_warned in
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7243 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7244 ac_tool_warned
=yes ;;
7249 OTOOL
="$ac_cv_prog_OTOOL"
7252 if test -n "$ac_tool_prefix"; then
7253 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7254 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7256 $as_echo_n "checking for $ac_word... " >&6; }
7257 if ${ac_cv_prog_READELF+:} false
; then :
7258 $as_echo_n "(cached) " >&6
7260 if test -n "$READELF"; then
7261 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7263 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7267 test -z "$as_dir" && as_dir
=.
7268 for ac_exec_ext
in '' $ac_executable_extensions; do
7269 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7270 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7280 READELF
=$ac_cv_prog_READELF
7281 if test -n "$READELF"; then
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7283 $as_echo "$READELF" >&6; }
7285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7286 $as_echo "no" >&6; }
7291 if test -z "$ac_cv_prog_READELF"; then
7292 ac_ct_READELF
=$READELF
7293 # Extract the first word of "readelf", so it can be a program name with args.
7294 set dummy readelf
; ac_word
=$2
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7296 $as_echo_n "checking for $ac_word... " >&6; }
7297 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7298 $as_echo_n "(cached) " >&6
7300 if test -n "$ac_ct_READELF"; then
7301 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7303 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7307 test -z "$as_dir" && as_dir
=.
7308 for ac_exec_ext
in '' $ac_executable_extensions; do
7309 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7310 ac_cv_prog_ac_ct_READELF
="readelf"
7311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7320 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7321 if test -n "$ac_ct_READELF"; then
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7323 $as_echo "$ac_ct_READELF" >&6; }
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7326 $as_echo "no" >&6; }
7329 if test "x$ac_ct_READELF" = x
; then
7332 case $cross_compiling:$ac_tool_warned in
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7335 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7336 ac_tool_warned
=yes ;;
7338 READELF
=$ac_ct_READELF
7341 READELF
="$ac_cv_prog_READELF"
7344 wine_rules_file
=conf$
$rules.
make
7345 rm -f $wine_rules_file
7347 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7348 ALL_TEST_RESOURCES
=""
7351 wine_fn_append_file
()
7353 as_fn_append
$1 " \\$as_nl $2"
7356 wine_fn_ignore_file
()
7359 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7360 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7361 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7365 wine_fn_append_rule
()
7367 $as_echo "$1" >>$wine_rules_file
7372 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7375 wine_fn_depend_rules
()
7377 wine_fn_append_rule \
7378 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7379 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7380 depend: $ac_dir/depend
7381 .PHONY: $ac_dir/depend
7382 $ac_dir/depend: \$(MAKEDEP) dummy
7383 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7386 wine_fn_pot_rules
()
7388 test "x$with_gettextpo" = xyes ||
return
7390 if wine_fn_has_flag mc
7392 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7393 wine_fn_append_rule \
7394 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7395 @cd $ac_dir && \$(MAKE) msg.pot
7396 $ac_dir/msg.pot: tools/wmc include"
7398 if wine_fn_has_flag po
7400 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7401 wine_fn_append_rule \
7402 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7403 @cd $ac_dir && \$(MAKE) rsrc.pot
7404 $ac_dir/rsrc.pot: tools/wrc include"
7408 wine_fn_all_rules
()
7410 wine_fn_depend_rules
7411 wine_fn_append_rule \
7414 $ac_dir: $ac_dir/Makefile dummy
7415 @cd $ac_dir && \$(MAKE)"
7418 wine_fn_install_rules
()
7420 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7422 wine_fn_append_rule \
7423 ".PHONY: $ac_dir/install $ac_dir/uninstall
7424 $ac_dir/install:: $ac_dir
7425 @cd $ac_dir && \$(MAKE) install
7426 $ac_dir/uninstall:: $ac_dir/Makefile
7427 @cd $ac_dir && \$(MAKE) uninstall
7428 install:: $ac_dir/install
7429 __uninstall__: $ac_dir/uninstall"
7431 if wine_fn_has_flag install-lib
7433 wine_fn_append_rule \
7434 ".PHONY: $ac_dir/install-lib
7435 $ac_dir/install-lib:: $ac_dir
7436 @cd $ac_dir && \$(MAKE) install-lib
7437 install-lib:: $ac_dir/install-lib"
7440 if wine_fn_has_flag install-dev
7442 wine_fn_append_rule \
7443 ".PHONY: $ac_dir/install-dev
7444 $ac_dir/install-dev:: $ac_dir
7445 @cd $ac_dir && \$(MAKE) install-dev
7446 install-dev:: $ac_dir/install-dev"
7450 wine_fn_clean_rules
()
7453 ac_extraclean
="$ac_dir/Makefile"
7454 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7456 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7459 if wine_fn_has_flag clean
7461 wine_fn_append_rule \
7462 "__clean__: $ac_dir/clean
7463 .PHONY: $ac_dir/clean
7464 $ac_dir/clean: $ac_dir/Makefile
7465 @cd $ac_dir && \$(MAKE) clean
7466 \$(RM) $ac_extraclean"
7468 wine_fn_append_rule \
7469 "__clean__: $ac_dir/clean
7470 .PHONY: $ac_dir/clean
7471 $ac_dir/clean: dummy
7472 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7476 wine_fn_disabled_rules
()
7479 ac_extraclean
="$ac_dir/Makefile"
7480 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7482 wine_fn_append_rule \
7483 "__clean__: $ac_dir/clean
7484 .PHONY: $ac_dir/clean
7485 $ac_dir/clean: dummy
7486 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7489 wine_fn_config_makefile
()
7495 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7496 wine_fn_disabled_rules
; return
7499 wine_fn_install_rules
7503 wine_fn_config_lib
()
7507 ac_dir
=dlls
/$ac_name
7510 if test "x$enable_tools" = xno
; then :
7513 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7518 wine_fn_append_rule \
7519 ".PHONY: $ac_dir/install $ac_dir/uninstall
7520 $ac_dir/install:: $ac_dir
7521 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7523 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7524 install install-dev:: $ac_dir/install
7525 __uninstall__: $ac_dir/uninstall
7526 __builddeps__: $ac_dir
7530 wine_fn_config_dll
()
7533 ac_dir
=dlls
/$ac_name
7536 ac_implib
=${4:-$ac_name}
7537 ac_file
=$ac_dir/lib
$ac_implib
7542 if test "x$enable_tools" = xno
; then :
7545 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7548 *16) ac_implibflags
=" -m16" ;;
7550 *) ac_dll
=$ac_dll.dll
;;
7554 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7555 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7556 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7557 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7559 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7560 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7562 wine_fn_depend_rules
7563 wine_fn_clean_rules
$ac_clean
7565 wine_fn_disabled_rules
$ac_clean
7570 wine_fn_clean_rules
$ac_clean
7571 wine_fn_append_rule \
7572 "$ac_dir: __builddeps__
7573 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7574 @cd $ac_dir && \$(MAKE) \$@
7575 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7576 install install-lib:: $ac_dir/install-lib
7577 __uninstall__: $ac_dir/uninstall"
7578 if test -n "$DLLEXT"
7580 wine_fn_append_rule \
7581 "$ac_dir/install-lib:: $ac_dir
7582 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7583 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7585 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7587 wine_fn_append_rule \
7588 "$ac_dir/install-lib:: $ac_dir
7589 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7591 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7597 if wine_fn_has_flag staticimplib
7599 wine_fn_append_rule \
7600 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7601 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7602 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7603 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7604 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7605 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7606 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7607 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7608 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7610 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7611 install install-dev:: $ac_dir/install-dev
7612 __uninstall__: $ac_dir/uninstall"
7614 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7616 wine_fn_append_rule \
7617 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7618 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7620 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7623 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7625 wine_fn_append_rule \
7626 "__builddeps__: $ac_file.cross.a
7627 $ac_file.cross.a: $ac_dir/Makefile dummy
7628 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7631 elif wine_fn_has_flag implib
7633 wine_fn_append_rule \
7634 "__builddeps__: $ac_file.$IMPLIBEXT
7635 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7636 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7637 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7638 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7639 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7640 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7641 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7643 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7644 install install-dev:: $ac_dir/install-dev
7645 __uninstall__: $ac_dir/uninstall"
7646 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7648 wine_fn_append_rule \
7649 "__builddeps__: $ac_file.cross.a
7650 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7651 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7654 if test "$ac_name" != "$ac_implib"
7656 wine_fn_append_rule \
7657 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7658 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7659 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7661 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7662 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7663 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7665 wine_fn_append_rule \
7666 "__builddeps__: dlls/lib$ac_implib.cross.a
7667 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7668 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7670 \$(RM) dlls/lib$ac_implib.cross.a"
7671 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7677 wine_fn_config_program
()
7680 ac_dir
=programs
/$ac_name
7687 *) ac_program
=$ac_program.exe
;;
7691 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7692 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7693 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7694 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7696 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7697 wine_fn_disabled_rules
$ac_clean; return
7701 wine_fn_clean_rules
$ac_clean
7702 wine_fn_append_rule
"$ac_dir: __builddeps__"
7705 wine_fn_has_flag
install ||
return
7706 wine_fn_append_rule \
7707 ".PHONY: $ac_dir/install $ac_dir/uninstall
7708 install install-lib:: $ac_dir/install
7709 __uninstall__: $ac_dir/uninstall"
7711 if test -n "$DLLEXT"
7713 wine_fn_append_rule \
7714 "$ac_dir/install:: $ac_dir
7715 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7716 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7718 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7720 if test -z "$with_wine64" && wine_fn_has_flag installbin
7722 wine_fn_append_rule \
7723 "$ac_dir/install:: __tooldeps__
7724 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7726 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7729 wine_fn_append_rule \
7730 "$ac_dir/install:: $ac_dir
7731 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7733 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7736 if test -z "$with_wine64" && wine_fn_has_flag manpage
7738 wine_fn_append_rule \
7739 "$ac_dir/install:: $ac_dir
7740 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7742 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7746 wine_fn_config_test
()
7753 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7754 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7756 if test "x$enable_tests" = xno
; then :
7757 wine_fn_disabled_rules
$ac_clean; return
7760 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7762 wine_fn_clean_rules
$ac_clean
7764 wine_fn_append_rule \
7765 "$ac_dir: programs/winetest/Makefile __builddeps__
7766 programs/winetest: $ac_dir
7767 check test: $ac_dir/test
7768 .PHONY: $ac_dir/test
7770 @cd $ac_dir && \$(MAKE) test
7772 \$(RM) $ac_dir/*.ok"
7774 if test -n "$CROSSTARGET"
7776 wine_fn_append_rule \
7777 "crosstest: $ac_dir/crosstest
7778 .PHONY: $ac_dir/crosstest
7779 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7780 @cd $ac_dir && \$(MAKE) crosstest"
7784 wine_fn_config_tool
()
7788 if test "x$enable_tools" = xno
; then :
7793 wine_fn_install_rules
7796 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7797 wine_fn_append_rule
"$ac_dir: libs/port"
7799 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7803 wine_fn_config_symlink
()
7806 if test "x$1" = "x-d"
7812 wine_fn_append_rule \
7814 @./config.status \$@
7817 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7818 test -n "$ac_linkdir" ||
return
7819 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7823 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7824 loader_programs
="$wine_binary wine-installed"
7825 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7830 install install-lib:: wine-installed
7831 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7834 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7840 if test -n "$ac_tool_prefix"; then
7841 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7842 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7844 $as_echo_n "checking for $ac_word... " >&6; }
7845 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7846 $as_echo_n "(cached) " >&6
7848 if test -n "$DLLTOOL"; then
7849 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7851 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7855 test -z "$as_dir" && as_dir
=.
7856 for ac_exec_ext
in '' $ac_executable_extensions; do
7857 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7858 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7868 DLLTOOL
=$ac_cv_prog_DLLTOOL
7869 if test -n "$DLLTOOL"; then
7870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7871 $as_echo "$DLLTOOL" >&6; }
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7874 $as_echo "no" >&6; }
7879 if test -z "$ac_cv_prog_DLLTOOL"; then
7880 ac_ct_DLLTOOL
=$DLLTOOL
7881 # Extract the first word of "dlltool", so it can be a program name with args.
7882 set dummy dlltool
; ac_word
=$2
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7884 $as_echo_n "checking for $ac_word... " >&6; }
7885 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7886 $as_echo_n "(cached) " >&6
7888 if test -n "$ac_ct_DLLTOOL"; then
7889 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7891 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7895 test -z "$as_dir" && as_dir
=.
7896 for ac_exec_ext
in '' $ac_executable_extensions; do
7897 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7898 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7908 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7909 if test -n "$ac_ct_DLLTOOL"; then
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7911 $as_echo "$ac_ct_DLLTOOL" >&6; }
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7914 $as_echo "no" >&6; }
7917 if test "x$ac_ct_DLLTOOL" = x
; then
7920 case $cross_compiling:$ac_tool_warned in
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7923 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7924 ac_tool_warned
=yes ;;
7926 DLLTOOL
=$ac_ct_DLLTOOL
7929 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7935 STATIC_IMPLIBEXT
="a"
7936 enable_iphlpapi
=${enable_iphlpapi:-no}
7937 enable_kernel32
=${enable_kernel32:-no}
7938 enable_msvcrt
=${enable_msvcrt:-no}
7939 enable_ntdll
=${enable_ntdll:-no}
7940 enable_ws2_32
=${enable_ws2_32:-no}
7941 enable_loader
=${enable_loader:-no}
7942 enable_server
=${enable_server:-no}
7943 with_x
=${with_x:-no}
7944 with_pthread
=${with_pthread:-no}
7950 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7954 libwine_targets
="libwine.dll libwine.a"
7956 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7958 all: libwine.dll libwine.a
7960 libwine.a: \$(srcdir)/wine.def
7961 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7963 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7964 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7966 install install-lib:: libwine.dll
7967 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7969 install install-dev:: libwine.a
7970 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7973 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7979 for ac_header
in libunwind.h
7981 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7982 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7983 cat >>confdefs.h
<<_ACEOF
7984 #define HAVE_LIBUNWIND_H 1
7992 DLLFLAGS
="$DLLFLAGS -fPIC"
7993 LIBWINE_LDFLAGS
="-multiply_defined suppress"
7994 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7995 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7996 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7998 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8000 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8002 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8004 CORESERVICES_LIBS
="-framework CoreServices"
8006 APPKIT_LIBS
="-framework AppKit"
8008 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8010 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8011 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8012 $as_echo_n "(cached) " >&6
8014 ac_wine_try_cflags_saved
=$CFLAGS
8015 CFLAGS
="$CFLAGS -Wl,-no_pie"
8016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8017 /* end confdefs.h. */
8018 int main(int argc, char **argv) { return 0; }
8020 if ac_fn_c_try_link
"$LINENO"; then :
8021 ac_cv_cflags__Wl__no_pie
=yes
8023 ac_cv_cflags__Wl__no_pie
=no
8025 rm -f core conftest.err conftest.
$ac_objext \
8026 conftest
$ac_exeext conftest.
$ac_ext
8027 CFLAGS
=$ac_wine_try_cflags_saved
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8030 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8031 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8032 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8034 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8036 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8039 if test "$ac_cv_header_Security_Security_h" = "yes"
8041 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8043 ac_save_LIBS
="$LIBS"
8044 LIBS
="$LIBS $SECURITY_LIBS"
8045 for ac_func
in SSLCopyPeerCertificates
8047 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8048 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8049 cat >>confdefs.h
<<_ACEOF
8050 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8056 LIBS
="$ac_save_LIBS"
8057 with_gnutls
=${with_gnutls:-no}
8059 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8061 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8063 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8066 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8069 ac_save_LIBS
="$LIBS"
8070 LIBS
="$LIBS $COREAUDIO_LIBS"
8071 for ac_func
in AUGraphAddNode
8073 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8074 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8075 cat >>confdefs.h
<<_ACEOF
8076 #define HAVE_AUGRAPHADDNODE 1
8082 LIBS
="$ac_save_LIBS"
8084 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8086 OPENAL_LIBS
="-framework OpenAL"
8089 cat >>confdefs.h
<<_ACEOF
8090 #define HAVE_OPENAL 1
8093 ac_cv_lib_openal
=yes
8095 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8097 OPENCL_LIBS
="-framework OpenCL"
8099 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8101 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8103 ac_save_LIBS
="$LIBS"
8104 LIBS
="$LIBS $IOKIT_LIBS"
8105 for ac_func
in IOHIDManagerCreate
8107 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8108 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8109 cat >>confdefs.h
<<_ACEOF
8110 #define HAVE_IOHIDMANAGERCREATE 1
8116 LIBS
="$ac_save_LIBS"
8118 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8120 ac_save_LIBS
="$LIBS"
8121 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8123 $as_echo_n "checking for the QuickTime framework... " >&6; }
8124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8125 /* end confdefs.h. */
8126 #include <QuickTime/ImageCompression.h>
8130 CodecManagerVersion(NULL);
8135 if ac_fn_c_try_link
"$LINENO"; then :
8136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8137 $as_echo "yes" >&6; }
8138 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8140 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8143 $as_echo "no" >&6; }
8144 ac_cv_header_QuickTime_ImageCompression_h
=no
8146 rm -f core conftest.err conftest.
$ac_objext \
8147 conftest
$ac_exeext conftest.
$ac_ext
8148 LIBS
="$ac_save_LIBS"
8150 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8152 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8154 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8156 CARBON_LIBS
="-framework Carbon"
8160 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8162 ac_save_LIBS
="$LIBS"
8163 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8164 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8165 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8166 enable_winemac_drv
=${enable_winemac_drv:-yes}
8169 LIBS
="$ac_save_LIBS"
8172 if test "x$enable_win16" = "xyes"
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8175 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8176 if test "$cross_compiling" = yes; then :
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8178 $as_echo "cross-compiling, assuming yes" >&6; }
8180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8181 /* end confdefs.h. */
8184 "good:\tnop;nop\n\t"
8185 ".globl _testfunc\n"
8186 "_testfunc:\tcallw good");
8187 extern void testfunc();
8191 unsigned short *p = (unsigned short *)testfunc;
8192 return p[0] != 0xe866 || p[1] != 0xfffa
8197 if ac_fn_c_try_run
"$LINENO"; then :
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8199 $as_echo "yes" >&6; }
8201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8202 $as_echo "no" >&6; }
8203 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
8205 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8206 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8211 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8213 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8217 libwine.$libwine_version.dylib: \$(OBJS)
8218 \$(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 \$@
8220 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8221 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8223 libwine.dylib: libwine.$libwine_soversion.dylib
8224 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8226 install install-lib:: libwine.$libwine_version.dylib
8227 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8228 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8230 install install-dev::
8231 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8234 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8238 as_fn_append LOADER_RULES
"
8239 $wine_binary: main.o wine_info.plist
8240 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8242 wine-installed: main.o wine_info.plist
8243 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8248 DLLFLAGS
="$DLLFLAGS -fPIC"
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8253 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8254 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8255 $as_echo_n "(cached) " >&6
8257 ac_wine_try_cflags_saved
=$CFLAGS
8258 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8260 /* end confdefs.h. */
8261 int main(int argc, char **argv) { return 0; }
8263 if ac_fn_c_try_link
"$LINENO"; then :
8264 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8266 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8268 rm -f core conftest.err conftest.
$ac_objext \
8269 conftest
$ac_exeext conftest.
$ac_ext
8270 CFLAGS
=$ac_wine_try_cflags_saved
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8273 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8274 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8275 LDEXECFLAGS
="-Wl,--export-dynamic"
8277 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8279 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8280 if eval \
${$as_ac_var+:} false
; then :
8281 $as_echo_n "(cached) " >&6
8283 ac_wine_try_cflags_saved
=$CFLAGS
8284 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8287 int main(int argc, char **argv) { return 0; }
8289 if ac_fn_c_try_link
"$LINENO"; then :
8290 eval "$as_ac_var=yes"
8292 eval "$as_ac_var=no"
8294 rm -f core conftest.err conftest.
$ac_objext \
8295 conftest
$ac_exeext conftest.
$ac_ext
8296 CFLAGS
=$ac_wine_try_cflags_saved
8298 eval ac_res
=\$
$as_ac_var
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8300 $as_echo "$ac_res" >&6; }
8301 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8302 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8303 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8305 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8307 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8308 if eval \
${$as_ac_var+:} false
; then :
8309 $as_echo_n "(cached) " >&6
8311 ac_wine_try_cflags_saved
=$CFLAGS
8312 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8314 /* end confdefs.h. */
8315 int main(int argc, char **argv) { return 0; }
8317 if ac_fn_c_try_link
"$LINENO"; then :
8318 eval "$as_ac_var=yes"
8320 eval "$as_ac_var=no"
8322 rm -f core conftest.err conftest.
$ac_objext \
8323 conftest
$ac_exeext conftest.
$ac_ext
8324 CFLAGS
=$ac_wine_try_cflags_saved
8326 eval ac_res
=\$
$as_ac_var
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8328 $as_echo "$ac_res" >&6; }
8329 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8330 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8331 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8336 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8337 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8338 $as_echo_n "(cached) " >&6
8340 ac_wine_try_cflags_saved
=$CFLAGS
8341 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8343 /* end confdefs.h. */
8344 int main(int argc, char **argv) { return 0; }
8346 if ac_fn_c_try_link
"$LINENO"; then :
8347 ac_cv_cflags__Wl___enable_new_dtags
=yes
8349 ac_cv_cflags__Wl___enable_new_dtags
=no
8351 rm -f core conftest.err conftest.
$ac_objext \
8352 conftest
$ac_exeext conftest.
$ac_ext
8353 CFLAGS
=$ac_wine_try_cflags_saved
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8356 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8357 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8358 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8362 *i
[3456789]86* | x86_64
)
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8364 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8365 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8366 $as_echo_n "(cached) " >&6
8368 ac_wine_try_cflags_saved
=$CFLAGS
8369 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8371 /* end confdefs.h. */
8372 int main(int argc, char **argv) { return 0; }
8374 if ac_fn_c_try_link
"$LINENO"; then :
8375 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8377 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8379 rm -f core conftest.err conftest.
$ac_objext \
8380 conftest
$ac_exeext conftest.
$ac_ext
8381 CFLAGS
=$ac_wine_try_cflags_saved
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8384 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8385 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8386 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8391 libwine_targets
="libwine.so"
8393 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8397 libwine.so: \$(OBJS)
8398 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8400 install install-lib:: libwine.so
8401 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8404 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8408 as_fn_append LOADER_RULES
"
8409 $wine_binary: main.o
8410 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8412 wine-installed: main.o
8413 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8418 DLLFLAGS
="$DLLFLAGS -fPIC"
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8421 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8422 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8423 $as_echo_n "(cached) " >&6
8425 ac_wine_try_cflags_saved
=$CFLAGS
8426 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8428 /* end confdefs.h. */
8431 if ac_fn_c_try_link
"$LINENO"; then :
8432 ac_cv_c_dll_gnuelf
="yes"
8434 ac_cv_c_dll_gnuelf
="no"
8436 rm -f core conftest.err conftest.
$ac_objext \
8437 conftest
$ac_exeext conftest.
$ac_ext
8438 CFLAGS
=$ac_wine_try_cflags_saved
8440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8441 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8442 if test "$ac_cv_c_dll_gnuelf" = "yes"
8444 LDSHARED
="\$(CC) -shared"
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8446 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8447 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8448 $as_echo_n "(cached) " >&6
8450 ac_wine_try_cflags_saved
=$CFLAGS
8451 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8453 /* end confdefs.h. */
8454 int main(int argc, char **argv) { return 0; }
8456 if ac_fn_c_try_link
"$LINENO"; then :
8457 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8459 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8461 rm -f core conftest.err conftest.
$ac_objext \
8462 conftest
$ac_exeext conftest.
$ac_ext
8463 CFLAGS
=$ac_wine_try_cflags_saved
8465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8466 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8467 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8468 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8471 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8472 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8473 $as_echo_n "(cached) " >&6
8475 ac_wine_try_cflags_saved
=$CFLAGS
8476 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8478 /* end confdefs.h. */
8479 int main(int argc, char **argv) { return 0; }
8481 if ac_fn_c_try_link
"$LINENO"; then :
8482 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8484 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8486 rm -f core conftest.err conftest.
$ac_objext \
8487 conftest
$ac_exeext conftest.
$ac_ext
8488 CFLAGS
=$ac_wine_try_cflags_saved
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8491 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8492 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8493 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8497 echo '{ global: *; };' >conftest.map
8498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8499 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8500 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8501 $as_echo_n "(cached) " >&6
8503 ac_wine_try_cflags_saved
=$CFLAGS
8504 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8506 /* end confdefs.h. */
8507 int main(int argc, char **argv) { return 0; }
8509 if ac_fn_c_try_link
"$LINENO"; then :
8510 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8512 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8514 rm -f core conftest.err conftest.
$ac_objext \
8515 conftest
$ac_exeext conftest.
$ac_ext
8516 CFLAGS
=$ac_wine_try_cflags_saved
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8519 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8520 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8521 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8526 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8527 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8528 $as_echo_n "(cached) " >&6
8530 ac_wine_try_cflags_saved
=$CFLAGS
8531 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8533 /* end confdefs.h. */
8534 int main(int argc, char **argv) { return 0; }
8536 if ac_fn_c_try_link
"$LINENO"; then :
8537 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8539 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8541 rm -f core conftest.err conftest.
$ac_objext \
8542 conftest
$ac_exeext conftest.
$ac_ext
8543 CFLAGS
=$ac_wine_try_cflags_saved
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8546 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8547 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8548 LDEXECFLAGS
="-Wl,--export-dynamic"
8551 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8553 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8554 if eval \
${$as_ac_var+:} false
; then :
8555 $as_echo_n "(cached) " >&6
8557 ac_wine_try_cflags_saved
=$CFLAGS
8558 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8560 /* end confdefs.h. */
8561 int main(int argc, char **argv) { return 0; }
8563 if ac_fn_c_try_link
"$LINENO"; then :
8564 eval "$as_ac_var=yes"
8566 eval "$as_ac_var=no"
8568 rm -f core conftest.err conftest.
$ac_objext \
8569 conftest
$ac_exeext conftest.
$ac_ext
8570 CFLAGS
=$ac_wine_try_cflags_saved
8572 eval ac_res
=\$
$as_ac_var
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8574 $as_echo "$ac_res" >&6; }
8575 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8576 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8577 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8579 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8581 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8582 if eval \
${$as_ac_var+:} false
; then :
8583 $as_echo_n "(cached) " >&6
8585 ac_wine_try_cflags_saved
=$CFLAGS
8586 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8588 /* end confdefs.h. */
8589 int main(int argc, char **argv) { return 0; }
8591 if ac_fn_c_try_link
"$LINENO"; then :
8592 eval "$as_ac_var=yes"
8594 eval "$as_ac_var=no"
8596 rm -f core conftest.err conftest.
$ac_objext \
8597 conftest
$ac_exeext conftest.
$ac_ext
8598 CFLAGS
=$ac_wine_try_cflags_saved
8600 eval ac_res
=\$
$as_ac_var
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8602 $as_echo "$ac_res" >&6; }
8603 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8604 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8605 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8610 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8611 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8612 $as_echo_n "(cached) " >&6
8614 ac_wine_try_cflags_saved
=$CFLAGS
8615 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8617 /* end confdefs.h. */
8618 int main(int argc, char **argv) { return 0; }
8620 if ac_fn_c_try_link
"$LINENO"; then :
8621 ac_cv_cflags__Wl___enable_new_dtags
=yes
8623 ac_cv_cflags__Wl___enable_new_dtags
=no
8625 rm -f core conftest.err conftest.
$ac_objext \
8626 conftest
$ac_exeext conftest.
$ac_ext
8627 CFLAGS
=$ac_wine_try_cflags_saved
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8630 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8631 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8632 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8636 *i
[3456789]86* | x86_64
)
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8638 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8639 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8640 $as_echo_n "(cached) " >&6
8642 ac_wine_try_cflags_saved
=$CFLAGS
8643 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8644 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8645 /* end confdefs.h. */
8646 int main(int argc, char **argv) { return 0; }
8648 if ac_fn_c_try_link
"$LINENO"; then :
8649 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8651 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8653 rm -f core conftest.err conftest.
$ac_objext \
8654 conftest
$ac_exeext conftest.
$ac_ext
8655 CFLAGS
=$ac_wine_try_cflags_saved
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8658 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8659 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8661 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8662 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8666 # Extract the first word of "prelink", so it can be a program name with args.
8667 set dummy prelink
; ac_word
=$2
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8669 $as_echo_n "checking for $ac_word... " >&6; }
8670 if ${ac_cv_path_PRELINK+:} false
; then :
8671 $as_echo_n "(cached) " >&6
8675 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8678 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8679 for as_dir
in /sbin
/usr
/sbin
$PATH
8682 test -z "$as_dir" && as_dir
=.
8683 for ac_exec_ext
in '' $ac_executable_extensions; do
8684 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8685 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8693 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8697 PRELINK
=$ac_cv_path_PRELINK
8698 if test -n "$PRELINK"; then
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8700 $as_echo "$PRELINK" >&6; }
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8703 $as_echo "no" >&6; }
8707 if test "x$PRELINK" = xfalse
8709 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8716 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8717 if ${ac_cv_c_dll_unixware+:} false
; then :
8718 $as_echo_n "(cached) " >&6
8720 ac_wine_try_cflags_saved
=$CFLAGS
8721 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8723 /* end confdefs.h. */
8726 if ac_fn_c_try_link
"$LINENO"; then :
8727 ac_cv_c_dll_unixware
="yes"
8729 ac_cv_c_dll_unixware
="no"
8731 rm -f core conftest.err conftest.
$ac_objext \
8732 conftest
$ac_exeext conftest.
$ac_ext
8733 CFLAGS
=$ac_wine_try_cflags_saved
8735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8736 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8737 if test "$ac_cv_c_dll_unixware" = "yes"
8739 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8742 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8744 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8748 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8749 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8751 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8752 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8754 libwine.so: libwine.so.$libwine_soversion
8755 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8757 install install-lib:: libwine.so.$libwine_version
8758 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8759 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8761 install install-dev::
8762 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8765 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8769 as_fn_append LOADER_RULES
"
8770 $wine_binary: main.o
8771 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8773 wine-installed: main.o
8774 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8779 as_fn_append LIBWINE_RULES
"
8780 EXTRA_TARGETS = $libwine_targets
8783 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8784 enable_winemac_drv
=${enable_winemac_drv:-no}
8788 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8792 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
8795 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 " ;;
8797 ac_prefix_list
="" ;;
8799 for ac_prog
in $ac_prefix_list
8801 # Extract the first word of "$ac_prog", so it can be a program name with args.
8802 set dummy
$ac_prog; ac_word
=$2
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8804 $as_echo_n "checking for $ac_word... " >&6; }
8805 if ${ac_cv_prog_CROSSCC+:} false
; then :
8806 $as_echo_n "(cached) " >&6
8808 if test -n "$CROSSCC"; then
8809 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8811 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8815 test -z "$as_dir" && as_dir
=.
8816 for ac_exec_ext
in '' $ac_executable_extensions; do
8817 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8818 ac_cv_prog_CROSSCC
="$ac_prog"
8819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8828 CROSSCC
=$ac_cv_prog_CROSSCC
8829 if test -n "$CROSSCC"; then
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8831 $as_echo "$CROSSCC" >&6; }
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8834 $as_echo "no" >&6; }
8838 test -n "$CROSSCC" && break
8840 test -n "$CROSSCC" || CROSSCC
="false"
8842 if test "$CROSSCC" != "false"
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8847 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8848 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8849 /* end confdefs.h. */
8859 if ac_fn_c_try_compile
"$LINENO"; then :
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8861 $as_echo "yes" >&6; }
8867 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8873 $as_echo "no" >&6; }
8875 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8881 if test "$ac_cv_header_pthread_h" = "yes"
8883 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8884 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8888 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8889 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8890 $as_echo_n "(cached) " >&6
8892 ac_check_lib_save_LIBS
=$LIBS
8893 LIBS
="-lpthread $LIBS"
8894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8895 /* end confdefs.h. */
8897 /* Override any GCC internal prototype to avoid an error.
8898 Use char because int might match the return type of a GCC
8899 builtin and then its argument prototype would still apply. */
8903 char pthread_create ();
8907 return pthread_create ();
8912 if ac_fn_c_try_link
"$LINENO"; then :
8913 ac_cv_lib_pthread_pthread_create
=yes
8915 ac_cv_lib_pthread_pthread_create
=no
8917 rm -f core conftest.err conftest.
$ac_objext \
8918 conftest
$ac_exeext conftest.
$ac_ext
8919 LIBS
=$ac_check_lib_save_LIBS
8921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8922 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8923 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8924 PTHREAD_LIBS
="-lpthread"
8931 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8932 case "x$with_pthread" in
8934 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8935 Wine cannot support threads without libpthread.
8936 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8942 $as_echo_n "checking for X... " >&6; }
8945 # Check whether --with-x was given.
8946 if test "${with_x+set}" = set; then :
8950 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8951 if test "x$with_x" = xno
; then
8952 # The user explicitly disabled X.
8955 case $x_includes,$x_libraries in #(
8956 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8957 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8958 $as_echo_n "(cached) " >&6
8960 # One or both of the vars are not set, and there is no cached value.
8961 ac_x_includes
=no ac_x_libraries
=no
8962 rm -f -r conftest.dir
8963 if mkdir conftest.dir
; then
8965 cat >Imakefile
<<'_ACEOF'
8967 @echo incroot='${INCROOT}'
8969 @echo usrlibdir='${USRLIBDIR}'
8971 @echo libdir='${LIBDIR}'
8973 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8974 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8975 for ac_var
in incroot usrlibdir libdir
; do
8976 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8978 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8979 for ac_extension
in a so sl dylib la dll
; do
8980 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8981 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8982 ac_im_usrlibdir
=$ac_im_libdir; break
8985 # Screen out bogus values from the imake configuration. They are
8986 # bogus both because they are the default anyway, and because
8987 # using them would break gcc on systems where it needs fixed includes.
8988 case $ac_im_incroot in
8989 /usr
/include
) ac_x_includes
= ;;
8990 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8992 case $ac_im_usrlibdir in
8993 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8994 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8998 rm -f -r conftest.dir
9001 # Standard set of common directories for X headers.
9002 # Check X11 before X11Rn because it is often a symlink to the current release.
9016 /usr/local/X11/include
9017 /usr/local/X11R7/include
9018 /usr/local/X11R6/include
9019 /usr/local/X11R5/include
9020 /usr/local/X11R4/include
9022 /usr/local/include/X11
9023 /usr/local/include/X11R7
9024 /usr/local/include/X11R6
9025 /usr/local/include/X11R5
9026 /usr/local/include/X11R4
9030 /usr/XFree86/include/X11
9034 /usr/unsupported/include
9036 /usr/local/x11r5/include
9037 /usr/lpp/Xamples/include
9039 /usr/openwin/include
9040 /usr/openwin/share/include'
9042 if test "$ac_x_includes" = no
; then
9043 # Guess where to find include files, by looking for Xlib.h.
9044 # First, try using that file with no special directory specified.
9045 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9046 /* end confdefs.h. */
9047 #include <X11/Xlib.h>
9049 if ac_fn_c_try_cpp
"$LINENO"; then :
9050 # We can compile using X headers with no special include directory.
9053 for ac_dir
in $ac_x_header_dirs; do
9054 if test -r "$ac_dir/X11/Xlib.h"; then
9055 ac_x_includes
=$ac_dir
9060 rm -f conftest.err conftest.i conftest.
$ac_ext
9061 fi # $ac_x_includes = no
9063 if test "$ac_x_libraries" = no
; then
9064 # Check for the libraries.
9065 # See if we find them without any special options.
9066 # Don't add to $LIBS permanently.
9069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9070 /* end confdefs.h. */
9071 #include <X11/Xlib.h>
9080 if ac_fn_c_try_link
"$LINENO"; then :
9082 # We can link X programs with no special library path.
9086 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9088 # Don't even attempt the hair of trying to link an X program!
9089 for ac_extension
in a so sl dylib la dll
; do
9090 if test -r "$ac_dir/libX11.$ac_extension"; then
9091 ac_x_libraries
=$ac_dir
9097 rm -f core conftest.err conftest.
$ac_objext \
9098 conftest
$ac_exeext conftest.
$ac_ext
9099 fi # $ac_x_libraries = no
9101 case $ac_x_includes,$ac_x_libraries in #(
9103 # Didn't find X, or a directory has "'" in its name.
9104 ac_cv_have_x
="have_x=no";; #(
9106 # Record where we found X for the cache.
9107 ac_cv_have_x
="have_x=yes\
9108 ac_x_includes='$ac_x_includes'\
9109 ac_x_libraries='$ac_x_libraries'"
9115 eval "$ac_cv_have_x"
9118 if test "$have_x" != yes; then
9119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9120 $as_echo "$have_x" >&6; }
9123 # If each of the values was on the command line, it overrides each guess.
9124 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9125 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9126 # Update the cache value to reflect the command line values.
9127 ac_cv_have_x
="have_x=yes\
9128 ac_x_includes='$x_includes'\
9129 ac_x_libraries='$x_libraries'"
9130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9131 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9134 if test "$no_x" = yes; then
9135 # Not all programs may use this symbol, but it does not hurt to define it.
9137 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9139 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9141 if test -n "$x_includes"; then
9142 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9145 # It would also be nice to do this for all -L options, not just this one.
9146 if test -n "$x_libraries"; then
9147 X_LIBS
="$X_LIBS -L$x_libraries"
9148 # For Solaris; some versions of Sun CC require a space after -R and
9149 # others require no space. Words are not sufficient . . . .
9150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9151 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9152 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9153 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9154 ac_c_werror_flag
=yes
9155 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9156 /* end confdefs.h. */
9166 if ac_fn_c_try_link
"$LINENO"; then :
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9168 $as_echo "no" >&6; }
9169 X_LIBS
="$X_LIBS -R$x_libraries"
9171 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9173 /* end confdefs.h. */
9183 if ac_fn_c_try_link
"$LINENO"; then :
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9185 $as_echo "yes" >&6; }
9186 X_LIBS
="$X_LIBS -R $x_libraries"
9188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9189 $as_echo "neither works" >&6; }
9191 rm -f core conftest.err conftest.
$ac_objext \
9192 conftest
$ac_exeext conftest.
$ac_ext
9194 rm -f core conftest.err conftest.
$ac_objext \
9195 conftest
$ac_exeext conftest.
$ac_ext
9196 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9200 # Check for system-dependent libraries X programs must link with.
9201 # Do this before checking for the system-independent R6 libraries
9202 # (-lICE), since we may need -lsocket or whatever for X linking.
9204 if test "$ISC" = yes; then
9205 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9207 # Martyn Johnson says this is needed for Ultrix, if the X
9208 # libraries were built with DECnet support. And Karl Berry says
9209 # the Alpha needs dnet_stub (dnet does not exist).
9210 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9212 /* end confdefs.h. */
9214 /* Override any GCC internal prototype to avoid an error.
9215 Use char because int might match the return type of a GCC
9216 builtin and then its argument prototype would still apply. */
9220 char XOpenDisplay ();
9224 return XOpenDisplay ();
9229 if ac_fn_c_try_link
"$LINENO"; then :
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9233 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9234 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9235 $as_echo_n "(cached) " >&6
9237 ac_check_lib_save_LIBS
=$LIBS
9239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9240 /* end confdefs.h. */
9242 /* Override any GCC internal prototype to avoid an error.
9243 Use char because int might match the return type of a GCC
9244 builtin and then its argument prototype would still apply. */
9252 return dnet_ntoa ();
9257 if ac_fn_c_try_link
"$LINENO"; then :
9258 ac_cv_lib_dnet_dnet_ntoa
=yes
9260 ac_cv_lib_dnet_dnet_ntoa
=no
9262 rm -f core conftest.err conftest.
$ac_objext \
9263 conftest
$ac_exeext conftest.
$ac_ext
9264 LIBS
=$ac_check_lib_save_LIBS
9266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9267 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9268 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9269 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9272 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9274 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9275 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9276 $as_echo_n "(cached) " >&6
9278 ac_check_lib_save_LIBS
=$LIBS
9279 LIBS
="-ldnet_stub $LIBS"
9280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9281 /* end confdefs.h. */
9283 /* Override any GCC internal prototype to avoid an error.
9284 Use char because int might match the return type of a GCC
9285 builtin and then its argument prototype would still apply. */
9293 return dnet_ntoa ();
9298 if ac_fn_c_try_link
"$LINENO"; then :
9299 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9301 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9303 rm -f core conftest.err conftest.
$ac_objext \
9304 conftest
$ac_exeext conftest.
$ac_ext
9305 LIBS
=$ac_check_lib_save_LIBS
9307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9308 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9309 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9310 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9315 rm -f core conftest.err conftest.
$ac_objext \
9316 conftest
$ac_exeext conftest.
$ac_ext
9317 LIBS
="$ac_xsave_LIBS"
9319 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9320 # to get the SysV transport functions.
9321 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9323 # The nsl library prevents programs from opening the X display
9324 # on Irix 5.2, according to T.E. Dickey.
9325 # The functions gethostbyname, getservbyname, and inet_addr are
9326 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9327 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9328 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9332 if test $ac_cv_func_gethostbyname = no
; then
9333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9334 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9335 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9336 $as_echo_n "(cached) " >&6
9338 ac_check_lib_save_LIBS
=$LIBS
9340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9341 /* end confdefs.h. */
9343 /* Override any GCC internal prototype to avoid an error.
9344 Use char because int might match the return type of a GCC
9345 builtin and then its argument prototype would still apply. */
9349 char gethostbyname ();
9353 return gethostbyname ();
9358 if ac_fn_c_try_link
"$LINENO"; then :
9359 ac_cv_lib_nsl_gethostbyname
=yes
9361 ac_cv_lib_nsl_gethostbyname
=no
9363 rm -f core conftest.err conftest.
$ac_objext \
9364 conftest
$ac_exeext conftest.
$ac_ext
9365 LIBS
=$ac_check_lib_save_LIBS
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9368 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9369 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9370 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9373 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9375 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9376 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9377 $as_echo_n "(cached) " >&6
9379 ac_check_lib_save_LIBS
=$LIBS
9381 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9382 /* end confdefs.h. */
9384 /* Override any GCC internal prototype to avoid an error.
9385 Use char because int might match the return type of a GCC
9386 builtin and then its argument prototype would still apply. */
9390 char gethostbyname ();
9394 return gethostbyname ();
9399 if ac_fn_c_try_link
"$LINENO"; then :
9400 ac_cv_lib_bsd_gethostbyname
=yes
9402 ac_cv_lib_bsd_gethostbyname
=no
9404 rm -f core conftest.err conftest.
$ac_objext \
9405 conftest
$ac_exeext conftest.
$ac_ext
9406 LIBS
=$ac_check_lib_save_LIBS
9408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9409 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9410 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9411 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9417 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9418 # socket/setsockopt and other routines are undefined under SCO ODT
9419 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9420 # on later versions), says Simon Leinen: it contains gethostby*
9421 # variants that don't use the name server (or something). -lsocket
9422 # must be given before -lnsl if both are needed. We assume that
9423 # if connect needs -lnsl, so does gethostbyname.
9424 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9425 if test "x$ac_cv_func_connect" = xyes
; then :
9429 if test $ac_cv_func_connect = no
; then
9430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9431 $as_echo_n "checking for connect in -lsocket... " >&6; }
9432 if ${ac_cv_lib_socket_connect+:} false
; then :
9433 $as_echo_n "(cached) " >&6
9435 ac_check_lib_save_LIBS
=$LIBS
9436 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9438 /* end confdefs.h. */
9440 /* Override any GCC internal prototype to avoid an error.
9441 Use char because int might match the return type of a GCC
9442 builtin and then its argument prototype would still apply. */
9455 if ac_fn_c_try_link
"$LINENO"; then :
9456 ac_cv_lib_socket_connect
=yes
9458 ac_cv_lib_socket_connect
=no
9460 rm -f core conftest.err conftest.
$ac_objext \
9461 conftest
$ac_exeext conftest.
$ac_ext
9462 LIBS
=$ac_check_lib_save_LIBS
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9465 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9466 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9467 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9472 # Guillermo Gomez says -lposix is necessary on A/UX.
9473 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9474 if test "x$ac_cv_func_remove" = xyes
; then :
9478 if test $ac_cv_func_remove = no
; then
9479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9480 $as_echo_n "checking for remove in -lposix... " >&6; }
9481 if ${ac_cv_lib_posix_remove+:} false
; then :
9482 $as_echo_n "(cached) " >&6
9484 ac_check_lib_save_LIBS
=$LIBS
9485 LIBS
="-lposix $LIBS"
9486 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9487 /* end confdefs.h. */
9489 /* Override any GCC internal prototype to avoid an error.
9490 Use char because int might match the return type of a GCC
9491 builtin and then its argument prototype would still apply. */
9504 if ac_fn_c_try_link
"$LINENO"; then :
9505 ac_cv_lib_posix_remove
=yes
9507 ac_cv_lib_posix_remove
=no
9509 rm -f core conftest.err conftest.
$ac_objext \
9510 conftest
$ac_exeext conftest.
$ac_ext
9511 LIBS
=$ac_check_lib_save_LIBS
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9514 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9515 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9516 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9521 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9522 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9523 if test "x$ac_cv_func_shmat" = xyes
; then :
9527 if test $ac_cv_func_shmat = no
; then
9528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9529 $as_echo_n "checking for shmat in -lipc... " >&6; }
9530 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9531 $as_echo_n "(cached) " >&6
9533 ac_check_lib_save_LIBS
=$LIBS
9535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9536 /* end confdefs.h. */
9538 /* Override any GCC internal prototype to avoid an error.
9539 Use char because int might match the return type of a GCC
9540 builtin and then its argument prototype would still apply. */
9553 if ac_fn_c_try_link
"$LINENO"; then :
9554 ac_cv_lib_ipc_shmat
=yes
9556 ac_cv_lib_ipc_shmat
=no
9558 rm -f core conftest.err conftest.
$ac_objext \
9559 conftest
$ac_exeext conftest.
$ac_ext
9560 LIBS
=$ac_check_lib_save_LIBS
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9563 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9564 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9565 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9571 # Check for libraries that X11R6 Xt/Xaw programs need.
9572 ac_save_LDFLAGS
=$LDFLAGS
9573 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9574 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9575 # check for ICE first), but we must link in the order -lSM -lICE or
9576 # we get undefined symbols. So assume we have SM if we have ICE.
9577 # These have to be linked with before -lX11, unlike the other
9578 # libraries we check for below, so use a different variable.
9579 # John Interrante, Karl Berry
9580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9581 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9582 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9583 $as_echo_n "(cached) " >&6
9585 ac_check_lib_save_LIBS
=$LIBS
9586 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9587 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9588 /* end confdefs.h. */
9590 /* Override any GCC internal prototype to avoid an error.
9591 Use char because int might match the return type of a GCC
9592 builtin and then its argument prototype would still apply. */
9596 char IceConnectionNumber ();
9600 return IceConnectionNumber ();
9605 if ac_fn_c_try_link
"$LINENO"; then :
9606 ac_cv_lib_ICE_IceConnectionNumber
=yes
9608 ac_cv_lib_ICE_IceConnectionNumber
=no
9610 rm -f core conftest.err conftest.
$ac_objext \
9611 conftest
$ac_exeext conftest.
$ac_ext
9612 LIBS
=$ac_check_lib_save_LIBS
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9615 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9616 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9617 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9620 LDFLAGS
=$ac_save_LDFLAGS
9625 if test "$have_x" = "yes"
9627 ac_save_CPPFLAGS
="$CPPFLAGS"
9628 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9631 $as_echo_n "checking for -lX11... " >&6; }
9632 if ${ac_cv_lib_soname_X11+:} false
; then :
9633 $as_echo_n "(cached) " >&6
9635 ac_check_soname_save_LIBS
=$LIBS
9636 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9637 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9638 /* end confdefs.h. */
9640 /* Override any GCC internal prototype to avoid an error.
9641 Use char because int might match the return type of a GCC
9642 builtin and then its argument prototype would still apply. */
9646 char XCreateWindow ();
9650 return XCreateWindow ();
9655 if ac_fn_c_try_link
"$LINENO"; then :
9657 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9658 dylib
) ac_cv_lib_soname_X11
=`$OTOOL -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9659 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9660 if ${ac_cv_lib_soname_X11:+false} :; then :
9661 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9665 rm -f core conftest.err conftest.
$ac_objext \
9666 conftest
$ac_exeext conftest.
$ac_ext
9667 LIBS
=$ac_check_soname_save_LIBS
9669 if ${ac_cv_lib_soname_X11:+false} :; then :
9670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9671 $as_echo "not found" >&6; }
9674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9675 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9677 cat >>confdefs.h
<<_ACEOF
9678 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9684 $as_echo_n "checking for -lXext... " >&6; }
9685 if ${ac_cv_lib_soname_Xext+:} false
; then :
9686 $as_echo_n "(cached) " >&6
9688 ac_check_soname_save_LIBS
=$LIBS
9689 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9690 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9691 /* end confdefs.h. */
9693 /* Override any GCC internal prototype to avoid an error.
9694 Use char because int might match the return type of a GCC
9695 builtin and then its argument prototype would still apply. */
9699 char XextCreateExtension ();
9703 return XextCreateExtension ();
9708 if ac_fn_c_try_link
"$LINENO"; then :
9710 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9711 dylib
) ac_cv_lib_soname_Xext
=`$OTOOL -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9712 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9713 if ${ac_cv_lib_soname_Xext:+false} :; then :
9714 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9718 rm -f core conftest.err conftest.
$ac_objext \
9719 conftest
$ac_exeext conftest.
$ac_ext
9720 LIBS
=$ac_check_soname_save_LIBS
9722 if ${ac_cv_lib_soname_Xext:+false} :; then :
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9724 $as_echo "not found" >&6; }
9727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9728 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9730 cat >>confdefs.h
<<_ACEOF
9731 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9734 X_LIBS
="$X_LIBS -lXext"
9736 X_LIBS
="$X_LIBS -lX11"
9738 for ac_header
in X11
/Xlib.h \
9741 X11
/Xcursor
/Xcursor.h \
9742 X11
/extensions
/shape.h \
9743 X11
/extensions
/XInput.h \
9744 X11
/extensions
/XInput2.h \
9745 X11
/extensions
/XShm.h \
9746 X11
/extensions
/Xcomposite.h \
9747 X11
/extensions
/Xinerama.h \
9748 X11
/extensions
/Xrandr.h \
9749 X11
/extensions
/Xrender.h \
9750 X11
/extensions
/xf86vmode.h \
9751 X11
/extensions
/xf86vmproto.h
9753 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9754 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9755 # include <X11/Xlib.h>
9757 #ifdef HAVE_X11_XUTIL_H
9758 # include <X11/Xutil.h>
9761 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9762 cat >>confdefs.h
<<_ACEOF
9763 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9771 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9774 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9775 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9776 $as_echo_n "(cached) " >&6
9778 ac_check_lib_save_LIBS
=$LIBS
9779 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9780 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9781 /* end confdefs.h. */
9783 /* Override any GCC internal prototype to avoid an error.
9784 Use char because int might match the return type of a GCC
9785 builtin and then its argument prototype would still apply. */
9789 char XkbQueryExtension ();
9793 return XkbQueryExtension ();
9798 if ac_fn_c_try_link
"$LINENO"; then :
9799 ac_cv_lib_X11_XkbQueryExtension
=yes
9801 ac_cv_lib_X11_XkbQueryExtension
=no
9803 rm -f core conftest.err conftest.
$ac_objext \
9804 conftest
$ac_exeext conftest.
$ac_ext
9805 LIBS
=$ac_check_lib_save_LIBS
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9808 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9809 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9811 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9817 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9820 $as_echo_n "checking for -lXcursor... " >&6; }
9821 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9822 $as_echo_n "(cached) " >&6
9824 ac_check_soname_save_LIBS
=$LIBS
9825 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9827 /* end confdefs.h. */
9829 /* Override any GCC internal prototype to avoid an error.
9830 Use char because int might match the return type of a GCC
9831 builtin and then its argument prototype would still apply. */
9835 char XcursorImageLoadCursor ();
9839 return XcursorImageLoadCursor ();
9844 if ac_fn_c_try_link
"$LINENO"; then :
9846 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9847 dylib
) ac_cv_lib_soname_Xcursor
=`$OTOOL -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9848 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9849 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9850 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9854 rm -f core conftest.err conftest.
$ac_objext \
9855 conftest
$ac_exeext conftest.
$ac_ext
9856 LIBS
=$ac_check_soname_save_LIBS
9858 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9860 $as_echo "not found" >&6; }
9863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9864 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9866 cat >>confdefs.h
<<_ACEOF
9867 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9873 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9874 case "x$with_xcursor" in
9875 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9877 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9878 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9882 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9885 $as_echo_n "checking for -lXi... " >&6; }
9886 if ${ac_cv_lib_soname_Xi+:} false
; then :
9887 $as_echo_n "(cached) " >&6
9889 ac_check_soname_save_LIBS
=$LIBS
9890 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9891 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9892 /* end confdefs.h. */
9894 /* Override any GCC internal prototype to avoid an error.
9895 Use char because int might match the return type of a GCC
9896 builtin and then its argument prototype would still apply. */
9900 char XOpenDevice ();
9904 return XOpenDevice ();
9909 if ac_fn_c_try_link
"$LINENO"; then :
9911 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9912 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'` ;;
9913 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9914 if ${ac_cv_lib_soname_Xi:+false} :; then :
9915 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9919 rm -f core conftest.err conftest.
$ac_objext \
9920 conftest
$ac_exeext conftest.
$ac_ext
9921 LIBS
=$ac_check_soname_save_LIBS
9923 if ${ac_cv_lib_soname_Xi:+false} :; then :
9924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9925 $as_echo "not found" >&6; }
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9929 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9931 cat >>confdefs.h
<<_ACEOF
9932 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9938 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9939 case "x$with_xinput" in
9940 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9942 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9943 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9947 if test "x$ac_cv_lib_soname_Xi" != x
9949 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9950 case "x$with_xinput2" in
9951 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9953 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9954 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9959 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9962 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9963 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9964 $as_echo_n "(cached) " >&6
9966 ac_check_lib_save_LIBS
=$LIBS
9967 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9968 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9969 /* end confdefs.h. */
9971 /* Override any GCC internal prototype to avoid an error.
9972 Use char because int might match the return type of a GCC
9973 builtin and then its argument prototype would still apply. */
9977 char XShmQueryExtension ();
9981 return XShmQueryExtension ();
9986 if ac_fn_c_try_link
"$LINENO"; then :
9987 ac_cv_lib_Xext_XShmQueryExtension
=yes
9989 ac_cv_lib_Xext_XShmQueryExtension
=no
9991 rm -f core conftest.err conftest.
$ac_objext \
9992 conftest
$ac_exeext conftest.
$ac_ext
9993 LIBS
=$ac_check_lib_save_LIBS
9995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9996 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9997 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9999 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10004 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10005 case "x$with_xshm" in
10006 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10008 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10009 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10013 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10016 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10017 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10018 $as_echo_n "(cached) " >&6
10020 ac_check_lib_save_LIBS
=$LIBS
10021 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10023 /* end confdefs.h. */
10025 /* Override any GCC internal prototype to avoid an error.
10026 Use char because int might match the return type of a GCC
10027 builtin and then its argument prototype would still apply. */
10031 char XShapeQueryExtension ();
10035 return XShapeQueryExtension ();
10040 if ac_fn_c_try_link
"$LINENO"; then :
10041 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10043 ac_cv_lib_Xext_XShapeQueryExtension
=no
10045 rm -f core conftest.err conftest.
$ac_objext \
10046 conftest
$ac_exeext conftest.
$ac_ext
10047 LIBS
=$ac_check_lib_save_LIBS
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10050 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10051 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10053 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10058 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10059 case "x$with_xshape" in
10060 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10062 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10063 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10067 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10070 $as_echo_n "checking for -lXxf86vm... " >&6; }
10071 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10072 $as_echo_n "(cached) " >&6
10074 ac_check_soname_save_LIBS
=$LIBS
10075 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10077 /* end confdefs.h. */
10079 /* Override any GCC internal prototype to avoid an error.
10080 Use char because int might match the return type of a GCC
10081 builtin and then its argument prototype would still apply. */
10085 char XF86VidModeQueryExtension ();
10089 return XF86VidModeQueryExtension ();
10094 if ac_fn_c_try_link
"$LINENO"; then :
10096 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10097 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'` ;;
10098 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10099 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10100 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10104 rm -f core conftest.err conftest.
$ac_objext \
10105 conftest
$ac_exeext conftest.
$ac_ext
10106 LIBS
=$ac_check_soname_save_LIBS
10108 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10110 $as_echo "not found" >&6; }
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10114 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10116 cat >>confdefs.h
<<_ACEOF
10117 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10123 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10124 case "x$with_xxf86vm" in
10125 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10127 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10128 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10132 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10135 $as_echo_n "checking for -lXrender... " >&6; }
10136 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10137 $as_echo_n "(cached) " >&6
10139 ac_check_soname_save_LIBS
=$LIBS
10140 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10141 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10142 /* end confdefs.h. */
10144 /* Override any GCC internal prototype to avoid an error.
10145 Use char because int might match the return type of a GCC
10146 builtin and then its argument prototype would still apply. */
10150 char XRenderQueryExtension ();
10154 return XRenderQueryExtension ();
10159 if ac_fn_c_try_link
"$LINENO"; then :
10161 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10162 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'` ;;
10163 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10164 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10165 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10169 rm -f core conftest.err conftest.
$ac_objext \
10170 conftest
$ac_exeext conftest.
$ac_ext
10171 LIBS
=$ac_check_soname_save_LIBS
10173 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10175 $as_echo "not found" >&6; }
10178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10179 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10181 cat >>confdefs.h
<<_ACEOF
10182 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10186 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10187 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10188 $as_echo_n "(cached) " >&6
10190 ac_check_lib_save_LIBS
=$LIBS
10191 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10192 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10193 /* end confdefs.h. */
10195 /* Override any GCC internal prototype to avoid an error.
10196 Use char because int might match the return type of a GCC
10197 builtin and then its argument prototype would still apply. */
10201 char XRenderSetPictureTransform ();
10205 return XRenderSetPictureTransform ();
10210 if ac_fn_c_try_link
"$LINENO"; then :
10211 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10213 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10215 rm -f core conftest.err conftest.
$ac_objext \
10216 conftest
$ac_exeext conftest.
$ac_ext
10217 LIBS
=$ac_check_lib_save_LIBS
10219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10220 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10221 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10223 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10228 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10229 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10230 $as_echo_n "(cached) " >&6
10232 ac_check_lib_save_LIBS
=$LIBS
10233 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10235 /* end confdefs.h. */
10237 /* Override any GCC internal prototype to avoid an error.
10238 Use char because int might match the return type of a GCC
10239 builtin and then its argument prototype would still apply. */
10243 char XRenderCreateLinearGradient ();
10247 return XRenderCreateLinearGradient ();
10252 if ac_fn_c_try_link
"$LINENO"; then :
10253 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10255 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10257 rm -f core conftest.err conftest.
$ac_objext \
10258 conftest
$ac_exeext conftest.
$ac_ext
10259 LIBS
=$ac_check_lib_save_LIBS
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10262 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10263 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10265 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10272 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10273 case "x$with_xrender" in
10274 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10276 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10277 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10281 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10284 /* end confdefs.h. */
10285 #include <X11/Xlib.h>
10286 #include <X11/extensions/Xrandr.h>
10290 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10295 if ac_fn_c_try_compile
"$LINENO"; then :
10296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10297 $as_echo_n "checking for -lXrandr... " >&6; }
10298 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10299 $as_echo_n "(cached) " >&6
10301 ac_check_soname_save_LIBS
=$LIBS
10302 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10304 /* end confdefs.h. */
10306 /* Override any GCC internal prototype to avoid an error.
10307 Use char because int might match the return type of a GCC
10308 builtin and then its argument prototype would still apply. */
10312 char XRRQueryExtension ();
10316 return XRRQueryExtension ();
10321 if ac_fn_c_try_link
"$LINENO"; then :
10323 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10324 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'` ;;
10325 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10326 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10327 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10331 rm -f core conftest.err conftest.
$ac_objext \
10332 conftest
$ac_exeext conftest.
$ac_ext
10333 LIBS
=$ac_check_soname_save_LIBS
10335 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10337 $as_echo "not found" >&6; }
10340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10341 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10343 cat >>confdefs.h
<<_ACEOF
10344 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10347 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10348 /* end confdefs.h. */
10349 #include <X11/Xlib.h>
10350 #include <X11/extensions/Xrandr.h>
10354 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10359 if ac_fn_c_try_compile
"$LINENO"; then :
10361 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10364 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10367 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10369 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10370 case "x$with_xrandr" in
10371 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10373 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10374 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10378 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10381 /* end confdefs.h. */
10382 #include <X11/Xlib.h>
10383 #include <X11/extensions/Xinerama.h>
10387 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10392 if ac_fn_c_try_compile
"$LINENO"; then :
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10394 $as_echo_n "checking for -lXinerama... " >&6; }
10395 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10396 $as_echo_n "(cached) " >&6
10398 ac_check_soname_save_LIBS
=$LIBS
10399 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10400 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10409 char XineramaQueryScreens ();
10413 return XineramaQueryScreens ();
10418 if ac_fn_c_try_link
"$LINENO"; then :
10420 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10421 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'` ;;
10422 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10423 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10424 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10428 rm -f core conftest.err conftest.
$ac_objext \
10429 conftest
$ac_exeext conftest.
$ac_ext
10430 LIBS
=$ac_check_soname_save_LIBS
10432 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10434 $as_echo "not found" >&6; }
10437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10438 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10440 cat >>confdefs.h
<<_ACEOF
10441 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10447 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10449 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10450 case "x$with_xinerama" in
10451 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10453 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10454 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10458 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10461 $as_echo_n "checking for -lXcomposite... " >&6; }
10462 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10463 $as_echo_n "(cached) " >&6
10465 ac_check_soname_save_LIBS
=$LIBS
10466 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10468 /* end confdefs.h. */
10470 /* Override any GCC internal prototype to avoid an error.
10471 Use char because int might match the return type of a GCC
10472 builtin and then its argument prototype would still apply. */
10476 char XCompositeRedirectWindow ();
10480 return XCompositeRedirectWindow ();
10485 if ac_fn_c_try_link
"$LINENO"; then :
10487 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10488 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'` ;;
10489 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10490 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10491 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10495 rm -f core conftest.err conftest.
$ac_objext \
10496 conftest
$ac_exeext conftest.
$ac_ext
10497 LIBS
=$ac_check_soname_save_LIBS
10499 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10501 $as_echo "not found" >&6; }
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10505 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10507 cat >>confdefs.h
<<_ACEOF
10508 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10514 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10515 case "x$with_xcomposite" in
10516 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10518 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10519 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10523 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10524 #include <X11/Xlib.h>
10527 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10529 cat >>confdefs.h
<<_ACEOF
10530 #define HAVE_XICCALLBACK_CALLBACK 1
10535 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10536 #include <X11/Xlib.h>
10539 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10541 cat >>confdefs.h
<<_ACEOF
10542 #define HAVE_XEVENT_XCOOKIE 1
10551 if test "x$with_opengl" != "xno"
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10554 $as_echo_n "checking for -lGL... " >&6; }
10555 if ${ac_cv_lib_soname_GL+:} false
; then :
10556 $as_echo_n "(cached) " >&6
10558 ac_check_soname_save_LIBS
=$LIBS
10559 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10561 /* end confdefs.h. */
10563 /* Override any GCC internal prototype to avoid an error.
10564 Use char because int might match the return type of a GCC
10565 builtin and then its argument prototype would still apply. */
10569 char glXCreateContext ();
10573 return glXCreateContext ();
10578 if ac_fn_c_try_link
"$LINENO"; then :
10580 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10581 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'` ;;
10582 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10583 if ${ac_cv_lib_soname_GL:+false} :; then :
10584 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10588 rm -f core conftest.err conftest.
$ac_objext \
10589 conftest
$ac_exeext conftest.
$ac_ext
10590 LIBS
=$ac_check_soname_save_LIBS
10592 if ${ac_cv_lib_soname_GL:+false} :; then :
10593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10594 $as_echo "not found" >&6; }
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10596 $as_echo_n "checking for -lGL... " >&6; }
10597 if ${ac_cv_lib_soname_GL+:} false
; then :
10598 $as_echo_n "(cached) " >&6
10600 ac_check_soname_save_LIBS
=$LIBS
10601 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"
10602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10603 /* end confdefs.h. */
10605 /* Override any GCC internal prototype to avoid an error.
10606 Use char because int might match the return type of a GCC
10607 builtin and then its argument prototype would still apply. */
10611 char glXCreateContext ();
10615 return glXCreateContext ();
10620 if ac_fn_c_try_link
"$LINENO"; then :
10622 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10623 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'` ;;
10624 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10625 if ${ac_cv_lib_soname_GL:+false} :; then :
10626 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10630 rm -f core conftest.err conftest.
$ac_objext \
10631 conftest
$ac_exeext conftest.
$ac_ext
10632 LIBS
=$ac_check_soname_save_LIBS
10634 if ${ac_cv_lib_soname_GL:+false} :; then :
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10636 $as_echo "not found" >&6; }
10637 if test -f /usr
/X11R
6/lib
/libGL.a
10639 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10640 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10642 opengl_msg
="No OpenGL library found on this system."
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10646 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10648 cat >>confdefs.h
<<_ACEOF
10649 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10652 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"
10655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10656 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10658 cat >>confdefs.h
<<_ACEOF
10659 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10664 if test "x$with_glu" != "xno"
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10667 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10668 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10669 $as_echo_n "(cached) " >&6
10671 ac_check_lib_save_LIBS
=$LIBS
10672 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10674 /* end confdefs.h. */
10676 /* Override any GCC internal prototype to avoid an error.
10677 Use char because int might match the return type of a GCC
10678 builtin and then its argument prototype would still apply. */
10686 return gluLookAt ();
10691 if ac_fn_c_try_link
"$LINENO"; then :
10692 ac_cv_lib_GLU_gluLookAt
=yes
10694 ac_cv_lib_GLU_gluLookAt
=no
10696 rm -f core conftest.err conftest.
$ac_objext \
10697 conftest
$ac_exeext conftest.
$ac_ext
10698 LIBS
=$ac_check_lib_save_LIBS
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10701 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10702 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10706 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10707 case "x$with_glu" in
10708 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10710 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10711 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10716 if test "x$with_osmesa" != "xno"
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10719 $as_echo_n "checking for -lOSMesa... " >&6; }
10720 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10721 $as_echo_n "(cached) " >&6
10723 ac_check_soname_save_LIBS
=$LIBS
10724 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10743 if ac_fn_c_try_link
"$LINENO"; then :
10745 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10746 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'` ;;
10747 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10748 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10749 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10753 rm -f core conftest.err conftest.
$ac_objext \
10754 conftest
$ac_exeext conftest.
$ac_ext
10755 LIBS
=$ac_check_soname_save_LIBS
10757 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10759 $as_echo "not found" >&6; }
10762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10763 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10765 cat >>confdefs.h
<<_ACEOF
10766 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10771 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10772 case "x$with_osmesa" in
10773 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10775 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10776 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10781 if test -n "$opengl_msg"; then :
10782 case "x$with_opengl" in
10783 x
) as_fn_append wine_warnings
"|$opengl_msg
10784 OpenGL and Direct3D won't be supported." ;;
10786 *) as_fn_error $?
"$opengl_msg
10787 OpenGL and Direct3D won't be supported.
10788 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10792 CPPFLAGS
="$ac_save_CPPFLAGS"
10796 enable_winex11_drv
=${enable_winex11_drv:-no}
10798 if test "x$X_LIBS" = "x"; then :
10801 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10802 without X support, which probably isn't what you want. You will need
10803 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10804 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10808 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10810 if test "$ac_cv_header_CL_cl_h" = "yes"
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10813 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10814 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10815 $as_echo_n "(cached) " >&6
10817 ac_check_lib_save_LIBS
=$LIBS
10818 LIBS
="-lOpenCL $LIBS"
10819 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10820 /* end confdefs.h. */
10822 /* Override any GCC internal prototype to avoid an error.
10823 Use char because int might match the return type of a GCC
10824 builtin and then its argument prototype would still apply. */
10828 char clGetPlatformInfo ();
10832 return clGetPlatformInfo ();
10837 if ac_fn_c_try_link
"$LINENO"; then :
10838 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10840 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10842 rm -f core conftest.err conftest.
$ac_objext \
10843 conftest
$ac_exeext conftest.
$ac_ext
10844 LIBS
=$ac_check_lib_save_LIBS
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10847 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10848 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10849 OPENCL_LIBS
="-lOpenCL"
10854 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10855 case "x$with_opencl" in
10856 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10858 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10859 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10862 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10864 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10867 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10868 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10869 $as_echo_n "(cached) " >&6
10871 ac_check_lib_save_LIBS
=$LIBS
10872 LIBS
="-lpcap $LIBS"
10873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10874 /* end confdefs.h. */
10876 /* Override any GCC internal prototype to avoid an error.
10877 Use char because int might match the return type of a GCC
10878 builtin and then its argument prototype would still apply. */
10882 char pcap_create ();
10886 return pcap_create ();
10891 if ac_fn_c_try_link
"$LINENO"; then :
10892 ac_cv_lib_pcap_pcap_create
=yes
10894 ac_cv_lib_pcap_pcap_create
=no
10896 rm -f core conftest.err conftest.
$ac_objext \
10897 conftest
$ac_exeext conftest.
$ac_ext
10898 LIBS
=$ac_check_lib_save_LIBS
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10901 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10902 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10908 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10909 case "x$with_pcap" in
10910 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10912 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10913 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10916 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10919 if test "x$with_xml" != "xno"
10921 if ${XML2_CFLAGS:+false} :; then :
10922 if ${PKG_CONFIG+:} false
; then :
10923 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10926 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10927 if ${XML2_LIBS:+false} :; then :
10928 if ${PKG_CONFIG+:} false
; then :
10929 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10932 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10933 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10934 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10935 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10936 ac_save_CPPFLAGS
=$CPPFLAGS
10937 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10938 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10940 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10941 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10942 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10943 cat >>confdefs.h
<<_ACEOF
10944 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10951 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"
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10954 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10955 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10956 $as_echo_n "(cached) " >&6
10958 ac_check_lib_save_LIBS
=$LIBS
10959 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10960 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10961 /* end confdefs.h. */
10963 /* Override any GCC internal prototype to avoid an error.
10964 Use char because int might match the return type of a GCC
10965 builtin and then its argument prototype would still apply. */
10969 char xmlParseMemory ();
10973 return xmlParseMemory ();
10978 if ac_fn_c_try_link
"$LINENO"; then :
10979 ac_cv_lib_xml2_xmlParseMemory
=yes
10981 ac_cv_lib_xml2_xmlParseMemory
=no
10983 rm -f core conftest.err conftest.
$ac_objext \
10984 conftest
$ac_exeext conftest.
$ac_ext
10985 LIBS
=$ac_check_lib_save_LIBS
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10988 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10989 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10991 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10998 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10999 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11000 $as_echo_n "(cached) " >&6
11002 ac_check_lib_save_LIBS
=$LIBS
11003 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11005 /* end confdefs.h. */
11007 /* Override any GCC internal prototype to avoid an error.
11008 Use char because int might match the return type of a GCC
11009 builtin and then its argument prototype would still apply. */
11013 char xmlReadMemory ();
11017 return xmlReadMemory ();
11022 if ac_fn_c_try_link
"$LINENO"; then :
11023 ac_cv_lib_xml2_xmlReadMemory
=yes
11025 ac_cv_lib_xml2_xmlReadMemory
=no
11027 rm -f core conftest.err conftest.
$ac_objext \
11028 conftest
$ac_exeext conftest.
$ac_ext
11029 LIBS
=$ac_check_lib_save_LIBS
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11032 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11033 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11035 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11040 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11041 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11042 $as_echo_n "(cached) " >&6
11044 ac_check_lib_save_LIBS
=$LIBS
11045 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11047 /* end confdefs.h. */
11049 /* Override any GCC internal prototype to avoid an error.
11050 Use char because int might match the return type of a GCC
11051 builtin and then its argument prototype would still apply. */
11055 char xmlNewDocPI ();
11059 return xmlNewDocPI ();
11064 if ac_fn_c_try_link
"$LINENO"; then :
11065 ac_cv_lib_xml2_xmlNewDocPI
=yes
11067 ac_cv_lib_xml2_xmlNewDocPI
=no
11069 rm -f core conftest.err conftest.
$ac_objext \
11070 conftest
$ac_exeext conftest.
$ac_ext
11071 LIBS
=$ac_check_lib_save_LIBS
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11074 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11075 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11077 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11082 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11083 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11084 $as_echo_n "(cached) " >&6
11086 ac_check_lib_save_LIBS
=$LIBS
11087 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11088 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11089 /* end confdefs.h. */
11091 /* Override any GCC internal prototype to avoid an error.
11092 Use char because int might match the return type of a GCC
11093 builtin and then its argument prototype would still apply. */
11097 char xmlSchemaSetParserStructuredErrors ();
11101 return xmlSchemaSetParserStructuredErrors ();
11106 if ac_fn_c_try_link
"$LINENO"; then :
11107 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11109 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11111 rm -f core conftest.err conftest.
$ac_objext \
11112 conftest
$ac_exeext conftest.
$ac_ext
11113 LIBS
=$ac_check_lib_save_LIBS
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11116 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11117 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11119 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11124 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11125 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11126 $as_echo_n "(cached) " >&6
11128 ac_check_lib_save_LIBS
=$LIBS
11129 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11131 /* end confdefs.h. */
11133 /* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
11139 char xmlSchemaSetValidStructuredErrors ();
11143 return xmlSchemaSetValidStructuredErrors ();
11148 if ac_fn_c_try_link
"$LINENO"; then :
11149 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11151 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11153 rm -f core conftest.err conftest.
$ac_objext \
11154 conftest
$ac_exeext conftest.
$ac_ext
11155 LIBS
=$ac_check_lib_save_LIBS
11157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11158 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11159 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11161 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11166 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11167 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11168 $as_echo_n "(cached) " >&6
11170 ac_check_lib_save_LIBS
=$LIBS
11171 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11172 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11173 /* end confdefs.h. */
11175 /* Override any GCC internal prototype to avoid an error.
11176 Use char because int might match the return type of a GCC
11177 builtin and then its argument prototype would still apply. */
11181 char xmlFirstElementChild ();
11185 return xmlFirstElementChild ();
11190 if ac_fn_c_try_link
"$LINENO"; then :
11191 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11193 ac_cv_lib_xml2_xmlFirstElementChild
=no
11195 rm -f core conftest.err conftest.
$ac_objext \
11196 conftest
$ac_exeext conftest.
$ac_ext
11197 LIBS
=$ac_check_lib_save_LIBS
11199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11200 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11201 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11203 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11207 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11209 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11211 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11219 CPPFLAGS
=$ac_save_CPPFLAGS
11220 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11221 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11224 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11225 case "x$with_xml" in
11226 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11228 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11229 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11233 if test "x$with_xslt" != "xno"
11235 if ${XSLT_CFLAGS:+false} :; then :
11236 if ${PKG_CONFIG+:} false
; then :
11237 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11240 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11241 if ${XSLT_LIBS:+false} :; then :
11242 if ${PKG_CONFIG+:} false
; then :
11243 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11246 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11247 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11248 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11249 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11250 ac_save_CPPFLAGS
=$CPPFLAGS
11251 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11252 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11254 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11255 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11256 # include <libxslt/pattern.h>
11259 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11260 cat >>confdefs.h
<<_ACEOF
11261 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11268 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11271 $as_echo_n "checking for -lxslt... " >&6; }
11272 if ${ac_cv_lib_soname_xslt+:} false
; then :
11273 $as_echo_n "(cached) " >&6
11275 ac_check_soname_save_LIBS
=$LIBS
11276 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11277 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11278 /* end confdefs.h. */
11280 /* Override any GCC internal prototype to avoid an error.
11281 Use char because int might match the return type of a GCC
11282 builtin and then its argument prototype would still apply. */
11286 char xsltCompilePattern ();
11290 return xsltCompilePattern ();
11295 if ac_fn_c_try_link
"$LINENO"; then :
11297 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11298 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'` ;;
11299 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11300 if ${ac_cv_lib_soname_xslt:+false} :; then :
11301 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11305 rm -f core conftest.err conftest.
$ac_objext \
11306 conftest
$ac_exeext conftest.
$ac_ext
11307 LIBS
=$ac_check_soname_save_LIBS
11309 if ${ac_cv_lib_soname_xslt:+false} :; then :
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11311 $as_echo "not found" >&6; }
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11315 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11317 cat >>confdefs.h
<<_ACEOF
11318 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11326 CPPFLAGS
=$ac_save_CPPFLAGS
11327 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11328 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11331 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11332 case "x$with_xslt" in
11333 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11335 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11336 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11340 if test "x$with_dbus" != "xno"
11342 if ${DBUS_CFLAGS:+false} :; then :
11343 if ${PKG_CONFIG+:} false
; then :
11344 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11348 if ${DBUS_LIBS:+false} :; then :
11349 if ${PKG_CONFIG+:} false
; then :
11350 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11355 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11356 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11357 ac_save_CPPFLAGS
=$CPPFLAGS
11358 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11359 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11360 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11362 $as_echo_n "checking for -ldbus-1... " >&6; }
11363 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11364 $as_echo_n "(cached) " >&6
11366 ac_check_soname_save_LIBS
=$LIBS
11367 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11368 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11369 /* end confdefs.h. */
11371 /* Override any GCC internal prototype to avoid an error.
11372 Use char because int might match the return type of a GCC
11373 builtin and then its argument prototype would still apply. */
11377 char dbus_connection_close ();
11381 return dbus_connection_close ();
11386 if ac_fn_c_try_link
"$LINENO"; then :
11388 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11389 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'` ;;
11390 *) 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'`
11391 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11392 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11396 rm -f core conftest.err conftest.
$ac_objext \
11397 conftest
$ac_exeext conftest.
$ac_ext
11398 LIBS
=$ac_check_soname_save_LIBS
11400 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11402 $as_echo "not found" >&6; }
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11406 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11408 cat >>confdefs.h
<<_ACEOF
11409 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11419 CPPFLAGS
=$ac_save_CPPFLAGS
11420 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11421 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11424 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11425 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11426 case "x$with_dbus" in
11427 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11429 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11430 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11434 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11436 if ${HAL_CFLAGS:+false} :; then :
11437 if ${PKG_CONFIG+:} false
; then :
11438 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11442 if ${HAL_LIBS:+false} :; then :
11443 if ${PKG_CONFIG+:} false
; then :
11444 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11448 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11449 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11450 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11451 ac_save_CPPFLAGS
=$CPPFLAGS
11452 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11453 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11454 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11456 $as_echo_n "checking for -lhal... " >&6; }
11457 if ${ac_cv_lib_soname_hal+:} false
; then :
11458 $as_echo_n "(cached) " >&6
11460 ac_check_soname_save_LIBS
=$LIBS
11461 LIBS
="-lhal $HAL_LIBS $LIBS"
11462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11463 /* end confdefs.h. */
11465 /* Override any GCC internal prototype to avoid an error.
11466 Use char because int might match the return type of a GCC
11467 builtin and then its argument prototype would still apply. */
11471 char libhal_ctx_new ();
11475 return libhal_ctx_new ();
11480 if ac_fn_c_try_link
"$LINENO"; then :
11482 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11483 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'` ;;
11484 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11485 if ${ac_cv_lib_soname_hal:+false} :; then :
11486 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11490 rm -f core conftest.err conftest.
$ac_objext \
11491 conftest
$ac_exeext conftest.
$ac_ext
11492 LIBS
=$ac_check_soname_save_LIBS
11494 if ${ac_cv_lib_soname_hal:+false} :; then :
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11496 $as_echo "not found" >&6; }
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11500 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11502 cat >>confdefs.h
<<_ACEOF
11503 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11513 CPPFLAGS
=$ac_save_CPPFLAGS
11514 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11515 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11517 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11518 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11519 case "x$with_hal" in
11520 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11522 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11523 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11528 if test "x$with_gnutls" != "xno"
11530 if ${GNUTLS_CFLAGS:+false} :; then :
11531 if ${PKG_CONFIG+:} false
; then :
11532 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11536 if ${GNUTLS_LIBS:+false} :; then :
11537 if ${PKG_CONFIG+:} false
; then :
11538 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11543 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11544 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11545 ac_save_CPPFLAGS
=$CPPFLAGS
11546 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11547 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11548 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11550 /* end confdefs.h. */
11551 #include <gnutls/gnutls.h>
11552 #include <gnutls/crypto.h>
11556 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11561 if ac_fn_c_try_compile
"$LINENO"; then :
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11563 $as_echo_n "checking for -lgnutls... " >&6; }
11564 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11565 $as_echo_n "(cached) " >&6
11567 ac_check_soname_save_LIBS
=$LIBS
11568 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11569 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11572 /* Override any GCC internal prototype to avoid an error.
11573 Use char because int might match the return type of a GCC
11574 builtin and then its argument prototype would still apply. */
11578 char gnutls_global_init ();
11582 return gnutls_global_init ();
11587 if ac_fn_c_try_link
"$LINENO"; then :
11589 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11590 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'` ;;
11591 *) 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'`
11592 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11593 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'`
11597 rm -f core conftest.err conftest.
$ac_objext \
11598 conftest
$ac_exeext conftest.
$ac_ext
11599 LIBS
=$ac_check_soname_save_LIBS
11601 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11603 $as_echo "not found" >&6; }
11606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11607 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11609 cat >>confdefs.h
<<_ACEOF
11610 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11616 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11622 CPPFLAGS
=$ac_save_CPPFLAGS
11623 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11624 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11627 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11628 case "x$with_gnutls" in
11629 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11631 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11632 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11637 if test "$ac_cv_header_ncurses_h" = "yes"
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11640 $as_echo_n "checking for -lncurses... " >&6; }
11641 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11642 $as_echo_n "(cached) " >&6
11644 ac_check_soname_save_LIBS
=$LIBS
11645 LIBS
="-lncurses $LIBS"
11646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11647 /* end confdefs.h. */
11649 /* Override any GCC internal prototype to avoid an error.
11650 Use char because int might match the return type of a GCC
11651 builtin and then its argument prototype would still apply. */
11664 if ac_fn_c_try_link
"$LINENO"; then :
11666 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11667 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'` ;;
11668 *) 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'`
11669 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11670 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11674 rm -f core conftest.err conftest.
$ac_objext \
11675 conftest
$ac_exeext conftest.
$ac_ext
11676 LIBS
=$ac_check_soname_save_LIBS
11678 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11680 $as_echo "not found" >&6; }
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11684 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11686 cat >>confdefs.h
<<_ACEOF
11687 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11690 CURSES_LIBS
="-lncurses"
11692 elif test "$ac_cv_header_curses_h" = "yes"
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11695 $as_echo_n "checking for -lcurses... " >&6; }
11696 if ${ac_cv_lib_soname_curses+:} false
; then :
11697 $as_echo_n "(cached) " >&6
11699 ac_check_soname_save_LIBS
=$LIBS
11700 LIBS
="-lcurses $LIBS"
11701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11702 /* end confdefs.h. */
11704 /* Override any GCC internal prototype to avoid an error.
11705 Use char because int might match the return type of a GCC
11706 builtin and then its argument prototype would still apply. */
11719 if ac_fn_c_try_link
"$LINENO"; then :
11721 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11722 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'` ;;
11723 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11724 if ${ac_cv_lib_soname_curses:+false} :; then :
11725 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11729 rm -f core conftest.err conftest.
$ac_objext \
11730 conftest
$ac_exeext conftest.
$ac_ext
11731 LIBS
=$ac_check_soname_save_LIBS
11733 if ${ac_cv_lib_soname_curses:+false} :; then :
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11735 $as_echo "not found" >&6; }
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11739 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11741 cat >>confdefs.h
<<_ACEOF
11742 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11745 CURSES_LIBS
="-lcurses"
11748 ac_save_LIBS
="$LIBS"
11749 LIBS
="$LIBS $CURSES_LIBS"
11750 for ac_func
in mousemask
11752 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11753 if test "x$ac_cv_func_mousemask" = xyes
; then :
11754 cat >>confdefs.h
<<_ACEOF
11755 #define HAVE_MOUSEMASK 1
11761 LIBS
="$ac_save_LIBS"
11762 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11763 case "x$with_curses" in
11764 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11766 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11767 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11771 if test "x$with_sane" != "xno"
11773 if ${SANE_CFLAGS:+false} :; then :
11774 if ${PKG_CONFIG+:} false
; then :
11775 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11778 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11779 if ${SANE_LIBS:+false} :; then :
11780 if ${PKG_CONFIG+:} false
; then :
11781 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11784 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11786 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11787 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11788 ac_save_CPPFLAGS
=$CPPFLAGS
11789 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11790 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11791 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11793 $as_echo_n "checking for -lsane... " >&6; }
11794 if ${ac_cv_lib_soname_sane+:} false
; then :
11795 $as_echo_n "(cached) " >&6
11797 ac_check_soname_save_LIBS
=$LIBS
11798 LIBS
="-lsane $SANE_LIBS $LIBS"
11799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11800 /* end confdefs.h. */
11802 /* Override any GCC internal prototype to avoid an error.
11803 Use char because int might match the return type of a GCC
11804 builtin and then its argument prototype would still apply. */
11812 return sane_init ();
11817 if ac_fn_c_try_link
"$LINENO"; then :
11819 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11820 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'` ;;
11821 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11822 if ${ac_cv_lib_soname_sane:+false} :; then :
11823 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11827 rm -f core conftest.err conftest.
$ac_objext \
11828 conftest
$ac_exeext conftest.
$ac_ext
11829 LIBS
=$ac_check_soname_save_LIBS
11831 if ${ac_cv_lib_soname_sane:+false} :; then :
11832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11833 $as_echo "not found" >&6; }
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11837 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11839 cat >>confdefs.h
<<_ACEOF
11840 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11850 CPPFLAGS
=$ac_save_CPPFLAGS
11851 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11852 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11855 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11856 case "x$with_sane" in
11857 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11859 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11860 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11864 if test "x$with_v4l" != "xno"
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11867 $as_echo_n "checking for -lv4l1... " >&6; }
11868 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11869 $as_echo_n "(cached) " >&6
11871 ac_check_soname_save_LIBS
=$LIBS
11872 LIBS
="-lv4l1 $LIBS"
11873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11874 /* end confdefs.h. */
11876 /* Override any GCC internal prototype to avoid an error.
11877 Use char because int might match the return type of a GCC
11878 builtin and then its argument prototype would still apply. */
11886 return v4l1_open ();
11891 if ac_fn_c_try_link
"$LINENO"; then :
11893 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11894 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'` ;;
11895 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11896 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11897 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11901 rm -f core conftest.err conftest.
$ac_objext \
11902 conftest
$ac_exeext conftest.
$ac_ext
11903 LIBS
=$ac_check_soname_save_LIBS
11905 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11907 $as_echo "not found" >&6; }
11910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11911 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11913 cat >>confdefs.h
<<_ACEOF
11914 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11920 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11921 case "x$with_v4l" in
11922 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11924 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11925 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11929 if test "x$with_gphoto" != "xno"
11931 if ${GPHOTO2_CFLAGS:+false} :; then :
11932 if ${PKG_CONFIG+:} false
; then :
11933 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11936 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11937 if ${GPHOTO2_LIBS:+false} :; then :
11938 if ${PKG_CONFIG+:} false
; then :
11939 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11942 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11943 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11944 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11945 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11946 ac_save_CPPFLAGS
=$CPPFLAGS
11947 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11948 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11949 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11951 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11952 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11953 $as_echo_n "(cached) " >&6
11955 ac_check_lib_save_LIBS
=$LIBS
11956 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11958 /* end confdefs.h. */
11960 /* Override any GCC internal prototype to avoid an error.
11961 Use char because int might match the return type of a GCC
11962 builtin and then its argument prototype would still apply. */
11966 char gp_camera_new ();
11970 return gp_camera_new ();
11975 if ac_fn_c_try_link
"$LINENO"; then :
11976 ac_cv_lib_gphoto2_gp_camera_new
=yes
11978 ac_cv_lib_gphoto2_gp_camera_new
=no
11980 rm -f core conftest.err conftest.
$ac_objext \
11981 conftest
$ac_exeext conftest.
$ac_ext
11982 LIBS
=$ac_check_lib_save_LIBS
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11985 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11986 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11988 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11991 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11995 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11999 CPPFLAGS
=$ac_save_CPPFLAGS
12000 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12001 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12003 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12004 if ${PKG_CONFIG+:} false
; then :
12005 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12008 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12009 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12010 if ${PKG_CONFIG+:} false
; then :
12011 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12014 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12015 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12016 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12017 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12018 ac_save_CPPFLAGS
=$CPPFLAGS
12019 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12020 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12021 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12023 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12024 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12025 $as_echo_n "(cached) " >&6
12027 ac_check_lib_save_LIBS
=$LIBS
12028 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12029 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12030 /* end confdefs.h. */
12032 /* Override any GCC internal prototype to avoid an error.
12033 Use char because int might match the return type of a GCC
12034 builtin and then its argument prototype would still apply. */
12038 char gp_port_info_list_new ();
12042 return gp_port_info_list_new ();
12047 if ac_fn_c_try_link
"$LINENO"; then :
12048 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12050 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12052 rm -f core conftest.err conftest.
$ac_objext \
12053 conftest
$ac_exeext conftest.
$ac_ext
12054 LIBS
=$ac_check_lib_save_LIBS
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12057 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12058 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12060 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12063 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12067 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12071 CPPFLAGS
=$ac_save_CPPFLAGS
12072 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12073 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12076 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12077 case "x$with_gphoto" in
12078 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12080 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12081 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12084 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12085 case "x$with_gphoto" in
12086 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12088 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12089 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12094 if test "$ac_cv_header_resolv_h" = "yes"
12096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12097 $as_echo_n "checking for resolver library... " >&6; }
12098 if ${ac_cv_have_resolv+:} false
; then :
12099 $as_echo_n "(cached) " >&6
12101 ac_save_LIBS
="$LIBS"
12102 for lib
in '' -lresolv
12104 LIBS
="$lib $ac_save_LIBS"
12105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12106 /* end confdefs.h. */
12107 #ifdef HAVE_NETINET_IN_H
12108 #include <netinet/in.h>
12110 #include <resolv.h>
12114 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12119 if ac_fn_c_try_link
"$LINENO"; then :
12120 ac_cv_have_resolv
=${lib:-"none required"}
12122 ac_cv_have_resolv
="not found"
12124 rm -f core conftest.err conftest.
$ac_objext \
12125 conftest
$ac_exeext conftest.
$ac_ext
12126 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12128 LIBS
="$ac_save_LIBS"
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12131 $as_echo "$ac_cv_have_resolv" >&6; }
12133 case "$ac_cv_have_resolv" in
12137 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12140 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12142 RESOLV_LIBS
=$ac_cv_have_resolv
12147 if test "x$with_cms" != "xno"
12149 if ${LCMS2_CFLAGS:+false} :; then :
12150 if ${PKG_CONFIG+:} false
; then :
12151 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12155 if ${LCMS2_LIBS:+false} :; then :
12156 if ${PKG_CONFIG+:} false
; then :
12157 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12161 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12162 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12163 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12164 ac_save_CPPFLAGS
=$CPPFLAGS
12165 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12166 for ac_header
in lcms2.h
12168 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12169 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12170 cat >>confdefs.h
<<_ACEOF
12171 #define HAVE_LCMS2_H 1
12178 if test "$ac_cv_header_lcms2_h" = "yes"
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12181 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12182 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12183 $as_echo_n "(cached) " >&6
12185 ac_check_lib_save_LIBS
=$LIBS
12186 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12187 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12188 /* end confdefs.h. */
12190 /* Override any GCC internal prototype to avoid an error.
12191 Use char because int might match the return type of a GCC
12192 builtin and then its argument prototype would still apply. */
12196 char cmsOpenProfileFromFile ();
12200 return cmsOpenProfileFromFile ();
12205 if ac_fn_c_try_link
"$LINENO"; then :
12206 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12208 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12210 rm -f core conftest.err conftest.
$ac_objext \
12211 conftest
$ac_exeext conftest.
$ac_ext
12212 LIBS
=$ac_check_lib_save_LIBS
12214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12215 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12216 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12218 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12228 CPPFLAGS
=$ac_save_CPPFLAGS
12229 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12230 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12233 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12234 case "x$with_cms" in
12235 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12237 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12238 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12242 if test "x$with_freetype" != "xno"
12244 if ${FREETYPE_CFLAGS:+false} :; then :
12245 if ${PKG_CONFIG+:} false
; then :
12246 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12249 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12250 if ${FREETYPE_LIBS:+false} :; then :
12251 if ${PKG_CONFIG+:} false
; then :
12252 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12255 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12256 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12257 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12258 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12259 ac_save_CPPFLAGS
=$CPPFLAGS
12260 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12261 for ac_header
in ft2build.h
12263 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12264 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12265 cat >>confdefs.h
<<_ACEOF
12266 #define HAVE_FT2BUILD_H 1
12273 if test "$ac_cv_header_ft2build_h" = "yes"
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12276 $as_echo_n "checking for -lfreetype... " >&6; }
12277 if ${ac_cv_lib_soname_freetype+:} false
; then :
12278 $as_echo_n "(cached) " >&6
12280 ac_check_soname_save_LIBS
=$LIBS
12281 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12283 /* end confdefs.h. */
12285 /* Override any GCC internal prototype to avoid an error.
12286 Use char because int might match the return type of a GCC
12287 builtin and then its argument prototype would still apply. */
12291 char FT_Init_FreeType ();
12295 return FT_Init_FreeType ();
12300 if ac_fn_c_try_link
"$LINENO"; then :
12302 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12303 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'` ;;
12304 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12305 if ${ac_cv_lib_soname_freetype:+false} :; then :
12306 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12310 rm -f core conftest.err conftest.
$ac_objext \
12311 conftest
$ac_exeext conftest.
$ac_ext
12312 LIBS
=$ac_check_soname_save_LIBS
12314 if ${ac_cv_lib_soname_freetype:+false} :; then :
12315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12316 $as_echo "not found" >&6; }
12319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12320 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12322 cat >>confdefs.h
<<_ACEOF
12323 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12327 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12329 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12330 #include FT_MODULE_H
12332 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12334 cat >>confdefs.h
<<_ACEOF
12335 #define HAVE_FT_TRUETYPEENGINETYPE 1
12346 CPPFLAGS
=$ac_save_CPPFLAGS
12347 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12348 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12351 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12352 case "x$with_freetype" in
12354 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12355 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12358 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12361 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12362 if ${ac_cv_c_ppdev+:} false
; then :
12363 $as_echo_n "(cached) " >&6
12365 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12366 /* end confdefs.h. */
12367 #ifdef HAVE_SYS_IOCTL_H
12368 # include <sys/ioctl.h>
12370 #include <linux/ppdev.h>
12374 ioctl (1,PPCLAIM,0)
12379 if ac_fn_c_try_compile
"$LINENO"; then :
12380 ac_cv_c_ppdev
="yes"
12384 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12387 $as_echo "$ac_cv_c_ppdev" >&6; }
12388 if test "$ac_cv_c_ppdev" = "yes"
12391 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12395 ac_wine_check_funcs_save_LIBS
="$LIBS"
12396 LIBS
="$LIBS $PTHREAD_LIBS"
12398 pthread_attr_get_np \
12399 pthread_getattr_np \
12400 pthread_getthreadid_np \
12401 pthread_get_stackaddr_np \
12402 pthread_get_stacksize_np
12404 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12405 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12406 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12407 cat >>confdefs.h
<<_ACEOF
12408 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12414 LIBS
="$ac_wine_check_funcs_save_LIBS"
12416 if test "$ac_cv_header_zlib_h" = "yes"
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12419 $as_echo_n "checking for inflate in -lz... " >&6; }
12420 if ${ac_cv_lib_z_inflate+:} false
; then :
12421 $as_echo_n "(cached) " >&6
12423 ac_check_lib_save_LIBS
=$LIBS
12425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12428 /* Override any GCC internal prototype to avoid an error.
12429 Use char because int might match the return type of a GCC
12430 builtin and then its argument prototype would still apply. */
12443 if ac_fn_c_try_link
"$LINENO"; then :
12444 ac_cv_lib_z_inflate
=yes
12446 ac_cv_lib_z_inflate
=no
12448 rm -f core conftest.err conftest.
$ac_objext \
12449 conftest
$ac_exeext conftest.
$ac_ext
12450 LIBS
=$ac_check_lib_save_LIBS
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12453 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12454 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12456 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12463 if test "x$Z_LIBS" = "x"; then :
12464 case "x$with_zlib" in
12465 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12467 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12468 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12472 if test "x$enable_tools" != xno
12474 if test "$ac_cv_header_gettext_po_h" = "yes"
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12477 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12478 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12479 $as_echo_n "(cached) " >&6
12481 ac_check_lib_save_LIBS
=$LIBS
12482 LIBS
="-lgettextpo $LIBS"
12483 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12484 /* end confdefs.h. */
12486 /* Override any GCC internal prototype to avoid an error.
12487 Use char because int might match the return type of a GCC
12488 builtin and then its argument prototype would still apply. */
12492 char po_message_msgctxt ();
12496 return po_message_msgctxt ();
12501 if ac_fn_c_try_link
"$LINENO"; then :
12502 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12504 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12506 rm -f core conftest.err conftest.
$ac_objext \
12507 conftest
$ac_exeext conftest.
$ac_ext
12508 LIBS
=$ac_check_lib_save_LIBS
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12511 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12512 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12514 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12516 GETTEXTPO_LIBS
="-lgettextpo"
12521 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12522 case "x$with_gettextpo" in
12523 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12525 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12526 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12531 if test "x$with_gstreamer" != "xno"
12533 if ${GSTREAMER_CFLAGS:+false} :; then :
12534 if ${PKG_CONFIG+:} false
; then :
12535 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12539 if ${GSTREAMER_LIBS:+false} :; then :
12540 if ${PKG_CONFIG+:} false
; then :
12541 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12546 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12547 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12548 ac_save_CPPFLAGS
=$CPPFLAGS
12549 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12551 for i
in $GSTREAMER_CFLAGS
12554 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12557 GSTREAMER_CFLAGS
=$ac_gst_incl
12558 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12559 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12560 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12561 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12562 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12564 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12565 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12566 /* end confdefs.h. */
12567 #include <gst/app/gstappsink.h>
12571 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12576 if ac_fn_c_try_compile
"$LINENO"; then :
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12578 $as_echo "yes" >&6; }
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12580 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12581 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12582 $as_echo_n "(cached) " >&6
12584 ac_check_lib_save_LIBS
=$LIBS
12585 LIBS
="-lgstreamer-0.10 $LIBS"
12586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12587 /* end confdefs.h. */
12589 /* Override any GCC internal prototype to avoid an error.
12590 Use char because int might match the return type of a GCC
12591 builtin and then its argument prototype would still apply. */
12595 char gst_pad_get_caps_reffed ();
12599 return gst_pad_get_caps_reffed ();
12604 if ac_fn_c_try_link
"$LINENO"; then :
12605 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12607 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12609 rm -f core conftest.err conftest.
$ac_objext \
12610 conftest
$ac_exeext conftest.
$ac_ext
12611 LIBS
=$ac_check_lib_save_LIBS
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12614 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12615 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12617 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12618 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12619 $as_echo_n "(cached) " >&6
12621 ac_check_lib_save_LIBS
=$LIBS
12622 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12623 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12624 /* end confdefs.h. */
12626 /* Override any GCC internal prototype to avoid an error.
12627 Use char because int might match the return type of a GCC
12628 builtin and then its argument prototype would still apply. */
12632 char gst_app_buffer_new ();
12636 return gst_app_buffer_new ();
12641 if ac_fn_c_try_link
"$LINENO"; then :
12642 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12644 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12646 rm -f core conftest.err conftest.
$ac_objext \
12647 conftest
$ac_exeext conftest.
$ac_ext
12648 LIBS
=$ac_check_lib_save_LIBS
12650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12651 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12652 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12660 $as_echo "no" >&6; }
12662 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12667 GSTREAMER_CFLAGS
=""
12671 CPPFLAGS
=$ac_save_CPPFLAGS
12672 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12673 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12676 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12677 case "x$with_gstreamer" in
12678 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12680 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12681 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12684 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12688 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12691 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12692 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12693 $as_echo_n "(cached) " >&6
12695 ac_check_lib_save_LIBS
=$LIBS
12696 LIBS
="-lasound $LIBS"
12697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12698 /* end confdefs.h. */
12700 /* Override any GCC internal prototype to avoid an error.
12701 Use char because int might match the return type of a GCC
12702 builtin and then its argument prototype would still apply. */
12706 char snd_pcm_hw_params_get_access_mask ();
12710 return snd_pcm_hw_params_get_access_mask ();
12715 if ac_fn_c_try_link
"$LINENO"; then :
12716 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12718 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12720 rm -f core conftest.err conftest.
$ac_objext \
12721 conftest
$ac_exeext conftest.
$ac_ext
12722 LIBS
=$ac_check_lib_save_LIBS
12724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12725 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12726 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12727 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12728 /* end confdefs.h. */
12729 #ifdef HAVE_ALSA_ASOUNDLIB_H
12730 #include <alsa/asoundlib.h>
12731 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12732 #include <sys/asoundlib.h>
12737 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12742 if ac_fn_c_try_compile
"$LINENO"; then :
12743 ALSA_LIBS
="-lasound"
12745 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12750 if test "x$with_oss" != xno
12752 ac_save_CPPFLAGS
="$CPPFLAGS"
12753 if test -f /etc
/oss.conf
12757 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12758 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12759 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12760 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12761 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12763 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12765 cat >>confdefs.h
<<_ACEOF
12766 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12769 OSS4_CFLAGS
="$ac_oss_incl"
12776 CPPFLAGS
="$ac_save_CPPFLAGS"
12777 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12779 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12783 if test "x$with_capi" != "xno"
12785 if ${CAPI20_CFLAGS:+false} :; then :
12786 if ${PKG_CONFIG+:} false
; then :
12787 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12791 if ${CAPI20_LIBS:+false} :; then :
12792 if ${PKG_CONFIG+:} false
; then :
12793 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12798 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12799 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12800 ac_save_CPPFLAGS
=$CPPFLAGS
12801 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12802 for ac_header
in capi20.h linux
/capi.h
12804 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12805 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12807 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12808 cat >>confdefs.h
<<_ACEOF
12809 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12816 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12819 $as_echo_n "checking for -lcapi20... " >&6; }
12820 if ${ac_cv_lib_soname_capi20+:} false
; then :
12821 $as_echo_n "(cached) " >&6
12823 ac_check_soname_save_LIBS
=$LIBS
12824 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12825 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12826 /* end confdefs.h. */
12828 /* Override any GCC internal prototype to avoid an error.
12829 Use char because int might match the return type of a GCC
12830 builtin and then its argument prototype would still apply. */
12834 char capi20_register ();
12838 return capi20_register ();
12843 if ac_fn_c_try_link
"$LINENO"; then :
12845 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12846 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'` ;;
12847 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12848 if ${ac_cv_lib_soname_capi20:+false} :; then :
12849 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12853 rm -f core conftest.err conftest.
$ac_objext \
12854 conftest
$ac_exeext conftest.
$ac_ext
12855 LIBS
=$ac_check_soname_save_LIBS
12857 if ${ac_cv_lib_soname_capi20:+false} :; then :
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12859 $as_echo "not found" >&6; }
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12863 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12865 cat >>confdefs.h
<<_ACEOF
12866 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12872 CPPFLAGS
=$ac_save_CPPFLAGS
12873 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12874 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12877 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12878 case "x$with_capi" in
12879 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12881 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12882 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12888 if test "x$with_cups" != "xno"
12890 ac_save_CPPFLAGS
="$CPPFLAGS"
12891 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12892 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12893 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12894 for ac_header
in cups
/cups.h
12896 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12897 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12898 cat >>confdefs.h
<<_ACEOF
12899 #define HAVE_CUPS_CUPS_H 1
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12902 $as_echo_n "checking for -lcups... " >&6; }
12903 if ${ac_cv_lib_soname_cups+:} false
; then :
12904 $as_echo_n "(cached) " >&6
12906 ac_check_soname_save_LIBS
=$LIBS
12907 LIBS
="-lcups $ac_cups_libs $LIBS"
12908 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12909 /* end confdefs.h. */
12911 /* Override any GCC internal prototype to avoid an error.
12912 Use char because int might match the return type of a GCC
12913 builtin and then its argument prototype would still apply. */
12917 char cupsGetDefault ();
12921 return cupsGetDefault ();
12926 if ac_fn_c_try_link
"$LINENO"; then :
12928 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12929 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'` ;;
12930 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12931 if ${ac_cv_lib_soname_cups:+false} :; then :
12932 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12936 rm -f core conftest.err conftest.
$ac_objext \
12937 conftest
$ac_exeext conftest.
$ac_ext
12938 LIBS
=$ac_check_soname_save_LIBS
12940 if ${ac_cv_lib_soname_cups:+false} :; then :
12941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12942 $as_echo "not found" >&6; }
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12946 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12948 cat >>confdefs.h
<<_ACEOF
12949 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12952 CUPS_CFLAGS
="$ac_cups_cflags"
12958 CPPFLAGS
="$ac_save_CPPFLAGS"
12960 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12961 case "x$with_cups" in
12962 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12964 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12965 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12969 if test "x$with_fontconfig" != "xno"
12971 if ${FONTCONFIG_CFLAGS:+false} :; then :
12972 if ${PKG_CONFIG+:} false
; then :
12973 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12976 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12977 if ${FONTCONFIG_LIBS:+false} :; then :
12978 if ${PKG_CONFIG+:} false
; then :
12979 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12982 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
12984 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12985 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12986 ac_save_CPPFLAGS
=$CPPFLAGS
12987 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
12988 for ac_header
in fontconfig
/fontconfig.h
12990 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12991 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12992 cat >>confdefs.h
<<_ACEOF
12993 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13000 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13003 $as_echo_n "checking for -lfontconfig... " >&6; }
13004 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13005 $as_echo_n "(cached) " >&6
13007 ac_check_soname_save_LIBS
=$LIBS
13008 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13009 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13010 /* end confdefs.h. */
13012 /* Override any GCC internal prototype to avoid an error.
13013 Use char because int might match the return type of a GCC
13014 builtin and then its argument prototype would still apply. */
13027 if ac_fn_c_try_link
"$LINENO"; then :
13029 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13030 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'` ;;
13031 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13032 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13033 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13037 rm -f core conftest.err conftest.
$ac_objext \
13038 conftest
$ac_exeext conftest.
$ac_ext
13039 LIBS
=$ac_check_soname_save_LIBS
13041 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13043 $as_echo "not found" >&6; }
13044 FONTCONFIG_CFLAGS
=""
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13047 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13049 cat >>confdefs.h
<<_ACEOF
13050 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13056 FONTCONFIG_CFLAGS
=""
13058 CPPFLAGS
=$ac_save_CPPFLAGS
13059 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13060 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13063 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13064 case "x$with_fontconfig" in
13065 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13067 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13068 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13072 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13075 $as_echo_n "checking for -lgsm... " >&6; }
13076 if ${ac_cv_lib_soname_gsm+:} false
; then :
13077 $as_echo_n "(cached) " >&6
13079 ac_check_soname_save_LIBS
=$LIBS
13081 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13082 /* end confdefs.h. */
13084 /* Override any GCC internal prototype to avoid an error.
13085 Use char because int might match the return type of a GCC
13086 builtin and then its argument prototype would still apply. */
13090 char gsm_create ();
13094 return gsm_create ();
13099 if ac_fn_c_try_link
"$LINENO"; then :
13101 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13102 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'` ;;
13103 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13104 if ${ac_cv_lib_soname_gsm:+false} :; then :
13105 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13109 rm -f core conftest.err conftest.
$ac_objext \
13110 conftest
$ac_exeext conftest.
$ac_ext
13111 LIBS
=$ac_check_soname_save_LIBS
13113 if ${ac_cv_lib_soname_gsm:+false} :; then :
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13115 $as_echo "not found" >&6; }
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13119 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13121 cat >>confdefs.h
<<_ACEOF
13122 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13128 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13129 case "x$with_gsm" in
13130 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13132 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13133 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13137 if test "x$with_jpeg" != "xno"
13139 if ${JPEG_CFLAGS:+false} :; then :
13140 if ${PKG_CONFIG+:} false
; then :
13141 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13145 if ${JPEG_LIBS:+false} :; then :
13146 if ${PKG_CONFIG+:} false
; then :
13147 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13152 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13153 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13154 ac_save_CPPFLAGS
=$CPPFLAGS
13155 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13156 for ac_header
in jpeglib.h
13158 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13159 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13160 cat >>confdefs.h
<<_ACEOF
13161 #define HAVE_JPEGLIB_H 1
13168 if test "$ac_cv_header_jpeglib_h" = "yes"
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13171 $as_echo_n "checking for -ljpeg... " >&6; }
13172 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13173 $as_echo_n "(cached) " >&6
13175 ac_check_soname_save_LIBS
=$LIBS
13176 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13177 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13178 /* end confdefs.h. */
13180 /* Override any GCC internal prototype to avoid an error.
13181 Use char because int might match the return type of a GCC
13182 builtin and then its argument prototype would still apply. */
13186 char jpeg_start_decompress ();
13190 return jpeg_start_decompress ();
13195 if ac_fn_c_try_link
"$LINENO"; then :
13197 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13198 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'` ;;
13199 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13200 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13201 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13205 rm -f core conftest.err conftest.
$ac_objext \
13206 conftest
$ac_exeext conftest.
$ac_ext
13207 LIBS
=$ac_check_soname_save_LIBS
13209 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13211 $as_echo "not found" >&6; }
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13215 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13217 cat >>confdefs.h
<<_ACEOF
13218 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13226 CPPFLAGS
=$ac_save_CPPFLAGS
13227 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13228 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13231 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13232 case "x$with_jpeg" in
13233 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13235 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13236 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13240 if test "x$with_png" != "xno"
13242 if ${PNG_CFLAGS:+false} :; then :
13243 if ${PKG_CONFIG+:} false
; then :
13244 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13247 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13248 if ${PNG_LIBS:+false} :; then :
13249 if ${PKG_CONFIG+:} false
; then :
13250 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13253 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13255 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13256 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13257 ac_save_CPPFLAGS
=$CPPFLAGS
13258 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13259 for ac_header
in png.h
13261 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13262 if test "x$ac_cv_header_png_h" = xyes
; then :
13263 cat >>confdefs.h
<<_ACEOF
13264 #define HAVE_PNG_H 1
13271 if test "$ac_cv_header_png_h" = "yes"
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13274 $as_echo_n "checking for -lpng... " >&6; }
13275 if ${ac_cv_lib_soname_png+:} false
; then :
13276 $as_echo_n "(cached) " >&6
13278 ac_check_soname_save_LIBS
=$LIBS
13279 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13280 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13281 /* end confdefs.h. */
13283 /* Override any GCC internal prototype to avoid an error.
13284 Use char because int might match the return type of a GCC
13285 builtin and then its argument prototype would still apply. */
13289 char png_create_read_struct ();
13293 return png_create_read_struct ();
13298 if ac_fn_c_try_link
"$LINENO"; then :
13300 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13301 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'` ;;
13302 *) 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'`
13303 if ${ac_cv_lib_soname_png:+false} :; then :
13304 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13308 rm -f core conftest.err conftest.
$ac_objext \
13309 conftest
$ac_exeext conftest.
$ac_ext
13310 LIBS
=$ac_check_soname_save_LIBS
13312 if ${ac_cv_lib_soname_png:+false} :; then :
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13314 $as_echo "not found" >&6; }
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13318 $as_echo "$ac_cv_lib_soname_png" >&6; }
13320 cat >>confdefs.h
<<_ACEOF
13321 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13325 /* end confdefs.h. */
13330 typeof(png_set_expand_gray_1_2_4_to_8) *p
13335 if ac_fn_c_try_compile
"$LINENO"; then :
13337 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13340 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13345 CPPFLAGS
=$ac_save_CPPFLAGS
13346 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13347 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13350 if test "x$ac_cv_lib_soname_png" = "x"; then :
13351 case "x$with_png" in
13352 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13354 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13355 This is an error since --with-png was requested." "$LINENO" 5 ;;
13359 if test "x$with_tiff" != "xno"
13361 if ${TIFF_CFLAGS:+false} :; then :
13362 if ${PKG_CONFIG+:} false
; then :
13363 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13367 if ${TIFF_LIBS:+false} :; then :
13368 if ${PKG_CONFIG+:} false
; then :
13369 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13374 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13375 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13376 ac_save_CPPFLAGS
=$CPPFLAGS
13377 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13378 for ac_header
in tiffio.h
13380 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13381 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13382 cat >>confdefs.h
<<_ACEOF
13383 #define HAVE_TIFFIO_H 1
13390 if test "$ac_cv_header_tiffio_h" = "yes"
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13393 $as_echo_n "checking for -ltiff... " >&6; }
13394 if ${ac_cv_lib_soname_tiff+:} false
; then :
13395 $as_echo_n "(cached) " >&6
13397 ac_check_soname_save_LIBS
=$LIBS
13398 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13400 /* end confdefs.h. */
13402 /* Override any GCC internal prototype to avoid an error.
13403 Use char because int might match the return type of a GCC
13404 builtin and then its argument prototype would still apply. */
13408 char TIFFClientOpen ();
13412 return TIFFClientOpen ();
13417 if ac_fn_c_try_link
"$LINENO"; then :
13419 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13420 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'` ;;
13421 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13422 if ${ac_cv_lib_soname_tiff:+false} :; then :
13423 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13427 rm -f core conftest.err conftest.
$ac_objext \
13428 conftest
$ac_exeext conftest.
$ac_ext
13429 LIBS
=$ac_check_soname_save_LIBS
13431 if ${ac_cv_lib_soname_tiff:+false} :; then :
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13433 $as_echo "not found" >&6; }
13436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13437 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13439 cat >>confdefs.h
<<_ACEOF
13440 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13446 CPPFLAGS
=$ac_save_CPPFLAGS
13447 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13448 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13451 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13452 case "x$with_tiff" in
13453 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13455 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13456 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13460 if test "x$with_mpg123" != "xno"
13462 if ${MPG123_CFLAGS:+false} :; then :
13463 if ${PKG_CONFIG+:} false
; then :
13464 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13468 if ${MPG123_LIBS:+false} :; then :
13469 if ${PKG_CONFIG+:} false
; then :
13470 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13474 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13475 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13476 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13477 ac_save_CPPFLAGS
=$CPPFLAGS
13478 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13479 for ac_header
in mpg123.h
13481 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13482 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13483 cat >>confdefs.h
<<_ACEOF
13484 #define HAVE_MPG123_H 1
13491 if test "$ac_cv_header_mpg123_h" = "yes"
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13494 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13495 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13496 $as_echo_n "(cached) " >&6
13498 ac_check_lib_save_LIBS
=$LIBS
13499 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13500 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13501 /* end confdefs.h. */
13503 /* Override any GCC internal prototype to avoid an error.
13504 Use char because int might match the return type of a GCC
13505 builtin and then its argument prototype would still apply. */
13509 char mpg123_feed ();
13513 return mpg123_feed ();
13518 if ac_fn_c_try_link
"$LINENO"; then :
13519 ac_cv_lib_mpg123_mpg123_feed
=yes
13521 ac_cv_lib_mpg123_mpg123_feed
=no
13523 rm -f core conftest.err conftest.
$ac_objext \
13524 conftest
$ac_exeext conftest.
$ac_ext
13525 LIBS
=$ac_check_lib_save_LIBS
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13528 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13529 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13539 CPPFLAGS
=$ac_save_CPPFLAGS
13540 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13541 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13544 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13545 case "x$with_mpg123" in
13546 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13548 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13549 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13552 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}
13554 if test "$ac_cv_header_AL_al_h" = "yes"
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13557 $as_echo_n "checking for -lopenal... " >&6; }
13558 if ${ac_cv_lib_soname_openal+:} false
; then :
13559 $as_echo_n "(cached) " >&6
13561 ac_check_soname_save_LIBS
=$LIBS
13562 LIBS
="-lopenal $LIBS"
13563 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13564 /* end confdefs.h. */
13566 /* Override any GCC internal prototype to avoid an error.
13567 Use char because int might match the return type of a GCC
13568 builtin and then its argument prototype would still apply. */
13572 char alGetSource3i ();
13576 return alGetSource3i ();
13581 if ac_fn_c_try_link
"$LINENO"; then :
13583 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13584 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'` ;;
13585 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13586 if ${ac_cv_lib_soname_openal:+false} :; then :
13587 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13591 rm -f core conftest.err conftest.
$ac_objext \
13592 conftest
$ac_exeext conftest.
$ac_ext
13593 LIBS
=$ac_check_soname_save_LIBS
13595 if ${ac_cv_lib_soname_openal:+false} :; then :
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13597 $as_echo "not found" >&6; }
13600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13601 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13603 cat >>confdefs.h
<<_ACEOF
13604 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13607 OPENAL_LIBS
="-lopenal"
13609 ac_cv_lib_openal
=yes
13611 cat >>confdefs.h
<<_ACEOF
13612 #define HAVE_OPENAL 1
13617 if test "x$ac_cv_lib_openal" != xyes
; then :
13618 case "x$with_openal" in
13619 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13621 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13622 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13625 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13627 if test "x$ac_cv_lib_openal" = xyes
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13630 $as_echo_n "checking for openal-soft... " >&6; }
13631 if ${ac_cv_have_openalsoft+:} false
; then :
13632 $as_echo_n "(cached) " >&6
13634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13635 /* end confdefs.h. */
13636 #include <AL/alext.h>
13637 LPALCRENDERSAMPLESSOFT x;
13646 if ac_fn_c_try_compile
"$LINENO"; then :
13647 ac_cv_have_openalsoft
=yes
13649 ac_cv_have_openalsoft
=no
13651 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13654 $as_echo "$ac_cv_have_openalsoft" >&6; }
13656 if test "x$ac_cv_have_openalsoft" != xyes
13658 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13659 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13662 if test "$ac_cv_header_kstat_h" = "yes"
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13665 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13666 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13667 $as_echo_n "(cached) " >&6
13669 ac_check_lib_save_LIBS
=$LIBS
13670 LIBS
="-lkstat $LIBS"
13671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13672 /* end confdefs.h. */
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13680 char kstat_open ();
13684 return kstat_open ();
13689 if ac_fn_c_try_link
"$LINENO"; then :
13690 ac_cv_lib_kstat_kstat_open
=yes
13692 ac_cv_lib_kstat_kstat_open
=no
13694 rm -f core conftest.err conftest.
$ac_objext \
13695 conftest
$ac_exeext conftest.
$ac_ext
13696 LIBS
=$ac_check_lib_save_LIBS
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13699 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13700 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13702 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13704 KSTAT_LIBS
="-lkstat"
13710 if test "$ac_cv_header_libprocstat_h" = "yes"
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13713 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13714 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13715 $as_echo_n "(cached) " >&6
13717 ac_check_lib_save_LIBS
=$LIBS
13718 LIBS
="-lprocstat $LIBS"
13719 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13720 /* end confdefs.h. */
13722 /* Override any GCC internal prototype to avoid an error.
13723 Use char because int might match the return type of a GCC
13724 builtin and then its argument prototype would still apply. */
13728 char procstat_open_sysctl ();
13732 return procstat_open_sysctl ();
13737 if ac_fn_c_try_link
"$LINENO"; then :
13738 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13740 ac_cv_lib_procstat_procstat_open_sysctl
=no
13742 rm -f core conftest.err conftest.
$ac_objext \
13743 conftest
$ac_exeext conftest.
$ac_ext
13744 LIBS
=$ac_check_lib_save_LIBS
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13747 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13748 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13750 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13752 PROCSTAT_LIBS
="-lprocstat"
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13759 $as_echo_n "checking for -lodbc... " >&6; }
13760 if ${ac_cv_lib_soname_odbc+:} false
; then :
13761 $as_echo_n "(cached) " >&6
13763 ac_check_soname_save_LIBS
=$LIBS
13764 LIBS
="-lodbc $LIBS"
13765 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13766 /* end confdefs.h. */
13768 /* Override any GCC internal prototype to avoid an error.
13769 Use char because int might match the return type of a GCC
13770 builtin and then its argument prototype would still apply. */
13774 char SQLConnect ();
13778 return SQLConnect ();
13783 if ac_fn_c_try_link
"$LINENO"; then :
13785 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13786 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'` ;;
13787 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13788 if ${ac_cv_lib_soname_odbc:+false} :; then :
13789 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13793 rm -f core conftest.err conftest.
$ac_objext \
13794 conftest
$ac_exeext conftest.
$ac_ext
13795 LIBS
=$ac_check_soname_save_LIBS
13797 if ${ac_cv_lib_soname_odbc:+false} :; then :
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13799 $as_echo "not found" >&6; }
13800 cat >>confdefs.h
<<_ACEOF
13801 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13806 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13808 cat >>confdefs.h
<<_ACEOF
13809 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13815 if test "x$with_netapi" != "xno"
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13818 $as_echo_n "checking for -lnetapi... " >&6; }
13819 if ${ac_cv_lib_soname_netapi+:} false
; then :
13820 $as_echo_n "(cached) " >&6
13822 ac_check_soname_save_LIBS
=$LIBS
13823 LIBS
="-lnetapi $LIBS"
13824 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13825 /* end confdefs.h. */
13827 /* Override any GCC internal prototype to avoid an error.
13828 Use char because int might match the return type of a GCC
13829 builtin and then its argument prototype would still apply. */
13833 char libnetapi_init ();
13837 return libnetapi_init ();
13842 if ac_fn_c_try_link
"$LINENO"; then :
13844 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13845 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'` ;;
13846 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13847 if ${ac_cv_lib_soname_netapi:+false} :; then :
13848 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13852 rm -f core conftest.err conftest.
$ac_objext \
13853 conftest
$ac_exeext conftest.
$ac_ext
13854 LIBS
=$ac_check_soname_save_LIBS
13856 if ${ac_cv_lib_soname_netapi:+false} :; then :
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13858 $as_echo "not found" >&6; }
13859 cat >>confdefs.h
<<_ACEOF
13860 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13865 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13867 cat >>confdefs.h
<<_ACEOF
13868 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13875 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13876 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13877 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13878 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13880 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13881 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13882 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13884 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13890 if test "x${GCC}" = "xyes"
13892 EXTRACFLAGS
="-Wall -pipe"
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13895 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13896 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13897 $as_echo_n "(cached) " >&6
13899 if test "$cross_compiling" = yes; then :
13900 ac_cv_c_gcc_strength_bug
="no"
13902 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13903 /* end confdefs.h. */
13904 int L[4] = {0,1,2,3};
13908 static int Array[3];
13909 unsigned int B = 3;
13911 for(i=0; i<B; i++) Array[i] = i - 3;
13912 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13914 return (Array[1] != -2 || L[2] != 3)
13919 if ac_fn_c_try_run
"$LINENO"; then :
13920 ac_cv_c_gcc_strength_bug
="no"
13922 ac_cv_c_gcc_strength_bug
="yes"
13924 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13925 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13930 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13931 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13933 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13937 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13938 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13939 $as_echo_n "(cached) " >&6
13941 ac_wine_try_cflags_saved
=$CFLAGS
13942 CFLAGS
="$CFLAGS -fno-builtin"
13943 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13944 /* end confdefs.h. */
13945 int main(int argc, char **argv) { return 0; }
13947 if ac_fn_c_try_link
"$LINENO"; then :
13948 ac_cv_cflags__fno_builtin
=yes
13950 ac_cv_cflags__fno_builtin
=no
13952 rm -f core conftest.err conftest.
$ac_objext \
13953 conftest
$ac_exeext conftest.
$ac_ext
13954 CFLAGS
=$ac_wine_try_cflags_saved
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13957 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13958 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
13959 BUILTINFLAG
="-fno-builtin"
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13963 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13964 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13965 $as_echo_n "(cached) " >&6
13967 ac_wine_try_cflags_saved
=$CFLAGS
13968 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13969 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13970 /* end confdefs.h. */
13971 int main(int argc, char **argv) { return 0; }
13973 if ac_fn_c_try_link
"$LINENO"; then :
13974 ac_cv_cflags__fno_strict_aliasing
=yes
13976 ac_cv_cflags__fno_strict_aliasing
=no
13978 rm -f core conftest.err conftest.
$ac_objext \
13979 conftest
$ac_exeext conftest.
$ac_ext
13980 CFLAGS
=$ac_wine_try_cflags_saved
13982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13983 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13984 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
13985 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13987 saved_CFLAGS
=$CFLAGS
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13989 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13990 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13991 $as_echo_n "(cached) " >&6
13993 ac_wine_try_cflags_saved
=$CFLAGS
13994 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13995 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13996 /* end confdefs.h. */
13997 int main(int argc, char **argv) { return 0; }
13999 if ac_fn_c_try_link
"$LINENO"; then :
14000 ac_cv_cflags__Werror_unknown_warning_option
=yes
14002 ac_cv_cflags__Werror_unknown_warning_option
=no
14004 rm -f core conftest.err conftest.
$ac_objext \
14005 conftest
$ac_exeext conftest.
$ac_ext
14006 CFLAGS
=$ac_wine_try_cflags_saved
14008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14009 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14010 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14011 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14014 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14015 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14016 $as_echo_n "(cached) " >&6
14018 ac_wine_try_cflags_saved
=$CFLAGS
14019 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14020 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14021 /* end confdefs.h. */
14022 int main(int argc, char **argv) { return 0; }
14024 if ac_fn_c_try_link
"$LINENO"; then :
14025 ac_cv_cflags__Wdeclaration_after_statement
=yes
14027 ac_cv_cflags__Wdeclaration_after_statement
=no
14029 rm -f core conftest.err conftest.
$ac_objext \
14030 conftest
$ac_exeext conftest.
$ac_ext
14031 CFLAGS
=$ac_wine_try_cflags_saved
14033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14034 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14035 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14036 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14039 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14040 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14041 $as_echo_n "(cached) " >&6
14043 ac_wine_try_cflags_saved
=$CFLAGS
14044 CFLAGS
="$CFLAGS -Wempty-body"
14045 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14046 /* end confdefs.h. */
14047 int main(int argc, char **argv) { return 0; }
14049 if ac_fn_c_try_link
"$LINENO"; then :
14050 ac_cv_cflags__Wempty_body
=yes
14052 ac_cv_cflags__Wempty_body
=no
14054 rm -f core conftest.err conftest.
$ac_objext \
14055 conftest
$ac_exeext conftest.
$ac_ext
14056 CFLAGS
=$ac_wine_try_cflags_saved
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14059 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14060 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14061 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14064 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14065 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14066 $as_echo_n "(cached) " >&6
14068 ac_wine_try_cflags_saved
=$CFLAGS
14069 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14071 /* end confdefs.h. */
14072 int main(int argc, char **argv) { return 0; }
14074 if ac_fn_c_try_link
"$LINENO"; then :
14075 ac_cv_cflags__Wignored_qualifiers
=yes
14077 ac_cv_cflags__Wignored_qualifiers
=no
14079 rm -f core conftest.err conftest.
$ac_objext \
14080 conftest
$ac_exeext conftest.
$ac_ext
14081 CFLAGS
=$ac_wine_try_cflags_saved
14083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14084 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14085 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14086 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14089 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14090 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14091 $as_echo_n "(cached) " >&6
14093 ac_wine_try_cflags_saved
=$CFLAGS
14094 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14095 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14096 /* end confdefs.h. */
14097 int main(int argc, char **argv) { return 0; }
14099 if ac_fn_c_try_link
"$LINENO"; then :
14100 ac_cv_cflags__Wstrict_prototypes
=yes
14102 ac_cv_cflags__Wstrict_prototypes
=no
14104 rm -f core conftest.err conftest.
$ac_objext \
14105 conftest
$ac_exeext conftest.
$ac_ext
14106 CFLAGS
=$ac_wine_try_cflags_saved
14108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14109 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14110 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14111 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14114 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14115 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14116 $as_echo_n "(cached) " >&6
14118 ac_wine_try_cflags_saved
=$CFLAGS
14119 CFLAGS
="$CFLAGS -Wtype-limits"
14120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14121 /* end confdefs.h. */
14122 int main(int argc, char **argv) { return 0; }
14124 if ac_fn_c_try_link
"$LINENO"; then :
14125 ac_cv_cflags__Wtype_limits
=yes
14127 ac_cv_cflags__Wtype_limits
=no
14129 rm -f core conftest.err conftest.
$ac_objext \
14130 conftest
$ac_exeext conftest.
$ac_ext
14131 CFLAGS
=$ac_wine_try_cflags_saved
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14134 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14135 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14136 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14139 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14140 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14141 $as_echo_n "(cached) " >&6
14143 ac_wine_try_cflags_saved
=$CFLAGS
14144 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14146 /* end confdefs.h. */
14147 int main(int argc, char **argv) { return 0; }
14149 if ac_fn_c_try_link
"$LINENO"; then :
14150 ac_cv_cflags__Wunused_but_set_parameter
=yes
14152 ac_cv_cflags__Wunused_but_set_parameter
=no
14154 rm -f core conftest.err conftest.
$ac_objext \
14155 conftest
$ac_exeext conftest.
$ac_ext
14156 CFLAGS
=$ac_wine_try_cflags_saved
14158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14159 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14160 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14161 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14164 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14165 if ${ac_cv_cflags__Wvla+:} false
; then :
14166 $as_echo_n "(cached) " >&6
14168 ac_wine_try_cflags_saved
=$CFLAGS
14169 CFLAGS
="$CFLAGS -Wvla"
14170 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14171 /* end confdefs.h. */
14172 int main(int argc, char **argv) { return 0; }
14174 if ac_fn_c_try_link
"$LINENO"; then :
14175 ac_cv_cflags__Wvla
=yes
14177 ac_cv_cflags__Wvla
=no
14179 rm -f core conftest.err conftest.
$ac_objext \
14180 conftest
$ac_exeext conftest.
$ac_ext
14181 CFLAGS
=$ac_wine_try_cflags_saved
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14184 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14185 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14186 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14189 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14190 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14191 $as_echo_n "(cached) " >&6
14193 ac_wine_try_cflags_saved
=$CFLAGS
14194 CFLAGS
="$CFLAGS -Wwrite-strings"
14195 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14196 /* end confdefs.h. */
14197 int main(int argc, char **argv) { return 0; }
14199 if ac_fn_c_try_link
"$LINENO"; then :
14200 ac_cv_cflags__Wwrite_strings
=yes
14202 ac_cv_cflags__Wwrite_strings
=no
14204 rm -f core conftest.err conftest.
$ac_objext \
14205 conftest
$ac_exeext conftest.
$ac_ext
14206 CFLAGS
=$ac_wine_try_cflags_saved
14208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14209 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14210 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14211 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14215 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14216 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14217 $as_echo_n "(cached) " >&6
14219 ac_wine_try_cflags_saved
=$CFLAGS
14220 CFLAGS
="$CFLAGS -Wpointer-arith"
14221 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14222 /* end confdefs.h. */
14223 int main(int argc, char **argv) { return 0; }
14225 if ac_fn_c_try_link
"$LINENO"; then :
14226 ac_cv_cflags__Wpointer_arith
=yes
14228 ac_cv_cflags__Wpointer_arith
=no
14230 rm -f core conftest.err conftest.
$ac_objext \
14231 conftest
$ac_exeext conftest.
$ac_ext
14232 CFLAGS
=$ac_wine_try_cflags_saved
14234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14235 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14236 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14237 saved_string_h_CFLAGS
=$CFLAGS
14238 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14240 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14241 if ${ac_cv_c_string_h_warnings+:} false
; then :
14242 $as_echo_n "(cached) " >&6
14244 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 #include <string.h>
14255 if ac_fn_c_try_compile
"$LINENO"; then :
14256 ac_cv_c_string_h_warnings
=no
14258 ac_cv_c_string_h_warnings
=yes
14260 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14263 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14264 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14265 CFLAGS
=$saved_string_h_CFLAGS
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14269 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14270 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14271 $as_echo_n "(cached) " >&6
14273 ac_wine_try_cflags_saved
=$CFLAGS
14274 CFLAGS
="$CFLAGS -Wlogical-op"
14275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14276 /* end confdefs.h. */
14277 int main(int argc, char **argv) { return 0; }
14279 if ac_fn_c_try_link
"$LINENO"; then :
14280 ac_cv_cflags__Wlogical_op
=yes
14282 ac_cv_cflags__Wlogical_op
=no
14284 rm -f core conftest.err conftest.
$ac_objext \
14285 conftest
$ac_exeext conftest.
$ac_ext
14286 CFLAGS
=$ac_wine_try_cflags_saved
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14289 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14290 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14291 saved_string_h_CFLAGS
=$CFLAGS
14292 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14294 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14295 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14296 $as_echo_n "(cached) " >&6
14298 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14299 /* end confdefs.h. */
14300 #include <string.h>
14301 char*f(const char *h,char n) {return strchr(h,n);}
14310 if ac_fn_c_try_compile
"$LINENO"; then :
14311 ac_cv_c_logicalop_noisy
=no
14313 ac_cv_c_logicalop_noisy
=yes
14315 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14318 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14319 CFLAGS
=$saved_string_h_CFLAGS
14320 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14323 CFLAGS
=$saved_CFLAGS
14325 for ac_flag
in $CFLAGS; do
14327 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14328 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14329 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14330 $as_echo_n "(cached) " >&6
14332 ac_wine_try_cflags_saved
=$CFLAGS
14333 CFLAGS
="$CFLAGS -gdwarf-2"
14334 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14335 /* end confdefs.h. */
14336 int main(int argc, char **argv) { return 0; }
14338 if ac_fn_c_try_link
"$LINENO"; then :
14339 ac_cv_cflags__gdwarf_2
=yes
14341 ac_cv_cflags__gdwarf_2
=no
14343 rm -f core conftest.err conftest.
$ac_objext \
14344 conftest
$ac_exeext conftest.
$ac_ext
14345 CFLAGS
=$ac_wine_try_cflags_saved
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14348 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14349 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14350 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14353 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14354 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14355 $as_echo_n "(cached) " >&6
14357 ac_wine_try_cflags_saved
=$CFLAGS
14358 CFLAGS
="$CFLAGS -gstrict-dwarf"
14359 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14360 /* end confdefs.h. */
14361 int main(int argc, char **argv) { return 0; }
14363 if ac_fn_c_try_link
"$LINENO"; then :
14364 ac_cv_cflags__gstrict_dwarf
=yes
14366 ac_cv_cflags__gstrict_dwarf
=no
14368 rm -f core conftest.err conftest.
$ac_objext \
14369 conftest
$ac_exeext conftest.
$ac_ext
14370 CFLAGS
=$ac_wine_try_cflags_saved
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14373 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14374 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14375 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14381 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14382 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14383 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14384 $as_echo_n "(cached) " >&6
14386 ac_wine_try_cflags_saved
=$CFLAGS
14387 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14389 /* end confdefs.h. */
14390 int main(int argc, char **argv) { return 0; }
14392 if ac_fn_c_try_link
"$LINENO"; then :
14393 ac_cv_cflags__fno_omit_frame_pointer
=yes
14395 ac_cv_cflags__fno_omit_frame_pointer
=no
14397 rm -f core conftest.err conftest.
$ac_objext \
14398 conftest
$ac_exeext conftest.
$ac_ext
14399 CFLAGS
=$ac_wine_try_cflags_saved
14401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14402 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14403 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14404 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14409 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14410 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14411 if ${ac_cv_cflags__Wno_format+:} false
; then :
14412 $as_echo_n "(cached) " >&6
14414 ac_wine_try_cflags_saved
=$CFLAGS
14415 CFLAGS
="$CFLAGS -Wno-format"
14416 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14417 /* end confdefs.h. */
14418 int main(int argc, char **argv) { return 0; }
14420 if ac_fn_c_try_link
"$LINENO"; then :
14421 ac_cv_cflags__Wno_format
=yes
14423 ac_cv_cflags__Wno_format
=no
14425 rm -f core conftest.err conftest.
$ac_objext \
14426 conftest
$ac_exeext conftest.
$ac_ext
14427 CFLAGS
=$ac_wine_try_cflags_saved
14429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14430 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14431 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14432 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14436 if test "x$enable_maintainer_mode" = "xyes"
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14439 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14440 if ${ac_cv_cflags__Werror+:} false
; then :
14441 $as_echo_n "(cached) " >&6
14443 ac_wine_try_cflags_saved
=$CFLAGS
14444 CFLAGS
="$CFLAGS -Werror"
14445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14446 /* end confdefs.h. */
14447 int main(int argc, char **argv) { return 0; }
14449 if ac_fn_c_try_link
"$LINENO"; then :
14450 ac_cv_cflags__Werror
=yes
14452 ac_cv_cflags__Werror
=no
14454 rm -f core conftest.err conftest.
$ac_objext \
14455 conftest
$ac_exeext conftest.
$ac_ext
14456 CFLAGS
=$ac_wine_try_cflags_saved
14458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14459 $as_echo "$ac_cv_cflags__Werror" >&6; }
14460 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14461 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14465 saved_CFLAGS
="$CFLAGS"
14466 CFLAGS
="$CFLAGS -Werror"
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14468 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14469 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14470 $as_echo_n "(cached) " >&6
14472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14473 /* end confdefs.h. */
14474 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14483 if ac_fn_c_try_compile
"$LINENO"; then :
14484 ac_cv_have_ms_hook_prologue
="yes"
14486 ac_cv_have_ms_hook_prologue
="no"
14488 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14491 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14492 CFLAGS
="$saved_CFLAGS"
14493 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14496 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14499 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14506 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14507 if ${ac_cv_c_fortify_enabled+:} false
; then :
14508 $as_echo_n "(cached) " >&6
14510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14511 /* end confdefs.h. */
14512 #include <string.h>
14516 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14517 #error Fortify enabled
14523 if ac_fn_c_try_compile
"$LINENO"; then :
14524 ac_cv_c_fortify_enabled
=no
14526 ac_cv_c_fortify_enabled
=yes
14528 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14531 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14532 if test "$ac_cv_c_fortify_enabled" = yes
14534 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14539 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14540 if ${ac_cv_c_extern_prefix+:} false
; then :
14541 $as_echo_n "(cached) " >&6
14543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14544 /* end confdefs.h. */
14545 extern int ac_test;
14549 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14554 if ac_fn_c_try_link
"$LINENO"; then :
14555 ac_cv_c_extern_prefix
="yes"
14557 ac_cv_c_extern_prefix
="no"
14559 rm -f core conftest.err conftest.
$ac_objext \
14560 conftest
$ac_exeext conftest.
$ac_ext
14562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14563 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14568 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14569 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14570 $as_echo_n "(cached) " >&6
14572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14573 /* end confdefs.h. */
14575 #define __stdcall __attribute__((__stdcall__))
14577 int __stdcall ac_test(int i) { return i; }
14581 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14586 if ac_fn_c_try_link
"$LINENO"; then :
14587 ac_cv_c_stdcall_suffix
="yes"
14589 ac_cv_c_stdcall_suffix
="no"
14591 rm -f core conftest.err conftest.
$ac_objext \
14592 conftest
$ac_exeext conftest.
$ac_ext
14594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14595 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14596 *) ac_cv_c_stdcall_suffix
="no" ;;
14600 if test "$ac_cv_c_extern_prefix" = "yes"
14602 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14604 asm_name_prefix
="_"
14606 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14612 if test "$ac_cv_c_stdcall_suffix" = "yes"
14614 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14617 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14623 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14624 if ${ac_cv_asm_func_def+:} false
; then :
14625 $as_echo_n "(cached) " >&6
14627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14628 /* end confdefs.h. */
14633 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14638 if ac_fn_c_try_link
"$LINENO"; then :
14639 ac_cv_asm_func_def
=".def"
14641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14642 /* end confdefs.h. */
14647 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14652 if ac_fn_c_try_link
"$LINENO"; then :
14653 ac_cv_asm_func_def
=".type @function"
14655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14656 /* end confdefs.h. */
14661 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14666 if ac_fn_c_try_link
"$LINENO"; then :
14667 ac_cv_asm_func_def
=".type 2"
14669 ac_cv_asm_func_def
="unknown"
14671 rm -f core conftest.err conftest.
$ac_objext \
14672 conftest
$ac_exeext conftest.
$ac_ext
14674 rm -f core conftest.err conftest.
$ac_objext \
14675 conftest
$ac_exeext conftest.
$ac_ext
14677 rm -f core conftest.err conftest.
$ac_objext \
14678 conftest
$ac_exeext conftest.
$ac_ext
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14681 $as_echo "$ac_cv_asm_func_def" >&6; }
14684 case "$ac_cv_asm_func_def" in
14686 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14688 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14690 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14692 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14694 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14696 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14698 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14700 asm_func_header
="" ;;
14703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14704 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14705 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14706 $as_echo_n "(cached) " >&6
14708 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14709 /* end confdefs.h. */
14710 asm(".text\n\t.long 0");
14719 if ac_fn_c_try_compile
"$LINENO"; then :
14720 ac_cv_c_asm_outside_funcs
="yes"
14722 ac_cv_c_asm_outside_funcs
="no"
14724 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14727 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14730 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14731 if ${ac_cv_c_dot_previous+:} false
; then :
14732 $as_echo_n "(cached) " >&6
14734 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14735 /* end confdefs.h. */
14740 asm(".text\nac_test:\t.long 0\n\t.previous");
14745 if ac_fn_c_try_link
"$LINENO"; then :
14746 ac_cv_c_dot_previous
="yes"
14748 ac_cv_c_dot_previous
="no"
14750 rm -f core conftest.err conftest.
$ac_objext \
14751 conftest
$ac_exeext conftest.
$ac_ext
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14754 $as_echo "$ac_cv_c_dot_previous" >&6; }
14756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14757 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14758 if ${ac_cv_c_cfi_support+:} false
; then :
14759 $as_echo_n "(cached) " >&6
14761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14762 /* end confdefs.h. */
14763 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14772 if ac_fn_c_try_compile
"$LINENO"; then :
14773 ac_cv_c_cfi_support
="yes"
14775 ac_cv_c_cfi_support
="no"
14777 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14780 $as_echo "$ac_cv_c_cfi_support" >&6; }
14782 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14783 asm_func_trailer
=""
14784 if test "$ac_cv_c_dot_previous" = "yes"
14786 asm_func_trailer
="\\n\\t.previous"
14788 if test "$ac_cv_c_cfi_support" = "yes"
14790 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14791 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14793 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14795 UNWINDFLAGS
=-fasynchronous-unwind-tables
14798 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14800 if test "x$enable_win64" = "xyes"
14802 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14806 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14809 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14811 cat >>confdefs.h
<<_ACEOF
14812 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14816 cat >>confdefs.h
<<_ACEOF
14817 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14822 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14825 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14830 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14837 *i
[3456789]86*|x86_64
*)
14838 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14839 loader_programs
="$loader_programs $wine_binary-preloader"
14840 as_fn_append LOADER_RULES
"
14841 $wine_binary-preloader: preloader.o
14842 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14844 install install-lib:: $wine_binary-preloader
14845 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14848 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14850 preloader_EXTRADEFS = $BUILTINFLAG
14855 as_fn_append LOADER_RULES
"
14856 PROGRAMS = $loader_programs
14860 ac_save_CFLAGS
="$CFLAGS"
14861 CFLAGS
="$CFLAGS $BUILTINFLAG"
14940 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14941 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14942 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14943 cat >>confdefs.h
<<_ACEOF
14944 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14950 CFLAGS
="$ac_save_CFLAGS"
14952 if test "$ac_cv_func_dlopen" = no
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14955 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14956 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14957 $as_echo_n "(cached) " >&6
14959 ac_check_lib_save_LIBS
=$LIBS
14961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14962 /* end confdefs.h. */
14964 /* Override any GCC internal prototype to avoid an error.
14965 Use char because int might match the return type of a GCC
14966 builtin and then its argument prototype would still apply. */
14979 if ac_fn_c_try_link
"$LINENO"; then :
14980 ac_cv_lib_dl_dlopen
=yes
14982 ac_cv_lib_dl_dlopen
=no
14984 rm -f core conftest.err conftest.
$ac_objext \
14985 conftest
$ac_exeext conftest.
$ac_ext
14986 LIBS
=$ac_check_lib_save_LIBS
14988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14989 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14990 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14991 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14997 ac_wine_check_funcs_save_LIBS
="$LIBS"
14998 LIBS
="$LIBS $DL_LIBS"
14999 for ac_func
in dladdr
15001 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15002 if test "x$ac_cv_func_dladdr" = xyes
; then :
15003 cat >>confdefs.h
<<_ACEOF
15004 #define HAVE_DLADDR 1
15010 LIBS
="$ac_wine_check_funcs_save_LIBS"
15012 if test "$ac_cv_func_poll" = no
15014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15015 $as_echo_n "checking for poll in -lpoll... " >&6; }
15016 if ${ac_cv_lib_poll_poll+:} false
; then :
15017 $as_echo_n "(cached) " >&6
15019 ac_check_lib_save_LIBS
=$LIBS
15020 LIBS
="-lpoll $LIBS"
15021 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15022 /* end confdefs.h. */
15024 /* Override any GCC internal prototype to avoid an error.
15025 Use char because int might match the return type of a GCC
15026 builtin and then its argument prototype would still apply. */
15039 if ac_fn_c_try_link
"$LINENO"; then :
15040 ac_cv_lib_poll_poll
=yes
15042 ac_cv_lib_poll_poll
=no
15044 rm -f core conftest.err conftest.
$ac_objext \
15045 conftest
$ac_exeext conftest.
$ac_ext
15046 LIBS
=$ac_check_lib_save_LIBS
15048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15049 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15050 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15051 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15059 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15060 if ${ac_cv_search_gethostbyname+:} false
; then :
15061 $as_echo_n "(cached) " >&6
15063 ac_func_search_save_LIBS
=$LIBS
15064 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15065 /* end confdefs.h. */
15067 /* Override any GCC internal prototype to avoid an error.
15068 Use char because int might match the return type of a GCC
15069 builtin and then its argument prototype would still apply. */
15073 char gethostbyname ();
15077 return gethostbyname ();
15082 for ac_lib
in '' nsl
; do
15083 if test -z "$ac_lib"; then
15084 ac_res
="none required"
15087 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15089 if ac_fn_c_try_link
"$LINENO"; then :
15090 ac_cv_search_gethostbyname
=$ac_res
15092 rm -f core conftest.err conftest.
$ac_objext \
15094 if ${ac_cv_search_gethostbyname+:} false
; then :
15098 if ${ac_cv_search_gethostbyname+:} false
; then :
15101 ac_cv_search_gethostbyname
=no
15103 rm conftest.
$ac_ext
15104 LIBS
=$ac_func_search_save_LIBS
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15107 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15108 ac_res
=$ac_cv_search_gethostbyname
15109 if test "$ac_res" != no
; then :
15110 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15116 $as_echo_n "checking for library containing connect... " >&6; }
15117 if ${ac_cv_search_connect+:} false
; then :
15118 $as_echo_n "(cached) " >&6
15120 ac_func_search_save_LIBS
=$LIBS
15121 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15122 /* end confdefs.h. */
15124 /* Override any GCC internal prototype to avoid an error.
15125 Use char because int might match the return type of a GCC
15126 builtin and then its argument prototype would still apply. */
15139 for ac_lib
in '' socket
; do
15140 if test -z "$ac_lib"; then
15141 ac_res
="none required"
15144 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15146 if ac_fn_c_try_link
"$LINENO"; then :
15147 ac_cv_search_connect
=$ac_res
15149 rm -f core conftest.err conftest.
$ac_objext \
15151 if ${ac_cv_search_connect+:} false
; then :
15155 if ${ac_cv_search_connect+:} false
; then :
15158 ac_cv_search_connect
=no
15160 rm conftest.
$ac_ext
15161 LIBS
=$ac_func_search_save_LIBS
15163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15164 $as_echo "$ac_cv_search_connect" >&6; }
15165 ac_res
=$ac_cv_search_connect
15166 if test "$ac_res" != no
; then :
15167 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15173 $as_echo_n "checking for library containing inet_aton... " >&6; }
15174 if ${ac_cv_search_inet_aton+:} false
; then :
15175 $as_echo_n "(cached) " >&6
15177 ac_func_search_save_LIBS
=$LIBS
15178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15179 /* end confdefs.h. */
15181 /* Override any GCC internal prototype to avoid an error.
15182 Use char because int might match the return type of a GCC
15183 builtin and then its argument prototype would still apply. */
15191 return inet_aton ();
15196 for ac_lib
in '' resolv
; do
15197 if test -z "$ac_lib"; then
15198 ac_res
="none required"
15201 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15203 if ac_fn_c_try_link
"$LINENO"; then :
15204 ac_cv_search_inet_aton
=$ac_res
15206 rm -f core conftest.err conftest.
$ac_objext \
15208 if ${ac_cv_search_inet_aton+:} false
; then :
15212 if ${ac_cv_search_inet_aton+:} false
; then :
15215 ac_cv_search_inet_aton
=no
15217 rm conftest.
$ac_ext
15218 LIBS
=$ac_func_search_save_LIBS
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15221 $as_echo "$ac_cv_search_inet_aton" >&6; }
15222 ac_res
=$ac_cv_search_inet_aton
15223 if test "$ac_res" != no
; then :
15224 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15244 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15245 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15246 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15247 cat >>confdefs.h
<<_ACEOF
15248 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15257 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15258 if ${ac_cv_search_clock_gettime+:} false
; then :
15259 $as_echo_n "(cached) " >&6
15261 ac_func_search_save_LIBS
=$LIBS
15262 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15263 /* end confdefs.h. */
15265 /* Override any GCC internal prototype to avoid an error.
15266 Use char because int might match the return type of a GCC
15267 builtin and then its argument prototype would still apply. */
15271 char clock_gettime ();
15275 return clock_gettime ();
15280 for ac_lib
in '' rt
; do
15281 if test -z "$ac_lib"; then
15282 ac_res
="none required"
15285 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15287 if ac_fn_c_try_link
"$LINENO"; then :
15288 ac_cv_search_clock_gettime
=$ac_res
15290 rm -f core conftest.err conftest.
$ac_objext \
15292 if ${ac_cv_search_clock_gettime+:} false
; then :
15296 if ${ac_cv_search_clock_gettime+:} false
; then :
15299 ac_cv_search_clock_gettime
=no
15301 rm conftest.
$ac_ext
15302 LIBS
=$ac_func_search_save_LIBS
15304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15305 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15306 ac_res
=$ac_cv_search_clock_gettime
15307 if test "$ac_res" != no
; then :
15308 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15310 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15312 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15320 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15322 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15324 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15326 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15327 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15328 $as_echo_n "(cached) " >&6
15330 ac_check_lib_save_LIBS
=$LIBS
15331 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15333 /* end confdefs.h. */
15335 /* Override any GCC internal prototype to avoid an error.
15336 Use char because int might match the return type of a GCC
15337 builtin and then its argument prototype would still apply. */
15341 char ldap_initialize ();
15345 return ldap_initialize ();
15350 if ac_fn_c_try_link
"$LINENO"; then :
15351 ac_cv_lib_ldap_r_ldap_initialize
=yes
15353 ac_cv_lib_ldap_r_ldap_initialize
=no
15355 rm -f core conftest.err conftest.
$ac_objext \
15356 conftest
$ac_exeext conftest.
$ac_ext
15357 LIBS
=$ac_check_lib_save_LIBS
15359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15360 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15361 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15363 $as_echo_n "checking for ber_init in -llber... " >&6; }
15364 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15365 $as_echo_n "(cached) " >&6
15367 ac_check_lib_save_LIBS
=$LIBS
15368 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15370 /* end confdefs.h. */
15372 /* Override any GCC internal prototype to avoid an error.
15373 Use char because int might match the return type of a GCC
15374 builtin and then its argument prototype would still apply. */
15382 return ber_init ();
15387 if ac_fn_c_try_link
"$LINENO"; then :
15388 ac_cv_lib_lber_ber_init
=yes
15390 ac_cv_lib_lber_ber_init
=no
15392 rm -f core conftest.err conftest.
$ac_objext \
15393 conftest
$ac_exeext conftest.
$ac_ext
15394 LIBS
=$ac_check_lib_save_LIBS
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15397 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15398 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15400 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15402 LDAP_LIBS
="-lldap_r -llber"
15409 ac_wine_check_funcs_save_LIBS
="$LIBS"
15410 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15412 ldap_count_references \
15413 ldap_first_reference \
15414 ldap_next_reference \
15415 ldap_parse_reference \
15416 ldap_parse_sort_control \
15417 ldap_parse_sortresponse_control \
15418 ldap_parse_vlv_control \
15419 ldap_parse_vlvresponse_control
15421 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15422 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15423 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15424 cat >>confdefs.h
<<_ACEOF
15425 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15431 LIBS
="$ac_wine_check_funcs_save_LIBS"
15433 if test "x$LDAP_LIBS" = "x"; then :
15434 case "x$with_ldap" in
15435 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15437 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15438 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15443 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15444 if ${wine_cv_one_arg_mkdir+:} false
; then :
15445 $as_echo_n "(cached) " >&6
15447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15448 /* end confdefs.h. */
15449 #include <sys/stat.h>
15458 if ac_fn_c_try_compile
"$LINENO"; then :
15459 wine_cv_one_arg_mkdir
=yes
15461 wine_cv_one_arg_mkdir
=no
15463 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15466 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15467 if test "$wine_cv_one_arg_mkdir" = "yes"
15470 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15475 $as_echo_n "checking for sched_setaffinity... " >&6; }
15476 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15477 $as_echo_n "(cached) " >&6
15479 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15480 /* end confdefs.h. */
15481 #define _GNU_SOURCE
15486 sched_setaffinity(0, 0, 0);
15491 if ac_fn_c_try_link
"$LINENO"; then :
15492 wine_cv_have_sched_setaffinity
=yes
15494 wine_cv_have_sched_setaffinity
=no
15496 rm -f core conftest.err conftest.
$ac_objext \
15497 conftest
$ac_exeext conftest.
$ac_ext
15499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15500 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15501 if test "$wine_cv_have_sched_setaffinity" = "yes"
15504 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15509 $as_echo_n "checking for fallocate... " >&6; }
15510 if ${wine_cv_have_fallocate+:} false
; then :
15511 $as_echo_n "(cached) " >&6
15513 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15514 /* end confdefs.h. */
15515 #define _GNU_SOURCE
15520 fallocate(-1, 0, 0, 0);
15525 if ac_fn_c_try_link
"$LINENO"; then :
15526 wine_cv_have_fallocate
=yes
15528 wine_cv_have_fallocate
=no
15530 rm -f core conftest.err conftest.
$ac_objext \
15531 conftest
$ac_exeext conftest.
$ac_ext
15533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15534 $as_echo "$wine_cv_have_fallocate" >&6; }
15535 if test "$wine_cv_have_fallocate" = "yes"
15538 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15544 $as_echo_n "checking for inline... " >&6; }
15545 if ${ac_cv_c_inline+:} false
; then :
15546 $as_echo_n "(cached) " >&6
15549 for ac_kw
in inline __inline__ __inline
; do
15550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15551 /* end confdefs.h. */
15552 #ifndef __cplusplus
15554 static $ac_kw foo_t static_foo () {return 0; }
15555 $ac_kw foo_t foo () {return 0; }
15559 if ac_fn_c_try_compile
"$LINENO"; then :
15560 ac_cv_c_inline
=$ac_kw
15562 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15563 test "$ac_cv_c_inline" != no
&& break
15567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15568 $as_echo "$ac_cv_c_inline" >&6; }
15570 case $ac_cv_c_inline in
15573 case $ac_cv_c_inline in
15575 *) ac_val
=$ac_cv_c_inline;;
15577 cat >>confdefs.h
<<_ACEOF
15578 #ifndef __cplusplus
15579 #define inline $ac_val
15585 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15586 if test "x$ac_cv_type_mode_t" = xyes
; then :
15588 cat >>confdefs.h
<<_ACEOF
15589 #define HAVE_MODE_T 1
15594 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15595 if test "x$ac_cv_type_off_t" = xyes
; then :
15597 cat >>confdefs.h
<<_ACEOF
15598 #define HAVE_OFF_T 1
15603 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15604 if test "x$ac_cv_type_pid_t" = xyes
; then :
15606 cat >>confdefs.h
<<_ACEOF
15607 #define HAVE_PID_T 1
15612 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15613 if test "x$ac_cv_type_size_t" = xyes
; then :
15615 cat >>confdefs.h
<<_ACEOF
15616 #define HAVE_SIZE_T 1
15621 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15622 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15624 cat >>confdefs.h
<<_ACEOF
15625 #define HAVE_SSIZE_T 1
15630 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15631 if test "x$ac_cv_type_long_long" = xyes
; then :
15633 cat >>confdefs.h
<<_ACEOF
15634 #define HAVE_LONG_LONG 1
15639 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15640 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15642 cat >>confdefs.h
<<_ACEOF
15643 #define HAVE_FSBLKCNT_T 1
15648 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15649 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15651 cat >>confdefs.h
<<_ACEOF
15652 #define HAVE_FSFILCNT_T 1
15658 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15659 #include <signal.h>
15661 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15663 cat >>confdefs.h
<<_ACEOF
15664 #define HAVE_SIGSET_T 1
15670 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15672 if test "x$ac_cv_type_request_sense" = xyes
; then :
15674 cat >>confdefs.h
<<_ACEOF
15675 #define HAVE_REQUEST_SENSE 1
15682 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15683 #ifdef HAVE_SYS_SOCKET_H
15684 #include <sys/socket.h>
15686 #ifdef HAVE_SYS_SOCKETVAR_H
15687 #include <sys/socketvar.h>
15689 #ifdef HAVE_NET_ROUTE_H
15690 #include <net/route.h>
15692 #ifdef HAVE_NETINET_IN_H
15693 #include <netinet/in.h>
15695 #ifdef HAVE_NETINET_IN_SYSTM_H
15696 #include <netinet/in_systm.h>
15698 #ifdef HAVE_NETINET_IP_H
15699 #include <netinet/ip.h>
15701 #ifdef HAVE_NETINET_IN_PCB_H
15702 #include <netinet/in_pcb.h>
15705 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15707 cat >>confdefs.h
<<_ACEOF
15708 #define HAVE_STRUCT_XINPGEN 1
15715 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15718 #ifdef HAVE_SYS_LINK_H
15719 #include <sys/link.h>
15722 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15724 cat >>confdefs.h
<<_ACEOF
15725 #define HAVE_STRUCT_R_DEBUG 1
15730 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15733 #ifdef HAVE_SYS_LINK_H
15734 #include <sys/link.h>
15737 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15739 cat >>confdefs.h
<<_ACEOF
15740 #define HAVE_STRUCT_LINK_MAP 1
15747 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15748 #include <linux/input.h>
15751 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15753 cat >>confdefs.h
<<_ACEOF
15754 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15762 $as_echo_n "checking for sigaddset... " >&6; }
15763 if ${wine_cv_have_sigaddset+:} false
; then :
15764 $as_echo_n "(cached) " >&6
15766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15767 /* end confdefs.h. */
15768 #include <signal.h>
15772 sigset_t set; sigaddset(&set,SIGTERM);
15777 if ac_fn_c_try_link
"$LINENO"; then :
15778 wine_cv_have_sigaddset
=yes
15780 wine_cv_have_sigaddset
=no
15782 rm -f core conftest.err conftest.
$ac_objext \
15783 conftest
$ac_exeext conftest.
$ac_ext
15785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15786 $as_echo "$wine_cv_have_sigaddset" >&6; }
15787 if test "$wine_cv_have_sigaddset" = "yes"
15790 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15796 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15797 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15798 $as_echo_n "(cached) " >&6
15800 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15801 /* end confdefs.h. */
15809 struct hostent *result;
15816 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15817 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15823 if ac_fn_c_try_link
"$LINENO"; then :
15824 wine_cv_linux_gethostbyname_r_6
=yes
15826 wine_cv_linux_gethostbyname_r_6
=no
15829 rm -f core conftest.err conftest.
$ac_objext \
15830 conftest
$ac_exeext conftest.
$ac_ext
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15834 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15835 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15838 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15842 if test "$ac_cv_header_linux_joystick_h" = "yes"
15844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15845 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15846 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15847 $as_echo_n "(cached) " >&6
15849 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15850 /* end confdefs.h. */
15852 #include <sys/ioctl.h>
15853 #include <sys/types.h>
15854 #include <linux/joystick.h>
15856 struct js_event blub;
15857 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15858 #error "no 2.2 header"
15869 if ac_fn_c_try_compile
"$LINENO"; then :
15870 wine_cv_linux_joystick_22_api
=yes
15872 wine_cv_linux_joystick_22_api
=no
15874 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15878 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15879 if test "$wine_cv_linux_joystick_22_api" = "yes"
15882 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15888 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15889 #ifdef HAVE_SYS_PARAM_H
15890 # include <sys/param.h>
15892 #ifdef HAVE_SYS_MOUNT_H
15893 # include <sys/mount.h>
15895 #ifdef HAVE_SYS_VFS_H
15896 # include <sys/vfs.h>
15898 #ifdef HAVE_SYS_STATFS_H
15899 # include <sys/statfs.h>
15902 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15904 cat >>confdefs.h
<<_ACEOF
15905 #define HAVE_STRUCT_STATFS_F_BFREE 1
15910 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15911 #ifdef HAVE_SYS_PARAM_H
15912 # include <sys/param.h>
15914 #ifdef HAVE_SYS_MOUNT_H
15915 # include <sys/mount.h>
15917 #ifdef HAVE_SYS_VFS_H
15918 # include <sys/vfs.h>
15920 #ifdef HAVE_SYS_STATFS_H
15921 # include <sys/statfs.h>
15924 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15926 cat >>confdefs.h
<<_ACEOF
15927 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15932 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15933 #ifdef HAVE_SYS_PARAM_H
15934 # include <sys/param.h>
15936 #ifdef HAVE_SYS_MOUNT_H
15937 # include <sys/mount.h>
15939 #ifdef HAVE_SYS_VFS_H
15940 # include <sys/vfs.h>
15942 #ifdef HAVE_SYS_STATFS_H
15943 # include <sys/statfs.h>
15946 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15948 cat >>confdefs.h
<<_ACEOF
15949 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15954 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15955 #ifdef HAVE_SYS_PARAM_H
15956 # include <sys/param.h>
15958 #ifdef HAVE_SYS_MOUNT_H
15959 # include <sys/mount.h>
15961 #ifdef HAVE_SYS_VFS_H
15962 # include <sys/vfs.h>
15964 #ifdef HAVE_SYS_STATFS_H
15965 # include <sys/statfs.h>
15968 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15970 cat >>confdefs.h
<<_ACEOF
15971 #define HAVE_STRUCT_STATFS_F_FFREE 1
15976 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15977 #ifdef HAVE_SYS_PARAM_H
15978 # include <sys/param.h>
15980 #ifdef HAVE_SYS_MOUNT_H
15981 # include <sys/mount.h>
15983 #ifdef HAVE_SYS_VFS_H
15984 # include <sys/vfs.h>
15986 #ifdef HAVE_SYS_STATFS_H
15987 # include <sys/statfs.h>
15990 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15992 cat >>confdefs.h
<<_ACEOF
15993 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15998 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15999 #ifdef HAVE_SYS_PARAM_H
16000 # include <sys/param.h>
16002 #ifdef HAVE_SYS_MOUNT_H
16003 # include <sys/mount.h>
16005 #ifdef HAVE_SYS_VFS_H
16006 # include <sys/vfs.h>
16008 #ifdef HAVE_SYS_STATFS_H
16009 # include <sys/statfs.h>
16012 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16014 cat >>confdefs.h
<<_ACEOF
16015 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16022 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16023 #include <sys/statvfs.h>
16026 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16028 cat >>confdefs.h
<<_ACEOF
16029 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16036 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16037 #include <dirent.h>
16040 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16042 cat >>confdefs.h
<<_ACEOF
16043 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16050 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16051 #ifdef HAVE_SYS_SOCKET_H
16052 # include <sys/socket.h>
16054 #ifdef HAVE_SYS_UN_H
16055 # include <sys/un.h>
16058 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16060 cat >>confdefs.h
<<_ACEOF
16061 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16066 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16067 #ifdef HAVE_SYS_SOCKET_H
16068 # include <sys/socket.h>
16070 #ifdef HAVE_SYS_UN_H
16071 # include <sys/un.h>
16074 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16076 cat >>confdefs.h
<<_ACEOF
16077 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16082 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16083 #ifdef HAVE_SYS_SOCKET_H
16084 # include <sys/socket.h>
16086 #ifdef HAVE_SYS_UN_H
16087 # include <sys/un.h>
16090 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16092 cat >>confdefs.h
<<_ACEOF
16093 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16100 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16101 #ifdef HAVE_SCSI_SG_H
16102 #include <scsi/sg.h>
16105 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16107 cat >>confdefs.h
<<_ACEOF
16108 #define HAVE_SCSIREQ_T_CMD 1
16113 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>
16114 #ifdef HAVE_SCSI_SG_H
16115 #include <scsi/sg.h>
16118 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16120 cat >>confdefs.h
<<_ACEOF
16121 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16128 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16130 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16132 cat >>confdefs.h
<<_ACEOF
16133 #define HAVE_SIGINFO_T_SI_FD 1
16140 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16141 #ifdef HAVE_SYS_MTIO_H
16142 #include <sys/mtio.h>
16145 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16147 cat >>confdefs.h
<<_ACEOF
16148 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16153 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16154 #ifdef HAVE_SYS_MTIO_H
16155 #include <sys/mtio.h>
16158 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16160 cat >>confdefs.h
<<_ACEOF
16161 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16166 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16167 #ifdef HAVE_SYS_MTIO_H
16168 #include <sys/mtio.h>
16171 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16173 cat >>confdefs.h
<<_ACEOF
16174 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16181 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16182 #include <getopt.h>
16185 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16187 cat >>confdefs.h
<<_ACEOF
16188 #define HAVE_STRUCT_OPTION_NAME 1
16195 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16196 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16198 cat >>confdefs.h
<<_ACEOF
16199 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16204 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16205 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16207 cat >>confdefs.h
<<_ACEOF
16208 #define HAVE_STRUCT_STAT_ST_MTIM 1
16213 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16214 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16216 cat >>confdefs.h
<<_ACEOF
16217 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16222 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16223 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16225 cat >>confdefs.h
<<_ACEOF
16226 #define HAVE_STRUCT_STAT_ST_CTIM 1
16231 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16232 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16234 cat >>confdefs.h
<<_ACEOF
16235 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16240 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16241 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16243 cat >>confdefs.h
<<_ACEOF
16244 #define HAVE_STRUCT_STAT_ST_ATIM 1
16249 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16250 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16252 cat >>confdefs.h
<<_ACEOF
16253 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16258 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16259 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16261 cat >>confdefs.h
<<_ACEOF
16262 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16267 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16268 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16270 cat >>confdefs.h
<<_ACEOF
16271 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16276 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16277 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16279 cat >>confdefs.h
<<_ACEOF
16280 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16285 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16286 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16288 cat >>confdefs.h
<<_ACEOF
16289 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16294 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16295 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16297 cat >>confdefs.h
<<_ACEOF
16298 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16305 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
16306 #include <sys/types.h>
16308 #ifdef HAVE_NETINET_IN_H
16309 #include <netinet/in.h>
16312 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16314 cat >>confdefs.h
<<_ACEOF
16315 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16322 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16323 #include <resolv.h>
16326 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16328 cat >>confdefs.h
<<_ACEOF
16329 #define HAVE_STRUCT___RES_STATE 1
16336 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
16337 #include <resolv.h>
16340 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16342 cat >>confdefs.h
<<_ACEOF
16343 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16350 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16351 #include <sys/types.h>
16353 #ifdef HAVE_NETINET_IN_H
16354 # include <netinet/in.h>
16356 #ifdef HAVE_ARPA_NAMESER_H
16357 # include <arpa/nameser.h>
16360 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16362 cat >>confdefs.h
<<_ACEOF
16363 #define HAVE_NS_MSG__MSG_PTR 1
16370 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16371 #include <sys/types.h>
16373 #ifdef HAVE_NETINET_IP_H
16374 #include <netinet/ip.h>
16376 #ifdef HAVE_NETINET_IP_ICMP_H
16377 #include <netinet/ip_icmp.h>
16379 #ifdef HAVE_NETINET_ICMP_VAR_H
16380 #include <netinet/icmp_var.h>
16383 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16385 cat >>confdefs.h
<<_ACEOF
16386 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16393 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16394 #include <sys/types.h>
16396 #ifdef HAVE_ALIAS_H
16399 #ifdef HAVE_SYS_SOCKET_H
16400 #include <sys/socket.h>
16402 #ifdef HAVE_SYS_SOCKETVAR_H
16403 #include <sys/socketvar.h>
16405 #ifdef HAVE_SYS_TIMEOUT_H
16406 #include <sys/timeout.h>
16408 #ifdef HAVE_NETINET_IN_H
16409 #include <netinet/in.h>
16411 #ifdef HAVE_NETINET_IN_SYSTM_H
16412 #include <netinet/in_systm.h>
16414 #ifdef HAVE_NETINET_IP_H
16415 #include <netinet/ip.h>
16417 #ifdef HAVE_NETINET_IP_VAR_H
16418 #include <netinet/ip_var.h>
16420 #ifdef HAVE_NETINET_IP_ICMP_H
16421 #include <netinet/ip_icmp.h>
16423 #ifdef HAVE_NETINET_ICMP_VAR_H
16424 #include <netinet/icmp_var.h>
16427 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16429 cat >>confdefs.h
<<_ACEOF
16430 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16437 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16438 #include <sys/types.h>
16440 #ifdef HAVE_SYS_SOCKETVAR_H
16441 #include <sys/socketvar.h>
16443 #ifdef HAVE_NETINET_IN_H
16444 #include <netinet/in.h>
16446 #ifdef HAVE_NETINET_IP_VAR_H
16447 #include <netinet/ip_var.h>
16450 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16452 cat >>confdefs.h
<<_ACEOF
16453 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16460 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
16461 #include <netinet/ip_var.h>
16464 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16466 cat >>confdefs.h
<<_ACEOF
16467 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16474 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16475 #include <sys/types.h>
16477 #ifdef HAVE_SYS_SOCKETVAR_H
16478 #include <sys/socketvar.h>
16480 #ifdef HAVE_NETINET_IN_H
16481 #include <netinet/in.h>
16483 #ifdef HAVE_NETINET_TCP_H
16484 #include <netinet/tcp.h>
16486 #ifdef HAVE_NETINET_TCP_VAR_H
16487 #include <netinet/tcp_var.h>
16490 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16492 cat >>confdefs.h
<<_ACEOF
16493 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16500 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
16501 #include <netinet/tcp_var.h>
16504 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16506 cat >>confdefs.h
<<_ACEOF
16507 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16514 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16515 #include <sys/types.h>
16517 #ifdef HAVE_NETINET_IN_H
16518 #include <netinet/in.h>
16520 #ifdef HAVE_NETINET_IP_VAR_H
16521 #include <netinet/ip_var.h>
16523 #ifdef HAVE_NETINET_UDP_H
16524 #include <netinet/udp.h>
16526 #ifdef HAVE_NETINET_UDP_VAR_H
16527 #include <netinet/udp_var.h>
16530 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16532 cat >>confdefs.h
<<_ACEOF
16533 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16540 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16541 #include <sys/types.h>
16543 #ifdef HAVE_NET_IF_H
16544 # include <net/if.h>
16547 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16549 cat >>confdefs.h
<<_ACEOF
16550 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16558 $as_echo_n "checking for timezone variable... " >&6; }
16559 if ${ac_cv_have_timezone+:} false
; then :
16560 $as_echo_n "(cached) " >&6
16562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16563 /* end confdefs.h. */
16573 if ac_fn_c_try_link
"$LINENO"; then :
16574 ac_cv_have_timezone
="yes"
16576 ac_cv_have_timezone
="no"
16578 rm -f core conftest.err conftest.
$ac_objext \
16579 conftest
$ac_exeext conftest.
$ac_ext
16581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16582 $as_echo "$ac_cv_have_timezone" >&6; }
16583 if test "$ac_cv_have_timezone" = "yes"
16586 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16590 $as_echo_n "checking for daylight variable... " >&6; }
16591 if ${ac_cv_have_daylight+:} false
; then :
16592 $as_echo_n "(cached) " >&6
16594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16595 /* end confdefs.h. */
16605 if ac_fn_c_try_link
"$LINENO"; then :
16606 ac_cv_have_daylight
="yes"
16608 ac_cv_have_daylight
="no"
16610 rm -f core conftest.err conftest.
$ac_objext \
16611 conftest
$ac_exeext conftest.
$ac_ext
16613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16614 $as_echo "$ac_cv_have_daylight" >&6; }
16615 if test "$ac_cv_have_daylight" = "yes"
16618 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16622 ac_save_LIBS
="$LIBS"
16624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16625 $as_echo_n "checking for isfinite... " >&6; }
16626 if ${ac_cv_have_isfinite+:} false
; then :
16627 $as_echo_n "(cached) " >&6
16629 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16630 /* end confdefs.h. */
16631 #define _GNU_SOURCE
16636 float f = 0.0; return isfinite(f)
16641 if ac_fn_c_try_link
"$LINENO"; then :
16642 ac_cv_have_isfinite
="yes"
16644 ac_cv_have_isfinite
="no"
16646 rm -f core conftest.err conftest.
$ac_objext \
16647 conftest
$ac_exeext conftest.
$ac_ext
16649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16650 $as_echo "$ac_cv_have_isfinite" >&6; }
16651 if test "$ac_cv_have_isfinite" = "yes"
16654 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16659 $as_echo_n "checking for isinf... " >&6; }
16660 if ${ac_cv_have_isinf+:} false
; then :
16661 $as_echo_n "(cached) " >&6
16663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16664 /* end confdefs.h. */
16669 float f = 0.0; return isinf(f)
16674 if ac_fn_c_try_link
"$LINENO"; then :
16675 ac_cv_have_isinf
="yes"
16677 ac_cv_have_isinf
="no"
16679 rm -f core conftest.err conftest.
$ac_objext \
16680 conftest
$ac_exeext conftest.
$ac_ext
16682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16683 $as_echo "$ac_cv_have_isinf" >&6; }
16684 if test "$ac_cv_have_isinf" = "yes"
16687 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16692 $as_echo_n "checking for isnan... " >&6; }
16693 if ${ac_cv_have_isnan+:} false
; then :
16694 $as_echo_n "(cached) " >&6
16696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16697 /* end confdefs.h. */
16702 float f = 0.0; return isnan(f)
16707 if ac_fn_c_try_link
"$LINENO"; then :
16708 ac_cv_have_isnan
="yes"
16710 ac_cv_have_isnan
="no"
16712 rm -f core conftest.err conftest.
$ac_objext \
16713 conftest
$ac_exeext conftest.
$ac_ext
16715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16716 $as_echo "$ac_cv_have_isnan" >&6; }
16717 if test "$ac_cv_have_isnan" = "yes"
16720 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16749 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16750 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16751 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16752 cat >>confdefs.h
<<_ACEOF
16753 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16759 LIBS
="$ac_save_LIBS"
16761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16762 $as_echo_n "checking for __builtin_clz... " >&6; }
16763 if ${ac_cv_have___builtin_clz+:} false
; then :
16764 $as_echo_n "(cached) " >&6
16766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16767 /* end confdefs.h. */
16772 return __builtin_clz(1)
16777 if ac_fn_c_try_link
"$LINENO"; then :
16778 ac_cv_have___builtin_clz
="yes"
16780 ac_cv_have___builtin_clz
="no"
16782 rm -f core conftest.err conftest.
$ac_objext \
16783 conftest
$ac_exeext conftest.
$ac_ext
16785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16786 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16787 if test "$ac_cv_have___builtin_clz" = "yes"
16790 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16796 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16797 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16798 if ${ac_cv_cpp_def___i386__+:} false
; then :
16799 $as_echo_n "(cached) " >&6
16801 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16802 /* end confdefs.h. */
16807 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16808 $EGREP "yes" >/dev
/null
2>&1; then :
16809 ac_cv_cpp_def___i386__
=yes
16811 ac_cv_cpp_def___i386__
=no
16816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16817 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16818 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16819 CFLAGS
="$CFLAGS -D__i386__"
16820 LINTFLAGS
="$LINTFLAGS -D__i386__"
16822 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16823 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16824 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16825 $as_echo_n "(cached) " >&6
16827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16828 /* end confdefs.h. */
16833 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16834 $EGREP "yes" >/dev
/null
2>&1; then :
16835 ac_cv_cpp_def___x86_64__
=yes
16837 ac_cv_cpp_def___x86_64__
=no
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16843 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16844 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16845 CFLAGS
="$CFLAGS -D__x86_64__"
16846 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16848 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16849 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16850 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16851 $as_echo_n "(cached) " >&6
16853 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16854 /* end confdefs.h. */
16855 #ifndef __sparc64__
16859 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16860 $EGREP "yes" >/dev
/null
2>&1; then :
16861 ac_cv_cpp_def___sparc64__
=yes
16863 ac_cv_cpp_def___sparc64__
=no
16868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16869 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16870 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16871 CFLAGS
="$CFLAGS -D__sparc64__"
16872 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16874 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16875 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16876 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16877 $as_echo_n "(cached) " >&6
16879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16880 /* end confdefs.h. */
16885 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16886 $EGREP "yes" >/dev
/null
2>&1; then :
16887 ac_cv_cpp_def___sparc__
=yes
16889 ac_cv_cpp_def___sparc__
=no
16894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16895 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16896 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16897 CFLAGS
="$CFLAGS -D__sparc__"
16898 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16900 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16901 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16902 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16903 $as_echo_n "(cached) " >&6
16905 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16906 /* end confdefs.h. */
16907 #ifndef __powerpc64__
16911 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16912 $EGREP "yes" >/dev
/null
2>&1; then :
16913 ac_cv_cpp_def___powerpc64__
=yes
16915 ac_cv_cpp_def___powerpc64__
=no
16920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16921 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16922 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
16923 CFLAGS
="$CFLAGS -D__powerpc64__"
16924 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16926 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16927 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16928 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16929 $as_echo_n "(cached) " >&6
16931 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16932 /* end confdefs.h. */
16933 #ifndef __powerpc__
16937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16938 $EGREP "yes" >/dev
/null
2>&1; then :
16939 ac_cv_cpp_def___powerpc__
=yes
16941 ac_cv_cpp_def___powerpc__
=no
16946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16947 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16948 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
16949 CFLAGS
="$CFLAGS -D__powerpc__"
16950 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16952 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16953 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16954 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16955 $as_echo_n "(cached) " >&6
16957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16958 /* end confdefs.h. */
16959 #ifndef __aarch64__
16963 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16964 $EGREP "yes" >/dev
/null
2>&1; then :
16965 ac_cv_cpp_def___aarch64__
=yes
16967 ac_cv_cpp_def___aarch64__
=no
16972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16973 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16974 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
16975 CFLAGS
="$CFLAGS -D__aarch64__"
16976 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16978 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16979 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16980 if ${ac_cv_cpp_def___arm__+:} false
; then :
16981 $as_echo_n "(cached) " >&6
16983 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16984 /* end confdefs.h. */
16989 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16990 $EGREP "yes" >/dev
/null
2>&1; then :
16991 ac_cv_cpp_def___arm__
=yes
16993 ac_cv_cpp_def___arm__
=no
16998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16999 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17000 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17001 CFLAGS
="$CFLAGS -D__arm__"
17002 LINTFLAGS
="$LINTFLAGS -D__arm__"
17006 case $host_vendor in
17007 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17008 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17009 if ${ac_cv_cpp_def___sun__+:} false
; then :
17010 $as_echo_n "(cached) " >&6
17012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17013 /* end confdefs.h. */
17018 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17019 $EGREP "yes" >/dev
/null
2>&1; then :
17020 ac_cv_cpp_def___sun__
=yes
17022 ac_cv_cpp_def___sun__
=no
17027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17028 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17029 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17030 CFLAGS
="$CFLAGS -D__sun__"
17031 LINTFLAGS
="$LINTFLAGS -D__sun__"
17039 ac_config_commands
="$ac_config_commands include/stamp-h"
17041 $as_echo_n "creating Makefile rules..." >&6
17043 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17044 SOCKET_LIBS = $SOCKET_LIBS
17045 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17046 IOKIT_LIBS = $IOKIT_LIBS
17047 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17048 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17049 CORESERVICES_LIBS = $CORESERVICES_LIBS
17050 APPKIT_LIBS = $APPKIT_LIBS
17051 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17052 SECURITY_LIBS = $SECURITY_LIBS
17053 COREAUDIO_LIBS = $COREAUDIO_LIBS
17054 OPENAL_LIBS = $OPENAL_LIBS
17055 OPENCL_LIBS = $OPENCL_LIBS
17056 QUICKTIME_LIBS = $QUICKTIME_LIBS
17057 CARBON_LIBS = $CARBON_LIBS
17058 PTHREAD_LIBS = $PTHREAD_LIBS
17059 X_CFLAGS = $X_CFLAGS
17060 X_PRE_LIBS = $X_PRE_LIBS
17062 X_EXTRA_LIBS = $X_EXTRA_LIBS
17063 XML2_CFLAGS = $XML2_CFLAGS
17064 XML2_LIBS = $XML2_LIBS
17065 XSLT_CFLAGS = $XSLT_CFLAGS
17066 XSLT_LIBS = $XSLT_LIBS
17067 DBUS_CFLAGS = $DBUS_CFLAGS
17068 DBUS_LIBS = $DBUS_LIBS
17069 HAL_CFLAGS = $HAL_CFLAGS
17070 HAL_LIBS = $HAL_LIBS
17071 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17072 GNUTLS_LIBS = $GNUTLS_LIBS
17073 SANE_CFLAGS = $SANE_CFLAGS
17074 SANE_LIBS = $SANE_LIBS
17075 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17076 GPHOTO2_LIBS = $GPHOTO2_LIBS
17077 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17078 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17079 RESOLV_LIBS = $RESOLV_LIBS
17080 LCMS2_CFLAGS = $LCMS2_CFLAGS
17081 LCMS2_LIBS = $LCMS2_LIBS
17082 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17083 FREETYPE_LIBS = $FREETYPE_LIBS
17085 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17086 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17087 GSTREAMER_LIBS = $GSTREAMER_LIBS
17088 ALSA_LIBS = $ALSA_LIBS
17089 OSS4_CFLAGS = $OSS4_CFLAGS
17090 CAPI20_CFLAGS = $CAPI20_CFLAGS
17091 CAPI20_LIBS = $CAPI20_LIBS
17092 CUPS_CFLAGS = $CUPS_CFLAGS
17093 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17094 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17095 JPEG_CFLAGS = $JPEG_CFLAGS
17096 JPEG_LIBS = $JPEG_LIBS
17097 PNG_CFLAGS = $PNG_CFLAGS
17098 PNG_LIBS = $PNG_LIBS
17099 TIFF_CFLAGS = $TIFF_CFLAGS
17100 TIFF_LIBS = $TIFF_LIBS
17101 MPG123_CFLAGS = $MPG123_CFLAGS
17102 MPG123_LIBS = $MPG123_LIBS
17103 KSTAT_LIBS = $KSTAT_LIBS
17104 PROCSTAT_LIBS = $PROCSTAT_LIBS
17106 POLL_LIBS = $POLL_LIBS
17108 LDAP_LIBS = $LDAP_LIBS
17113 wine_fn_append_rule
"
17114 # Rules automatically generated by configure
17116 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17121 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17122 @./config.status Make.tmp Makefile"
17124 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17125 .gitignore: config.status
17126 @./config.status .gitignore"
17128 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17129 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17131 if test "x$enable_fonts" != xno
; then
17132 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17133 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17134 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17135 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17136 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf
17138 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17139 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17140 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17141 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17142 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17143 wine_fn_config_symlink wine
17144 if test "x$enable_win64" != xno
; then
17145 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17146 wine_fn_config_symlink wine64
17149 wine_fn_config_dll acledit enable_acledit
17150 wine_fn_config_dll aclui enable_aclui implib
17151 wine_fn_config_dll activeds enable_activeds implib
17152 wine_fn_config_dll actxprxy enable_actxprxy clean
17153 wine_fn_config_lib adsiid
17154 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17155 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17156 wine_fn_config_dll advpack enable_advpack implib
17157 wine_fn_config_test dlls
/advpack
/tests advpack_test
17158 wine_fn_config_dll amstream enable_amstream clean
17159 wine_fn_config_test dlls
/amstream
/tests amstream_test
17160 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17161 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17162 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17163 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17164 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17165 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17166 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17167 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17168 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17169 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17170 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17171 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17172 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17173 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17174 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17175 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17176 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17177 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17178 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17179 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17180 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17181 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17182 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17183 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17184 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17185 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17186 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17187 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17188 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17189 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17190 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17191 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17192 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17193 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17194 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17195 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17196 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17197 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17198 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17199 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17200 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17201 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17202 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17203 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17204 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17205 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17206 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17207 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17208 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17209 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17210 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17211 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17212 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17213 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17214 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17215 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17216 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17217 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17218 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17219 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17220 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17221 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17222 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17223 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17224 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17225 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17226 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17227 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17228 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17229 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17230 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17231 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17232 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17233 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17234 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17235 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17236 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17237 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17238 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17239 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17240 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17241 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17242 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17243 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17244 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17245 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17246 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17247 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17248 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17249 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17250 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17251 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17252 wine_fn_config_dll apphelp enable_apphelp
17253 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17254 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17255 wine_fn_config_dll atl enable_atl clean
,implib
17256 wine_fn_config_test dlls
/atl
/tests atl_test
17257 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17258 wine_fn_config_test dlls
/atl100
/tests atl100_test
17259 wine_fn_config_dll atl110 enable_atl110 clean
17260 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17261 wine_fn_config_test dlls
/atl80
/tests atl80_test
17262 wine_fn_config_dll atl90 enable_atl90 clean
17263 wine_fn_config_dll authz enable_authz
17264 wine_fn_config_dll avicap32 enable_avicap32 implib
17265 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17266 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17267 wine_fn_config_dll avifile.dll16 enable_win16
17268 wine_fn_config_dll avrt enable_avrt implib
17269 wine_fn_config_dll bcrypt enable_bcrypt
17270 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17271 wine_fn_config_dll browseui enable_browseui clean
,po
17272 wine_fn_config_test dlls
/browseui
/tests browseui_test
17273 wine_fn_config_dll cabinet enable_cabinet implib
17274 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17275 wine_fn_config_dll capi2032 enable_capi2032 implib
17276 wine_fn_config_dll cards enable_cards implib
17277 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17278 wine_fn_config_dll clusapi enable_clusapi implib
17279 wine_fn_config_dll combase enable_combase
17280 wine_fn_config_test dlls
/combase
/tests combase_test
17281 wine_fn_config_dll comcat enable_comcat
17282 wine_fn_config_test dlls
/comcat
/tests comcat_test
17283 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17284 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17285 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17286 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17287 wine_fn_config_dll
comm.drv16 enable_win16
17288 wine_fn_config_dll commdlg.dll16 enable_win16
17289 wine_fn_config_dll compobj.dll16 enable_win16
17290 wine_fn_config_dll compstui enable_compstui implib
17291 wine_fn_config_dll comsvcs enable_comsvcs implib
17292 wine_fn_config_dll connect enable_connect
17293 wine_fn_config_dll credui enable_credui implib
,po
17294 wine_fn_config_test dlls
/credui
/tests credui_test
17295 wine_fn_config_dll crtdll enable_crtdll implib
17296 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17297 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17298 wine_fn_config_dll cryptdlg enable_cryptdlg po
17299 wine_fn_config_dll cryptdll enable_cryptdll implib
17300 wine_fn_config_dll cryptext enable_cryptext
17301 wine_fn_config_dll cryptnet enable_cryptnet implib
17302 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17303 wine_fn_config_dll cryptui enable_cryptui implib
,po
17304 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17305 wine_fn_config_dll ctapi32 enable_ctapi32
17306 wine_fn_config_dll ctl3d.dll16 enable_win16
17307 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17308 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17309 wine_fn_config_dll d2d1 enable_d2d1 implib
17310 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17311 wine_fn_config_dll d3d10 enable_d3d10 implib
17312 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17313 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17314 wine_fn_config_dll d3d10core enable_d3d10core implib
17315 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17316 wine_fn_config_dll d3d11 enable_d3d11 implib
17317 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17318 wine_fn_config_dll d3d8 enable_d3d8 implib
17319 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17320 wine_fn_config_dll d3d9 enable_d3d9 implib
17321 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17322 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17323 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17324 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17325 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17326 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17327 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17328 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17329 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17330 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17331 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17332 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17333 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17334 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17335 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17336 wine_fn_config_dll d3dim enable_d3dim implib
17337 wine_fn_config_dll d3drm enable_d3drm implib
17338 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17339 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17340 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17341 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17342 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17343 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17344 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17345 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17346 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17347 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17348 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17349 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17350 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17351 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17352 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17353 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17354 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17355 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17356 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17357 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17358 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17359 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17360 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17361 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17362 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17363 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17364 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17365 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17366 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17367 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17368 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17369 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17370 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17371 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17372 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17373 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17374 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17375 wine_fn_config_dll davclnt enable_davclnt
17376 wine_fn_config_dll dbgeng enable_dbgeng implib
17377 wine_fn_config_dll dbghelp enable_dbghelp implib
17378 wine_fn_config_dll dciman32 enable_dciman32 implib
17379 wine_fn_config_dll ddeml.dll16 enable_win16
17380 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17381 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17382 wine_fn_config_dll ddrawex enable_ddrawex clean
17383 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17384 wine_fn_config_dll devenum enable_devenum clean
,po
17385 wine_fn_config_test dlls
/devenum
/tests devenum_test
17386 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17387 wine_fn_config_dll difxapi enable_difxapi
17388 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17389 wine_fn_config_test dlls
/dinput
/tests dinput_test
17390 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17391 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17392 wine_fn_config_dll dispdib.dll16 enable_win16
17393 wine_fn_config_dll dispex enable_dispex clean
17394 wine_fn_config_test dlls
/dispex
/tests dispex_test
17395 wine_fn_config_dll display.drv16 enable_win16
17396 wine_fn_config_dll dmband enable_dmband clean
17397 wine_fn_config_test dlls
/dmband
/tests dmband_test
17398 wine_fn_config_dll dmcompos enable_dmcompos clean
17399 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17400 wine_fn_config_dll dmime enable_dmime clean
17401 wine_fn_config_test dlls
/dmime
/tests dmime_test
17402 wine_fn_config_dll dmloader enable_dmloader clean
17403 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17404 wine_fn_config_dll dmscript enable_dmscript clean
17405 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17406 wine_fn_config_dll dmstyle enable_dmstyle clean
17407 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17408 wine_fn_config_dll dmsynth enable_dmsynth clean
17409 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17410 wine_fn_config_dll dmusic enable_dmusic clean
17411 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17412 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17413 wine_fn_config_dll dnsapi enable_dnsapi implib
17414 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17415 wine_fn_config_dll dplay enable_dplay implib
17416 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17417 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17418 wine_fn_config_dll dpnaddr enable_dpnaddr
17419 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17420 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17421 wine_fn_config_dll dpnhpast enable_dpnhpast
17422 wine_fn_config_dll dpnlobby enable_dpnlobby
17423 wine_fn_config_dll dpvoice enable_dpvoice clean
17424 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17425 wine_fn_config_dll dpwsockx enable_dpwsockx
17426 wine_fn_config_dll drmclien enable_drmclien
17427 wine_fn_config_dll dsound enable_dsound clean
,implib
17428 wine_fn_config_test dlls
/dsound
/tests dsound_test
17429 wine_fn_config_dll dssenh enable_dssenh
17430 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17431 wine_fn_config_dll dswave enable_dswave clean
17432 wine_fn_config_test dlls
/dswave
/tests dswave_test
17433 wine_fn_config_dll dwmapi enable_dwmapi implib
17434 wine_fn_config_dll dwrite enable_dwrite implib
17435 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17436 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17437 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17438 wine_fn_config_lib dxerr8
17439 wine_fn_config_lib dxerr9
17440 wine_fn_config_dll dxgi enable_dxgi implib
17441 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17442 wine_fn_config_lib dxguid
17443 wine_fn_config_dll dxva2 enable_dxva2
17444 wine_fn_config_dll evr enable_evr
17445 wine_fn_config_dll explorerframe enable_explorerframe clean
17446 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17447 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17448 wine_fn_config_dll faultrep enable_faultrep implib
17449 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17450 wine_fn_config_dll fltlib enable_fltlib
17451 wine_fn_config_dll fntcache enable_fntcache
17452 wine_fn_config_dll fontsub enable_fontsub
17453 wine_fn_config_dll fusion enable_fusion
17454 wine_fn_config_test dlls
/fusion
/tests fusion_test
17455 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17456 wine_fn_config_dll gameux enable_gameux clean
17457 wine_fn_config_test dlls
/gameux
/tests gameux_test
17458 wine_fn_config_dll gdi.exe16 enable_win16
17459 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17460 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17461 wine_fn_config_dll gdiplus enable_gdiplus implib
17462 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17463 wine_fn_config_dll glu32 enable_glu32 implib
17464 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17465 wine_fn_config_dll gpkcsp enable_gpkcsp
17466 wine_fn_config_dll hal enable_hal
17467 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17468 wine_fn_config_dll hid enable_hid implib
17469 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17470 wine_fn_config_dll hlink enable_hlink clean
,implib
17471 wine_fn_config_test dlls
/hlink
/tests hlink_test
17472 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17473 wine_fn_config_dll httpapi enable_httpapi
17474 wine_fn_config_dll iccvid enable_iccvid po
17475 wine_fn_config_dll icmp enable_icmp
17476 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17477 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17478 wine_fn_config_dll ifsmgr.vxd enable_win16
17479 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17480 wine_fn_config_dll imagehlp enable_imagehlp implib
17481 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17482 wine_fn_config_dll imm.dll16 enable_win16
17483 wine_fn_config_dll imm32 enable_imm32 implib
17484 wine_fn_config_test dlls
/imm32
/tests imm32_test
17485 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17486 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17487 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17488 wine_fn_config_dll inetmib1 enable_inetmib1
17489 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17490 wine_fn_config_dll infosoft enable_infosoft clean
17491 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17492 wine_fn_config_dll initpki enable_initpki
17493 wine_fn_config_dll inkobj enable_inkobj
17494 wine_fn_config_dll inseng enable_inseng clean
17495 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17496 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17497 wine_fn_config_dll itircl enable_itircl
17498 wine_fn_config_dll itss enable_itss clean
17499 wine_fn_config_test dlls
/itss
/tests itss_test
17500 wine_fn_config_dll joy.cpl enable_joy_cpl po
17501 wine_fn_config_dll jscript enable_jscript clean
,po
17502 wine_fn_config_test dlls
/jscript
/tests jscript_test
17503 wine_fn_config_dll jsproxy enable_jsproxy implib
17504 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17505 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17506 wine_fn_config_dll keyboard.drv16 enable_win16
17507 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17508 wine_fn_config_dll ksuser enable_ksuser
17509 wine_fn_config_dll ktmw32 enable_ktmw32
17510 wine_fn_config_dll loadperf enable_loadperf implib
17511 wine_fn_config_dll localspl enable_localspl po
17512 wine_fn_config_test dlls
/localspl
/tests localspl_test
17513 wine_fn_config_dll localui enable_localui po
17514 wine_fn_config_test dlls
/localui
/tests localui_test
17515 wine_fn_config_dll lz32 enable_lz32 implib
17516 wine_fn_config_test dlls
/lz32
/tests lz32_test
17517 wine_fn_config_dll lzexpand.dll16 enable_win16
17518 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17519 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17520 wine_fn_config_dll mapistub enable_mapistub
17521 wine_fn_config_dll mciavi32 enable_mciavi32
17522 wine_fn_config_dll mcicda enable_mcicda
17523 wine_fn_config_dll mciqtz32 enable_mciqtz32
17524 wine_fn_config_dll mciseq enable_mciseq
17525 wine_fn_config_dll mciwave enable_mciwave
17526 wine_fn_config_dll mf enable_mf
17527 wine_fn_config_dll mfplat enable_mfplat
17528 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17529 wine_fn_config_dll mgmtapi enable_mgmtapi
17530 wine_fn_config_dll midimap enable_midimap
17531 wine_fn_config_dll mlang enable_mlang clean
,implib
17532 wine_fn_config_test dlls
/mlang
/tests mlang_test
17533 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17534 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17535 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17536 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17537 wine_fn_config_dll mmdevldr.vxd enable_win16
17538 wine_fn_config_dll mmsystem.dll16 enable_win16
17539 wine_fn_config_dll monodebg.vxd enable_win16
17540 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17541 wine_fn_config_dll mouse.drv16 enable_win16
17542 wine_fn_config_dll mpr enable_mpr implib
,po
17543 wine_fn_config_test dlls
/mpr
/tests mpr_test
17544 wine_fn_config_dll mprapi enable_mprapi implib
17545 wine_fn_config_dll msacm.dll16 enable_win16
17546 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17547 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17548 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17549 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17550 wine_fn_config_dll msasn1 enable_msasn1 implib
17551 wine_fn_config_dll mscat32 enable_mscat32
17552 wine_fn_config_dll mscms enable_mscms implib
17553 wine_fn_config_test dlls
/mscms
/tests mscms_test
17554 wine_fn_config_dll mscoree enable_mscoree clean
17555 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17556 wine_fn_config_dll msctf enable_msctf clean
17557 wine_fn_config_test dlls
/msctf
/tests msctf_test
17558 wine_fn_config_dll msctfp enable_msctfp clean
17559 wine_fn_config_dll msdaps enable_msdaps clean
17560 wine_fn_config_dll msdmo enable_msdmo implib
17561 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17562 wine_fn_config_dll msftedit enable_msftedit
17563 wine_fn_config_dll msg711.acm enable_msg711_acm
17564 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17565 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17566 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17567 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17568 wine_fn_config_dll msi enable_msi clean
,implib
,po
17569 wine_fn_config_test dlls
/msi
/tests msi_test
17570 wine_fn_config_dll msident enable_msident clean
17571 wine_fn_config_dll msimg32 enable_msimg32 implib
17572 wine_fn_config_dll msimsg enable_msimsg
17573 wine_fn_config_dll msimtf enable_msimtf clean
17574 wine_fn_config_dll msisip enable_msisip
17575 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17576 wine_fn_config_dll msls31 enable_msls31
17577 wine_fn_config_dll msnet32 enable_msnet32
17578 wine_fn_config_dll mspatcha enable_mspatcha implib
17579 wine_fn_config_dll msrle32 enable_msrle32 po
17580 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17581 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17582 wine_fn_config_dll mssign32 enable_mssign32
17583 wine_fn_config_dll mssip32 enable_mssip32
17584 wine_fn_config_dll mstask enable_mstask clean
17585 wine_fn_config_test dlls
/mstask
/tests mstask_test
17586 wine_fn_config_dll msvcirt enable_msvcirt
17587 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17588 wine_fn_config_dll msvcm80 enable_msvcm80
17589 wine_fn_config_dll msvcm90 enable_msvcm90
17590 wine_fn_config_dll msvcp100 enable_msvcp100
17591 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17592 wine_fn_config_dll msvcp110 enable_msvcp110
17593 wine_fn_config_dll msvcp120 enable_msvcp120
17594 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17595 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17596 wine_fn_config_dll msvcp60 enable_msvcp60
17597 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17598 wine_fn_config_dll msvcp70 enable_msvcp70
17599 wine_fn_config_dll msvcp71 enable_msvcp71
17600 wine_fn_config_dll msvcp80 enable_msvcp80
17601 wine_fn_config_dll msvcp90 enable_msvcp90
17602 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17603 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17604 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17605 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17606 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17607 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17608 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17609 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17610 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17611 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17612 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17613 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17614 wine_fn_config_dll msvcrt enable_msvcrt implib
17615 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17616 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17617 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17618 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17619 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17620 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17621 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17622 wine_fn_config_dll msvidc32 enable_msvidc32 po
17623 wine_fn_config_dll msvideo.dll16 enable_win16
17624 wine_fn_config_dll mswsock enable_mswsock implib
17625 wine_fn_config_dll msxml enable_msxml clean
17626 wine_fn_config_dll msxml2 enable_msxml2 clean
17627 wine_fn_config_dll msxml3 enable_msxml3 clean
17628 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17629 wine_fn_config_dll msxml4 enable_msxml4 clean
17630 wine_fn_config_dll msxml6 enable_msxml6 clean
17631 wine_fn_config_dll nddeapi enable_nddeapi implib
17632 wine_fn_config_dll ndis.sys enable_ndis_sys
17633 wine_fn_config_dll netapi32 enable_netapi32 implib
17634 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17635 wine_fn_config_dll netcfgx enable_netcfgx clean
17636 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17637 wine_fn_config_dll netprofm enable_netprofm clean
17638 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17639 wine_fn_config_dll newdev enable_newdev implib
17640 wine_fn_config_dll normaliz enable_normaliz implib
17641 wine_fn_config_dll npmshtml enable_npmshtml
17642 wine_fn_config_dll npptools enable_npptools
17643 wine_fn_config_dll ntdll enable_ntdll implib
17644 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17645 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17646 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17647 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17648 wine_fn_config_dll ntprint enable_ntprint
17649 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17650 wine_fn_config_dll objsel enable_objsel clean
17651 wine_fn_config_dll odbc32 enable_odbc32 implib
17652 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17653 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17654 wine_fn_config_dll odbccu32 enable_odbccu32
17655 wine_fn_config_dll ole2.dll16 enable_win16
17656 wine_fn_config_dll ole2conv.dll16 enable_win16
17657 wine_fn_config_dll ole2disp.dll16 enable_win16
17658 wine_fn_config_dll ole2nls.dll16 enable_win16
17659 wine_fn_config_dll ole2prox.dll16 enable_win16
17660 wine_fn_config_dll ole2thk.dll16 enable_win16
17661 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17662 wine_fn_config_test dlls
/ole32
/tests ole32_test
17663 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17664 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17665 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17666 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17667 wine_fn_config_dll olecli.dll16 enable_win16
17668 wine_fn_config_dll olecli32 enable_olecli32 implib
17669 wine_fn_config_dll oledb32 enable_oledb32 clean
17670 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17671 wine_fn_config_dll oledlg enable_oledlg implib
,po
17672 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17673 wine_fn_config_dll olepro32 enable_olepro32 implib
17674 wine_fn_config_dll olesvr.dll16 enable_win16
17675 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17676 wine_fn_config_dll olethk32 enable_olethk32
17677 wine_fn_config_dll openal32 enable_openal32
17678 wine_fn_config_dll opencl enable_opencl
17679 wine_fn_config_dll opengl32 enable_opengl32 implib
17680 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17681 wine_fn_config_dll packager enable_packager clean
17682 wine_fn_config_test dlls
/packager
/tests packager_test
17683 wine_fn_config_dll pdh enable_pdh implib
17684 wine_fn_config_test dlls
/pdh
/tests pdh_test
17685 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17686 wine_fn_config_dll pidgen enable_pidgen
17687 wine_fn_config_dll powrprof enable_powrprof implib
17688 wine_fn_config_dll printui enable_printui
17689 wine_fn_config_dll prntvpt enable_prntvpt
17690 wine_fn_config_dll propsys enable_propsys clean
,implib
17691 wine_fn_config_test dlls
/propsys
/tests propsys_test
17692 wine_fn_config_dll psapi enable_psapi implib
17693 wine_fn_config_test dlls
/psapi
/tests psapi_test
17694 wine_fn_config_dll pstorec enable_pstorec clean
17695 wine_fn_config_dll qcap enable_qcap
17696 wine_fn_config_test dlls
/qcap
/tests qcap_test
17697 wine_fn_config_dll qedit enable_qedit clean
17698 wine_fn_config_test dlls
/qedit
/tests qedit_test
17699 wine_fn_config_dll qmgr enable_qmgr clean
17700 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17701 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17702 wine_fn_config_dll quartz enable_quartz clean
,implib
17703 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17704 wine_fn_config_dll query enable_query
17705 wine_fn_config_dll rasapi16.dll16 enable_win16
17706 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17707 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17708 wine_fn_config_dll rasdlg enable_rasdlg implib
17709 wine_fn_config_dll regapi enable_regapi
17710 wine_fn_config_dll resutils enable_resutils implib
17711 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17712 wine_fn_config_test dlls
/riched20
/tests riched20_test
17713 wine_fn_config_dll riched32 enable_riched32
17714 wine_fn_config_test dlls
/riched32
/tests riched32_test
17715 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17716 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17717 wine_fn_config_dll rsabase enable_rsabase
17718 wine_fn_config_dll rsaenh enable_rsaenh implib
17719 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17720 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17721 wine_fn_config_dll rtutils enable_rtutils implib
17722 wine_fn_config_dll samlib enable_samlib
17723 wine_fn_config_dll sane.ds enable_sane_ds po
17724 wine_fn_config_dll scarddlg enable_scarddlg
17725 wine_fn_config_dll sccbase enable_sccbase
17726 wine_fn_config_dll schannel enable_schannel
17727 wine_fn_config_test dlls
/schannel
/tests schannel_test
17728 wine_fn_config_dll schedsvc enable_schedsvc clean
17729 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17730 wine_fn_config_dll scrrun enable_scrrun clean
17731 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17732 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17733 wine_fn_config_dll secur32 enable_secur32 implib
17734 wine_fn_config_test dlls
/secur32
/tests secur32_test
17735 wine_fn_config_dll security enable_security
17736 wine_fn_config_dll sensapi enable_sensapi implib
17737 wine_fn_config_dll serialui enable_serialui implib
,po
17738 wine_fn_config_test dlls
/serialui
/tests serialui_test
17739 wine_fn_config_dll setupapi enable_setupapi implib
,po
17740 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17741 wine_fn_config_dll setupx.dll16 enable_win16
17742 wine_fn_config_dll sfc enable_sfc implib
17743 wine_fn_config_dll sfc_os enable_sfc_os implib
17744 wine_fn_config_dll shdoclc enable_shdoclc po
17745 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17746 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17747 wine_fn_config_dll shell.dll16 enable_win16
17748 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17749 wine_fn_config_test dlls
/shell32
/tests shell32_test
17750 wine_fn_config_dll shfolder enable_shfolder implib
17751 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17752 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17753 wine_fn_config_dll slbcsp enable_slbcsp
17754 wine_fn_config_dll slc enable_slc implib
17755 wine_fn_config_test dlls
/slc
/tests slc_test
17756 wine_fn_config_dll snmpapi enable_snmpapi implib
17757 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17758 wine_fn_config_dll softpub enable_softpub
17759 wine_fn_config_dll sound.drv16 enable_win16
17760 wine_fn_config_dll spoolss enable_spoolss implib
17761 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17762 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17763 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17764 wine_fn_config_dll sti enable_sti clean
,implib
17765 wine_fn_config_test dlls
/sti
/tests sti_test
17766 wine_fn_config_dll storage.dll16 enable_win16
17767 wine_fn_config_dll stress.dll16 enable_win16
17768 wine_fn_config_lib strmbase
17769 wine_fn_config_lib strmiids
17770 wine_fn_config_dll svrapi enable_svrapi
17771 wine_fn_config_dll sxs enable_sxs implib
17772 wine_fn_config_test dlls
/sxs
/tests sxs_test
17773 wine_fn_config_dll system.drv16 enable_win16
17774 wine_fn_config_dll t2embed enable_t2embed
17775 wine_fn_config_dll tapi32 enable_tapi32 implib
17776 wine_fn_config_dll taskschd enable_taskschd clean
17777 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17778 wine_fn_config_dll toolhelp.dll16 enable_win16
17779 wine_fn_config_dll traffic enable_traffic
17780 wine_fn_config_dll twain.dll16 enable_win16
17781 wine_fn_config_dll twain_32 enable_twain_32
17782 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17783 wine_fn_config_dll typelib.dll16 enable_win16
17784 wine_fn_config_dll ucrtbase enable_ucrtbase
17785 wine_fn_config_dll unicows enable_unicows implib
17786 wine_fn_config_dll updspapi enable_updspapi
17787 wine_fn_config_dll url enable_url implib
17788 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17789 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17790 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17791 wine_fn_config_dll user.exe16 enable_win16
17792 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17793 wine_fn_config_test dlls
/user32
/tests user32_test
17794 wine_fn_config_dll userenv enable_userenv implib
17795 wine_fn_config_test dlls
/userenv
/tests userenv_test
17796 wine_fn_config_dll usp10 enable_usp10 implib
17797 wine_fn_config_test dlls
/usp10
/tests usp10_test
17798 wine_fn_config_lib uuid
17799 wine_fn_config_dll uxtheme enable_uxtheme implib
17800 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17801 wine_fn_config_dll vbscript enable_vbscript clean
17802 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17803 wine_fn_config_dll vcomp enable_vcomp
17804 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17805 wine_fn_config_dll vcomp100 enable_vcomp100
17806 wine_fn_config_dll vcomp110 enable_vcomp110
17807 wine_fn_config_dll vcomp90 enable_vcomp90
17808 wine_fn_config_dll vdhcp.vxd enable_win16
17809 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17810 wine_fn_config_dll ver.dll16 enable_win16
17811 wine_fn_config_dll version enable_version implib
17812 wine_fn_config_test dlls
/version
/tests version_test
17813 wine_fn_config_dll vmm.vxd enable_win16
17814 wine_fn_config_dll vnbt.vxd enable_win16
17815 wine_fn_config_dll vnetbios.vxd enable_win16
17816 wine_fn_config_dll vssapi enable_vssapi
17817 wine_fn_config_dll vtdapi.vxd enable_win16
17818 wine_fn_config_dll vwin32.vxd enable_win16
17819 wine_fn_config_dll w32skrnl enable_win16
17820 wine_fn_config_dll w32sys.dll16 enable_win16
17821 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17822 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17823 wine_fn_config_dll wbemprox enable_wbemprox clean
17824 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17825 wine_fn_config_dll webservices enable_webservices implib
17826 wine_fn_config_dll wer enable_wer implib
17827 wine_fn_config_test dlls
/wer
/tests wer_test
17828 wine_fn_config_dll wevtapi enable_wevtapi
17829 wine_fn_config_dll wiaservc enable_wiaservc clean
17830 wine_fn_config_dll win32s16.dll16 enable_win16
17831 wine_fn_config_dll win87em.dll16 enable_win16
17832 wine_fn_config_dll winaspi.dll16 enable_win16
17833 wine_fn_config_dll windebug.dll16 enable_win16
17834 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17835 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17836 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17837 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17838 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17839 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17840 wine_fn_config_lib winecrt0
17841 wine_fn_config_dll wined3d enable_wined3d implib
17842 wine_fn_config_dll winegstreamer enable_winegstreamer
17843 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17844 wine_fn_config_dll winemac.drv enable_winemac_drv
17845 wine_fn_config_dll winemapi enable_winemapi
17846 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17847 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17848 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17849 wine_fn_config_dll wineps16.drv16 enable_win16
17850 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17851 wine_fn_config_dll winex11.drv enable_winex11_drv
17852 wine_fn_config_dll wing.dll16 enable_win16
17853 wine_fn_config_dll wing32 enable_wing32
17854 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17855 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17856 wine_fn_config_dll wininet enable_wininet implib
,po
17857 wine_fn_config_test dlls
/wininet
/tests wininet_test
17858 wine_fn_config_dll winmm enable_winmm implib
,po
17859 wine_fn_config_test dlls
/winmm
/tests winmm_test
17860 wine_fn_config_dll winnls.dll16 enable_win16
17861 wine_fn_config_dll winnls32 enable_winnls32 implib
17862 wine_fn_config_dll winscard enable_winscard implib
17863 wine_fn_config_dll winsock.dll16 enable_win16
17864 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17865 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17866 wine_fn_config_dll winsta enable_winsta
17867 wine_fn_config_dll wintab.dll16 enable_win16
17868 wine_fn_config_dll wintab32 enable_wintab32 implib
17869 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17870 wine_fn_config_dll wintrust enable_wintrust implib
17871 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17872 wine_fn_config_dll wlanapi enable_wlanapi
17873 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17874 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17875 wine_fn_config_dll wmi enable_wmi
17876 wine_fn_config_dll wmiutils enable_wmiutils clean
17877 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17878 wine_fn_config_dll wmp enable_wmp clean
17879 wine_fn_config_test dlls
/wmp
/tests wmp_test
17880 wine_fn_config_dll wmvcore enable_wmvcore
17881 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17882 wine_fn_config_dll wow32 enable_win16 implib
17883 wine_fn_config_dll wpcap enable_wpcap
17884 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17885 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17886 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17887 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17888 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17889 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17890 wine_fn_config_dll wsock32 enable_wsock32 implib
17891 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17892 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
17893 wine_fn_config_dll wuapi enable_wuapi clean
17894 wine_fn_config_dll wuaueng enable_wuaueng
17895 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17896 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17897 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17898 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17899 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17900 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17901 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17902 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17903 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17904 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17905 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17906 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17907 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
17908 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17909 wine_fn_config_dll xinput1_1 enable_xinput1_1
17910 wine_fn_config_dll xinput1_2 enable_xinput1_2
17911 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17912 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17913 wine_fn_config_dll xinput1_4 enable_xinput1_4
17914 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17915 wine_fn_config_dll xmllite enable_xmllite implib
17916 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17917 wine_fn_config_dll xolehlp enable_xolehlp
17918 wine_fn_config_dll xpsprint enable_xpsprint
17919 wine_fn_config_dll xpssvcs enable_xpssvcs
17920 wine_fn_config_makefile documentation enable_documentation clean
17921 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17922 wine_fn_config_makefile include enable_include clean
,install-dev
17923 wine_fn_config_makefile libs
/port enable_libs_port
17924 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17925 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17926 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17927 wine_fn_config_program arp enable_arp
install
17928 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17929 wine_fn_config_program attrib enable_attrib
install,po
17930 wine_fn_config_program cabarc enable_cabarc
install
17931 wine_fn_config_program cacls enable_cacls
install
17932 wine_fn_config_program
clock enable_clock
install,po
17933 wine_fn_config_program cmd enable_cmd
install,po
17934 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17935 wine_fn_config_program conhost enable_conhost
install
17936 wine_fn_config_program control enable_control
install
17937 wine_fn_config_program cscript enable_cscript clean
,install
17938 wine_fn_config_program dpnsvr enable_dpnsvr
install
17939 wine_fn_config_program dxdiag enable_dxdiag
install,po
17940 wine_fn_config_program eject enable_eject
install
17941 wine_fn_config_program
expand enable_expand
install
17942 wine_fn_config_program explorer enable_explorer
install,po
17943 wine_fn_config_program extrac32 enable_extrac32
install
17944 wine_fn_config_program findstr enable_findstr
install
17945 wine_fn_config_program hh enable_hh
install
17946 wine_fn_config_program hostname enable_hostname
install,po
17947 wine_fn_config_program icinfo enable_icinfo
install
17948 wine_fn_config_program iexplore enable_iexplore
install
17949 wine_fn_config_program ipconfig enable_ipconfig
install,po
17950 wine_fn_config_program lodctr enable_lodctr
install
17951 wine_fn_config_program mofcomp enable_mofcomp
install
17952 wine_fn_config_program mshta enable_mshta
install
17953 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17954 wine_fn_config_program net enable_net
install,po
17955 wine_fn_config_program netsh enable_netsh
install
17956 wine_fn_config_program netstat enable_netstat
install,po
17957 wine_fn_config_program ngen enable_ngen
install
17958 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17959 wine_fn_config_program oleview enable_oleview
install,po
17960 wine_fn_config_program
ping enable_ping
install
17961 wine_fn_config_program plugplay enable_plugplay
install
17962 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17963 wine_fn_config_program progman enable_progman
install,po
17964 wine_fn_config_program reg enable_reg
install,po
17965 wine_fn_config_test programs
/reg
/tests reg.exe_test
17966 wine_fn_config_program regasm enable_regasm
install
17967 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17968 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17969 wine_fn_config_program regsvcs enable_regsvcs
install
17970 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
17971 wine_fn_config_program rpcss enable_rpcss clean
,install
17972 wine_fn_config_program rundll.exe16 enable_win16
install
17973 wine_fn_config_program rundll32 enable_rundll32
install
17974 wine_fn_config_program sc enable_sc
install
17975 wine_fn_config_program schtasks enable_schtasks
install
17976 wine_fn_config_program sdbinst enable_sdbinst
install
17977 wine_fn_config_program secedit enable_secedit
install
17978 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17979 wine_fn_config_program services enable_services clean
,install
17980 wine_fn_config_test programs
/services
/tests services.exe_test
17981 wine_fn_config_program spoolsv enable_spoolsv
install
17982 wine_fn_config_program start enable_start
install,po
17983 wine_fn_config_program svchost enable_svchost
install
17984 wine_fn_config_program systeminfo enable_systeminfo
install
17985 wine_fn_config_program taskkill enable_taskkill
install,po
17986 wine_fn_config_program tasklist enable_tasklist
install
17987 wine_fn_config_program taskmgr enable_taskmgr
install,po
17988 wine_fn_config_program termsv enable_termsv
install
17989 wine_fn_config_program uninstaller enable_uninstaller
install,po
17990 wine_fn_config_program unlodctr enable_unlodctr
install
17991 wine_fn_config_program view enable_view
install,po
17992 wine_fn_config_program wevtutil enable_wevtutil
install
17993 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
17994 wine_fn_config_program winebrowser enable_winebrowser
install
17995 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
17996 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
17997 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
17998 wine_fn_config_program winedevice enable_winedevice
install
17999 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18000 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18001 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18002 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18003 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18004 wine_fn_config_program winetest enable_winetest clean
18005 wine_fn_config_program winevdm enable_win16
install
18006 wine_fn_config_program winhelp.exe16 enable_win16
install
18007 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18008 wine_fn_config_program winoldap.mod16 enable_win16
install
18009 wine_fn_config_program winver enable_winver
install
18010 wine_fn_config_program wmic enable_wmic
install,po
18011 wine_fn_config_program wordpad enable_wordpad
install,po
18012 wine_fn_config_program
write enable_write
install,po
18013 wine_fn_config_program wscript enable_wscript clean
,install
18014 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18015 wine_fn_config_program wusa enable_wusa
install
18016 wine_fn_config_program xcopy enable_xcopy
install,po
18017 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18018 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
18019 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
18020 wine_fn_config_tool tools
/sfnt2fon clean
18021 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
18022 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
18023 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
18024 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
18025 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
18026 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
18078 wine_fn_ignore_file
".gitignore"
18079 wine_fn_ignore_file
"Makefile"
18080 wine_fn_ignore_file
"TAGS"
18081 wine_fn_ignore_file
"tags"
18082 wine_fn_ignore_file
"autom4te.cache"
18083 wine_fn_ignore_file
"config.cache"
18084 wine_fn_ignore_file
"config.log"
18085 wine_fn_ignore_file
"config.status"
18086 wine_fn_ignore_file
"configure.lineno"
18087 wine_fn_ignore_file
"include/config.h"
18088 wine_fn_ignore_file
"include/stamp-h"
18089 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18091 if test "x$enable_tools" != xno
18093 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18094 ac_config_commands
="$ac_config_commands tools/makedep"
18098 ac_config_commands
="$ac_config_commands Makefile"
18101 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18105 if test "x$enable_maintainer_mode" = xyes
18107 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18108 autoconf --warnings=all
18109 include/config.h.in: include/stamp-h.in
18110 include/stamp-h.in: configure.ac aclocal.m4
18111 autoheader --warnings=all
18112 @echo timestamp > \$@"
18115 if test "x$with_gettextpo" = xyes
18117 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18118 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18119 \$(LINGUAS:%=po/%.po): po/wine.pot
18120 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18121 po/wine.pot: \$(ALL_POT_FILES)
18122 msgcat -o \$@ \$(ALL_POT_FILES)"
18125 if test "$MSGFMT" != false
18127 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18129 \$(RM) \$(LINGUAS:%=po/%.mo)"
18132 test "$srcdir" = . || posrc
="$srcdir/po"
18135 wine_fn_ignore_file
"po/$i.mo"
18136 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18137 \$(MSGFMT) -o \$@ $posrc/$i.po"
18143 if test "x$enable_tools" != xno
18145 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18146 @./config.status tools/makedep
18147 Makefile: tools/makedep$ac_exeext
18149 \$(RM) tools/makedep$ac_exeext"
18151 wine_fn_append_rule
"\$(MAKEDEP):
18152 @echo \"You need to run make in $TOOLSDIR first\" && false"
18155 if test -n "$with_wine64"
18157 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18158 fonts server tools:
18159 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18160 $with_wine64/loader/wine:
18161 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18162 $with_wine64/loader/wine-preloader:
18163 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18165 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18167 as_fn_append LOADER_RULES
"
18168 install install-lib:: wine.inf install-man-pages
18169 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18170 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18173 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18177 if test "$srcdir" = .
18179 ac_config_commands
="$ac_config_commands .gitignore"
18183 $as_echo " done" >&6
18184 cat >confcache
<<\_ACEOF
18185 # This file is a shell script that caches the results of configure
18186 # tests run on this system so they can be shared between configure
18187 # scripts and configure runs, see configure's option --config-cache.
18188 # It is not useful on other systems. If it contains results you don't
18189 # want to keep, you may remove or edit it.
18191 # config.status only pays attention to the cache file if you give it
18192 # the --recheck option to rerun configure.
18194 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18195 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18196 # following values.
18200 # The following way of writing the cache mishandles newlines in values,
18201 # but we know of no workaround that is simple, portable, and efficient.
18202 # So, we kill variables containing newlines.
18203 # Ultrix sh set writes to stderr and can't be redirected directly,
18204 # and sets the high bit in the cache file unless we assign to the vars.
18206 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18207 eval ac_val
=\$
$ac_var
18211 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18212 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18215 _ | IFS | as_nl
) ;; #(
18216 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18217 *) { eval $ac_var=; unset $ac_var;} ;;
18223 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18224 *${as_nl}ac_space
=\
*)
18225 # `set' does not quote correctly, so add quotes: double-quote
18226 # substitution turns \\\\ into \\, and sed turns \\ into \.
18229 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18232 # `set' quotes correctly as required by POSIX, so do not add quotes.
18233 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18242 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18244 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18246 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18247 if test -w "$cache_file"; then
18248 if test "x$cache_file" != "x/dev/null"; then
18249 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18250 $as_echo "$as_me: updating cache $cache_file" >&6;}
18251 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18252 cat confcache
>"$cache_file"
18254 case $cache_file in #(
18256 mv -f confcache
"$cache_file"$$
&&
18257 mv -f "$cache_file"$$
"$cache_file" ;; #(
18259 mv -f confcache
"$cache_file" ;;
18264 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18265 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18270 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18271 # Let make expand exec_prefix.
18272 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18274 DEFS
=-DHAVE_CONFIG_H
18279 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18280 # 1. Remove the extension, and $U if already installed.
18281 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18282 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18283 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18284 # will be set to the directory where LIBOBJS objects are built.
18285 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18286 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18288 LIBOBJS
=$ac_libobjs
18290 LTLIBOBJS
=$ac_ltlibobjs
18294 : "${CONFIG_STATUS=./config.status}"
18296 ac_clean_files_save
=$ac_clean_files
18297 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18298 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18299 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18301 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18303 # Generated by $as_me.
18304 # Run this file to recreate the current configuration.
18305 # Compiler output produced by configure, useful for debugging
18306 # configure, is in config.log if it exists.
18309 ac_cs_recheck=false
18312 SHELL=\${CONFIG_SHELL-$SHELL}
18315 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18316 ## -------------------- ##
18317 ## M4sh Initialization. ##
18318 ## -------------------- ##
18320 # Be more Bourne compatible
18321 DUALCASE
=1; export DUALCASE
# for MKS sh
18322 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18325 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18326 # is contrary to our usage. Disable this feature.
18327 alias -g '${1+"$@"}'='"$@"'
18328 setopt NO_GLOB_SUBST
18330 case `(set -o) 2>/dev/null` in #(
18342 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18343 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18344 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18345 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18346 # Prefer a ksh shell builtin over an external printf program on Solaris,
18347 # but without wasting forks for bash or zsh.
18348 if test -z "$BASH_VERSION$ZSH_VERSION" \
18349 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18350 as_echo='print
-r --'
18351 as_echo_n='print
-rn --'
18352 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18353 as_echo='printf %s
\n'
18354 as_echo_n='printf %s
'
18356 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18357 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18358 as_echo_n='/usr
/ucb
/echo -n'
18360 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18361 as_echo_n_body='eval
18365 expr "X$arg" : "X\\(.*\\)$as_nl";
18366 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18368 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18370 export as_echo_n_body
18371 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18373 export as_echo_body
18374 as_echo='sh
-c $as_echo_body as_echo
'
18377 # The user is always right.
18378 if test "${PATH_SEPARATOR+set}" != set; then
18380 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18381 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18388 # We need space, tab and new line, in precisely that order. Quoting is
18389 # there to prevent editors from complaining about space-tab.
18390 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18391 # splitting by setting IFS to empty value.)
18394 # Find who we are. Look in the path if we contain no directory separator.
18397 *[\\/]* ) as_myself=$0 ;;
18398 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18399 for as_dir in $PATH
18402 test -z "$as_dir" && as_dir=.
18403 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18409 # We did not find ourselves, most probably we were run as `sh COMMAND'
18410 # in which case we are not to be found in the path.
18411 if test "x$as_myself" = x
; then
18414 if test ! -f "$as_myself"; then
18415 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18419 # Unset variables that we do not need and which cause bugs (e.g. in
18420 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18421 # suppresses any "Segmentation fault" message there. '((' could
18422 # trigger a bug in pdksh 5.2.14.
18423 for as_var
in BASH_ENV ENV MAIL MAILPATH
18424 do eval test x\
${$as_var+set} = xset \
18425 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18438 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18441 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18442 # ----------------------------------------
18443 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18444 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18445 # script with STATUS, using 1 if that was 0.
18448 as_status
=$1; test $as_status -eq 0 && as_status
=1
18450 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18451 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18453 $as_echo "$as_me: error: $2" >&2
18454 as_fn_exit
$as_status
18458 # as_fn_set_status STATUS
18459 # -----------------------
18460 # Set $? to STATUS, without forking.
18461 as_fn_set_status
()
18464 } # as_fn_set_status
18466 # as_fn_exit STATUS
18467 # -----------------
18468 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18472 as_fn_set_status
$1
18478 # Portably unset VAR.
18481 { eval $1=; unset $1;}
18483 as_unset
=as_fn_unset
18484 # as_fn_append VAR VALUE
18485 # ----------------------
18486 # Append the text in VALUE to the end of the definition contained in VAR. Take
18487 # advantage of any shell optimizations that allow amortized linear growth over
18488 # repeated appends, instead of the typical quadratic growth present in naive
18490 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18491 eval 'as_fn_append ()
18502 # as_fn_arith ARG...
18503 # ------------------
18504 # Perform arithmetic evaluation on the ARGs, and store the result in the
18505 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18506 # must be portable across $(()) and expr.
18507 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18508 eval 'as_fn_arith ()
18515 as_val
=`expr "$@" || test $? -eq 1`
18520 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18521 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18527 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18528 as_basename
=basename
18533 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18539 as_me
=`$as_basename -- "$0" ||
18540 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18541 X"$0" : 'X\(//\)$' \| \
18542 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18544 sed '/^.*\/\([^/][^/]*\)\/*$/{
18558 # Avoid depending upon Character Ranges.
18559 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18560 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18561 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18562 as_cr_digits
='0123456789'
18563 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18565 ECHO_C
= ECHO_N
= ECHO_T
=
18566 case `echo -n x` in #(((((
18568 case `echo 'xy\c'` in
18569 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18571 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18578 rm -f conf$$ conf$$.exe conf$$.
file
18579 if test -d conf$$.dir
; then
18580 rm -f conf$$.dir
/conf$$.
file
18583 mkdir conf$$.dir
2>/dev
/null
18585 if (echo >conf$$.
file) 2>/dev
/null
; then
18586 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18588 # ... but there are two gotchas:
18589 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18590 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18591 # In both cases, we have to default to `cp -pR'.
18592 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18594 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18602 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18603 rmdir conf$$.dir
2>/dev
/null
18608 # Create "$as_dir" as a directory, including parents if necessary.
18613 -*) as_dir
=.
/$as_dir;;
18615 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18619 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18620 *) as_qdir
=$as_dir;;
18622 as_dirs
="'$as_qdir' $as_dirs"
18623 as_dir
=`$as_dirname -- "$as_dir" ||
18624 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18625 X"$as_dir" : 'X\(//\)[^/]' \| \
18626 X"$as_dir" : 'X\(//\)$' \| \
18627 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18628 $as_echo X"$as_dir" |
18629 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18633 /^X\(\/\/\)[^/].*/{
18646 test -d "$as_dir" && break
18648 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18649 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18653 if mkdir
-p .
2>/dev
/null
; then
18654 as_mkdir_p
='mkdir -p "$as_dir"'
18656 test -d .
/-p && rmdir .
/-p
18661 # as_fn_executable_p FILE
18662 # -----------------------
18663 # Test if FILE is an executable regular file.
18664 as_fn_executable_p
()
18666 test -f "$1" && test -x "$1"
18667 } # as_fn_executable_p
18668 as_test_x
='test -x'
18669 as_executable_p
=as_fn_executable_p
18671 # Sed expression to map a string onto a valid CPP name.
18672 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18674 # Sed expression to map a string onto a valid variable name.
18675 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18679 ## ----------------------------------- ##
18680 ## Main body of $CONFIG_STATUS script. ##
18681 ## ----------------------------------- ##
18683 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18685 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18686 # Save the log message, to keep $0 and so on meaningful, and to
18687 # report actual input values of CONFIG_FILES etc. instead of their
18688 # values after options handling.
18690 This file was extended by Wine $as_me 1.7.51, which was
18691 generated by GNU Autoconf 2.69. Invocation command line was
18693 CONFIG_FILES = $CONFIG_FILES
18694 CONFIG_HEADERS = $CONFIG_HEADERS
18695 CONFIG_LINKS = $CONFIG_LINKS
18696 CONFIG_COMMANDS = $CONFIG_COMMANDS
18699 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18704 case $ac_config_files in *"
18705 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18708 case $ac_config_headers in *"
18709 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18713 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18714 # Files that config.status was made for.
18715 config_files="$ac_config_files"
18716 config_headers="$ac_config_headers"
18717 config_links="$ac_config_links"
18718 config_commands="$ac_config_commands"
18722 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18724 \`$as_me' instantiates files and other configuration actions
18725 from templates according to the current configuration. Unless the files
18726 and actions are specified as TAGs, all are instantiated by default.
18728 Usage: $0 [OPTION]... [TAG]...
18730 -h, --help print this help, then exit
18731 -V, --version print version number and configuration settings, then exit
18732 --config print configuration, then exit
18733 -q, --quiet, --silent
18734 do not print progress messages
18735 -d, --debug don't remove temporary files
18736 --recheck update $as_me by reconfiguring in the same conditions
18737 --file=FILE[:TEMPLATE]
18738 instantiate the configuration file FILE
18739 --header=FILE[:TEMPLATE]
18740 instantiate the configuration header FILE
18742 Configuration files:
18745 Configuration headers:
18748 Configuration links:
18751 Configuration commands:
18754 Report bugs to <wine-devel@winehq.org>.
18755 Wine home page: <http://www.winehq.org>."
18758 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18759 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18761 Wine config.status 1.7.51
18762 configured by $0, generated by GNU Autoconf 2.69,
18763 with options \\"\$ac_cs_config\\"
18765 Copyright (C) 2012 Free Software Foundation, Inc.
18766 This config.status script is free software; the Free Software Foundation
18767 gives unlimited permission to copy, distribute and modify it."
18771 test -n "\$AWK" || AWK=awk
18774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18775 # The default lists apply if the user does not specify any file.
18781 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18782 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18786 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18798 # Handling of the options.
18799 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18801 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18802 $as_echo "$ac_cs_version"; exit ;;
18803 --config |
--confi |
--conf |
--con |
--co |
--c )
18804 $as_echo "$ac_cs_config"; exit ;;
18805 --debug |
--debu |
--deb |
--de |
--d |
-d )
18807 --file |
--fil |
--fi |
--f )
18810 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18811 '') as_fn_error $?
"missing file argument" ;;
18813 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18814 ac_need_defaults
=false
;;
18815 --header |
--heade |
--head |
--hea )
18818 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18820 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18821 ac_need_defaults
=false
;;
18823 # Conflict between --help and --header
18824 as_fn_error $?
"ambiguous option: \`$1'
18825 Try \`$0 --help' for more information.";;
18826 --help |
--hel |
-h )
18827 $as_echo "$ac_cs_usage"; exit ;;
18828 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18829 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18832 # This is an error.
18833 -*) as_fn_error $?
"unrecognized option: \`$1'
18834 Try \`$0 --help' for more information." ;;
18836 *) as_fn_append ac_config_targets
" $1"
18837 ac_need_defaults
=false
;;
18843 ac_configure_extra_args
=
18845 if $ac_cs_silent; then
18847 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18851 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18852 if \$ac_cs_recheck; then
18853 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18855 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18856 CONFIG_SHELL='$SHELL'
18857 export CONFIG_SHELL
18862 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18866 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18867 ## Running $as_me. ##
18873 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18877 wine_fn_output_makedep ()
18879 as_dir=tools; as_fn_mkdir_p
18880 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18882 wine_fn_output_makefile ()
18884 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18885 `cat $wine_rules_file`
18887 as_fn_error $? "could not create Makefile" "$LINENO" 5
18889 wine_fn_output_gitignore ()
18891 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18894 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18899 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18901 # Handling of arguments.
18902 for ac_config_target
in $ac_config_targets
18904 case $ac_config_target in
18905 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18906 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18907 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18908 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18909 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18910 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18911 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18912 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18913 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18914 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18915 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
18916 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18917 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18918 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18920 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18925 # If the user did not use the arguments to specify the items to instantiate,
18926 # then the envvar interface is used. Set only those that are not.
18927 # We use the long form for the default assignment because of an extremely
18928 # bizarre bug on SunOS 4.1.3.
18929 if $ac_need_defaults; then
18930 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18931 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18932 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18933 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18936 # Have a temporary directory for convenience. Make it in the build tree
18937 # simply because there is no reason against having it here, and in addition,
18938 # creating and moving files from /tmp can sometimes cause problems.
18939 # Hook for its removal unless debugging.
18940 # Note that there is a small window in which the directory will not be cleaned:
18941 # after its creation but before its name has been assigned to `$tmp'.
18945 trap 'exit_status=$?
18946 : "${ac_tmp:=$tmp}"
18947 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18949 trap 'as_fn_exit 1' 1 2 13 15
18951 # Create a (secure) tmp directory for tmp files.
18954 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18958 tmp
=.
/conf$$
-$RANDOM
18959 (umask 077 && mkdir
"$tmp")
18960 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18963 # Set up the scripts for CONFIG_FILES section.
18964 # No need to generate them if there are no CONFIG_FILES.
18965 # This happens for instance with `./config.status config.h'.
18966 if test -n "$CONFIG_FILES"; then
18969 ac_cr
=`echo X | tr X '\015'`
18970 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18971 # But we know of no other shell where ac_cr would be empty at this
18972 # point, so we can use a bashism as a fallback.
18973 if test "x$ac_cr" = x
; then
18974 eval ac_cr
=\$
\'\\r
\'
18976 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18977 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18980 ac_cs_awk_cr
=$ac_cr
18983 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18988 echo "cat >conf$$subs.awk <<_ACEOF" &&
18989 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18991 } >conf$$subs.sh ||
18992 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18993 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18995 for ac_last_try in false false false false false :; do
18996 . ./conf$$subs.sh ||
18997 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18999 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19000 if test $ac_delim_n = $ac_delim_num; then
19002 elif $ac_last_try; then
19003 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19005 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19008 rm -f conf$$subs.sh
19010 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19011 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19015 s/^/S["/; s
/!.
*/"]=/
19025 s/\(.\{148\}\)..*/\1/
19027 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19032 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19039 s/\(.\{148\}\)..*/\1/
19041 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19045 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19050 ' <conf$$subs.awk | sed '
19055 ' >>$CONFIG_STATUS || ac_write_fail=1
19056 rm -f conf$$subs.awk
19057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19059 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19060 for (key in S) S_is_set[key] = 1
19066 nfields = split(line, field, "@
")
19068 len = length(field[1])
19069 for (i = 2; i < nfields; i++) {
19071 keylen = length(key)
19072 if (S_is_set[key]) {
19074 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19075 len += length(value) + length(field[++i])
19086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19087 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19088 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19091 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19092 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19095 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19096 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19097 # trailing colons and then remove the whole line if VPATH becomes empty
19098 # (actually we leave an empty line to preserve line numbers).
19099 if test "x
$srcdir" = x.; then
19100 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19118 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19119 fi # test -n "$CONFIG_FILES"
19121 # Set up the scripts for CONFIG_HEADERS section.
19122 # No need to generate them if there are no CONFIG_HEADERS.
19123 # This happens for instance with `./config.status Makefile'.
19124 if test -n "$CONFIG_HEADERS"; then
19125 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19129 # Transform confdefs.h into an awk script `defines.awk', embedded as
19130 # here-document in config.status, that substitutes the proper values into
19131 # config.h.in to produce config.h.
19133 # Create a delimiter string that does not exist in confdefs.h, to ease
19134 # handling of long lines.
19136 for ac_last_try in false false :; do
19137 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19138 if test -z "$ac_tt"; then
19140 elif $ac_last_try; then
19141 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19143 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19147 # For the awk script, D is an array of macro values keyed by name,
19148 # likewise P contains macro parameters if any. Preserve backslash
19149 # newline sequences.
19151 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19153 s/.\{148\}/&'"$ac_delim"'/g
19156 s/^[ ]*#[ ]*define[ ][ ]*/ /
19163 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19165 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19169 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19170 D["\
1"]=" \
3\\\\\\n
"\\/p
19172 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19177 s/.\{148\}/&'"$ac_delim"'/g
19182 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19185 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19187 ' <confdefs.h | sed '
19188 s/'"$ac_delim"'/"\\\
19189 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19191 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19192 for (key in D) D_is_set[key] = 1
19195 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19197 split(line, arg, " ")
19198 if (arg[1] == "#") {
19202 defundef
= substr
(arg
[1], 2)
19205 split(mac1
, mac2
, "(") #)
19207 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19208 if (D_is_set
[macro
]) {
19209 # Preserve the white space surrounding the "#".
19210 print prefix
"define", macro P
[macro
] D
[macro
]
19213 # Replace #undef with comments. This is necessary, for example,
19214 # in the case of _POSIX_SOURCE, which is predefined and required
19215 # on some systems where configure will not decide to define it.
19216 if (defundef
== "undef") {
19217 print
"/*", prefix defundef
, macro
, "*/"
19225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19226 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19227 fi # test -n "$CONFIG_HEADERS"
19230 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19235 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19237 case $ac_mode$ac_tag in
19239 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19240 :[FH
]-) ac_tag
=-:-;;
19241 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19258 -) ac_f
="$ac_tmp/stdin";;
19259 *) # Look for the file first in the build tree, then in the source tree
19260 # (if the path is not absolute). The absolute path cannot be DOS-style,
19261 # because $ac_f cannot contain `:'.
19265 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19267 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19269 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19270 as_fn_append ac_file_inputs
" '$ac_f'"
19273 # Let's still pretend it is `configure' which instantiates (i.e., don't
19274 # use $as_me), people would be surprised to read:
19275 # /* config.h. Generated by config.status. */
19276 configure_input
='Generated from '`
19277 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19279 if test x
"$ac_file" != x-
; then
19280 configure_input
="$ac_file. $configure_input"
19281 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19282 $as_echo "$as_me: creating $ac_file" >&6;}
19284 # Neutralize special characters interpreted by sed in replacement strings.
19285 case $configure_input in #(
19286 *\
&* |
*\|
* |
*\\* )
19287 ac_sed_conf_input
=`$as_echo "$configure_input" |
19288 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19289 *) ac_sed_conf_input
=$configure_input;;
19293 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19294 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19299 ac_dir
=`$as_dirname -- "$ac_file" ||
19300 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19301 X"$ac_file" : 'X\(//\)[^/]' \| \
19302 X"$ac_file" : 'X\(//\)$' \| \
19303 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19304 $as_echo X"$ac_file" |
19305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19309 /^X\(\/\/\)[^/].*/{
19322 as_dir
="$ac_dir"; as_fn_mkdir_p
19326 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19328 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19329 # A ".." for each directory in $ac_dir_suffix.
19330 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19331 case $ac_top_builddir_sub in
19332 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19333 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19336 ac_abs_top_builddir
=$ac_pwd
19337 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19338 # for backward compatibility:
19339 ac_top_builddir
=$ac_top_build_prefix
19342 .
) # We are building in place.
19344 ac_top_srcdir
=$ac_top_builddir_sub
19345 ac_abs_top_srcdir
=$ac_pwd ;;
19346 [\\/]* | ?
:[\\/]* ) # Absolute name.
19347 ac_srcdir
=$srcdir$ac_dir_suffix;
19348 ac_top_srcdir
=$srcdir
19349 ac_abs_top_srcdir
=$srcdir ;;
19350 *) # Relative name.
19351 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19352 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19353 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19355 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19366 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19367 # If the template does not know about datarootdir, expand it.
19368 # FIXME: This hack should be removed a few years after 2.60.
19369 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19380 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19381 *datarootdir
*) ac_datarootdir_seen
=yes;;
19382 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19383 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19384 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19386 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19387 ac_datarootdir_hack='
19388 s&@datadir@&$datadir&g
19389 s&@docdir@&$docdir&g
19390 s&@infodir@&$infodir&g
19391 s&@localedir@&$localedir&g
19392 s&@mandir@&$mandir&g
19393 s&\\\${datarootdir}&$datarootdir&g' ;;
19397 # Neutralize VPATH when `$srcdir' = `.'.
19398 # Shell code in configure.ac might set extrasub.
19399 # FIXME: do we really want to maintain this feature?
19400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19401 ac_sed_extra="$ac_vpsub
19404 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19406 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19407 s|@configure_input@|
$ac_sed_conf_input|
;t t
19408 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19409 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19410 s
&@srcdir@
&$ac_srcdir&;t t
19411 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19412 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19413 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19414 s
&@builddir@
&$ac_builddir&;t t
19415 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19416 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19417 $ac_datarootdir_hack
19419 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19420 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19422 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19423 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19424 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19425 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19427 which seems to be undefined. Please make sure it is defined" >&5
19428 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19429 which seems to be undefined. Please make sure it is defined" >&2;}
19431 rm -f "$ac_tmp/stdin"
19433 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19434 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19436 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19442 if test x"$ac_file" != x-; then
19444 $as_echo "/* $configure_input */" \
19445 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19446 } >"$ac_tmp/config.h" \
19447 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19448 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19449 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19450 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19453 mv "$ac_tmp/config.h" "$ac_file" \
19454 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19457 $as_echo "/* $configure_input */" \
19458 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19459 || as_fn_error $? "could not create -" "$LINENO" 5
19467 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19470 # Prefer the file from the source tree if names are identical.
19471 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19472 ac_source=$srcdir/$ac_source
19475 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19476 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19478 if test ! -r "$ac_source"; then
19479 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19483 # Try a relative symlink, then a hard link, then a copy.
19485 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19486 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19488 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19489 ln "$ac_source" "$ac_file" 2>/dev/null ||
19490 cp -p "$ac_source" "$ac_file" ||
19491 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19494 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19495 $as_echo "$as_me: executing $ac_file commands" >&6;}
19500 case $ac_file$ac_mode in
19501 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19502 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19503 "Makefile":C) wine_fn_output_makefile Makefile ;;
19504 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19512 ac_clean_files=$ac_clean_files_save
19514 test $ac_write_fail = 0 ||
19515 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19518 # configure is writing to config.log, and then calls config.status.
19519 # config.status does its own redirection, appending to config.log.
19520 # Unfortunately, on DOS this fails, as config.log is still kept open
19521 # by configure, so config.status won't be able to
write to it
; its
19522 # output is simply discarded. So we exec the FD to /dev/null,
19523 # effectively closing config.log, so it can be properly (re)opened and
19524 # appended to by config.status. When coming back to configure, we
19525 # need to make the FD available again.
19526 if test "$no_create" != yes; then
19528 ac_config_status_args
=
19529 test "$silent" = yes &&
19530 ac_config_status_args
="$ac_config_status_args --quiet"
19532 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19534 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19535 # would make configure fail if this is the last instruction.
19536 $ac_cs_success || as_fn_exit
1
19538 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19540 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19544 if test "$no_create" = "yes"
19550 if test "x$wine_notices != "x
; then
19553 for msg
in $wine_notices; do
19555 if ${msg:+false} :; then :
19558 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19559 $as_echo "$as_me: $msg" >&6;}
19564 for msg
in $wine_warnings; do
19566 if ${msg:+false} :; then :
19570 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19571 $as_echo "$as_me: WARNING: $msg" >&2;}
19577 $as_me: Finished. Do '${ac_make}' to compile Wine.