2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.54.
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.54'
584 PACKAGE_STRING
='Wine 1.7.54'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
635 EXCESS_PRECISION_CFLAGS
699 APPLICATIONSERVICES_LIBS
786 program_transform_name
799 enable_option_checking
803 enable_maintainer_mode
860 enable_api_ms_win_core_com_l1_1_0
861 enable_api_ms_win_core_console_l1_1_0
862 enable_api_ms_win_core_datetime_l1_1_0
863 enable_api_ms_win_core_datetime_l1_1_1
864 enable_api_ms_win_core_debug_l1_1_0
865 enable_api_ms_win_core_debug_l1_1_1
866 enable_api_ms_win_core_errorhandling_l1_1_0
867 enable_api_ms_win_core_errorhandling_l1_1_1
868 enable_api_ms_win_core_errorhandling_l1_1_2
869 enable_api_ms_win_core_fibers_l1_1_0
870 enable_api_ms_win_core_fibers_l1_1_1
871 enable_api_ms_win_core_file_l1_1_0
872 enable_api_ms_win_core_file_l1_2_0
873 enable_api_ms_win_core_file_l2_1_0
874 enable_api_ms_win_core_file_l2_1_1
875 enable_api_ms_win_core_handle_l1_1_0
876 enable_api_ms_win_core_heap_l1_1_0
877 enable_api_ms_win_core_heap_l1_2_0
878 enable_api_ms_win_core_heap_obsolete_l1_1_0
879 enable_api_ms_win_core_interlocked_l1_1_0
880 enable_api_ms_win_core_interlocked_l1_2_0
881 enable_api_ms_win_core_io_l1_1_1
882 enable_api_ms_win_core_kernel32_legacy_l1_1_0
883 enable_api_ms_win_core_libraryloader_l1_1_0
884 enable_api_ms_win_core_libraryloader_l1_1_1
885 enable_api_ms_win_core_localization_l1_2_0
886 enable_api_ms_win_core_localization_l1_2_1
887 enable_api_ms_win_core_localization_obsolete_l1_1_0
888 enable_api_ms_win_core_localregistry_l1_1_0
889 enable_api_ms_win_core_memory_l1_1_0
890 enable_api_ms_win_core_memory_l1_1_1
891 enable_api_ms_win_core_misc_l1_1_0
892 enable_api_ms_win_core_namedpipe_l1_1_0
893 enable_api_ms_win_core_namedpipe_l1_2_0
894 enable_api_ms_win_core_processenvironment_l1_1_0
895 enable_api_ms_win_core_processenvironment_l1_2_0
896 enable_api_ms_win_core_processthreads_l1_1_0
897 enable_api_ms_win_core_processthreads_l1_1_1
898 enable_api_ms_win_core_processthreads_l1_1_2
899 enable_api_ms_win_core_profile_l1_1_0
900 enable_api_ms_win_core_psapi_l1_1_0
901 enable_api_ms_win_core_registry_l1_1_0
902 enable_api_ms_win_core_rtlsupport_l1_1_0
903 enable_api_ms_win_core_rtlsupport_l1_2_0
904 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
905 enable_api_ms_win_core_string_l1_1_0
906 enable_api_ms_win_core_synch_l1_1_0
907 enable_api_ms_win_core_synch_l1_2_0
908 enable_api_ms_win_core_sysinfo_l1_1_0
909 enable_api_ms_win_core_sysinfo_l1_2_0
910 enable_api_ms_win_core_sysinfo_l1_2_1
911 enable_api_ms_win_core_threadpool_legacy_l1_1_0
912 enable_api_ms_win_core_timezone_l1_1_0
913 enable_api_ms_win_core_url_l1_1_0
914 enable_api_ms_win_core_util_l1_1_0
915 enable_api_ms_win_core_winrt_error_l1_1_0
916 enable_api_ms_win_core_winrt_error_l1_1_1
917 enable_api_ms_win_core_winrt_l1_1_0
918 enable_api_ms_win_core_winrt_string_l1_1_0
919 enable_api_ms_win_core_xstate_l2_1_0
920 enable_api_ms_win_crt_conio_l1_1_0
921 enable_api_ms_win_crt_convert_l1_1_0
922 enable_api_ms_win_crt_environment_l1_1_0
923 enable_api_ms_win_crt_filesystem_l1_1_0
924 enable_api_ms_win_crt_heap_l1_1_0
925 enable_api_ms_win_crt_locale_l1_1_0
926 enable_api_ms_win_crt_math_l1_1_0
927 enable_api_ms_win_crt_multibyte_l1_1_0
928 enable_api_ms_win_crt_private_l1_1_0
929 enable_api_ms_win_crt_process_l1_1_0
930 enable_api_ms_win_crt_runtime_l1_1_0
931 enable_api_ms_win_crt_stdio_l1_1_0
932 enable_api_ms_win_crt_string_l1_1_0
933 enable_api_ms_win_crt_time_l1_1_0
934 enable_api_ms_win_crt_utility_l1_1_0
935 enable_api_ms_win_downlevel_advapi32_l1_1_0
936 enable_api_ms_win_downlevel_advapi32_l2_1_0
937 enable_api_ms_win_downlevel_normaliz_l1_1_0
938 enable_api_ms_win_downlevel_ole32_l1_1_0
939 enable_api_ms_win_downlevel_shell32_l1_1_0
940 enable_api_ms_win_downlevel_shlwapi_l1_1_0
941 enable_api_ms_win_downlevel_shlwapi_l2_1_0
942 enable_api_ms_win_downlevel_user32_l1_1_0
943 enable_api_ms_win_downlevel_version_l1_1_0
944 enable_api_ms_win_eventing_provider_l1_1_0
945 enable_api_ms_win_ntuser_dc_access_l1_1_0
946 enable_api_ms_win_security_base_l1_1_0
947 enable_api_ms_win_security_base_l1_2_0
948 enable_api_ms_win_security_sddl_l1_1_0
949 enable_api_ms_win_service_core_l1_1_1
950 enable_api_ms_win_service_management_l1_1_0
951 enable_api_ms_win_service_winsvc_l1_2_0
994 enable_d3dcompiler_33
995 enable_d3dcompiler_34
996 enable_d3dcompiler_35
997 enable_d3dcompiler_36
998 enable_d3dcompiler_37
999 enable_d3dcompiler_38
1000 enable_d3dcompiler_39
1001 enable_d3dcompiler_40
1002 enable_d3dcompiler_41
1003 enable_d3dcompiler_42
1004 enable_d3dcompiler_43
1005 enable_d3dcompiler_46
1006 enable_d3dcompiler_47
1084 enable_explorerframe
1085 enable_ext_ms_win_gdi_devcaps_l1_1_0
1245 enable_photometadatahandler
1332 enable_windowscodecs
1333 enable_windowscodecsext
1335 enable_winecoreaudio_drv
1337 enable_winegstreamer
1338 enable_winejoystick_drv
1344 enable_wineqtdecoder
1402 enable_documentation
1410 enable_aspnet_regiis
1443 enable_presentationfontcache
1456 enable_servicemodelreg
1477 enable_winemenubuilder
1479 enable_winemsibuilder
1493 ac_precious_vars
='build_alias
1542 # Initialize some variables set by options.
1544 ac_init_version
=false
1545 ac_unrecognized_opts
=
1546 ac_unrecognized_sep
=
1547 # The variables have the same names as the options, with
1548 # dashes changed to underlines.
1549 cache_file
=/dev
/null
1556 program_transform_name
=s
,x
,x
,
1564 # Installation directory options.
1565 # These are left unexpanded so users can "make install exec_prefix=/foo"
1566 # and all the variables that are supposed to be based on exec_prefix
1567 # by default will actually change.
1568 # Use braces instead of parens because sh, perl, etc. also accept them.
1569 # (The list follows the same order as the GNU Coding Standards.)
1570 bindir
='${exec_prefix}/bin'
1571 sbindir
='${exec_prefix}/sbin'
1572 libexecdir
='${exec_prefix}/libexec'
1573 datarootdir
='${prefix}/share'
1574 datadir
='${datarootdir}'
1575 sysconfdir
='${prefix}/etc'
1576 sharedstatedir
='${prefix}/com'
1577 localstatedir
='${prefix}/var'
1578 runstatedir
='${localstatedir}/run'
1579 includedir
='${prefix}/include'
1580 oldincludedir
='/usr/include'
1581 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1582 infodir
='${datarootdir}/info'
1587 libdir
='${exec_prefix}/lib'
1588 localedir
='${datarootdir}/locale'
1589 mandir
='${datarootdir}/man'
1595 # If the previous option needs an argument, assign it.
1596 if test -n "$ac_prev"; then
1597 eval $ac_prev=\
$ac_option
1603 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1608 # Accept the important Cygnus configure options, so we can diagnose typos.
1610 case $ac_dashdash$ac_option in
1614 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1616 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1617 bindir
=$ac_optarg ;;
1619 -build |
--build |
--buil |
--bui |
--bu)
1620 ac_prev
=build_alias
;;
1621 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1622 build_alias
=$ac_optarg ;;
1624 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1625 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1626 ac_prev
=cache_file
;;
1627 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1628 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1629 cache_file
=$ac_optarg ;;
1631 --config-cache |
-C)
1632 cache_file
=config.cache
;;
1634 -datadir |
--datadir |
--datadi |
--datad)
1636 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1637 datadir
=$ac_optarg ;;
1639 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1640 |
--dataroo |
--dataro |
--datar)
1641 ac_prev
=datarootdir
;;
1642 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1643 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1644 datarootdir
=$ac_optarg ;;
1646 -disable-* |
--disable-*)
1647 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1648 # Reject names that are not valid shell variable names.
1649 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1650 as_fn_error $?
"invalid feature name: $ac_useropt"
1651 ac_useropt_orig
=$ac_useropt
1652 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1653 case $ac_user_opts in
1655 "enable_
$ac_useropt"
1657 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1658 ac_unrecognized_sep
=', ';;
1660 eval enable_
$ac_useropt=no
;;
1662 -docdir |
--docdir |
--docdi |
--doc |
--do)
1664 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1665 docdir
=$ac_optarg ;;
1667 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1669 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1670 dvidir
=$ac_optarg ;;
1672 -enable-* |
--enable-*)
1673 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1674 # Reject names that are not valid shell variable names.
1675 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1676 as_fn_error $?
"invalid feature name: $ac_useropt"
1677 ac_useropt_orig
=$ac_useropt
1678 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1679 case $ac_user_opts in
1681 "enable_
$ac_useropt"
1683 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1684 ac_unrecognized_sep
=', ';;
1686 eval enable_
$ac_useropt=\
$ac_optarg ;;
1688 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1689 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1690 |
--exec |
--exe |
--ex)
1691 ac_prev
=exec_prefix
;;
1692 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1693 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1694 |
--exec=* |
--exe=* |
--ex=*)
1695 exec_prefix
=$ac_optarg ;;
1697 -gas |
--gas |
--ga |
--g)
1698 # Obsolete; use --with-gas.
1701 -help |
--help |
--hel |
--he |
-h)
1702 ac_init_help
=long
;;
1703 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1704 ac_init_help
=recursive
;;
1705 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1706 ac_init_help
=short
;;
1708 -host |
--host |
--hos |
--ho)
1709 ac_prev
=host_alias
;;
1710 -host=* |
--host=* |
--hos=* |
--ho=*)
1711 host_alias
=$ac_optarg ;;
1713 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1715 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1717 htmldir
=$ac_optarg ;;
1719 -includedir |
--includedir |
--includedi |
--included |
--include \
1720 |
--includ |
--inclu |
--incl |
--inc)
1721 ac_prev
=includedir
;;
1722 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1723 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1724 includedir
=$ac_optarg ;;
1726 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1728 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1729 infodir
=$ac_optarg ;;
1731 -libdir |
--libdir |
--libdi |
--libd)
1733 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1734 libdir
=$ac_optarg ;;
1736 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1737 |
--libexe |
--libex |
--libe)
1738 ac_prev
=libexecdir
;;
1739 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1740 |
--libexe=* |
--libex=* |
--libe=*)
1741 libexecdir
=$ac_optarg ;;
1743 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1744 ac_prev
=localedir
;;
1745 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1746 localedir
=$ac_optarg ;;
1748 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1749 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1750 ac_prev
=localstatedir
;;
1751 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1752 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1753 localstatedir
=$ac_optarg ;;
1755 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1757 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1758 mandir
=$ac_optarg ;;
1760 -nfp |
--nfp |
--nf)
1761 # Obsolete; use --without-fp.
1764 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1765 |
--no-cr |
--no-c |
-n)
1768 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1769 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1772 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1773 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1774 |
--oldin |
--oldi |
--old |
--ol |
--o)
1775 ac_prev
=oldincludedir
;;
1776 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1777 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1778 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1779 oldincludedir
=$ac_optarg ;;
1781 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1783 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1784 prefix
=$ac_optarg ;;
1786 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1787 |
--program-pre |
--program-pr |
--program-p)
1788 ac_prev
=program_prefix
;;
1789 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1790 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1791 program_prefix
=$ac_optarg ;;
1793 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1794 |
--program-suf |
--program-su |
--program-s)
1795 ac_prev
=program_suffix
;;
1796 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1797 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1798 program_suffix
=$ac_optarg ;;
1800 -program-transform-name |
--program-transform-name \
1801 |
--program-transform-nam |
--program-transform-na \
1802 |
--program-transform-n |
--program-transform- \
1803 |
--program-transform |
--program-transfor \
1804 |
--program-transfo |
--program-transf \
1805 |
--program-trans |
--program-tran \
1806 |
--progr-tra |
--program-tr |
--program-t)
1807 ac_prev
=program_transform_name
;;
1808 -program-transform-name=* |
--program-transform-name=* \
1809 |
--program-transform-nam=* |
--program-transform-na=* \
1810 |
--program-transform-n=* |
--program-transform-=* \
1811 |
--program-transform=* |
--program-transfor=* \
1812 |
--program-transfo=* |
--program-transf=* \
1813 |
--program-trans=* |
--program-tran=* \
1814 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1815 program_transform_name
=$ac_optarg ;;
1817 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1819 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1820 pdfdir
=$ac_optarg ;;
1822 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1824 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1827 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1828 |
-silent |
--silent |
--silen |
--sile |
--sil)
1831 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1832 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1833 |
--run |
--ru |
--r)
1834 ac_prev
=runstatedir
;;
1835 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1836 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1837 |
--run=* |
--ru=* |
--r=*)
1838 runstatedir
=$ac_optarg ;;
1840 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1842 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1844 sbindir
=$ac_optarg ;;
1846 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1847 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1848 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1850 ac_prev
=sharedstatedir
;;
1851 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1852 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1853 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1855 sharedstatedir
=$ac_optarg ;;
1857 -site |
--site |
--sit)
1859 -site=* |
--site=* |
--sit=*)
1862 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1864 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1865 srcdir
=$ac_optarg ;;
1867 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1868 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1869 ac_prev
=sysconfdir
;;
1870 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1871 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1872 sysconfdir
=$ac_optarg ;;
1874 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1875 ac_prev
=target_alias
;;
1876 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1877 target_alias
=$ac_optarg ;;
1879 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1882 -version |
--version |
--versio |
--versi |
--vers |
-V)
1883 ac_init_version
=: ;;
1886 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
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--with-$ac_useropt_orig"
1897 ac_unrecognized_sep
=', ';;
1899 eval with_
$ac_useropt=\
$ac_optarg ;;
1901 -without-* |
--without-*)
1902 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1903 # Reject names that are not valid shell variable names.
1904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1905 as_fn_error $?
"invalid package name: $ac_useropt"
1906 ac_useropt_orig
=$ac_useropt
1907 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1908 case $ac_user_opts in
1912 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1913 ac_unrecognized_sep
=', ';;
1915 eval with_
$ac_useropt=no
;;
1918 # Obsolete; use --with-x.
1921 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1922 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1923 ac_prev
=x_includes
;;
1924 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1925 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1926 x_includes
=$ac_optarg ;;
1928 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1929 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1930 ac_prev
=x_libraries
;;
1931 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1932 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1933 x_libraries
=$ac_optarg ;;
1935 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1936 Try \`$0 --help' for more information"
1940 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1941 # Reject names that are not valid shell variable names.
1942 case $ac_envvar in #(
1943 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1944 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1946 eval $ac_envvar=\
$ac_optarg
1947 export $ac_envvar ;;
1950 # FIXME: should be removed in autoconf 3.0.
1951 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1952 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1953 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1954 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1960 if test -n "$ac_prev"; then
1961 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1962 as_fn_error $?
"missing argument to $ac_option"
1965 if test -n "$ac_unrecognized_opts"; then
1966 case $enable_option_checking in
1968 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1969 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1973 # Check all directory arguments for consistency.
1974 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1975 datadir sysconfdir sharedstatedir localstatedir includedir \
1976 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1977 libdir localedir mandir runstatedir
1979 eval ac_val
=\$
$ac_var
1980 # Remove trailing slashes.
1983 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1984 eval $ac_var=\
$ac_val;;
1986 # Be sure to have absolute directory names.
1988 [\\/$
]* | ?
:[\\/]* ) continue;;
1989 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1991 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1994 # There might be people who depend on the old broken behavior: `$host'
1995 # used to hold the argument of --host etc.
1996 # FIXME: To remove some day.
1999 target
=$target_alias
2001 # FIXME: To remove some day.
2002 if test "x$host_alias" != x
; then
2003 if test "x$build_alias" = x
; then
2004 cross_compiling
=maybe
2005 elif test "x$build_alias" != "x$host_alias"; then
2011 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2013 test "$silent" = yes && exec 6>/dev
/null
2016 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2017 ac_ls_di
=`ls -di .` &&
2018 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2019 as_fn_error $?
"working directory cannot be determined"
2020 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2021 as_fn_error $?
"pwd does not report name of working directory"
2024 # Find the source files, if location was not specified.
2025 if test -z "$srcdir"; then
2026 ac_srcdir_defaulted
=yes
2027 # Try the directory containing this script, then the parent directory.
2028 ac_confdir
=`$as_dirname -- "$as_myself" ||
2029 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2030 X"$as_myself" : 'X\(//\)[^/]' \| \
2031 X"$as_myself" : 'X\(//\)$' \| \
2032 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2033 $as_echo X"$as_myself" |
2034 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2052 if test ! -r "$srcdir/$ac_unique_file"; then
2056 ac_srcdir_defaulted
=no
2058 if test ! -r "$srcdir/$ac_unique_file"; then
2059 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2060 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2062 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2064 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2066 # When building in place, set srcdir=.
2067 if test "$ac_abs_confdir" = "$ac_pwd"; then
2070 # Remove unnecessary trailing slashes from srcdir.
2071 # Double slashes in file names in object file debugging info
2072 # mess up M-x gdb in Emacs.
2074 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2076 for ac_var
in $ac_precious_vars; do
2077 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2078 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2079 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2080 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2084 # Report the --help message.
2086 if test "$ac_init_help" = "long"; then
2087 # Omit some internal or obsolete options to make the list less imposing.
2088 # This message is too long to be a string in the A/UX 3.1 sh.
2090 \`configure' configures Wine 1.7.54 to adapt to many kinds of systems.
2092 Usage: $0 [OPTION]... [VAR=VALUE]...
2094 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2095 VAR=VALUE. See below for descriptions of some of the useful variables.
2097 Defaults for the options are specified in brackets.
2100 -h, --help display this help and exit
2101 --help=short display options specific to this package
2102 --help=recursive display the short help of all the included packages
2103 -V, --version display version information and exit
2104 -q, --quiet, --silent do not print \`checking ...' messages
2105 --cache-file=FILE cache test results in FILE [disabled]
2106 -C, --config-cache alias for \`--cache-file=config.cache'
2107 -n, --no-create do not create output files
2108 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2110 Installation directories:
2111 --prefix=PREFIX install architecture-independent files in PREFIX
2112 [$ac_default_prefix]
2113 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2116 By default, \`make install' will install all the files in
2117 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2118 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2119 for instance \`--prefix=\$HOME'.
2121 For better control, use the options below.
2123 Fine tuning of the installation directories:
2124 --bindir=DIR user executables [EPREFIX/bin]
2125 --sbindir=DIR system admin executables [EPREFIX/sbin]
2126 --libexecdir=DIR program executables [EPREFIX/libexec]
2127 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2128 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2129 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2130 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2131 --libdir=DIR object code libraries [EPREFIX/lib]
2132 --includedir=DIR C header files [PREFIX/include]
2133 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2134 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2135 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2136 --infodir=DIR info documentation [DATAROOTDIR/info]
2137 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2138 --mandir=DIR man documentation [DATAROOTDIR/man]
2139 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2140 --htmldir=DIR html documentation [DOCDIR]
2141 --dvidir=DIR dvi documentation [DOCDIR]
2142 --pdfdir=DIR pdf documentation [DOCDIR]
2143 --psdir=DIR ps documentation [DOCDIR]
2149 --x-includes=DIR X include files are
in DIR
2150 --x-libraries=DIR X library files are
in DIR
2153 --build=BUILD configure
for building on BUILD
[guessed
]
2154 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2158 if test -n "$ac_init_help"; then
2159 case $ac_init_help in
2160 short | recursive
) echo "Configuration of Wine 1.7.54:";;
2165 --disable-option-checking ignore unrecognized
--enable/--with options
2166 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2167 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2168 --disable-win16 do not include Win16 support
2169 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2171 --disable-tests do not build the regression tests
2172 --enable-maintainer-mode
2173 enable maintainer-specific build rules
2174 --disable-largefile omit support for large files
2177 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2178 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2179 --without-alsa do not use the Alsa sound support
2180 --without-capi do not use CAPI (ISDN support)
2181 --without-cms do not use CMS (color management support)
2182 --without-coreaudio do not use the CoreAudio sound support
2183 --without-cups do not use CUPS
2184 --without-curses do not use (n)curses
2185 --without-dbus do not use DBus (dynamic device support)
2186 --without-fontconfig do not use fontconfig
2187 --without-freetype do not use the FreeType library
2188 --without-gettext do not use gettext
2189 --with-gettextpo use the GetTextPO library to rebuild po files
2190 --without-gphoto do not use gphoto (Digital Camera support)
2191 --without-glu do not use the GLU library
2192 --without-gnutls do not use GnuTLS (schannel support)
2193 --without-gsm do not use libgsm (GSM 06.10 codec support)
2194 --without-gstreamer do not use GStreamer (codecs support)
2195 --without-hal do not use HAL (dynamic device support)
2196 --without-jpeg do not use JPEG
2197 --without-ldap do not use LDAP
2198 --without-mpg123 do not use the mpg123 library
2199 --without-netapi do not use the Samba NetAPI library
2200 --without-openal do not use OpenAL
2201 --without-opencl do not use OpenCL
2202 --without-opengl do not use OpenGL
2203 --without-osmesa do not use the OSMesa library
2204 --without-oss do not use the OSS sound support
2205 --without-pcap do not use the Packet Capture library
2206 --without-png do not use PNG
2207 --without-pthread do not use the pthread library
2208 --without-sane do not use SANE (scanner support)
2209 --without-tiff do not use TIFF
2210 --without-v4l do not use v4l1 (v4l support)
2211 --without-xcomposite do not use the Xcomposite extension
2212 --without-xcursor do not use the Xcursor extension
2213 --without-xinerama do not use Xinerama (multi-monitor support)
2214 --without-xinput do not use the Xinput extension
2215 --without-xinput2 do not use the Xinput 2 extension
2216 --without-xml do not use XML
2217 --without-xrandr do not use Xrandr (resolution changes)
2218 --without-xrender do not use the Xrender extension
2219 --without-xshape do not use the Xshape extension
2220 --without-xshm do not use XShm (shared memory extension)
2221 --without-xslt do not use XSLT
2222 --without-xxf86vm do not use XFree video mode extension
2223 --without-zlib do not use Zlib (data compression)
2224 --with-wine-tools=DIR use Wine tools from directory DIR
2225 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2226 --with-x use the X Window System
2228 Some influential environment variables:
2229 CC C compiler command
2230 CFLAGS C compiler flags
2231 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2232 nonstandard directory <lib dir>
2233 LIBS libraries to pass to the linker, e.g. -l<library>
2234 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2235 you have headers in a nonstandard directory <include dir>
2236 CXX C++ compiler command
2237 CXXFLAGS C++ compiler flags
2239 XMKMF Path to xmkmf, Makefile generator for X Window System
2240 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2241 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2242 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2243 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2244 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2245 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2246 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2247 HAL_LIBS Linker flags for hal, overriding pkg-config
2249 C compiler flags for gnutls, overriding pkg-config
2250 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2251 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2252 SANE_LIBS Linker flags for libsane, overriding pkg-config
2254 C compiler flags for libgphoto2, overriding pkg-config
2256 Linker flags for libgphoto2, overriding pkg-config
2258 C compiler flags for libgphoto2_port, overriding pkg-config
2260 Linker flags for libgphoto2_port, overriding pkg-config
2262 C compiler flags for lcms2, overriding pkg-config
2263 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2265 C compiler flags for freetype2, overriding pkg-config
2267 Linker flags for freetype2, overriding pkg-config
2269 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2271 Linker flags for gstreamer-app-0.10, overriding pkg-config
2273 C compiler flags for capi20, overriding pkg-config
2274 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2276 C compiler flags for fontconfig, overriding pkg-config
2278 Linker flags for fontconfig, overriding pkg-config
2279 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2280 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2281 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2282 PNG_LIBS Linker flags for libpng, overriding pkg-config
2283 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2284 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2286 C compiler flags for libmpg123, overriding pkg-config
2287 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2289 Use these variables to override the choices made by `configure' or to
help
2290 it to
find libraries and programs with nonstandard names
/locations.
2292 Report bugs to
<wine-devel@winehq.org
>.
2293 Wine home page
: <http
://www.winehq.org
>.
2298 if test "$ac_init_help" = "recursive"; then
2299 # If there are subdirs, report their specific --help.
2300 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2301 test -d "$ac_dir" ||
2302 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2307 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2309 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2310 # A ".." for each directory in $ac_dir_suffix.
2311 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2312 case $ac_top_builddir_sub in
2313 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2314 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2317 ac_abs_top_builddir
=$ac_pwd
2318 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2319 # for backward compatibility:
2320 ac_top_builddir
=$ac_top_build_prefix
2323 .
) # We are building in place.
2325 ac_top_srcdir
=$ac_top_builddir_sub
2326 ac_abs_top_srcdir
=$ac_pwd ;;
2327 [\\/]* | ?
:[\\/]* ) # Absolute name.
2328 ac_srcdir
=$srcdir$ac_dir_suffix;
2329 ac_top_srcdir
=$srcdir
2330 ac_abs_top_srcdir
=$srcdir ;;
2332 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2333 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2334 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2336 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2338 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2339 # Check for guested configure.
2340 if test -f "$ac_srcdir/configure.gnu"; then
2342 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2343 elif test -f "$ac_srcdir/configure"; then
2345 $SHELL "$ac_srcdir/configure" --help=recursive
2347 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2349 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2353 test -n "$ac_init_help" && exit $ac_status
2354 if $ac_init_version; then
2356 Wine configure
1.7.54
2357 generated by GNU Autoconf
2.69
2359 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2360 This configure
script is free software
; the Free Software Foundation
2361 gives unlimited permission to copy
, distribute and modify it.
2366 ## ------------------------ ##
2367 ## Autoconf initialization. ##
2368 ## ------------------------ ##
2370 # ac_fn_c_try_compile LINENO
2371 # --------------------------
2372 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2373 ac_fn_c_try_compile
()
2375 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2376 rm -f conftest.
$ac_objext
2377 if { { ac_try
="$ac_compile"
2379 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2380 *) ac_try_echo=$ac_try;;
2382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2383 $as_echo "$ac_try_echo"; } >&5
2384 (eval "$ac_compile") 2>conftest.err
2386 if test -s conftest.err; then
2387 grep -v '^ *+' conftest.err >conftest.er1
2388 cat conftest.er1 >&5
2389 mv -f conftest.er1 conftest.err
2391 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2392 test $ac_status = 0; } && {
2393 test -z "$ac_c_werror_flag" ||
2394 test ! -s conftest.err
2395 } && test -s conftest.$ac_objext; then :
2398 $as_echo "$as_me: failed program was:" >&5
2399 sed 's/^/| /' conftest.$ac_ext >&5
2403 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2404 as_fn_set_status $ac_retval
2406 } # ac_fn_c_try_compile
2408 # ac_fn_cxx_try_compile LINENO
2409 # ----------------------------
2410 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2411 ac_fn_cxx_try_compile ()
2413 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2414 rm -f conftest.$ac_objext
2415 if { { ac_try="$ac_compile"
2417 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2418 *) ac_try_echo
=$ac_try;;
2420 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2421 $as_echo "$ac_try_echo"; } >&5
2422 (eval "$ac_compile") 2>conftest.err
2424 if test -s conftest.err
; then
2425 grep -v '^ *+' conftest.err
>conftest.er1
2426 cat conftest.er1
>&5
2427 mv -f conftest.er1 conftest.err
2429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2430 test $ac_status = 0; } && {
2431 test -z "$ac_cxx_werror_flag" ||
2432 test ! -s conftest.err
2433 } && test -s conftest.
$ac_objext; then :
2436 $as_echo "$as_me: failed program was:" >&5
2437 sed 's/^/| /' conftest.
$ac_ext >&5
2441 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2442 as_fn_set_status
$ac_retval
2444 } # ac_fn_cxx_try_compile
2446 # ac_fn_c_try_link LINENO
2447 # -----------------------
2448 # Try to link conftest.$ac_ext, and return whether this succeeded.
2451 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2452 rm -f conftest.
$ac_objext conftest
$ac_exeext
2453 if { { ac_try
="$ac_link"
2455 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2456 *) ac_try_echo=$ac_try;;
2458 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2459 $as_echo "$ac_try_echo"; } >&5
2460 (eval "$ac_link") 2>conftest.err
2462 if test -s conftest.err; then
2463 grep -v '^ *+' conftest.err >conftest.er1
2464 cat conftest.er1 >&5
2465 mv -f conftest.er1 conftest.err
2467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2468 test $ac_status = 0; } && {
2469 test -z "$ac_c_werror_flag" ||
2470 test ! -s conftest.err
2471 } && test -s conftest$ac_exeext && {
2472 test "$cross_compiling" = yes ||
2473 test -x conftest$ac_exeext
2477 $as_echo "$as_me: failed program was:" >&5
2478 sed 's/^/| /' conftest.$ac_ext >&5
2482 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2483 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2484 # interfere with the next link command; also delete a directory that is
2485 # left behind by Apple's compiler. We do this before executing the actions.
2486 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2487 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2488 as_fn_set_status $ac_retval
2490 } # ac_fn_c_try_link
2492 # ac_fn_c_try_cpp LINENO
2493 # ----------------------
2494 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2497 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2498 if { { ac_try="$ac_cpp conftest.$ac_ext"
2500 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2501 *) ac_try_echo
=$ac_try;;
2503 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2504 $as_echo "$ac_try_echo"; } >&5
2505 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2507 if test -s conftest.err
; then
2508 grep -v '^ *+' conftest.err
>conftest.er1
2509 cat conftest.er1
>&5
2510 mv -f conftest.er1 conftest.err
2512 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2513 test $ac_status = 0; } > conftest.i
&& {
2514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2515 test ! -s conftest.err
2519 $as_echo "$as_me: failed program was:" >&5
2520 sed 's/^/| /' conftest.
$ac_ext >&5
2524 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2525 as_fn_set_status
$ac_retval
2529 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2530 # -------------------------------------------------------
2531 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2532 # the include files in INCLUDES and setting the cache variable VAR
2534 ac_fn_c_check_header_mongrel
()
2536 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2537 if eval \
${$3+:} false
; then :
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2539 $as_echo_n "checking for $2... " >&6; }
2540 if eval \
${$3+:} false
; then :
2541 $as_echo_n "(cached) " >&6
2544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2545 $as_echo "$ac_res" >&6; }
2547 # Is the header compilable?
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2549 $as_echo_n "checking $2 usability... " >&6; }
2550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2551 /* end confdefs.h. */
2555 if ac_fn_c_try_compile
"$LINENO"; then :
2556 ac_header_compiler
=yes
2558 ac_header_compiler
=no
2560 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2562 $as_echo "$ac_header_compiler" >&6; }
2564 # Is the header present?
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2566 $as_echo_n "checking $2 presence... " >&6; }
2567 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2568 /* end confdefs.h. */
2571 if ac_fn_c_try_cpp
"$LINENO"; then :
2572 ac_header_preproc
=yes
2574 ac_header_preproc
=no
2576 rm -f conftest.err conftest.i conftest.
$ac_ext
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2578 $as_echo "$ac_header_preproc" >&6; }
2580 # So? What about this header?
2581 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2584 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2586 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2590 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2592 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2594 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2596 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2598 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2599 ( $as_echo "## ------------------------------------ ##
2600 ## Report this to wine-devel@winehq.org ##
2601 ## ------------------------------------ ##"
2602 ) |
sed "s/^/$as_me: WARNING: /" >&2
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2606 $as_echo_n "checking for $2... " >&6; }
2607 if eval \
${$3+:} false
; then :
2608 $as_echo_n "(cached) " >&6
2610 eval "$3=\$ac_header_compiler"
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2614 $as_echo "$ac_res" >&6; }
2616 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2618 } # ac_fn_c_check_header_mongrel
2620 # ac_fn_c_try_run LINENO
2621 # ----------------------
2622 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2623 # that executables *can* be run.
2626 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2627 if { { ac_try
="$ac_link"
2629 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2630 *) ac_try_echo=$ac_try;;
2632 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2633 $as_echo "$ac_try_echo"; } >&5
2634 (eval "$ac_link") 2>&5
2636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2637 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2638 { { case "(($ac_try" in
2639 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2640 *) ac_try_echo
=$ac_try;;
2642 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2643 $as_echo "$ac_try_echo"; } >&5
2644 (eval "$ac_try") 2>&5
2646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2647 test $ac_status = 0; }; }; then :
2650 $as_echo "$as_me: program exited with status $ac_status" >&5
2651 $as_echo "$as_me: failed program was:" >&5
2652 sed 's/^/| /' conftest.
$ac_ext >&5
2654 ac_retval
=$ac_status
2656 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2657 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2658 as_fn_set_status
$ac_retval
2662 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2663 # -------------------------------------------------------
2664 # Tests whether HEADER exists and can be compiled using the include files in
2665 # INCLUDES, setting the cache variable VAR accordingly.
2666 ac_fn_c_check_header_compile
()
2668 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2670 $as_echo_n "checking for $2... " >&6; }
2671 if eval \
${$3+:} false
; then :
2672 $as_echo_n "(cached) " >&6
2674 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2675 /* end confdefs.h. */
2679 if ac_fn_c_try_compile
"$LINENO"; then :
2684 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2688 $as_echo "$ac_res" >&6; }
2689 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2691 } # ac_fn_c_check_header_compile
2693 # ac_fn_c_check_func LINENO FUNC VAR
2694 # ----------------------------------
2695 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2696 ac_fn_c_check_func
()
2698 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2700 $as_echo_n "checking for $2... " >&6; }
2701 if eval \
${$3+:} false
; then :
2702 $as_echo_n "(cached) " >&6
2704 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2705 /* end confdefs.h. */
2706 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2707 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2708 #define $2 innocuous_$2
2710 /* System header to define __stub macros and hopefully few prototypes,
2711 which can conflict with char $2 (); below.
2712 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2713 <limits.h> exists even on freestanding compilers. */
2716 # include <limits.h>
2718 # include <assert.h>
2723 /* Override any GCC internal prototype to avoid an error.
2724 Use char because int might match the return type of a GCC
2725 builtin and then its argument prototype would still apply. */
2730 /* The GNU C library defines this for functions which it implements
2731 to always fail with ENOSYS. Some functions are actually named
2732 something starting with __ and the normal name is an alias. */
2733 #if defined __stub_$2 || defined __stub___$2
2745 if ac_fn_c_try_link
"$LINENO"; then :
2750 rm -f core conftest.err conftest.
$ac_objext \
2751 conftest
$ac_exeext conftest.
$ac_ext
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2755 $as_echo "$ac_res" >&6; }
2756 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2758 } # ac_fn_c_check_func
2760 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2761 # ----------------------------------------------------
2762 # Tries to find if the field MEMBER exists in type AGGR, after including
2763 # INCLUDES, setting cache variable VAR accordingly.
2764 ac_fn_c_check_member
()
2766 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2768 $as_echo_n "checking for $2.$3... " >&6; }
2769 if eval \
${$4+:} false
; then :
2770 $as_echo_n "(cached) " >&6
2772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2773 /* end confdefs.h. */
2785 if ac_fn_c_try_compile
"$LINENO"; then :
2788 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2789 /* end confdefs.h. */
2795 if (sizeof ac_aggr.$3)
2801 if ac_fn_c_try_compile
"$LINENO"; then :
2806 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2808 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2812 $as_echo "$ac_res" >&6; }
2813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2815 } # ac_fn_c_check_member
2817 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2818 # -------------------------------------------
2819 # Tests whether TYPE exists after having included INCLUDES, setting cache
2820 # variable VAR accordingly.
2821 ac_fn_c_check_type
()
2823 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2825 $as_echo_n "checking for $2... " >&6; }
2826 if eval \
${$3+:} false
; then :
2827 $as_echo_n "(cached) " >&6
2830 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2831 /* end confdefs.h. */
2842 if ac_fn_c_try_compile
"$LINENO"; then :
2843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2844 /* end confdefs.h. */
2855 if ac_fn_c_try_compile
"$LINENO"; then :
2860 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2862 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2866 $as_echo "$ac_res" >&6; }
2867 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2869 } # ac_fn_c_check_type
2870 cat >config.log
<<_ACEOF
2871 This file contains any messages produced by compilers while
2872 running configure, to aid debugging if configure makes a mistake.
2874 It was created by Wine $as_me 1.7.54, which was
2875 generated by GNU Autoconf 2.69. Invocation command line was
2887 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2888 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2889 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2890 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2891 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2893 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2894 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2896 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2897 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2898 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2899 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2900 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2901 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2902 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2906 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2910 test -z "$as_dir" && as_dir
=.
2911 $as_echo "PATH: $as_dir"
2927 # Keep a trace of the command line.
2928 # Strip out --no-create and --no-recursion so they do not pile up.
2929 # Strip out --silent because we don't want to record it for future runs.
2930 # Also quote any args containing shell meta-characters.
2931 # Make two passes to allow for proper duplicate-argument suppression.
2935 ac_must_keep_next
=false
2941 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2942 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2943 |
-silent |
--silent |
--silen |
--sile |
--sil)
2946 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2949 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2951 as_fn_append ac_configure_args1
" '$ac_arg'"
2952 if test $ac_must_keep_next = true
; then
2953 ac_must_keep_next
=false
# Got value, back to normal.
2956 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2957 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2958 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2959 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2960 case "$ac_configure_args0 " in
2961 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2964 -* ) ac_must_keep_next
=true
;;
2967 as_fn_append ac_configure_args
" '$ac_arg'"
2972 { ac_configure_args0
=; unset ac_configure_args0
;}
2973 { ac_configure_args1
=; unset ac_configure_args1
;}
2975 # When interrupted or exit'd, cleanup temporary files, and complete
2976 # config.log. We remove comments because anyway the quotes in there
2977 # would cause problems or look ugly.
2978 # WARNING: Use '\'' to represent an apostrophe within the trap.
2979 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2980 trap 'exit_status=$?
2981 # Save into config.log some information that might help in debugging.
2985 $as_echo "## ---------------- ##
2986 ## Cache variables. ##
2987 ## ---------------- ##"
2989 # The following way of writing the cache mishandles newlines in values,
2991 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2992 eval ac_val=\$$ac_var
2996 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2997 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3000 _ | IFS | as_nl) ;; #(
3001 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3002 *) { eval $ac_var=; unset $ac_var;} ;;
3007 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3008 *${as_nl}ac_space=\ *)
3010 "s/'\''/'\''\\\\'\'''\''/g;
3011 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3014 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3021 $as_echo "## ----------------- ##
3022 ## Output variables. ##
3023 ## ----------------- ##"
3025 for ac_var in $ac_subst_vars
3027 eval ac_val=\$$ac_var
3029 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3031 $as_echo "$ac_var='\''$ac_val'\''"
3035 if test -n "$ac_subst_files"; then
3036 $as_echo "## ------------------- ##
3037 ## File substitutions. ##
3038 ## ------------------- ##"
3040 for ac_var
in $ac_subst_files
3042 eval ac_val
=\$
$ac_var
3044 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3046 $as_echo "$ac_var='\''$ac_val'\''"
3051 if test -s confdefs.h; then
3052 $as_echo "## ----------- ##
3059 test "$ac_signal" != 0 &&
3060 $as_echo "$as_me: caught signal $ac_signal"
3061 $as_echo "$as_me: exit $exit_status"
3063 rm -f core *.core core.conftest.* &&
3064 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3067 for ac_signal
in 1 2 13 15; do
3068 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3072 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3073 rm -f -r conftest
* confdefs.h
3075 $as_echo "/* confdefs.h */" > confdefs.h
3077 # Predefined preprocessor variables.
3079 cat >>confdefs.h
<<_ACEOF
3080 #define PACKAGE_NAME "$PACKAGE_NAME"
3083 cat >>confdefs.h
<<_ACEOF
3084 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3087 cat >>confdefs.h
<<_ACEOF
3088 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3091 cat >>confdefs.h
<<_ACEOF
3092 #define PACKAGE_STRING "$PACKAGE_STRING"
3095 cat >>confdefs.h
<<_ACEOF
3096 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3099 cat >>confdefs.h
<<_ACEOF
3100 #define PACKAGE_URL "$PACKAGE_URL"
3104 # Let the site file select an alternate cache file if it wants to.
3105 # Prefer an explicitly selected file to automatically selected ones.
3108 if test -n "$CONFIG_SITE"; then
3109 # We do not want a PATH search for config.site.
3110 case $CONFIG_SITE in #((
3111 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3112 */*) ac_site_file1
=$CONFIG_SITE;;
3113 *) ac_site_file1
=.
/$CONFIG_SITE;;
3115 elif test "x$prefix" != xNONE
; then
3116 ac_site_file1
=$prefix/share
/config.site
3117 ac_site_file2
=$prefix/etc
/config.site
3119 ac_site_file1
=$ac_default_prefix/share
/config.site
3120 ac_site_file2
=$ac_default_prefix/etc
/config.site
3122 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3124 test "x$ac_site_file" = xNONE
&& continue
3125 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3127 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3128 sed 's/^/| /' "$ac_site_file" >&5
3130 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3131 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3132 as_fn_error $?
"failed to load site script $ac_site_file
3133 See \`config.log' for more details" "$LINENO" 5; }
3137 if test -r "$cache_file"; then
3138 # Some versions of bash will fail to source /dev/null (special files
3139 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3140 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3142 $as_echo "$as_me: loading cache $cache_file" >&6;}
3144 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3145 *) .
"./$cache_file";;
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3150 $as_echo "$as_me: creating cache $cache_file" >&6;}
3154 # Check that the precious variables saved in the cache have kept the same
3156 ac_cache_corrupted
=false
3157 for ac_var
in $ac_precious_vars; do
3158 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3159 eval ac_new_set
=\
$ac_env_${ac_var}_set
3160 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3161 eval ac_new_val
=\
$ac_env_${ac_var}_value
3162 case $ac_old_set,$ac_new_set in
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3165 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3166 ac_cache_corrupted
=: ;;
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3169 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3170 ac_cache_corrupted
=: ;;
3173 if test "x$ac_old_val" != "x$ac_new_val"; then
3174 # differences in whitespace do not lead to failure.
3175 ac_old_val_w
=`echo x $ac_old_val`
3176 ac_new_val_w
=`echo x $ac_new_val`
3177 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3178 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3179 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3180 ac_cache_corrupted
=:
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3183 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3184 eval $ac_var=\
$ac_old_val
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3187 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3188 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3189 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3192 # Pass precious variables to config.status.
3193 if test "$ac_new_set" = set; then
3195 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3196 *) ac_arg
=$ac_var=$ac_new_val ;;
3198 case " $ac_configure_args " in
3199 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3200 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3204 if $ac_cache_corrupted; then
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3206 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3208 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3209 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3211 ## -------------------- ##
3212 ## Main body of script. ##
3213 ## -------------------- ##
3216 ac_cpp
='$CPP $CPPFLAGS'
3217 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3218 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3219 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3223 ac_config_headers
="$ac_config_headers include/config.h"
3226 for ac_dir
in tools
"$srcdir"/tools
; do
3227 if test -f "$ac_dir/install-sh"; then
3229 ac_install_sh
="$ac_aux_dir/install-sh -c"
3231 elif test -f "$ac_dir/install.sh"; then
3233 ac_install_sh
="$ac_aux_dir/install.sh -c"
3235 elif test -f "$ac_dir/shtool"; then
3237 ac_install_sh
="$ac_aux_dir/shtool install -c"
3241 if test -z "$ac_aux_dir"; then
3242 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3245 # These three variables are undocumented and unsupported,
3246 # and are intended to be withdrawn in a future Autoconf release.
3247 # They can cause serious problems if a builder's source tree is in a directory
3248 # whose full name contains unusual characters.
3249 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3250 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3251 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3255 libwine_version
="1.0"
3259 # Check whether --enable-win16 was given.
3260 if test "${enable_win16+set}" = set; then :
3261 enableval
=$enable_win16;
3264 # Check whether --enable-win64 was given.
3265 if test "${enable_win64+set}" = set; then :
3266 enableval
=$enable_win64;
3269 # Check whether --enable-tests was given.
3270 if test "${enable_tests+set}" = set; then :
3271 enableval
=$enable_tests;
3274 # Check whether --enable-maintainer-mode was given.
3275 if test "${enable_maintainer_mode+set}" = set; then :
3276 enableval
=$enable_maintainer_mode;
3281 # Check whether --with-alsa was given.
3282 if test "${with_alsa+set}" = set; then :
3283 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3287 # Check whether --with-capi was given.
3288 if test "${with_capi+set}" = set; then :
3293 # Check whether --with-cms was given.
3294 if test "${with_cms+set}" = set; then :
3299 # Check whether --with-coreaudio was given.
3300 if test "${with_coreaudio+set}" = set; then :
3301 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3305 # Check whether --with-cups was given.
3306 if test "${with_cups+set}" = set; then :
3311 # Check whether --with-curses was given.
3312 if test "${with_curses+set}" = set; then :
3313 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3317 # Check whether --with-dbus was given.
3318 if test "${with_dbus+set}" = set; then :
3323 # Check whether --with-fontconfig was given.
3324 if test "${with_fontconfig+set}" = set; then :
3325 withval
=$with_fontconfig;
3329 # Check whether --with-freetype was given.
3330 if test "${with_freetype+set}" = set; then :
3331 withval
=$with_freetype;
3335 # Check whether --with-gettext was given.
3336 if test "${with_gettext+set}" = set; then :
3337 withval
=$with_gettext;
3341 # Check whether --with-gettextpo was given.
3342 if test "${with_gettextpo+set}" = set; then :
3343 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3347 # Check whether --with-gphoto was given.
3348 if test "${with_gphoto+set}" = set; then :
3349 withval
=$with_gphoto;
3353 # Check whether --with-glu was given.
3354 if test "${with_glu+set}" = set; then :
3359 # Check whether --with-gnutls was given.
3360 if test "${with_gnutls+set}" = set; then :
3361 withval
=$with_gnutls;
3365 # Check whether --with-gsm was given.
3366 if test "${with_gsm+set}" = set; then :
3367 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3371 # Check whether --with-gstreamer was given.
3372 if test "${with_gstreamer+set}" = set; then :
3373 withval
=$with_gstreamer;
3377 # Check whether --with-hal was given.
3378 if test "${with_hal+set}" = set; then :
3383 # Check whether --with-jpeg was given.
3384 if test "${with_jpeg+set}" = set; then :
3389 # Check whether --with-ldap was given.
3390 if test "${with_ldap+set}" = set; then :
3391 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3395 # Check whether --with-mpg123 was given.
3396 if test "${with_mpg123+set}" = set; then :
3397 withval
=$with_mpg123;
3401 # Check whether --with-netapi was given.
3402 if test "${with_netapi+set}" = set; then :
3403 withval
=$with_netapi;
3407 # Check whether --with-openal was given.
3408 if test "${with_openal+set}" = set; then :
3409 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3413 # Check whether --with-opencl was given.
3414 if test "${with_opencl+set}" = set; then :
3415 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3419 # Check whether --with-opengl was given.
3420 if test "${with_opengl+set}" = set; then :
3421 withval
=$with_opengl;
3425 # Check whether --with-osmesa was given.
3426 if test "${with_osmesa+set}" = set; then :
3427 withval
=$with_osmesa;
3431 # Check whether --with-oss was given.
3432 if test "${with_oss+set}" = set; then :
3437 # Check whether --with-pcap was given.
3438 if test "${with_pcap+set}" = set; then :
3439 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3443 # Check whether --with-png was given.
3444 if test "${with_png+set}" = set; then :
3449 # Check whether --with-pthread was given.
3450 if test "${with_pthread+set}" = set; then :
3451 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3455 # Check whether --with-sane was given.
3456 if test "${with_sane+set}" = set; then :
3461 # Check whether --with-tiff was given.
3462 if test "${with_tiff+set}" = set; then :
3467 # Check whether --with-v4l was given.
3468 if test "${with_v4l+set}" = set; then :
3473 # Check whether --with-xcomposite was given.
3474 if test "${with_xcomposite+set}" = set; then :
3475 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3479 # Check whether --with-xcursor was given.
3480 if test "${with_xcursor+set}" = set; then :
3481 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3485 # Check whether --with-xinerama was given.
3486 if test "${with_xinerama+set}" = set; then :
3487 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3491 # Check whether --with-xinput was given.
3492 if test "${with_xinput+set}" = set; then :
3493 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3497 # Check whether --with-xinput2 was given.
3498 if test "${with_xinput2+set}" = set; then :
3499 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3503 # Check whether --with-xml was given.
3504 if test "${with_xml+set}" = set; then :
3509 # Check whether --with-xrandr was given.
3510 if test "${with_xrandr+set}" = set; then :
3511 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3515 # Check whether --with-xrender was given.
3516 if test "${with_xrender+set}" = set; then :
3517 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3521 # Check whether --with-xshape was given.
3522 if test "${with_xshape+set}" = set; then :
3523 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3527 # Check whether --with-xshm was given.
3528 if test "${with_xshm+set}" = set; then :
3529 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3533 # Check whether --with-xslt was given.
3534 if test "${with_xslt+set}" = set; then :
3539 # Check whether --with-xxf86vm was given.
3540 if test "${with_xxf86vm+set}" = set; then :
3541 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
3545 # Check whether --with-zlib was given.
3546 if test "${with_zlib+set}" = set; then :
3547 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3552 # Check whether --with-wine-tools was given.
3553 if test "${with_wine_tools+set}" = set; then :
3554 withval
=$with_wine_tools;
3558 # Check whether --with-wine64 was given.
3559 if test "${with_wine64+set}" = set; then :
3560 withval
=$with_wine64;
3564 # Make sure we can run config.sub.
3565 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3566 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3569 $as_echo_n "checking build system type... " >&6; }
3570 if ${ac_cv_build+:} false
; then :
3571 $as_echo_n "(cached) " >&6
3573 ac_build_alias
=$build_alias
3574 test "x$ac_build_alias" = x
&&
3575 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3576 test "x$ac_build_alias" = x
&&
3577 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3578 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3579 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3583 $as_echo "$ac_cv_build" >&6; }
3584 case $ac_cv_build in
3586 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3589 ac_save_IFS
=$IFS; IFS
='-'
3595 # Remember, the first character of IFS is used to create $*,
3596 # except with old shells:
3599 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3603 $as_echo_n "checking host system type... " >&6; }
3604 if ${ac_cv_host+:} false
; then :
3605 $as_echo_n "(cached) " >&6
3607 if test "x$host_alias" = x
; then
3608 ac_cv_host
=$ac_cv_build
3610 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3611 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3616 $as_echo "$ac_cv_host" >&6; }
3619 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3622 ac_save_IFS
=$IFS; IFS
='-'
3628 # Remember, the first character of IFS is used to create $*,
3629 # except with old shells:
3632 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3638 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3639 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3640 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3646 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3648 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3649 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3650 $as_echo_n "(cached) " >&6
3652 cat >conftest.
make <<\_ACEOF
3655 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3657 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3658 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3660 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3662 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3666 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3668 $as_echo "yes" >&6; }
3671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3672 $as_echo "no" >&6; }
3673 SET_MAKE
="MAKE=${MAKE-make}"
3677 ac_cpp
='$CPP $CPPFLAGS'
3678 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3679 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3680 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3681 if test -n "$ac_tool_prefix"; then
3682 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3683 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3685 $as_echo_n "checking for $ac_word... " >&6; }
3686 if ${ac_cv_prog_CC+:} false
; then :
3687 $as_echo_n "(cached) " >&6
3689 if test -n "$CC"; then
3690 ac_cv_prog_CC
="$CC" # Let the user override the test.
3692 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3696 test -z "$as_dir" && as_dir
=.
3697 for ac_exec_ext
in '' $ac_executable_extensions; do
3698 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3699 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3700 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3710 if test -n "$CC"; then
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3712 $as_echo "$CC" >&6; }
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3715 $as_echo "no" >&6; }
3720 if test -z "$ac_cv_prog_CC"; then
3722 # Extract the first word of "gcc", so it can be a program name with args.
3723 set dummy gcc
; ac_word
=$2
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3725 $as_echo_n "checking for $ac_word... " >&6; }
3726 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3727 $as_echo_n "(cached) " >&6
3729 if test -n "$ac_ct_CC"; then
3730 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3732 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3736 test -z "$as_dir" && as_dir
=.
3737 for ac_exec_ext
in '' $ac_executable_extensions; do
3738 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3739 ac_cv_prog_ac_ct_CC
="gcc"
3740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3749 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3750 if test -n "$ac_ct_CC"; then
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3752 $as_echo "$ac_ct_CC" >&6; }
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3755 $as_echo "no" >&6; }
3758 if test "x$ac_ct_CC" = x
; then
3761 case $cross_compiling:$ac_tool_warned in
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3764 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3765 ac_tool_warned
=yes ;;
3773 if test -z "$CC"; then
3774 if test -n "$ac_tool_prefix"; then
3775 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3776 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3778 $as_echo_n "checking for $ac_word... " >&6; }
3779 if ${ac_cv_prog_CC+:} false
; then :
3780 $as_echo_n "(cached) " >&6
3782 if test -n "$CC"; then
3783 ac_cv_prog_CC
="$CC" # Let the user override the test.
3785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3789 test -z "$as_dir" && as_dir
=.
3790 for ac_exec_ext
in '' $ac_executable_extensions; do
3791 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3792 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3803 if test -n "$CC"; then
3804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3805 $as_echo "$CC" >&6; }
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3808 $as_echo "no" >&6; }
3814 if test -z "$CC"; then
3815 # Extract the first word of "cc", so it can be a program name with args.
3816 set dummy cc
; ac_word
=$2
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3818 $as_echo_n "checking for $ac_word... " >&6; }
3819 if ${ac_cv_prog_CC+:} false
; then :
3820 $as_echo_n "(cached) " >&6
3822 if test -n "$CC"; then
3823 ac_cv_prog_CC
="$CC" # Let the user override the test.
3826 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3830 test -z "$as_dir" && as_dir
=.
3831 for ac_exec_ext
in '' $ac_executable_extensions; do
3832 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3833 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3834 ac_prog_rejected
=yes
3838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3845 if test $ac_prog_rejected = yes; then
3846 # We found a bogon in the path, so make sure we never use it.
3847 set dummy
$ac_cv_prog_CC
3849 if test $# != 0; then
3850 # We chose a different compiler from the bogus one.
3851 # However, it has the same basename, so the bogon will be chosen
3852 # first if we set CC to just the basename; use the full file name.
3854 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3860 if test -n "$CC"; then
3861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3862 $as_echo "$CC" >&6; }
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3865 $as_echo "no" >&6; }
3870 if test -z "$CC"; then
3871 if test -n "$ac_tool_prefix"; then
3872 for ac_prog
in cl.exe
3874 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3875 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3877 $as_echo_n "checking for $ac_word... " >&6; }
3878 if ${ac_cv_prog_CC+:} false
; then :
3879 $as_echo_n "(cached) " >&6
3881 if test -n "$CC"; then
3882 ac_cv_prog_CC
="$CC" # Let the user override the test.
3884 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3888 test -z "$as_dir" && as_dir
=.
3889 for ac_exec_ext
in '' $ac_executable_extensions; do
3890 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3891 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3902 if test -n "$CC"; then
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3904 $as_echo "$CC" >&6; }
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3907 $as_echo "no" >&6; }
3911 test -n "$CC" && break
3914 if test -z "$CC"; then
3916 for ac_prog
in cl.exe
3918 # Extract the first word of "$ac_prog", so it can be a program name with args.
3919 set dummy
$ac_prog; ac_word
=$2
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3921 $as_echo_n "checking for $ac_word... " >&6; }
3922 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3923 $as_echo_n "(cached) " >&6
3925 if test -n "$ac_ct_CC"; then
3926 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3928 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3932 test -z "$as_dir" && as_dir
=.
3933 for ac_exec_ext
in '' $ac_executable_extensions; do
3934 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3935 ac_cv_prog_ac_ct_CC
="$ac_prog"
3936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3945 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3946 if test -n "$ac_ct_CC"; then
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3948 $as_echo "$ac_ct_CC" >&6; }
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3951 $as_echo "no" >&6; }
3955 test -n "$ac_ct_CC" && break
3958 if test "x$ac_ct_CC" = x
; then
3961 case $cross_compiling:$ac_tool_warned in
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3964 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3965 ac_tool_warned
=yes ;;
3974 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3975 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3976 as_fn_error $?
"no acceptable C compiler found in \$PATH
3977 See \`config.log' for more details" "$LINENO" 5; }
3979 # Provide some information about the compiler.
3980 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3983 for ac_option
in --version -v -V -qversion; do
3984 { { ac_try
="$ac_compiler $ac_option >&5"
3986 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3987 *) ac_try_echo=$ac_try;;
3989 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3990 $as_echo "$ac_try_echo"; } >&5
3991 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3993 if test -s conftest.err; then
3995 ... rest of stderr output deleted ...
3996 10q' conftest.err >conftest.er1
3997 cat conftest.er1 >&5
3999 rm -f conftest.er1 conftest.err
4000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4001 test $ac_status = 0; }
4004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4005 /* end confdefs.h. */
4015 ac_clean_files_save=$ac_clean_files
4016 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4017 # Try to create an executable without -o first, disregard a.out.
4018 # It will help us diagnose broken compilers, and finding out an intuition
4020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4021 $as_echo_n "checking whether the C compiler works... " >&6; }
4022 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4024 # The possible output files:
4025 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4028 for ac_file in $ac_files
4031 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4032 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4037 if { { ac_try="$ac_link_default"
4039 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4040 *) ac_try_echo
=$ac_try;;
4042 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4043 $as_echo "$ac_try_echo"; } >&5
4044 (eval "$ac_link_default") 2>&5
4046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4047 test $ac_status = 0; }; then :
4048 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4049 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4050 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4051 # so that the user can short-circuit this test for compilers unknown to
4053 for ac_file
in $ac_files ''
4055 test -f "$ac_file" ||
continue
4057 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4060 # We found the default executable, but exeext='' is most
4064 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4066 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4068 # We set ac_cv_exeext here because the later test for it is not
4069 # safe: cross compilers may not add the suffix if given an `-o'
4070 # argument, so we may need to know it at that point already.
4071 # Even if this section looks crufty: it has the advantage of
4078 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4083 if test -z "$ac_file"; then :
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4085 $as_echo "no" >&6; }
4086 $as_echo "$as_me: failed program was:" >&5
4087 sed 's/^/| /' conftest.
$ac_ext >&5
4089 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4090 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4091 as_fn_error
77 "C compiler cannot create executables
4092 See \`config.log' for more details" "$LINENO" 5; }
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4095 $as_echo "yes" >&6; }
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4098 $as_echo_n "checking for C compiler default output file name... " >&6; }
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4100 $as_echo "$ac_file" >&6; }
4101 ac_exeext
=$ac_cv_exeext
4103 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4104 ac_clean_files
=$ac_clean_files_save
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4106 $as_echo_n "checking for suffix of executables... " >&6; }
4107 if { { ac_try
="$ac_link"
4109 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4110 *) ac_try_echo=$ac_try;;
4112 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4113 $as_echo "$ac_try_echo"; } >&5
4114 (eval "$ac_link") 2>&5
4116 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4117 test $ac_status = 0; }; then :
4118 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4119 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4120 # work properly (i.e., refer to `conftest.exe'), while it won't with
4122 for ac_file
in conftest.exe conftest conftest.
*; do
4123 test -f "$ac_file" ||
continue
4125 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4126 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4132 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4133 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4134 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4135 See \`config.log' for more details" "$LINENO" 5; }
4137 rm -f conftest conftest
$ac_cv_exeext
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4139 $as_echo "$ac_cv_exeext" >&6; }
4141 rm -f conftest.
$ac_ext
4142 EXEEXT
=$ac_cv_exeext
4144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4145 /* end confdefs.h. */
4150 FILE *f = fopen ("conftest.out", "w");
4151 return ferror (f) || fclose (f) != 0;
4157 ac_clean_files
="$ac_clean_files conftest.out"
4158 # Check that the compiler produces executables we can run. If not, either
4159 # the compiler is broken, or we cross compile.
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4161 $as_echo_n "checking whether we are cross compiling... " >&6; }
4162 if test "$cross_compiling" != yes; then
4163 { { ac_try
="$ac_link"
4165 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4166 *) ac_try_echo=$ac_try;;
4168 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4169 $as_echo "$ac_try_echo"; } >&5
4170 (eval "$ac_link") 2>&5
4172 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4173 test $ac_status = 0; }
4174 if { ac_try='./conftest$ac_cv_exeext'
4175 { { case "(($ac_try" in
4176 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4177 *) ac_try_echo
=$ac_try;;
4179 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4180 $as_echo "$ac_try_echo"; } >&5
4181 (eval "$ac_try") 2>&5
4183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4184 test $ac_status = 0; }; }; then
4187 if test "$cross_compiling" = maybe
; then
4190 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4191 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4192 as_fn_error $?
"cannot run C compiled programs.
4193 If you meant to cross compile, use \`--host'.
4194 See \`config.log' for more details" "$LINENO" 5; }
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4199 $as_echo "$cross_compiling" >&6; }
4201 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4202 ac_clean_files
=$ac_clean_files_save
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4204 $as_echo_n "checking for suffix of object files... " >&6; }
4205 if ${ac_cv_objext+:} false
; then :
4206 $as_echo_n "(cached) " >&6
4208 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4209 /* end confdefs.h. */
4219 rm -f conftest.o conftest.obj
4220 if { { ac_try
="$ac_compile"
4222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4223 *) ac_try_echo=$ac_try;;
4225 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4226 $as_echo "$ac_try_echo"; } >&5
4227 (eval "$ac_compile") 2>&5
4229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4230 test $ac_status = 0; }; then :
4231 for ac_file in conftest.o conftest.obj conftest.*; do
4232 test -f "$ac_file" || continue;
4234 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4235 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4240 $as_echo "$as_me: failed program was:" >&5
4241 sed 's/^/| /' conftest.$ac_ext >&5
4243 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4244 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4245 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4246 See \
`config.log' for more details" "$LINENO" 5; }
4248 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4251 $as_echo "$ac_cv_objext" >&6; }
4252 OBJEXT=$ac_cv_objext
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4255 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4256 if ${ac_cv_c_compiler_gnu+:} false; then :
4257 $as_echo_n "(cached) " >&6
4259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4260 /* end confdefs.h. */
4273 if ac_fn_c_try_compile "$LINENO"; then :
4278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4279 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4283 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4284 if test $ac_compiler_gnu = yes; then
4289 ac_test_CFLAGS=${CFLAGS+set}
4290 ac_save_CFLAGS=$CFLAGS
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4292 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4293 if ${ac_cv_prog_cc_g+:} false; then :
4294 $as_echo_n "(cached) " >&6
4296 ac_save_c_werror_flag=$ac_c_werror_flag
4297 ac_c_werror_flag=yes
4300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4301 /* end confdefs.h. */
4311 if ac_fn_c_try_compile "$LINENO"; then :
4315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4316 /* end confdefs.h. */
4326 if ac_fn_c_try_compile "$LINENO"; then :
4329 ac_c_werror_flag=$ac_save_c_werror_flag
4331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4332 /* end confdefs.h. */
4342 if ac_fn_c_try_compile "$LINENO"; then :
4345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4350 ac_c_werror_flag=$ac_save_c_werror_flag
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4353 $as_echo "$ac_cv_prog_cc_g" >&6; }
4354 if test "$ac_test_CFLAGS" = set; then
4355 CFLAGS=$ac_save_CFLAGS
4356 elif test $ac_cv_prog_cc_g = yes; then
4357 if test "$GCC" = yes; then
4363 if test "$GCC" = yes; then
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4370 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4371 if ${ac_cv_prog_cc_c89+:} false; then :
4372 $as_echo_n "(cached) " >&6
4374 ac_cv_prog_cc_c89=no
4376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4377 /* end confdefs.h. */
4381 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4382 struct buf { int x; };
4383 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4384 static char *e (p, i)
4390 static char *f (char * (*g) (char **, int), char **p, ...)
4395 s = g (p, va_arg (v,int));
4400 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4401 function prototypes and stuff, but not '\xHH' hex character constants.
4402 These don't provoke an error unfortunately, instead are silently treated
4403 as 'x'. The following induces an error, until -std is added to get
4404 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4405 array size at least. It's necessary to write '\x00'==0 to get something
4406 that's true only with -std. */
4407 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4409 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4410 inside strings and character constants. */
4412 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4414 int test (int i, double x);
4415 struct s1 {int (*f) (int a);};
4416 struct s2 {int (*f) (double a);};
4417 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4423 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4428 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4429 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4431 CC="$ac_save_CC $ac_arg"
4432 if ac_fn_c_try_compile "$LINENO"; then :
4433 ac_cv_prog_cc_c89=$ac_arg
4435 rm -f core conftest.err conftest.$ac_objext
4436 test "x$ac_cv_prog_cc_c89" != "xno" && break
4438 rm -f conftest.$ac_ext
4443 case "x$ac_cv_prog_cc_c89" in
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4446 $as_echo "none needed" >&6; } ;;
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4449 $as_echo "unsupported" >&6; } ;;
4451 CC="$CC $ac_cv_prog_cc_c89"
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4453 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4455 if test "x$ac_cv_prog_cc_c89" != xno; then :
4460 ac_cpp='$CPP $CPPFLAGS'
4461 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4462 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4463 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4466 ac_cpp='$CXXCPP $CPPFLAGS'
4467 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4468 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4469 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4470 if test -z "$CXX"; then
4471 if test -n "$CCC"; then
4474 if test -n "$ac_tool_prefix"; then
4475 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4477 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4478 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480 $as_echo_n "checking for $ac_word... " >&6; }
4481 if ${ac_cv_prog_CXX+:} false; then :
4482 $as_echo_n "(cached) " >&6
4484 if test -n "$CXX"; then
4485 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4491 test -z "$as_dir" && as_dir=.
4492 for ac_exec_ext in '' $ac_executable_extensions; do
4493 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4494 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4505 if test -n "$CXX"; then
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4507 $as_echo "$CXX" >&6; }
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510 $as_echo "no" >&6; }
4514 test -n "$CXX" && break
4517 if test -z "$CXX"; then
4519 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4521 # Extract the first word of "$ac_prog", so it can be a program name with args.
4522 set dummy $ac_prog; ac_word=$2
4523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4524 $as_echo_n "checking for $ac_word... " >&6; }
4525 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4526 $as_echo_n "(cached) " >&6
4528 if test -n "$ac_ct_CXX"; then
4529 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4535 test -z "$as_dir" && as_dir=.
4536 for ac_exec_ext in '' $ac_executable_extensions; do
4537 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4538 ac_cv_prog_ac_ct_CXX="$ac_prog"
4539 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4548 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4549 if test -n "$ac_ct_CXX"; then
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4551 $as_echo "$ac_ct_CXX" >&6; }
4553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4554 $as_echo "no" >&6; }
4558 test -n "$ac_ct_CXX" && break
4561 if test "x$ac_ct_CXX" = x; then
4564 case $cross_compiling:$ac_tool_warned in
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4567 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4568 ac_tool_warned=yes ;;
4576 # Provide some information about the compiler.
4577 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4580 for ac_option in --version -v -V -qversion; do
4581 { { ac_try="$ac_compiler $ac_option >&5"
4583 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4584 *) ac_try_echo
=$ac_try;;
4586 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4587 $as_echo "$ac_try_echo"; } >&5
4588 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4590 if test -s conftest.err
; then
4592 ... rest of stderr output deleted ...
4593 10q' conftest.err
>conftest.er1
4594 cat conftest.er1
>&5
4596 rm -f conftest.er1 conftest.err
4597 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4598 test $ac_status = 0; }
4601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4602 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4603 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4604 $as_echo_n "(cached) " >&6
4606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4607 /* end confdefs.h. */
4620 if ac_fn_cxx_try_compile
"$LINENO"; then :
4625 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4626 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4630 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4631 if test $ac_compiler_gnu = yes; then
4636 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4637 ac_save_CXXFLAGS
=$CXXFLAGS
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4639 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4640 if ${ac_cv_prog_cxx_g+:} false
; then :
4641 $as_echo_n "(cached) " >&6
4643 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4644 ac_cxx_werror_flag
=yes
4647 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4648 /* end confdefs.h. */
4658 if ac_fn_cxx_try_compile
"$LINENO"; then :
4659 ac_cv_prog_cxx_g
=yes
4662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4663 /* end confdefs.h. */
4673 if ac_fn_cxx_try_compile
"$LINENO"; then :
4676 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4678 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4679 /* end confdefs.h. */
4689 if ac_fn_cxx_try_compile
"$LINENO"; then :
4690 ac_cv_prog_cxx_g
=yes
4692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4694 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4696 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4697 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4700 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4701 if test "$ac_test_CXXFLAGS" = set; then
4702 CXXFLAGS
=$ac_save_CXXFLAGS
4703 elif test $ac_cv_prog_cxx_g = yes; then
4704 if test "$GXX" = yes; then
4710 if test "$GXX" = yes; then
4717 ac_cpp
='$CPP $CPPFLAGS'
4718 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4719 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4720 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4722 if test -n "$ac_tool_prefix"; then
4723 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4724 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4726 $as_echo_n "checking for $ac_word... " >&6; }
4727 if ${ac_cv_prog_CPPBIN+:} false
; then :
4728 $as_echo_n "(cached) " >&6
4730 if test -n "$CPPBIN"; then
4731 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4733 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4737 test -z "$as_dir" && as_dir
=.
4738 for ac_exec_ext
in '' $ac_executable_extensions; do
4739 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4740 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 CPPBIN
=$ac_cv_prog_CPPBIN
4751 if test -n "$CPPBIN"; then
4752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4753 $as_echo "$CPPBIN" >&6; }
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4756 $as_echo "no" >&6; }
4761 if test -z "$ac_cv_prog_CPPBIN"; then
4762 ac_ct_CPPBIN
=$CPPBIN
4763 # Extract the first word of "cpp", so it can be a program name with args.
4764 set dummy cpp
; ac_word
=$2
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4766 $as_echo_n "checking for $ac_word... " >&6; }
4767 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4768 $as_echo_n "(cached) " >&6
4770 if test -n "$ac_ct_CPPBIN"; then
4771 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4773 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4777 test -z "$as_dir" && as_dir
=.
4778 for ac_exec_ext
in '' $ac_executable_extensions; do
4779 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4780 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4790 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4791 if test -n "$ac_ct_CPPBIN"; then
4792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4793 $as_echo "$ac_ct_CPPBIN" >&6; }
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4796 $as_echo "no" >&6; }
4799 if test "x$ac_ct_CPPBIN" = x
; then
4802 case $cross_compiling:$ac_tool_warned in
4804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4805 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4806 ac_tool_warned
=yes ;;
4808 CPPBIN
=$ac_ct_CPPBIN
4811 CPPBIN
="$ac_cv_prog_CPPBIN"
4815 cat >>confdefs.h
<<_ACEOF
4816 #define EXEEXT "$ac_exeext"
4819 if test -n "$ac_tool_prefix"; then
4820 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4821 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4823 $as_echo_n "checking for $ac_word... " >&6; }
4824 if ${ac_cv_prog_LD+:} false
; then :
4825 $as_echo_n "(cached) " >&6
4827 if test -n "$LD"; then
4828 ac_cv_prog_LD
="$LD" # Let the user override the test.
4830 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4834 test -z "$as_dir" && as_dir
=.
4835 for ac_exec_ext
in '' $ac_executable_extensions; do
4836 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4837 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4848 if test -n "$LD"; then
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4850 $as_echo "$LD" >&6; }
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4853 $as_echo "no" >&6; }
4858 if test -z "$ac_cv_prog_LD"; then
4860 # Extract the first word of "ld", so it can be a program name with args.
4861 set dummy ld
; ac_word
=$2
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4863 $as_echo_n "checking for $ac_word... " >&6; }
4864 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4865 $as_echo_n "(cached) " >&6
4867 if test -n "$ac_ct_LD"; then
4868 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4870 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4874 test -z "$as_dir" && as_dir
=.
4875 for ac_exec_ext
in '' $ac_executable_extensions; do
4876 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4877 ac_cv_prog_ac_ct_LD
="ld"
4878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4887 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4888 if test -n "$ac_ct_LD"; then
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4890 $as_echo "$ac_ct_LD" >&6; }
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4893 $as_echo "no" >&6; }
4896 if test "x$ac_ct_LD" = x
; then
4899 case $cross_compiling:$ac_tool_warned in
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4902 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4903 ac_tool_warned
=yes ;;
4914 if test "x$enable_win64" = "xyes"
4919 notice_platform
="64-bit "
4926 notice_platform
="32-bit "
4929 enable_win16
=${enable_win16:-yes}
4931 with_fontconfig
=${with_fontconfig:-no}
4934 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4939 $as_echo_n "checking whether $CC works... " >&6; }
4941 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4942 /* end confdefs.h. */
4952 if ac_fn_c_try_link
"$LINENO"; then :
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4954 $as_echo "yes" >&6; }
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4957 $as_echo "no" >&6; }
4958 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4960 rm -f core conftest.err conftest.
$ac_objext \
4961 conftest
$ac_exeext conftest.
$ac_ext
4963 notice_platform
="32-bit "
4966 enable_win16
=${enable_win16:-yes}
4968 if test "x${GCC}" = "xyes"
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4971 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4973 /* end confdefs.h. */
4978 void func(__builtin_ms_va_list *args);
4983 if ac_fn_c_try_compile
"$LINENO"; then :
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4985 $as_echo "yes" >&6; }
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4988 $as_echo "no" >&6; }
4989 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4991 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5000 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5002 /* end confdefs.h. */
5003 int ac_test(int i) { return i; }
5007 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5012 if ac_fn_c_try_link
"$LINENO"; then :
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5014 $as_echo "yes" >&6; }
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5018 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5020 rm -f core conftest.err conftest.
$ac_objext \
5021 conftest
$ac_exeext conftest.
$ac_ext
5022 CFLAGS
="$CFLAGS -marm"
5026 *-mingw32*|
*-cygwin*)
5027 enable_win16
=${enable_win16:-no}
5028 CFLAGS
="$CFLAGS -D_WIN32"
5031 enable_win16
=${enable_win16:-yes}
5035 enable_win16
=${enable_win16:-no}
5036 enable_win64
=${enable_win64:-no}
5038 enable_winetest
=${enable_winetest:-$enable_tests}
5040 if test -n "$with_wine64"
5042 if test "x$enable_win64" = "xyes"
5044 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5045 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5047 enable_fonts
=${enable_fonts:-no}
5048 enable_server
=${enable_server:-no}
5049 elif test "x$enable_win64" = "xyes"
5051 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5055 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5056 if ${wine_cv_toolsdir+:} false
; then :
5057 $as_echo_n "(cached) " >&6
5059 wine_cv_toolsdir
="$with_wine_tools"
5060 if test -z "$with_wine_tools"; then
5061 if test "$cross_compiling" = "yes"; then
5062 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5063 elif test -n "$with_wine64"; then
5064 wine_cv_toolsdir
="$with_wine64"
5067 if test -z "$wine_cv_toolsdir"; then
5068 wine_makedep
=tools
/makedep
5069 wine_cv_toolsdir
="\$(top_builddir)"
5070 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5071 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5072 case "$wine_cv_toolsdir" in
5074 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5076 enable_tools
=${enable_tools:-no}
5077 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5079 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5083 $as_echo "$wine_cv_toolsdir" >&6; }
5084 TOOLSDIR
=$wine_cv_toolsdir
5086 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5088 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5094 # Extract the first word of "$ac_prog", so it can be a program name with args.
5095 set dummy
$ac_prog; ac_word
=$2
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5097 $as_echo_n "checking for $ac_word... " >&6; }
5098 if ${ac_cv_prog_FLEX+:} false
; then :
5099 $as_echo_n "(cached) " >&6
5101 if test -n "$FLEX"; then
5102 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5104 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5108 test -z "$as_dir" && as_dir
=.
5109 for ac_exec_ext
in '' $ac_executable_extensions; do
5110 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5111 ac_cv_prog_FLEX
="$ac_prog"
5112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5121 FLEX
=$ac_cv_prog_FLEX
5122 if test -n "$FLEX"; then
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5124 $as_echo "$FLEX" >&6; }
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5127 $as_echo "no" >&6; }
5131 test -n "$FLEX" && break
5133 test -n "$FLEX" || FLEX
="none"
5135 if test "$FLEX" = "none"
5137 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5140 $as_echo_n "checking whether flex is recent enough... " >&6; }
5141 cat >conftest.l
<<EOF
5143 #include "prediluvian.h"
5147 if $FLEX -t conftest.l
>/dev
/null
2>&5
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5150 $as_echo "yes" >&6; }
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5153 $as_echo "no" >&6; }
5154 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5157 for ac_prog
in bison
5159 # Extract the first word of "$ac_prog", so it can be a program name with args.
5160 set dummy
$ac_prog; ac_word
=$2
5161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5162 $as_echo_n "checking for $ac_word... " >&6; }
5163 if ${ac_cv_prog_BISON+:} false
; then :
5164 $as_echo_n "(cached) " >&6
5166 if test -n "$BISON"; then
5167 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5169 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5173 test -z "$as_dir" && as_dir
=.
5174 for ac_exec_ext
in '' $ac_executable_extensions; do
5175 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5176 ac_cv_prog_BISON
="$ac_prog"
5177 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5186 BISON
=$ac_cv_prog_BISON
5187 if test -n "$BISON"; then
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5189 $as_echo "$BISON" >&6; }
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5192 $as_echo "no" >&6; }
5196 test -n "$BISON" && break
5198 test -n "$BISON" || BISON
="none"
5200 if test "$BISON" = "none"
5202 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5205 if test -n "$ac_tool_prefix"; then
5206 for ac_prog
in ar gar
5208 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5209 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5211 $as_echo_n "checking for $ac_word... " >&6; }
5212 if ${ac_cv_prog_AR+:} false
; then :
5213 $as_echo_n "(cached) " >&6
5215 if test -n "$AR"; then
5216 ac_cv_prog_AR
="$AR" # Let the user override the test.
5218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5222 test -z "$as_dir" && as_dir
=.
5223 for ac_exec_ext
in '' $ac_executable_extensions; do
5224 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5225 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5236 if test -n "$AR"; then
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5238 $as_echo "$AR" >&6; }
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5241 $as_echo "no" >&6; }
5245 test -n "$AR" && break
5248 if test -z "$AR"; then
5250 for ac_prog
in ar gar
5252 # Extract the first word of "$ac_prog", so it can be a program name with args.
5253 set dummy
$ac_prog; ac_word
=$2
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5255 $as_echo_n "checking for $ac_word... " >&6; }
5256 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5257 $as_echo_n "(cached) " >&6
5259 if test -n "$ac_ct_AR"; then
5260 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5262 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5266 test -z "$as_dir" && as_dir
=.
5267 for ac_exec_ext
in '' $ac_executable_extensions; do
5268 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5269 ac_cv_prog_ac_ct_AR
="$ac_prog"
5270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5279 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5280 if test -n "$ac_ct_AR"; then
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5282 $as_echo "$ac_ct_AR" >&6; }
5284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5285 $as_echo "no" >&6; }
5289 test -n "$ac_ct_AR" && break
5292 if test "x$ac_ct_AR" = x
; then
5295 case $cross_compiling:$ac_tool_warned in
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5299 ac_tool_warned
=yes ;;
5305 if test -n "$ac_tool_prefix"; then
5306 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5307 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5309 $as_echo_n "checking for $ac_word... " >&6; }
5310 if ${ac_cv_prog_STRIP+:} false
; then :
5311 $as_echo_n "(cached) " >&6
5313 if test -n "$STRIP"; then
5314 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5316 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5320 test -z "$as_dir" && as_dir
=.
5321 for ac_exec_ext
in '' $ac_executable_extensions; do
5322 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5323 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 STRIP
=$ac_cv_prog_STRIP
5334 if test -n "$STRIP"; then
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5336 $as_echo "$STRIP" >&6; }
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5339 $as_echo "no" >&6; }
5344 if test -z "$ac_cv_prog_STRIP"; then
5346 # Extract the first word of "strip", so it can be a program name with args.
5347 set dummy strip
; ac_word
=$2
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5349 $as_echo_n "checking for $ac_word... " >&6; }
5350 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5351 $as_echo_n "(cached) " >&6
5353 if test -n "$ac_ct_STRIP"; then
5354 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5356 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5360 test -z "$as_dir" && as_dir
=.
5361 for ac_exec_ext
in '' $ac_executable_extensions; do
5362 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5363 ac_cv_prog_ac_ct_STRIP
="strip"
5364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5373 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5374 if test -n "$ac_ct_STRIP"; then
5375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5376 $as_echo "$ac_ct_STRIP" >&6; }
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5379 $as_echo "no" >&6; }
5382 if test "x$ac_ct_STRIP" = x
; then
5385 case $cross_compiling:$ac_tool_warned in
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5388 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5389 ac_tool_warned
=yes ;;
5394 STRIP
="$ac_cv_prog_STRIP"
5399 if test -n "$ac_tool_prefix"; then
5400 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5401 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5403 $as_echo_n "checking for $ac_word... " >&6; }
5404 if ${ac_cv_prog_RANLIB+:} false
; then :
5405 $as_echo_n "(cached) " >&6
5407 if test -n "$RANLIB"; then
5408 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5414 test -z "$as_dir" && as_dir
=.
5415 for ac_exec_ext
in '' $ac_executable_extensions; do
5416 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5417 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5427 RANLIB
=$ac_cv_prog_RANLIB
5428 if test -n "$RANLIB"; then
5429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5430 $as_echo "$RANLIB" >&6; }
5432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5433 $as_echo "no" >&6; }
5438 if test -z "$ac_cv_prog_RANLIB"; then
5439 ac_ct_RANLIB
=$RANLIB
5440 # Extract the first word of "ranlib", so it can be a program name with args.
5441 set dummy ranlib
; ac_word
=$2
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5443 $as_echo_n "checking for $ac_word... " >&6; }
5444 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5445 $as_echo_n "(cached) " >&6
5447 if test -n "$ac_ct_RANLIB"; then
5448 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5450 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5454 test -z "$as_dir" && as_dir
=.
5455 for ac_exec_ext
in '' $ac_executable_extensions; do
5456 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5457 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5467 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5468 if test -n "$ac_ct_RANLIB"; then
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5470 $as_echo "$ac_ct_RANLIB" >&6; }
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5473 $as_echo "no" >&6; }
5476 if test "x$ac_ct_RANLIB" = x
; then
5479 case $cross_compiling:$ac_tool_warned in
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5482 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5483 ac_tool_warned
=yes ;;
5485 RANLIB
=$ac_ct_RANLIB
5488 RANLIB
="$ac_cv_prog_RANLIB"
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5492 $as_echo_n "checking whether ln -s works... " >&6; }
5494 if test "$LN_S" = "ln -s"; then
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5496 $as_echo "yes" >&6; }
5498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5499 $as_echo "no, using $LN_S" >&6; }
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5503 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5504 if ${ac_cv_path_GREP+:} false
; then :
5505 $as_echo_n "(cached) " >&6
5507 if test -z "$GREP"; then
5508 ac_path_GREP_found
=false
5509 # Loop through the user's path and test for each of PROGNAME-LIST
5510 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5511 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5514 test -z "$as_dir" && as_dir
=.
5515 for ac_prog
in grep ggrep
; do
5516 for ac_exec_ext
in '' $ac_executable_extensions; do
5517 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5518 as_fn_executable_p
"$ac_path_GREP" ||
continue
5519 # Check for GNU ac_path_GREP and select it if it is found.
5520 # Check for GNU $ac_path_GREP
5521 case `"$ac_path_GREP" --version 2>&1` in
5523 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5526 $as_echo_n 0123456789 >"conftest.in"
5529 cat "conftest.in" "conftest.in" >"conftest.tmp"
5530 mv "conftest.tmp" "conftest.in"
5531 cp "conftest.in" "conftest.nl"
5532 $as_echo 'GREP' >> "conftest.nl"
5533 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5534 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5535 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5536 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5537 # Best one so far, save it but keep looking for a better one
5538 ac_cv_path_GREP
="$ac_path_GREP"
5539 ac_path_GREP_max
=$ac_count
5541 # 10*(2^10) chars as input seems more than enough
5542 test $ac_count -gt 10 && break
5544 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5547 $ac_path_GREP_found && break 3
5552 if test -z "$ac_cv_path_GREP"; then
5553 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5556 ac_cv_path_GREP
=$GREP
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5561 $as_echo "$ac_cv_path_GREP" >&6; }
5562 GREP
="$ac_cv_path_GREP"
5565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5566 $as_echo_n "checking for egrep... " >&6; }
5567 if ${ac_cv_path_EGREP+:} false
; then :
5568 $as_echo_n "(cached) " >&6
5570 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5571 then ac_cv_path_EGREP
="$GREP -E"
5573 if test -z "$EGREP"; then
5574 ac_path_EGREP_found
=false
5575 # Loop through the user's path and test for each of PROGNAME-LIST
5576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5577 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5580 test -z "$as_dir" && as_dir
=.
5581 for ac_prog
in egrep; do
5582 for ac_exec_ext
in '' $ac_executable_extensions; do
5583 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5584 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5585 # Check for GNU ac_path_EGREP and select it if it is found.
5586 # Check for GNU $ac_path_EGREP
5587 case `"$ac_path_EGREP" --version 2>&1` in
5589 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5592 $as_echo_n 0123456789 >"conftest.in"
5595 cat "conftest.in" "conftest.in" >"conftest.tmp"
5596 mv "conftest.tmp" "conftest.in"
5597 cp "conftest.in" "conftest.nl"
5598 $as_echo 'EGREP' >> "conftest.nl"
5599 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5600 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5601 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5602 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5603 # Best one so far, save it but keep looking for a better one
5604 ac_cv_path_EGREP
="$ac_path_EGREP"
5605 ac_path_EGREP_max
=$ac_count
5607 # 10*(2^10) chars as input seems more than enough
5608 test $ac_count -gt 10 && break
5610 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5613 $ac_path_EGREP_found && break 3
5618 if test -z "$ac_cv_path_EGREP"; then
5619 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5622 ac_cv_path_EGREP
=$EGREP
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5628 $as_echo "$ac_cv_path_EGREP" >&6; }
5629 EGREP
="$ac_cv_path_EGREP"
5632 # Extract the first word of "ldconfig", so it can be a program name with args.
5633 set dummy ldconfig
; ac_word
=$2
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5635 $as_echo_n "checking for $ac_word... " >&6; }
5636 if ${ac_cv_path_LDCONFIG+:} false
; then :
5637 $as_echo_n "(cached) " >&6
5641 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5644 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5645 for as_dir
in /sbin
/usr
/sbin
$PATH
5648 test -z "$as_dir" && as_dir
=.
5649 for ac_exec_ext
in '' $ac_executable_extensions; do
5650 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5651 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5659 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5663 LDCONFIG
=$ac_cv_path_LDCONFIG
5664 if test -n "$LDCONFIG"; then
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5666 $as_echo "$LDCONFIG" >&6; }
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5669 $as_echo "no" >&6; }
5673 for ac_prog
in msgfmt
5675 # Extract the first word of "$ac_prog", so it can be a program name with args.
5676 set dummy
$ac_prog; ac_word
=$2
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5678 $as_echo_n "checking for $ac_word... " >&6; }
5679 if ${ac_cv_prog_MSGFMT+:} false
; then :
5680 $as_echo_n "(cached) " >&6
5682 if test -n "$MSGFMT"; then
5683 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5685 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5689 test -z "$as_dir" && as_dir
=.
5690 for ac_exec_ext
in '' $ac_executable_extensions; do
5691 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5692 ac_cv_prog_MSGFMT
="$ac_prog"
5693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5702 MSGFMT
=$ac_cv_prog_MSGFMT
5703 if test -n "$MSGFMT"; then
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5705 $as_echo "$MSGFMT" >&6; }
5707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5708 $as_echo "no" >&6; }
5712 test -n "$MSGFMT" && break
5714 test -n "$MSGFMT" || MSGFMT
="false"
5716 if ${ac_tool_prefix+:} false
; then :
5717 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5718 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5720 $as_echo_n "checking for $ac_word... " >&6; }
5721 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5722 $as_echo_n "(cached) " >&6
5724 if test -n "$PKG_CONFIG"; then
5725 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5727 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5731 test -z "$as_dir" && as_dir
=.
5732 for ac_exec_ext
in '' $ac_executable_extensions; do
5733 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5734 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5744 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5745 if test -n "$PKG_CONFIG"; then
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5747 $as_echo "$PKG_CONFIG" >&6; }
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5750 $as_echo "no" >&6; }
5755 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5756 if test "x$cross_compiling" = xyes
; then :
5759 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5760 # Extract the first word of "pkg-config", so it can be a program name with args.
5761 set dummy pkg-config
; ac_word
=$2
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5763 $as_echo_n "checking for $ac_word... " >&6; }
5764 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5765 $as_echo_n "(cached) " >&6
5767 if test -n "$PKG_CONFIG"; then
5768 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5770 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5774 test -z "$as_dir" && as_dir
=.
5775 for ac_exec_ext
in '' $ac_executable_extensions; do
5776 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5777 ac_cv_prog_PKG_CONFIG
="pkg-config"
5778 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5787 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5788 if test -n "$PKG_CONFIG"; then
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5790 $as_echo "$PKG_CONFIG" >&6; }
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5793 $as_echo "no" >&6; }
5799 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5802 if test "x$enable_maintainer_mode" != "xyes"
5809 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5810 for ac_prog
in fontforge
5812 # Extract the first word of "$ac_prog", so it can be a program name with args.
5813 set dummy
$ac_prog; ac_word
=$2
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5815 $as_echo_n "checking for $ac_word... " >&6; }
5816 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5817 $as_echo_n "(cached) " >&6
5819 if test -n "$FONTFORGE"; then
5820 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5826 test -z "$as_dir" && as_dir
=.
5827 for ac_exec_ext
in '' $ac_executable_extensions; do
5828 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5829 ac_cv_prog_FONTFORGE
="$ac_prog"
5830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 FONTFORGE
=$ac_cv_prog_FONTFORGE
5840 if test -n "$FONTFORGE"; then
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5842 $as_echo "$FONTFORGE" >&6; }
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5845 $as_echo "no" >&6; }
5849 test -n "$FONTFORGE" && break
5851 test -n "$FONTFORGE" || FONTFORGE
="false"
5853 for ac_prog
in rsvg-convert rsvg
5855 # Extract the first word of "$ac_prog", so it can be a program name with args.
5856 set dummy
$ac_prog; ac_word
=$2
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5858 $as_echo_n "checking for $ac_word... " >&6; }
5859 if ${ac_cv_prog_RSVG+:} false
; then :
5860 $as_echo_n "(cached) " >&6
5862 if test -n "$RSVG"; then
5863 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5865 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5869 test -z "$as_dir" && as_dir
=.
5870 for ac_exec_ext
in '' $ac_executable_extensions; do
5871 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5872 ac_cv_prog_RSVG
="$ac_prog"
5873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5882 RSVG
=$ac_cv_prog_RSVG
5883 if test -n "$RSVG"; then
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5885 $as_echo "$RSVG" >&6; }
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5888 $as_echo "no" >&6; }
5892 test -n "$RSVG" && break
5894 test -n "$RSVG" || RSVG
="false"
5896 for ac_prog
in convert
5898 # Extract the first word of "$ac_prog", so it can be a program name with args.
5899 set dummy
$ac_prog; ac_word
=$2
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5901 $as_echo_n "checking for $ac_word... " >&6; }
5902 if ${ac_cv_prog_CONVERT+:} false
; then :
5903 $as_echo_n "(cached) " >&6
5905 if test -n "$CONVERT"; then
5906 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5908 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5912 test -z "$as_dir" && as_dir
=.
5913 for ac_exec_ext
in '' $ac_executable_extensions; do
5914 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5915 ac_cv_prog_CONVERT
="$ac_prog"
5916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5925 CONVERT
=$ac_cv_prog_CONVERT
5926 if test -n "$CONVERT"; then
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5928 $as_echo "$CONVERT" >&6; }
5930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5931 $as_echo "no" >&6; }
5935 test -n "$CONVERT" && break
5937 test -n "$CONVERT" || CONVERT
="false"
5939 for ac_prog
in icotool
5941 # Extract the first word of "$ac_prog", so it can be a program name with args.
5942 set dummy
$ac_prog; ac_word
=$2
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944 $as_echo_n "checking for $ac_word... " >&6; }
5945 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5946 $as_echo_n "(cached) " >&6
5948 if test -n "$ICOTOOL"; then
5949 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5951 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5955 test -z "$as_dir" && as_dir
=.
5956 for ac_exec_ext
in '' $ac_executable_extensions; do
5957 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5958 ac_cv_prog_ICOTOOL
="$ac_prog"
5959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5968 ICOTOOL
=$ac_cv_prog_ICOTOOL
5969 if test -n "$ICOTOOL"; then
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5971 $as_echo "$ICOTOOL" >&6; }
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5974 $as_echo "no" >&6; }
5978 test -n "$ICOTOOL" && break
5980 test -n "$ICOTOOL" || ICOTOOL
="false"
5982 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5983 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5985 if test "$CONVERT" = false
5987 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5990 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5991 convert_version
=`convert --version | head -n1`
5992 if test "x$convert_version" != "x"
5994 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5995 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5996 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6001 if test "$CONVERT" = false
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6004 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6005 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6008 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6012 if test "$ICOTOOL" = false
6014 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6017 $as_echo_n "checking for recent enough icotool... " >&6; }
6018 icotool_version
=`icotool --version | head -n1`
6019 if test "x$icotool_version" != "x"
6021 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6022 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6023 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6026 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6029 if test "$ICOTOOL" = false
6031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6032 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6033 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6036 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6042 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6045 test "x$with_gettext" != xno || MSGFMT
=false
6046 if test "$MSGFMT" != "false"
6048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6049 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6050 cat >conftest.po
<<EOF
6056 if $MSGFMT -o /dev
/null conftest.po
2>&5
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6059 $as_echo "yes" >&6; }
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6062 $as_echo "no" >&6; }
6066 if test "$MSGFMT" = false
; then :
6067 case "x$with_gettext" in
6068 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6070 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6071 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6077 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6078 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6079 $as_echo_n "(cached) " >&6
6081 ac_check_lib_save_LIBS
=$LIBS
6083 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6084 /* end confdefs.h. */
6086 /* Override any GCC internal prototype to avoid an error.
6087 Use char because int might match the return type of a GCC
6088 builtin and then its argument prototype would still apply. */
6092 char i386_set_ldt ();
6096 return i386_set_ldt ();
6101 if ac_fn_c_try_link
"$LINENO"; then :
6102 ac_cv_lib_i386_i386_set_ldt
=yes
6104 ac_cv_lib_i386_i386_set_ldt
=no
6106 rm -f core conftest.err conftest.
$ac_objext \
6107 conftest
$ac_exeext conftest.
$ac_ext
6108 LIBS
=$ac_check_lib_save_LIBS
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6111 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6112 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6113 cat >>confdefs.h
<<_ACEOF
6114 #define HAVE_LIBI386 1
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6122 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6123 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6124 $as_echo_n "(cached) " >&6
6126 ac_check_lib_save_LIBS
=$LIBS
6127 LIBS
="-lossaudio $LIBS"
6128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6129 /* end confdefs.h. */
6131 /* Override any GCC internal prototype to avoid an error.
6132 Use char because int might match the return type of a GCC
6133 builtin and then its argument prototype would still apply. */
6141 return _oss_ioctl ();
6146 if ac_fn_c_try_link
"$LINENO"; then :
6147 ac_cv_lib_ossaudio__oss_ioctl
=yes
6149 ac_cv_lib_ossaudio__oss_ioctl
=no
6151 rm -f core conftest.err conftest.
$ac_objext \
6152 conftest
$ac_exeext conftest.
$ac_ext
6153 LIBS
=$ac_check_lib_save_LIBS
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6156 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6157 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6158 cat >>confdefs.h
<<_ACEOF
6159 #define HAVE_LIBOSSAUDIO 1
6162 LIBS
="-lossaudio $LIBS"
6171 # Check whether --enable-largefile was given.
6172 if test "${enable_largefile+set}" = set; then :
6173 enableval
=$enable_largefile;
6176 if test "$enable_largefile" != no
; then
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6179 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6180 if ${ac_cv_sys_largefile_CC+:} false
; then :
6181 $as_echo_n "(cached) " >&6
6183 ac_cv_sys_largefile_CC
=no
6184 if test "$GCC" != yes; then
6187 # IRIX 6.2 and later do not support large files by default,
6188 # so use the C compiler's -n32 option if that helps.
6189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6190 /* end confdefs.h. */
6191 #include <sys/types.h>
6192 /* Check that off_t can represent 2**63 - 1 correctly.
6193 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6194 since some C++ compilers masquerading as C compilers
6195 incorrectly reject 9223372036854775807. */
6196 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6197 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6198 && LARGE_OFF_T % 2147483647 == 1)
6208 if ac_fn_c_try_compile
"$LINENO"; then :
6211 rm -f core conftest.err conftest.
$ac_objext
6213 if ac_fn_c_try_compile
"$LINENO"; then :
6214 ac_cv_sys_largefile_CC
=' -n32'; break
6216 rm -f core conftest.err conftest.
$ac_objext
6220 rm -f conftest.
$ac_ext
6223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6224 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6225 if test "$ac_cv_sys_largefile_CC" != no
; then
6226 CC
=$CC$ac_cv_sys_largefile_CC
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6230 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6231 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6232 $as_echo_n "(cached) " >&6
6235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6236 /* end confdefs.h. */
6237 #include <sys/types.h>
6238 /* Check that off_t can represent 2**63 - 1 correctly.
6239 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6240 since some C++ compilers masquerading as C compilers
6241 incorrectly reject 9223372036854775807. */
6242 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6243 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6244 && LARGE_OFF_T % 2147483647 == 1)
6254 if ac_fn_c_try_compile
"$LINENO"; then :
6255 ac_cv_sys_file_offset_bits
=no
; break
6257 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6259 /* end confdefs.h. */
6260 #define _FILE_OFFSET_BITS 64
6261 #include <sys/types.h>
6262 /* Check that off_t can represent 2**63 - 1 correctly.
6263 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6264 since some C++ compilers masquerading as C compilers
6265 incorrectly reject 9223372036854775807. */
6266 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6267 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6268 && LARGE_OFF_T % 2147483647 == 1)
6278 if ac_fn_c_try_compile
"$LINENO"; then :
6279 ac_cv_sys_file_offset_bits
=64; break
6281 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6282 ac_cv_sys_file_offset_bits
=unknown
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6287 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6288 case $ac_cv_sys_file_offset_bits in #(
6291 cat >>confdefs.h
<<_ACEOF
6292 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6297 if test $ac_cv_sys_file_offset_bits = unknown
; then
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6299 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6300 if ${ac_cv_sys_large_files+:} false
; then :
6301 $as_echo_n "(cached) " >&6
6304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6305 /* end confdefs.h. */
6306 #include <sys/types.h>
6307 /* Check that off_t can represent 2**63 - 1 correctly.
6308 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6309 since some C++ compilers masquerading as C compilers
6310 incorrectly reject 9223372036854775807. */
6311 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6312 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6313 && LARGE_OFF_T % 2147483647 == 1)
6323 if ac_fn_c_try_compile
"$LINENO"; then :
6324 ac_cv_sys_large_files
=no
; break
6326 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6328 /* end confdefs.h. */
6329 #define _LARGE_FILES 1
6330 #include <sys/types.h>
6331 /* Check that off_t can represent 2**63 - 1 correctly.
6332 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6333 since some C++ compilers masquerading as C compilers
6334 incorrectly reject 9223372036854775807. */
6335 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6336 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6337 && LARGE_OFF_T % 2147483647 == 1)
6347 if ac_fn_c_try_compile
"$LINENO"; then :
6348 ac_cv_sys_large_files
=1; break
6350 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6351 ac_cv_sys_large_files
=unknown
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6356 $as_echo "$ac_cv_sys_large_files" >&6; }
6357 case $ac_cv_sys_large_files in #(
6360 cat >>confdefs.h
<<_ACEOF
6361 #define _LARGE_FILES $ac_cv_sys_large_files
6373 ac_cpp
='$CPP $CPPFLAGS'
6374 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6375 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6376 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6378 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6379 # On Suns, sometimes $CPP names a directory.
6380 if test -n "$CPP" && test -d "$CPP"; then
6383 if test -z "$CPP"; then
6384 if ${ac_cv_prog_CPP+:} false
; then :
6385 $as_echo_n "(cached) " >&6
6387 # Double quotes because CPP needs to be expanded
6388 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6391 for ac_c_preproc_warn_flag
in '' yes
6393 # Use a header file that comes with gcc, so configuring glibc
6394 # with a fresh cross-compiler works.
6395 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6396 # <limits.h> exists even on freestanding compilers.
6397 # On the NeXT, cc -E runs the code through the compiler's parser,
6398 # not just through cpp. "Syntax error" is here to catch this case.
6399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6400 /* end confdefs.h. */
6402 # include <limits.h>
6404 # include <assert.h>
6408 if ac_fn_c_try_cpp
"$LINENO"; then :
6411 # Broken: fails on valid input.
6414 rm -f conftest.err conftest.i conftest.
$ac_ext
6416 # OK, works on sane cases. Now check whether nonexistent headers
6417 # can be detected and how.
6418 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6419 /* end confdefs.h. */
6420 #include <ac_nonexistent.h>
6422 if ac_fn_c_try_cpp
"$LINENO"; then :
6423 # Broken: success on invalid input.
6426 # Passes both tests.
6430 rm -f conftest.err conftest.i conftest.
$ac_ext
6433 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6434 rm -f conftest.i conftest.err conftest.
$ac_ext
6435 if $ac_preproc_ok; then :
6447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6448 $as_echo "$CPP" >&6; }
6450 for ac_c_preproc_warn_flag
in '' yes
6452 # Use a header file that comes with gcc, so configuring glibc
6453 # with a fresh cross-compiler works.
6454 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6455 # <limits.h> exists even on freestanding compilers.
6456 # On the NeXT, cc -E runs the code through the compiler's parser,
6457 # not just through cpp. "Syntax error" is here to catch this case.
6458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6459 /* end confdefs.h. */
6461 # include <limits.h>
6463 # include <assert.h>
6467 if ac_fn_c_try_cpp
"$LINENO"; then :
6470 # Broken: fails on valid input.
6473 rm -f conftest.err conftest.i conftest.
$ac_ext
6475 # OK, works on sane cases. Now check whether nonexistent headers
6476 # can be detected and how.
6477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6478 /* end confdefs.h. */
6479 #include <ac_nonexistent.h>
6481 if ac_fn_c_try_cpp
"$LINENO"; then :
6482 # Broken: success on invalid input.
6485 # Passes both tests.
6489 rm -f conftest.err conftest.i conftest.
$ac_ext
6492 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6493 rm -f conftest.i conftest.err conftest.
$ac_ext
6494 if $ac_preproc_ok; then :
6497 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6498 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6499 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6500 See \`config.log' for more details" "$LINENO" 5; }
6504 ac_cpp
='$CPP $CPPFLAGS'
6505 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6506 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6507 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6511 $as_echo_n "checking for ANSI C header files... " >&6; }
6512 if ${ac_cv_header_stdc+:} false
; then :
6513 $as_echo_n "(cached) " >&6
6515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6516 /* end confdefs.h. */
6530 if ac_fn_c_try_compile
"$LINENO"; then :
6531 ac_cv_header_stdc
=yes
6533 ac_cv_header_stdc
=no
6535 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6537 if test $ac_cv_header_stdc = yes; then
6538 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6540 /* end confdefs.h. */
6544 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6545 $EGREP "memchr" >/dev
/null
2>&1; then :
6548 ac_cv_header_stdc
=no
6554 if test $ac_cv_header_stdc = yes; then
6555 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6557 /* end confdefs.h. */
6561 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6562 $EGREP "free" >/dev
/null
2>&1; then :
6565 ac_cv_header_stdc
=no
6571 if test $ac_cv_header_stdc = yes; then
6572 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6573 if test "$cross_compiling" = yes; then :
6576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6577 /* end confdefs.h. */
6580 #if ((' ' & 0x0FF) == 0x020)
6581 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6582 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6584 # define ISLOWER(c) \
6585 (('a' <= (c) && (c) <= 'i') \
6586 || ('j' <= (c) && (c) <= 'r') \
6587 || ('s' <= (c) && (c) <= 'z'))
6588 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6591 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6596 for (i = 0; i < 256; i++)
6597 if (XOR (islower (i), ISLOWER (i))
6598 || toupper (i) != TOUPPER (i))
6603 if ac_fn_c_try_run
"$LINENO"; then :
6606 ac_cv_header_stdc
=no
6608 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6609 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6615 $as_echo "$ac_cv_header_stdc" >&6; }
6616 if test $ac_cv_header_stdc = yes; then
6618 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6622 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6623 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6624 inttypes.h stdint.h unistd.h
6626 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6627 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6629 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6630 cat >>confdefs.h
<<_ACEOF
6631 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6641 ApplicationServices
/ApplicationServices.h \
6642 AudioToolbox
/AudioConverter.h \
6643 AudioUnit
/AudioUnit.h \
6644 AudioUnit
/AudioComponent.h \
6647 CoreAudio
/CoreAudio.h \
6648 CoreServices
/CoreServices.h \
6649 DiskArbitration
/DiskArbitration.h \
6651 IOKit
/hid
/IOHIDLib.h \
6654 QuickTime
/ImageCompression.h \
6655 Security
/Security.h \
6706 netinet
/in_systm.h \
6769 valgrind
/memcheck.h \
6770 valgrind
/valgrind.h \
6774 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6775 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6776 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6777 cat >>confdefs.h
<<_ACEOF
6778 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6786 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6787 if ${ac_cv_header_stat_broken+:} false
; then :
6788 $as_echo_n "(cached) " >&6
6790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6791 /* end confdefs.h. */
6792 #include <sys/types.h>
6793 #include <sys/stat.h>
6795 #if defined S_ISBLK && defined S_IFDIR
6796 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6799 #if defined S_ISBLK && defined S_IFCHR
6800 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6803 #if defined S_ISLNK && defined S_IFREG
6804 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6807 #if defined S_ISSOCK && defined S_IFREG
6808 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6812 if ac_fn_c_try_compile
"$LINENO"; then :
6813 ac_cv_header_stat_broken
=no
6815 ac_cv_header_stat_broken
=yes
6817 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6820 $as_echo "$ac_cv_header_stat_broken" >&6; }
6821 if test $ac_cv_header_stat_broken = yes; then
6823 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6829 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6831 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6832 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6833 #ifdef HAVE_SYS_PARAM_H
6834 # include <sys/param.h>
6837 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6838 cat >>confdefs.h
<<_ACEOF
6839 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6854 netinet
/if_ether.h \
6855 netinet
/if_inarp.h \
6864 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6865 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6866 #ifdef HAVE_SYS_SOCKET_H
6867 # include <sys/socket.h>
6869 #ifdef HAVE_SYS_SOCKETVAR_H
6870 # include <sys/socketvar.h>
6872 #ifdef HAVE_NET_ROUTE_H
6873 # include <net/route.h>
6875 #ifdef HAVE_NETINET_IN_H
6876 # include <netinet/in.h>
6878 #ifdef HAVE_NETINET_IN_SYSTM_H
6879 # include <netinet/in_systm.h>
6881 #ifdef HAVE_NET_IF_H
6882 # include <net/if.h>
6884 #ifdef HAVE_NETINET_IP_H
6885 # include <netinet/ip.h>
6888 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6889 cat >>confdefs.h
<<_ACEOF
6890 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6898 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6900 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6901 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6905 #ifdef HAVE_SYS_SOCKET_H
6906 # include <sys/socket.h>
6908 #ifdef HAVE_SYS_SOCKETVAR_H
6909 # include <sys/socketvar.h>
6911 #ifdef HAVE_SYS_TIMEOUT_H
6912 # include <sys/timeout.h>
6914 #ifdef HAVE_NETINET_IN_H
6915 # include <netinet/in.h>
6917 #ifdef HAVE_NETINET_IN_SYSTM_H
6918 # include <netinet/in_systm.h>
6920 #ifdef HAVE_NETINET_IP_H
6921 # include <netinet/ip.h>
6923 #ifdef HAVE_NETINET_IP_VAR_H
6924 # include <netinet/ip_var.h>
6926 #ifdef HAVE_NETINET_IP_ICMP_H
6927 # include <netinet/ip_icmp.h>
6929 #ifdef HAVE_NETINET_UDP_H
6930 # include <netinet/udp.h>
6932 #ifdef HAVE_NETINET_TCP_H
6933 # include <netinet/tcp.h>
6935 #ifdef HAVE_NETINET_TCP_TIMER_H
6936 #include <netinet/tcp_timer.h>
6939 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6940 cat >>confdefs.h
<<_ACEOF
6941 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6949 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6951 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6952 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6953 #ifdef HAVE_ASM_TYPES_H
6954 # include <asm/types.h>
6956 #ifdef HAVE_SYS_SOCKET_H
6957 # include <sys/socket.h>
6959 #ifdef HAVE_LINUX_TYPES_H
6960 # include <linux/types.h>
6963 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6964 cat >>confdefs.h
<<_ACEOF
6965 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6973 for ac_header
in mach-o
/dyld_images.h
6975 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6976 # include <stdbool.h>
6978 #ifdef HAVE_STDINT_H
6979 # include <stdint.h>
6982 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6983 cat >>confdefs.h
<<_ACEOF
6984 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6992 for ac_header
in resolv.h
6994 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6995 #ifdef HAVE_SYS_SOCKET_H
6996 # include <sys/socket.h>
6998 #ifdef HAVE_NETINET_IN_H
6999 # include <netinet/in.h>
7001 #ifdef HAVE_ARPA_NAMESER_H
7002 # include <arpa/nameser.h>
7005 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7006 cat >>confdefs.h
<<_ACEOF
7007 #define HAVE_RESOLV_H 1
7015 for ac_header
in ifaddrs.h
7017 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7019 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7020 cat >>confdefs.h
<<_ACEOF
7021 #define HAVE_IFADDRS_H 1
7029 for ac_header
in sys
/ucontext.h
7031 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7033 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7034 cat >>confdefs.h
<<_ACEOF
7035 #define HAVE_SYS_UCONTEXT_H 1
7043 for ac_header
in sys
/thr.h
7045 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7046 #ifdef HAVE_SYS_UCONTEXT_H
7047 #include <sys/ucontext.h>
7050 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7051 cat >>confdefs.h
<<_ACEOF
7052 #define HAVE_SYS_THR_H 1
7060 for ac_header
in pthread_np.h
7062 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7063 #include <pthread.h>
7066 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7067 cat >>confdefs.h
<<_ACEOF
7068 #define HAVE_PTHREAD_NP_H 1
7076 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7078 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7079 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7080 #include <sys/time.h>
7082 #include <sys/types.h>
7083 #ifdef HAVE_ASM_TYPES_H
7084 #include <asm/types.h>
7087 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7088 cat >>confdefs.h
<<_ACEOF
7089 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7097 for ac_header
in libprocstat.h
7099 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7100 #include <sys/param.h>
7102 #ifdef HAVE_SYS_QUEUE_H
7103 #include <sys/queue.h>
7105 #ifdef HAVE_SYS_SOCKET_H
7106 #include <sys/socket.h>
7109 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7110 cat >>confdefs.h
<<_ACEOF
7111 #define HAVE_LIBPROCSTAT_H 1
7120 dlldir
="\${libdir}/wine"
7124 DLLFLAGS
="-D_REENTRANT"
7133 STATIC_IMPLIBEXT
="def.a"
7134 # Extract the first word of "ldd", so it can be a program name with args.
7135 set dummy ldd
; ac_word
=$2
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7137 $as_echo_n "checking for $ac_word... " >&6; }
7138 if ${ac_cv_path_LDD+:} false
; then :
7139 $as_echo_n "(cached) " >&6
7143 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7146 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7147 as_dummy
="/sbin:/usr/sbin:$PATH"
7148 for as_dir
in $as_dummy
7151 test -z "$as_dir" && as_dir
=.
7152 for ac_exec_ext
in '' $ac_executable_extensions; do
7153 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7154 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7162 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7167 if test -n "$LDD"; then
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7169 $as_echo "$LDD" >&6; }
7171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7172 $as_echo "no" >&6; }
7176 if test -n "$ac_tool_prefix"; then
7177 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7178 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7180 $as_echo_n "checking for $ac_word... " >&6; }
7181 if ${ac_cv_prog_OTOOL+:} false
; then :
7182 $as_echo_n "(cached) " >&6
7184 if test -n "$OTOOL"; then
7185 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7187 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7191 test -z "$as_dir" && as_dir
=.
7192 for ac_exec_ext
in '' $ac_executable_extensions; do
7193 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7194 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7204 OTOOL
=$ac_cv_prog_OTOOL
7205 if test -n "$OTOOL"; then
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7207 $as_echo "$OTOOL" >&6; }
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7210 $as_echo "no" >&6; }
7215 if test -z "$ac_cv_prog_OTOOL"; then
7217 # Extract the first word of "otool", so it can be a program name with args.
7218 set dummy otool
; ac_word
=$2
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7220 $as_echo_n "checking for $ac_word... " >&6; }
7221 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7222 $as_echo_n "(cached) " >&6
7224 if test -n "$ac_ct_OTOOL"; then
7225 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7227 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7231 test -z "$as_dir" && as_dir
=.
7232 for ac_exec_ext
in '' $ac_executable_extensions; do
7233 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7234 ac_cv_prog_ac_ct_OTOOL
="otool"
7235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7244 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7245 if test -n "$ac_ct_OTOOL"; then
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7247 $as_echo "$ac_ct_OTOOL" >&6; }
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7250 $as_echo "no" >&6; }
7253 if test "x$ac_ct_OTOOL" = x
; then
7256 case $cross_compiling:$ac_tool_warned in
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7259 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7260 ac_tool_warned
=yes ;;
7265 OTOOL
="$ac_cv_prog_OTOOL"
7268 if test -n "$ac_tool_prefix"; then
7269 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7270 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7272 $as_echo_n "checking for $ac_word... " >&6; }
7273 if ${ac_cv_prog_READELF+:} false
; then :
7274 $as_echo_n "(cached) " >&6
7276 if test -n "$READELF"; then
7277 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7279 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7283 test -z "$as_dir" && as_dir
=.
7284 for ac_exec_ext
in '' $ac_executable_extensions; do
7285 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7286 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7296 READELF
=$ac_cv_prog_READELF
7297 if test -n "$READELF"; then
7298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7299 $as_echo "$READELF" >&6; }
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7302 $as_echo "no" >&6; }
7307 if test -z "$ac_cv_prog_READELF"; then
7308 ac_ct_READELF
=$READELF
7309 # Extract the first word of "readelf", so it can be a program name with args.
7310 set dummy readelf
; ac_word
=$2
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7312 $as_echo_n "checking for $ac_word... " >&6; }
7313 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7314 $as_echo_n "(cached) " >&6
7316 if test -n "$ac_ct_READELF"; then
7317 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7319 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7323 test -z "$as_dir" && as_dir
=.
7324 for ac_exec_ext
in '' $ac_executable_extensions; do
7325 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7326 ac_cv_prog_ac_ct_READELF
="readelf"
7327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7336 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7337 if test -n "$ac_ct_READELF"; then
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7339 $as_echo "$ac_ct_READELF" >&6; }
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7342 $as_echo "no" >&6; }
7345 if test "x$ac_ct_READELF" = x
; then
7348 case $cross_compiling:$ac_tool_warned in
7350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7352 ac_tool_warned
=yes ;;
7354 READELF
=$ac_ct_READELF
7357 READELF
="$ac_cv_prog_READELF"
7360 wine_rules_file
=conf$
$rules.
make
7361 rm -f $wine_rules_file
7363 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7364 ALL_TEST_RESOURCES
=""
7367 wine_fn_append_file
()
7369 as_fn_append
$1 " \\$as_nl $2"
7372 wine_fn_ignore_file
()
7375 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7376 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7377 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7381 wine_fn_append_rule
()
7383 $as_echo "$1" >>$wine_rules_file
7388 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7391 wine_fn_depend_rules
()
7393 if wine_fn_has_flag config
7395 wine_fn_append_rule \
7396 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7397 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7398 depend: $ac_dir/depend
7399 .PHONY: $ac_dir/depend
7400 $ac_dir/depend: \$(MAKEDEP) dummy
7401 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7403 wine_fn_append_rule \
7404 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7406 depend: $ac_dir/depend
7407 .PHONY: $ac_dir/depend
7408 $ac_dir/depend: \$(MAKEDEP) dummy
7409 \$(MAKEDEP) $ac_dir"
7413 wine_fn_pot_rules
()
7415 test "x$with_gettextpo" = xyes ||
return
7417 if wine_fn_has_flag mc
7419 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7420 wine_fn_append_rule \
7421 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7422 @cd $ac_dir && \$(MAKE) msg.pot
7423 $ac_dir/msg.pot: tools/wmc include"
7425 if wine_fn_has_flag po
7427 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7428 wine_fn_append_rule \
7429 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7430 @cd $ac_dir && \$(MAKE) rsrc.pot
7431 $ac_dir/rsrc.pot: tools/wrc include"
7435 wine_fn_all_rules
()
7437 wine_fn_depend_rules
7438 wine_fn_append_rule \
7441 $ac_dir: $ac_dir/Makefile dummy
7442 @cd $ac_dir && \$(MAKE)"
7445 wine_fn_install_rules
()
7447 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7449 wine_fn_append_rule \
7450 ".PHONY: $ac_dir/install $ac_dir/uninstall
7451 $ac_dir/install:: $ac_dir
7452 @cd $ac_dir && \$(MAKE) install
7453 $ac_dir/uninstall:: $ac_dir/Makefile
7454 @cd $ac_dir && \$(MAKE) uninstall
7455 install:: $ac_dir/install
7456 __uninstall__: $ac_dir/uninstall"
7458 if wine_fn_has_flag install-lib
7460 wine_fn_append_rule \
7461 ".PHONY: $ac_dir/install-lib
7462 $ac_dir/install-lib:: $ac_dir
7463 @cd $ac_dir && \$(MAKE) install-lib
7464 install-lib:: $ac_dir/install-lib"
7467 if wine_fn_has_flag install-dev
7469 wine_fn_append_rule \
7470 ".PHONY: $ac_dir/install-dev
7471 $ac_dir/install-dev:: $ac_dir
7472 @cd $ac_dir && \$(MAKE) install-dev
7473 install-dev:: $ac_dir/install-dev"
7477 wine_fn_clean_rules
()
7480 ac_extraclean
="$ac_dir/Makefile"
7481 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7483 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7486 if wine_fn_has_flag clean
7488 wine_fn_append_rule \
7489 "__clean__: $ac_dir/clean
7490 .PHONY: $ac_dir/clean
7491 $ac_dir/clean: $ac_dir/Makefile
7492 @cd $ac_dir && \$(MAKE) clean
7493 \$(RM) $ac_extraclean"
7495 wine_fn_append_rule \
7496 "__clean__: $ac_dir/clean
7497 .PHONY: $ac_dir/clean
7498 $ac_dir/clean: dummy
7499 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7503 wine_fn_disabled_rules
()
7506 ac_extraclean
="$ac_dir/Makefile"
7507 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7509 wine_fn_append_rule \
7510 "__clean__: $ac_dir/clean
7511 .PHONY: $ac_dir/clean
7512 $ac_dir/clean: dummy
7513 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7516 wine_fn_config_makefile
()
7522 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7523 wine_fn_disabled_rules
; return
7526 wine_fn_install_rules
7530 wine_fn_config_lib
()
7534 ac_dir
=dlls
/$ac_name
7537 if test "x$enable_tools" = xno
; then :
7540 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7545 wine_fn_append_rule \
7546 ".PHONY: $ac_dir/install $ac_dir/uninstall
7547 $ac_dir/install:: $ac_dir
7548 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7550 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7551 install install-dev:: $ac_dir/install
7552 __uninstall__: $ac_dir/uninstall
7553 __builddeps__: $ac_dir
7557 wine_fn_config_dll
()
7560 ac_dir
=dlls
/$ac_name
7563 ac_implib
=${4:-$ac_name}
7564 ac_file
=$ac_dir/lib
$ac_implib
7569 if test "x$enable_tools" = xno
; then :
7572 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7575 *16) ac_implibflags
=" -m16" ;;
7577 *) ac_dll
=$ac_dll.dll
;;
7581 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7582 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7583 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7584 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7586 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7587 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7589 wine_fn_depend_rules
7590 wine_fn_clean_rules
$ac_clean
7592 wine_fn_disabled_rules
$ac_clean
7597 wine_fn_clean_rules
$ac_clean
7598 wine_fn_append_rule \
7599 "$ac_dir: __builddeps__
7600 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7601 @cd $ac_dir && \$(MAKE) \$@
7602 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7603 install install-lib:: $ac_dir/install-lib
7604 __uninstall__: $ac_dir/uninstall"
7605 if test -n "$DLLEXT"
7607 wine_fn_append_rule \
7608 "$ac_dir/install-lib:: $ac_dir
7609 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7610 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7612 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7614 wine_fn_append_rule \
7615 "$ac_dir/install-lib:: $ac_dir
7616 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7618 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7624 if wine_fn_has_flag staticimplib
7626 wine_fn_append_rule \
7627 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7628 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7629 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7630 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7631 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7632 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7633 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7634 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7635 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7637 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7638 install install-dev:: $ac_dir/install-dev
7639 __uninstall__: $ac_dir/uninstall"
7641 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7643 wine_fn_append_rule \
7644 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7645 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7647 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7650 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7652 wine_fn_append_rule \
7653 "__builddeps__: $ac_file.cross.a
7654 $ac_file.cross.a: $ac_dir/Makefile dummy
7655 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7658 elif wine_fn_has_flag implib
7660 wine_fn_append_rule \
7661 "__builddeps__: $ac_file.$IMPLIBEXT
7662 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7663 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7664 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7665 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7666 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7667 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7668 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7670 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7671 install install-dev:: $ac_dir/install-dev
7672 __uninstall__: $ac_dir/uninstall"
7673 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7675 wine_fn_append_rule \
7676 "__builddeps__: $ac_file.cross.a
7677 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7678 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7681 if test "$ac_name" != "$ac_implib"
7683 wine_fn_append_rule \
7684 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7685 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7686 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7688 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7689 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7690 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7692 wine_fn_append_rule \
7693 "__builddeps__: dlls/lib$ac_implib.cross.a
7694 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7695 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7697 \$(RM) dlls/lib$ac_implib.cross.a"
7698 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7704 wine_fn_config_program
()
7707 ac_dir
=programs
/$ac_name
7714 *) ac_program
=$ac_program.exe
;;
7718 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7719 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7720 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7721 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7723 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7724 wine_fn_disabled_rules
$ac_clean; return
7728 wine_fn_clean_rules
$ac_clean
7729 wine_fn_append_rule
"$ac_dir: __builddeps__"
7732 wine_fn_has_flag
install ||
return
7733 wine_fn_append_rule \
7734 ".PHONY: $ac_dir/install $ac_dir/uninstall
7735 install install-lib:: $ac_dir/install
7736 __uninstall__: $ac_dir/uninstall"
7738 if test -n "$DLLEXT"
7740 wine_fn_append_rule \
7741 "$ac_dir/install:: $ac_dir
7742 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7743 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7745 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7747 if test -z "$with_wine64" && wine_fn_has_flag installbin
7749 wine_fn_append_rule \
7750 "$ac_dir/install:: __tooldeps__
7751 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7753 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7756 wine_fn_append_rule \
7757 "$ac_dir/install:: $ac_dir
7758 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7760 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7763 if test -z "$with_wine64" && wine_fn_has_flag manpage
7765 wine_fn_append_rule \
7766 "$ac_dir/install:: $ac_dir
7767 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7769 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7773 wine_fn_config_test
()
7780 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7781 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7783 if test "x$enable_tests" = xno
; then :
7784 wine_fn_disabled_rules
$ac_clean; return
7787 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7789 wine_fn_clean_rules
$ac_clean
7791 wine_fn_append_rule \
7792 "$ac_dir: programs/winetest/Makefile __builddeps__
7793 programs/winetest: $ac_dir
7794 check test: $ac_dir/test
7795 .PHONY: $ac_dir/test
7797 @cd $ac_dir && \$(MAKE) test
7799 \$(RM) $ac_dir/*.ok"
7801 if test -n "$CROSSTARGET"
7803 wine_fn_append_rule \
7804 "crosstest: $ac_dir/crosstest
7805 .PHONY: $ac_dir/crosstest
7806 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7807 @cd $ac_dir && \$(MAKE) crosstest"
7811 wine_fn_config_tool
()
7815 if test "x$enable_tools" = xno
; then :
7820 wine_fn_install_rules
7823 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7824 wine_fn_append_rule
"$ac_dir: libs/port"
7826 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7830 wine_fn_config_symlink
()
7833 if test "x$1" = "x-d"
7839 wine_fn_append_rule \
7841 @./config.status \$@
7844 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7845 test -n "$ac_linkdir" ||
return
7846 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7850 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7851 loader_programs
="$wine_binary"
7852 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7861 if test -n "$ac_tool_prefix"; then
7862 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7863 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865 $as_echo_n "checking for $ac_word... " >&6; }
7866 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7867 $as_echo_n "(cached) " >&6
7869 if test -n "$DLLTOOL"; then
7870 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7872 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7876 test -z "$as_dir" && as_dir
=.
7877 for ac_exec_ext
in '' $ac_executable_extensions; do
7878 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7879 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7889 DLLTOOL
=$ac_cv_prog_DLLTOOL
7890 if test -n "$DLLTOOL"; then
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7892 $as_echo "$DLLTOOL" >&6; }
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895 $as_echo "no" >&6; }
7900 if test -z "$ac_cv_prog_DLLTOOL"; then
7901 ac_ct_DLLTOOL
=$DLLTOOL
7902 # Extract the first word of "dlltool", so it can be a program name with args.
7903 set dummy dlltool
; ac_word
=$2
7904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7905 $as_echo_n "checking for $ac_word... " >&6; }
7906 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7907 $as_echo_n "(cached) " >&6
7909 if test -n "$ac_ct_DLLTOOL"; then
7910 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7912 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7916 test -z "$as_dir" && as_dir
=.
7917 for ac_exec_ext
in '' $ac_executable_extensions; do
7918 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7919 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7929 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7930 if test -n "$ac_ct_DLLTOOL"; then
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7932 $as_echo "$ac_ct_DLLTOOL" >&6; }
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7935 $as_echo "no" >&6; }
7938 if test "x$ac_ct_DLLTOOL" = x
; then
7941 case $cross_compiling:$ac_tool_warned in
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7945 ac_tool_warned
=yes ;;
7947 DLLTOOL
=$ac_ct_DLLTOOL
7950 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7956 STATIC_IMPLIBEXT
="a"
7957 enable_iphlpapi
=${enable_iphlpapi:-no}
7958 enable_kernel32
=${enable_kernel32:-no}
7959 enable_msvcrt
=${enable_msvcrt:-no}
7960 enable_ntdll
=${enable_ntdll:-no}
7961 enable_ws2_32
=${enable_ws2_32:-no}
7962 enable_loader
=${enable_loader:-no}
7963 enable_server
=${enable_server:-no}
7964 with_x
=${with_x:-no}
7965 with_pthread
=${with_pthread:-no}
7971 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7975 libwine_targets
="libwine.dll libwine.a"
7977 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7979 all: libwine.dll libwine.a
7981 libwine.a: \$(srcdir)/wine.def
7982 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7984 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7985 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7987 install install-lib:: libwine.dll
7988 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7990 install install-dev:: libwine.a
7991 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7994 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
8000 for ac_header
in libunwind.h
8002 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8003 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8004 cat >>confdefs.h
<<_ACEOF
8005 #define HAVE_LIBUNWIND_H 1
8013 DLLFLAGS
="$DLLFLAGS -fPIC"
8014 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8015 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8016 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8017 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8019 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8021 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8023 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8025 CORESERVICES_LIBS
="-framework CoreServices"
8027 APPKIT_LIBS
="-framework AppKit"
8029 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8031 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8032 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8033 $as_echo_n "(cached) " >&6
8035 ac_wine_try_cflags_saved
=$CFLAGS
8036 CFLAGS
="$CFLAGS -Wl,-no_pie"
8037 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8038 /* end confdefs.h. */
8039 int main(int argc, char **argv) { return 0; }
8041 if ac_fn_c_try_link
"$LINENO"; then :
8042 ac_cv_cflags__Wl__no_pie
=yes
8044 ac_cv_cflags__Wl__no_pie
=no
8046 rm -f core conftest.err conftest.
$ac_objext \
8047 conftest
$ac_exeext conftest.
$ac_ext
8048 CFLAGS
=$ac_wine_try_cflags_saved
8050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8051 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8052 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8053 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8055 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8057 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8060 if test "$ac_cv_header_Security_Security_h" = "yes"
8062 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8064 ac_save_LIBS
="$LIBS"
8065 LIBS
="$LIBS $SECURITY_LIBS"
8066 for ac_func
in SSLCopyPeerCertificates
8068 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8069 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8070 cat >>confdefs.h
<<_ACEOF
8071 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8077 LIBS
="$ac_save_LIBS"
8078 with_gnutls
=${with_gnutls:-no}
8080 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8082 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8084 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8087 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8090 ac_save_LIBS
="$LIBS"
8091 LIBS
="$LIBS $COREAUDIO_LIBS"
8092 for ac_func
in AUGraphAddNode
8094 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8095 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8096 cat >>confdefs.h
<<_ACEOF
8097 #define HAVE_AUGRAPHADDNODE 1
8103 LIBS
="$ac_save_LIBS"
8105 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8107 OPENAL_LIBS
="-framework OpenAL"
8110 cat >>confdefs.h
<<_ACEOF
8111 #define HAVE_OPENAL 1
8114 ac_cv_lib_openal
=yes
8116 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8118 OPENCL_LIBS
="-framework OpenCL"
8120 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8122 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8124 ac_save_LIBS
="$LIBS"
8125 LIBS
="$LIBS $IOKIT_LIBS"
8126 for ac_func
in IOHIDManagerCreate
8128 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8129 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8130 cat >>confdefs.h
<<_ACEOF
8131 #define HAVE_IOHIDMANAGERCREATE 1
8137 LIBS
="$ac_save_LIBS"
8139 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8141 ac_save_LIBS
="$LIBS"
8142 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8144 $as_echo_n "checking for the QuickTime framework... " >&6; }
8145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8146 /* end confdefs.h. */
8147 #include <QuickTime/ImageCompression.h>
8151 CodecManagerVersion(NULL);
8156 if ac_fn_c_try_link
"$LINENO"; then :
8157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8158 $as_echo "yes" >&6; }
8159 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8161 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8164 $as_echo "no" >&6; }
8165 ac_cv_header_QuickTime_ImageCompression_h
=no
8167 rm -f core conftest.err conftest.
$ac_objext \
8168 conftest
$ac_exeext conftest.
$ac_ext
8169 LIBS
="$ac_save_LIBS"
8171 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8173 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8175 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8177 CARBON_LIBS
="-framework Carbon"
8181 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8183 ac_save_LIBS
="$LIBS"
8184 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8185 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8186 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8187 enable_winemac_drv
=${enable_winemac_drv:-yes}
8190 LIBS
="$ac_save_LIBS"
8193 if test "x$enable_win16" = "xyes"
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8196 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8197 if test "$cross_compiling" = yes; then :
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8199 $as_echo "cross-compiling, assuming yes" >&6; }
8201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8202 /* end confdefs.h. */
8205 "good:\tnop;nop\n\t"
8206 ".globl _testfunc\n"
8207 "_testfunc:\tcallw good");
8208 extern void testfunc();
8212 unsigned short *p = (unsigned short *)testfunc;
8213 return p[0] != 0xe866 || p[1] != 0xfffa
8218 if ac_fn_c_try_run
"$LINENO"; then :
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8220 $as_echo "yes" >&6; }
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8223 $as_echo "no" >&6; }
8224 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
8226 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8227 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8232 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8234 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8238 libwine.$libwine_version.dylib: \$(OBJS)
8239 \$(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 \$@
8241 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8242 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8244 libwine.dylib: libwine.$libwine_soversion.dylib
8245 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8247 install install-lib:: libwine.$libwine_version.dylib
8248 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8249 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8251 install install-dev::
8252 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8255 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8259 as_fn_append LOADER_RULES
"
8260 ${wine_binary}_OBJS = main.o
8261 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8262 $wine_binary $wine_binary-installed: wine_info.plist
8267 DLLFLAGS
="$DLLFLAGS -fPIC"
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8272 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8273 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8274 $as_echo_n "(cached) " >&6
8276 ac_wine_try_cflags_saved
=$CFLAGS
8277 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8278 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8279 /* end confdefs.h. */
8280 int main(int argc, char **argv) { return 0; }
8282 if ac_fn_c_try_link
"$LINENO"; then :
8283 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8285 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8287 rm -f core conftest.err conftest.
$ac_objext \
8288 conftest
$ac_exeext conftest.
$ac_ext
8289 CFLAGS
=$ac_wine_try_cflags_saved
8291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8292 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8293 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8294 LDEXECFLAGS
="-Wl,--export-dynamic"
8296 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8298 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8299 if eval \
${$as_ac_var+:} false
; then :
8300 $as_echo_n "(cached) " >&6
8302 ac_wine_try_cflags_saved
=$CFLAGS
8303 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h. */
8306 int main(int argc, char **argv) { return 0; }
8308 if ac_fn_c_try_link
"$LINENO"; then :
8309 eval "$as_ac_var=yes"
8311 eval "$as_ac_var=no"
8313 rm -f core conftest.err conftest.
$ac_objext \
8314 conftest
$ac_exeext conftest.
$ac_ext
8315 CFLAGS
=$ac_wine_try_cflags_saved
8317 eval ac_res
=\$
$as_ac_var
8318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8319 $as_echo "$ac_res" >&6; }
8320 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8321 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8322 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8324 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8326 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8327 if eval \
${$as_ac_var+:} false
; then :
8328 $as_echo_n "(cached) " >&6
8330 ac_wine_try_cflags_saved
=$CFLAGS
8331 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8332 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8333 /* end confdefs.h. */
8334 int main(int argc, char **argv) { return 0; }
8336 if ac_fn_c_try_link
"$LINENO"; then :
8337 eval "$as_ac_var=yes"
8339 eval "$as_ac_var=no"
8341 rm -f core conftest.err conftest.
$ac_objext \
8342 conftest
$ac_exeext conftest.
$ac_ext
8343 CFLAGS
=$ac_wine_try_cflags_saved
8345 eval ac_res
=\$
$as_ac_var
8346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8347 $as_echo "$ac_res" >&6; }
8348 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8349 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8350 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8355 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8356 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8357 $as_echo_n "(cached) " >&6
8359 ac_wine_try_cflags_saved
=$CFLAGS
8360 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8361 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8362 /* end confdefs.h. */
8363 int main(int argc, char **argv) { return 0; }
8365 if ac_fn_c_try_link
"$LINENO"; then :
8366 ac_cv_cflags__Wl___enable_new_dtags
=yes
8368 ac_cv_cflags__Wl___enable_new_dtags
=no
8370 rm -f core conftest.err conftest.
$ac_objext \
8371 conftest
$ac_exeext conftest.
$ac_ext
8372 CFLAGS
=$ac_wine_try_cflags_saved
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8375 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8376 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8377 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8381 *i
[3456789]86* | x86_64
)
8382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8383 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8384 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8385 $as_echo_n "(cached) " >&6
8387 ac_wine_try_cflags_saved
=$CFLAGS
8388 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8389 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8390 /* end confdefs.h. */
8391 int main(int argc, char **argv) { return 0; }
8393 if ac_fn_c_try_link
"$LINENO"; then :
8394 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8396 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8398 rm -f core conftest.err conftest.
$ac_objext \
8399 conftest
$ac_exeext conftest.
$ac_ext
8400 CFLAGS
=$ac_wine_try_cflags_saved
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8403 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8404 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8405 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8410 libwine_targets
="libwine.so"
8412 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8416 libwine.so: \$(OBJS)
8417 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8419 install install-lib:: libwine.so
8420 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8423 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8427 as_fn_append LOADER_RULES
"
8428 ${wine_binary}_OBJS = main.o
8429 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8434 DLLFLAGS
="$DLLFLAGS -fPIC"
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8437 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8438 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8439 $as_echo_n "(cached) " >&6
8441 ac_wine_try_cflags_saved
=$CFLAGS
8442 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8443 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8444 /* end confdefs.h. */
8447 if ac_fn_c_try_link
"$LINENO"; then :
8448 ac_cv_c_dll_gnuelf
="yes"
8450 ac_cv_c_dll_gnuelf
="no"
8452 rm -f core conftest.err conftest.
$ac_objext \
8453 conftest
$ac_exeext conftest.
$ac_ext
8454 CFLAGS
=$ac_wine_try_cflags_saved
8456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8457 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8458 if test "$ac_cv_c_dll_gnuelf" = "yes"
8460 LDSHARED
="\$(CC) -shared"
8461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8462 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8463 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8464 $as_echo_n "(cached) " >&6
8466 ac_wine_try_cflags_saved
=$CFLAGS
8467 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8468 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8469 /* end confdefs.h. */
8470 int main(int argc, char **argv) { return 0; }
8472 if ac_fn_c_try_link
"$LINENO"; then :
8473 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8475 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8477 rm -f core conftest.err conftest.
$ac_objext \
8478 conftest
$ac_exeext conftest.
$ac_ext
8479 CFLAGS
=$ac_wine_try_cflags_saved
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8482 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8483 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8484 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8487 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8488 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8489 $as_echo_n "(cached) " >&6
8491 ac_wine_try_cflags_saved
=$CFLAGS
8492 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8494 /* end confdefs.h. */
8495 int main(int argc, char **argv) { return 0; }
8497 if ac_fn_c_try_link
"$LINENO"; then :
8498 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8500 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8502 rm -f core conftest.err conftest.
$ac_objext \
8503 conftest
$ac_exeext conftest.
$ac_ext
8504 CFLAGS
=$ac_wine_try_cflags_saved
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8507 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8508 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8509 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8513 echo '{ global: *; };' >conftest.map
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8515 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8516 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8517 $as_echo_n "(cached) " >&6
8519 ac_wine_try_cflags_saved
=$CFLAGS
8520 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8522 /* end confdefs.h. */
8523 int main(int argc, char **argv) { return 0; }
8525 if ac_fn_c_try_link
"$LINENO"; then :
8526 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8528 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8530 rm -f core conftest.err conftest.
$ac_objext \
8531 conftest
$ac_exeext conftest.
$ac_ext
8532 CFLAGS
=$ac_wine_try_cflags_saved
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8535 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8536 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8537 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8542 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8543 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8544 $as_echo_n "(cached) " >&6
8546 ac_wine_try_cflags_saved
=$CFLAGS
8547 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8549 /* end confdefs.h. */
8550 int main(int argc, char **argv) { return 0; }
8552 if ac_fn_c_try_link
"$LINENO"; then :
8553 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8555 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8557 rm -f core conftest.err conftest.
$ac_objext \
8558 conftest
$ac_exeext conftest.
$ac_ext
8559 CFLAGS
=$ac_wine_try_cflags_saved
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8562 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8563 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8564 LDEXECFLAGS
="-Wl,--export-dynamic"
8567 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8569 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8570 if eval \
${$as_ac_var+:} false
; then :
8571 $as_echo_n "(cached) " >&6
8573 ac_wine_try_cflags_saved
=$CFLAGS
8574 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8576 /* end confdefs.h. */
8577 int main(int argc, char **argv) { return 0; }
8579 if ac_fn_c_try_link
"$LINENO"; then :
8580 eval "$as_ac_var=yes"
8582 eval "$as_ac_var=no"
8584 rm -f core conftest.err conftest.
$ac_objext \
8585 conftest
$ac_exeext conftest.
$ac_ext
8586 CFLAGS
=$ac_wine_try_cflags_saved
8588 eval ac_res
=\$
$as_ac_var
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8590 $as_echo "$ac_res" >&6; }
8591 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8592 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8593 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8595 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8597 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8598 if eval \
${$as_ac_var+:} false
; then :
8599 $as_echo_n "(cached) " >&6
8601 ac_wine_try_cflags_saved
=$CFLAGS
8602 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8604 /* end confdefs.h. */
8605 int main(int argc, char **argv) { return 0; }
8607 if ac_fn_c_try_link
"$LINENO"; then :
8608 eval "$as_ac_var=yes"
8610 eval "$as_ac_var=no"
8612 rm -f core conftest.err conftest.
$ac_objext \
8613 conftest
$ac_exeext conftest.
$ac_ext
8614 CFLAGS
=$ac_wine_try_cflags_saved
8616 eval ac_res
=\$
$as_ac_var
8617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8618 $as_echo "$ac_res" >&6; }
8619 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8620 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8621 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8626 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8627 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8628 $as_echo_n "(cached) " >&6
8630 ac_wine_try_cflags_saved
=$CFLAGS
8631 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8633 /* end confdefs.h. */
8634 int main(int argc, char **argv) { return 0; }
8636 if ac_fn_c_try_link
"$LINENO"; then :
8637 ac_cv_cflags__Wl___enable_new_dtags
=yes
8639 ac_cv_cflags__Wl___enable_new_dtags
=no
8641 rm -f core conftest.err conftest.
$ac_objext \
8642 conftest
$ac_exeext conftest.
$ac_ext
8643 CFLAGS
=$ac_wine_try_cflags_saved
8645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8646 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8647 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8648 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8652 *i
[3456789]86* | x86_64
)
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8654 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8655 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8656 $as_echo_n "(cached) " >&6
8658 ac_wine_try_cflags_saved
=$CFLAGS
8659 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8661 /* end confdefs.h. */
8662 int main(int argc, char **argv) { return 0; }
8664 if ac_fn_c_try_link
"$LINENO"; then :
8665 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8667 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8669 rm -f core conftest.err conftest.
$ac_objext \
8670 conftest
$ac_exeext conftest.
$ac_ext
8671 CFLAGS
=$ac_wine_try_cflags_saved
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8674 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8675 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8677 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8678 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8683 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8684 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8685 $as_echo_n "(cached) " >&6
8687 ac_wine_try_cflags_saved
=$CFLAGS
8688 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8689 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8690 /* end confdefs.h. */
8691 int main(int argc, char **argv) { return 0; }
8693 if ac_fn_c_try_link
"$LINENO"; then :
8694 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8696 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8698 rm -f core conftest.err conftest.
$ac_objext \
8699 conftest
$ac_exeext conftest.
$ac_ext
8700 CFLAGS
=$ac_wine_try_cflags_saved
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8703 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8704 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8707 # Extract the first word of "prelink", so it can be a program name with args.
8708 set dummy prelink
; ac_word
=$2
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8710 $as_echo_n "checking for $ac_word... " >&6; }
8711 if ${ac_cv_path_PRELINK+:} false
; then :
8712 $as_echo_n "(cached) " >&6
8716 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8719 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8720 for as_dir
in /sbin
/usr
/sbin
$PATH
8723 test -z "$as_dir" && as_dir
=.
8724 for ac_exec_ext
in '' $ac_executable_extensions; do
8725 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8726 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8734 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8738 PRELINK
=$ac_cv_path_PRELINK
8739 if test -n "$PRELINK"; then
8740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8741 $as_echo "$PRELINK" >&6; }
8743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8744 $as_echo "no" >&6; }
8748 if test "x$PRELINK" = xfalse
8750 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8758 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8759 if ${ac_cv_c_dll_unixware+:} false
; then :
8760 $as_echo_n "(cached) " >&6
8762 ac_wine_try_cflags_saved
=$CFLAGS
8763 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8764 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8765 /* end confdefs.h. */
8768 if ac_fn_c_try_link
"$LINENO"; then :
8769 ac_cv_c_dll_unixware
="yes"
8771 ac_cv_c_dll_unixware
="no"
8773 rm -f core conftest.err conftest.
$ac_objext \
8774 conftest
$ac_exeext conftest.
$ac_ext
8775 CFLAGS
=$ac_wine_try_cflags_saved
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8778 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8779 if test "$ac_cv_c_dll_unixware" = "yes"
8781 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8784 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8786 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8790 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8791 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8793 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8794 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8796 libwine.so: libwine.so.$libwine_soversion
8797 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8799 install install-lib:: libwine.so.$libwine_version
8800 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8801 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8803 install install-dev::
8804 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8807 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8811 as_fn_append LOADER_RULES
"
8812 ${wine_binary}_OBJS = main.o
8813 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8815 if test -z "$with_wine64"
8817 as_fn_append LOADER_RULES
"
8818 install install-lib::
8819 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8821 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8827 as_fn_append LIBWINE_RULES
"
8828 EXTRA_TARGETS = $libwine_targets
8831 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8832 enable_winemac_drv
=${enable_winemac_drv:-no}
8836 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8840 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
8843 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 " ;;
8845 ac_prefix_list
="" ;;
8847 for ac_prog
in $ac_prefix_list
8849 # Extract the first word of "$ac_prog", so it can be a program name with args.
8850 set dummy
$ac_prog; ac_word
=$2
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8852 $as_echo_n "checking for $ac_word... " >&6; }
8853 if ${ac_cv_prog_CROSSCC+:} false
; then :
8854 $as_echo_n "(cached) " >&6
8856 if test -n "$CROSSCC"; then
8857 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8859 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8863 test -z "$as_dir" && as_dir
=.
8864 for ac_exec_ext
in '' $ac_executable_extensions; do
8865 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8866 ac_cv_prog_CROSSCC
="$ac_prog"
8867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8876 CROSSCC
=$ac_cv_prog_CROSSCC
8877 if test -n "$CROSSCC"; then
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8879 $as_echo "$CROSSCC" >&6; }
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8882 $as_echo "no" >&6; }
8886 test -n "$CROSSCC" && break
8888 test -n "$CROSSCC" || CROSSCC
="false"
8890 if test "$CROSSCC" != "false"
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8895 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8897 /* end confdefs.h. */
8907 if ac_fn_c_try_compile
"$LINENO"; then :
8908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8909 $as_echo "yes" >&6; }
8915 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8921 $as_echo "no" >&6; }
8923 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8929 if test "$ac_cv_header_pthread_h" = "yes"
8931 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8932 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8936 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8937 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8938 $as_echo_n "(cached) " >&6
8940 ac_check_lib_save_LIBS
=$LIBS
8941 LIBS
="-lpthread $LIBS"
8942 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8943 /* end confdefs.h. */
8945 /* Override any GCC internal prototype to avoid an error.
8946 Use char because int might match the return type of a GCC
8947 builtin and then its argument prototype would still apply. */
8951 char pthread_create ();
8955 return pthread_create ();
8960 if ac_fn_c_try_link
"$LINENO"; then :
8961 ac_cv_lib_pthread_pthread_create
=yes
8963 ac_cv_lib_pthread_pthread_create
=no
8965 rm -f core conftest.err conftest.
$ac_objext \
8966 conftest
$ac_exeext conftest.
$ac_ext
8967 LIBS
=$ac_check_lib_save_LIBS
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8970 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8971 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8972 PTHREAD_LIBS
="-lpthread"
8979 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8980 case "x$with_pthread" in
8982 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8983 Wine cannot support threads without libpthread.
8984 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8990 $as_echo_n "checking for X... " >&6; }
8993 # Check whether --with-x was given.
8994 if test "${with_x+set}" = set; then :
8998 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8999 if test "x$with_x" = xno
; then
9000 # The user explicitly disabled X.
9003 case $x_includes,$x_libraries in #(
9004 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9005 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9006 $as_echo_n "(cached) " >&6
9008 # One or both of the vars are not set, and there is no cached value.
9009 ac_x_includes
=no ac_x_libraries
=no
9010 rm -f -r conftest.dir
9011 if mkdir conftest.dir
; then
9013 cat >Imakefile
<<'_ACEOF'
9015 @echo incroot='${INCROOT}'
9017 @echo usrlibdir='${USRLIBDIR}'
9019 @echo libdir='${LIBDIR}'
9021 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9022 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9023 for ac_var
in incroot usrlibdir libdir
; do
9024 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9026 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9027 for ac_extension
in a so sl dylib la dll
; do
9028 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9029 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9030 ac_im_usrlibdir
=$ac_im_libdir; break
9033 # Screen out bogus values from the imake configuration. They are
9034 # bogus both because they are the default anyway, and because
9035 # using them would break gcc on systems where it needs fixed includes.
9036 case $ac_im_incroot in
9037 /usr
/include
) ac_x_includes
= ;;
9038 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9040 case $ac_im_usrlibdir in
9041 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9042 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9046 rm -f -r conftest.dir
9049 # Standard set of common directories for X headers.
9050 # Check X11 before X11Rn because it is often a symlink to the current release.
9064 /usr/local/X11/include
9065 /usr/local/X11R7/include
9066 /usr/local/X11R6/include
9067 /usr/local/X11R5/include
9068 /usr/local/X11R4/include
9070 /usr/local/include/X11
9071 /usr/local/include/X11R7
9072 /usr/local/include/X11R6
9073 /usr/local/include/X11R5
9074 /usr/local/include/X11R4
9078 /usr/XFree86/include/X11
9082 /usr/unsupported/include
9084 /usr/local/x11r5/include
9085 /usr/lpp/Xamples/include
9087 /usr/openwin/include
9088 /usr/openwin/share/include'
9090 if test "$ac_x_includes" = no
; then
9091 # Guess where to find include files, by looking for Xlib.h.
9092 # First, try using that file with no special directory specified.
9093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9094 /* end confdefs.h. */
9095 #include <X11/Xlib.h>
9097 if ac_fn_c_try_cpp
"$LINENO"; then :
9098 # We can compile using X headers with no special include directory.
9101 for ac_dir
in $ac_x_header_dirs; do
9102 if test -r "$ac_dir/X11/Xlib.h"; then
9103 ac_x_includes
=$ac_dir
9108 rm -f conftest.err conftest.i conftest.
$ac_ext
9109 fi # $ac_x_includes = no
9111 if test "$ac_x_libraries" = no
; then
9112 # Check for the libraries.
9113 # See if we find them without any special options.
9114 # Don't add to $LIBS permanently.
9117 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9118 /* end confdefs.h. */
9119 #include <X11/Xlib.h>
9128 if ac_fn_c_try_link
"$LINENO"; then :
9130 # We can link X programs with no special library path.
9134 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9136 # Don't even attempt the hair of trying to link an X program!
9137 for ac_extension
in a so sl dylib la dll
; do
9138 if test -r "$ac_dir/libX11.$ac_extension"; then
9139 ac_x_libraries
=$ac_dir
9145 rm -f core conftest.err conftest.
$ac_objext \
9146 conftest
$ac_exeext conftest.
$ac_ext
9147 fi # $ac_x_libraries = no
9149 case $ac_x_includes,$ac_x_libraries in #(
9151 # Didn't find X, or a directory has "'" in its name.
9152 ac_cv_have_x
="have_x=no";; #(
9154 # Record where we found X for the cache.
9155 ac_cv_have_x
="have_x=yes\
9156 ac_x_includes='$ac_x_includes'\
9157 ac_x_libraries='$ac_x_libraries'"
9163 eval "$ac_cv_have_x"
9166 if test "$have_x" != yes; then
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9168 $as_echo "$have_x" >&6; }
9171 # If each of the values was on the command line, it overrides each guess.
9172 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9173 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9174 # Update the cache value to reflect the command line values.
9175 ac_cv_have_x
="have_x=yes\
9176 ac_x_includes='$x_includes'\
9177 ac_x_libraries='$x_libraries'"
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9179 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9182 if test "$no_x" = yes; then
9183 # Not all programs may use this symbol, but it does not hurt to define it.
9185 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9187 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9189 if test -n "$x_includes"; then
9190 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9193 # It would also be nice to do this for all -L options, not just this one.
9194 if test -n "$x_libraries"; then
9195 X_LIBS
="$X_LIBS -L$x_libraries"
9196 # For Solaris; some versions of Sun CC require a space after -R and
9197 # others require no space. Words are not sufficient . . . .
9198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9199 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9200 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9201 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9202 ac_c_werror_flag
=yes
9203 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9204 /* end confdefs.h. */
9214 if ac_fn_c_try_link
"$LINENO"; then :
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9216 $as_echo "no" >&6; }
9217 X_LIBS
="$X_LIBS -R$x_libraries"
9219 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9221 /* end confdefs.h. */
9231 if ac_fn_c_try_link
"$LINENO"; then :
9232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9233 $as_echo "yes" >&6; }
9234 X_LIBS
="$X_LIBS -R $x_libraries"
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9237 $as_echo "neither works" >&6; }
9239 rm -f core conftest.err conftest.
$ac_objext \
9240 conftest
$ac_exeext conftest.
$ac_ext
9242 rm -f core conftest.err conftest.
$ac_objext \
9243 conftest
$ac_exeext conftest.
$ac_ext
9244 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9248 # Check for system-dependent libraries X programs must link with.
9249 # Do this before checking for the system-independent R6 libraries
9250 # (-lICE), since we may need -lsocket or whatever for X linking.
9252 if test "$ISC" = yes; then
9253 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9255 # Martyn Johnson says this is needed for Ultrix, if the X
9256 # libraries were built with DECnet support. And Karl Berry says
9257 # the Alpha needs dnet_stub (dnet does not exist).
9258 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9259 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9260 /* end confdefs.h. */
9262 /* Override any GCC internal prototype to avoid an error.
9263 Use char because int might match the return type of a GCC
9264 builtin and then its argument prototype would still apply. */
9268 char XOpenDisplay ();
9272 return XOpenDisplay ();
9277 if ac_fn_c_try_link
"$LINENO"; then :
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9281 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9282 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9283 $as_echo_n "(cached) " >&6
9285 ac_check_lib_save_LIBS
=$LIBS
9287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9288 /* end confdefs.h. */
9290 /* Override any GCC internal prototype to avoid an error.
9291 Use char because int might match the return type of a GCC
9292 builtin and then its argument prototype would still apply. */
9300 return dnet_ntoa ();
9305 if ac_fn_c_try_link
"$LINENO"; then :
9306 ac_cv_lib_dnet_dnet_ntoa
=yes
9308 ac_cv_lib_dnet_dnet_ntoa
=no
9310 rm -f core conftest.err conftest.
$ac_objext \
9311 conftest
$ac_exeext conftest.
$ac_ext
9312 LIBS
=$ac_check_lib_save_LIBS
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9315 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9316 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9317 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9320 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9322 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9323 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9324 $as_echo_n "(cached) " >&6
9326 ac_check_lib_save_LIBS
=$LIBS
9327 LIBS
="-ldnet_stub $LIBS"
9328 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9329 /* end confdefs.h. */
9331 /* Override any GCC internal prototype to avoid an error.
9332 Use char because int might match the return type of a GCC
9333 builtin and then its argument prototype would still apply. */
9341 return dnet_ntoa ();
9346 if ac_fn_c_try_link
"$LINENO"; then :
9347 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9349 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9351 rm -f core conftest.err conftest.
$ac_objext \
9352 conftest
$ac_exeext conftest.
$ac_ext
9353 LIBS
=$ac_check_lib_save_LIBS
9355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9356 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9357 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9358 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9363 rm -f core conftest.err conftest.
$ac_objext \
9364 conftest
$ac_exeext conftest.
$ac_ext
9365 LIBS
="$ac_xsave_LIBS"
9367 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9368 # to get the SysV transport functions.
9369 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9371 # The nsl library prevents programs from opening the X display
9372 # on Irix 5.2, according to T.E. Dickey.
9373 # The functions gethostbyname, getservbyname, and inet_addr are
9374 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9375 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9376 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9380 if test $ac_cv_func_gethostbyname = no
; then
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9382 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9383 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9384 $as_echo_n "(cached) " >&6
9386 ac_check_lib_save_LIBS
=$LIBS
9388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9389 /* end confdefs.h. */
9391 /* Override any GCC internal prototype to avoid an error.
9392 Use char because int might match the return type of a GCC
9393 builtin and then its argument prototype would still apply. */
9397 char gethostbyname ();
9401 return gethostbyname ();
9406 if ac_fn_c_try_link
"$LINENO"; then :
9407 ac_cv_lib_nsl_gethostbyname
=yes
9409 ac_cv_lib_nsl_gethostbyname
=no
9411 rm -f core conftest.err conftest.
$ac_objext \
9412 conftest
$ac_exeext conftest.
$ac_ext
9413 LIBS
=$ac_check_lib_save_LIBS
9415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9416 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9417 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9418 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9421 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9423 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9424 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9425 $as_echo_n "(cached) " >&6
9427 ac_check_lib_save_LIBS
=$LIBS
9429 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9430 /* end confdefs.h. */
9432 /* Override any GCC internal prototype to avoid an error.
9433 Use char because int might match the return type of a GCC
9434 builtin and then its argument prototype would still apply. */
9438 char gethostbyname ();
9442 return gethostbyname ();
9447 if ac_fn_c_try_link
"$LINENO"; then :
9448 ac_cv_lib_bsd_gethostbyname
=yes
9450 ac_cv_lib_bsd_gethostbyname
=no
9452 rm -f core conftest.err conftest.
$ac_objext \
9453 conftest
$ac_exeext conftest.
$ac_ext
9454 LIBS
=$ac_check_lib_save_LIBS
9456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9457 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9458 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9459 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9465 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9466 # socket/setsockopt and other routines are undefined under SCO ODT
9467 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9468 # on later versions), says Simon Leinen: it contains gethostby*
9469 # variants that don't use the name server (or something). -lsocket
9470 # must be given before -lnsl if both are needed. We assume that
9471 # if connect needs -lnsl, so does gethostbyname.
9472 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9473 if test "x$ac_cv_func_connect" = xyes
; then :
9477 if test $ac_cv_func_connect = no
; then
9478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9479 $as_echo_n "checking for connect in -lsocket... " >&6; }
9480 if ${ac_cv_lib_socket_connect+:} false
; then :
9481 $as_echo_n "(cached) " >&6
9483 ac_check_lib_save_LIBS
=$LIBS
9484 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9486 /* end confdefs.h. */
9488 /* Override any GCC internal prototype to avoid an error.
9489 Use char because int might match the return type of a GCC
9490 builtin and then its argument prototype would still apply. */
9503 if ac_fn_c_try_link
"$LINENO"; then :
9504 ac_cv_lib_socket_connect
=yes
9506 ac_cv_lib_socket_connect
=no
9508 rm -f core conftest.err conftest.
$ac_objext \
9509 conftest
$ac_exeext conftest.
$ac_ext
9510 LIBS
=$ac_check_lib_save_LIBS
9512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9513 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9514 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9515 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9520 # Guillermo Gomez says -lposix is necessary on A/UX.
9521 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9522 if test "x$ac_cv_func_remove" = xyes
; then :
9526 if test $ac_cv_func_remove = no
; then
9527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9528 $as_echo_n "checking for remove in -lposix... " >&6; }
9529 if ${ac_cv_lib_posix_remove+:} false
; then :
9530 $as_echo_n "(cached) " >&6
9532 ac_check_lib_save_LIBS
=$LIBS
9533 LIBS
="-lposix $LIBS"
9534 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9535 /* end confdefs.h. */
9537 /* Override any GCC internal prototype to avoid an error.
9538 Use char because int might match the return type of a GCC
9539 builtin and then its argument prototype would still apply. */
9552 if ac_fn_c_try_link
"$LINENO"; then :
9553 ac_cv_lib_posix_remove
=yes
9555 ac_cv_lib_posix_remove
=no
9557 rm -f core conftest.err conftest.
$ac_objext \
9558 conftest
$ac_exeext conftest.
$ac_ext
9559 LIBS
=$ac_check_lib_save_LIBS
9561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9562 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9563 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9564 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9569 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9570 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9571 if test "x$ac_cv_func_shmat" = xyes
; then :
9575 if test $ac_cv_func_shmat = no
; then
9576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9577 $as_echo_n "checking for shmat in -lipc... " >&6; }
9578 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9579 $as_echo_n "(cached) " >&6
9581 ac_check_lib_save_LIBS
=$LIBS
9583 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9584 /* end confdefs.h. */
9586 /* Override any GCC internal prototype to avoid an error.
9587 Use char because int might match the return type of a GCC
9588 builtin and then its argument prototype would still apply. */
9601 if ac_fn_c_try_link
"$LINENO"; then :
9602 ac_cv_lib_ipc_shmat
=yes
9604 ac_cv_lib_ipc_shmat
=no
9606 rm -f core conftest.err conftest.
$ac_objext \
9607 conftest
$ac_exeext conftest.
$ac_ext
9608 LIBS
=$ac_check_lib_save_LIBS
9610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9611 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9612 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9613 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9619 # Check for libraries that X11R6 Xt/Xaw programs need.
9620 ac_save_LDFLAGS
=$LDFLAGS
9621 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9622 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9623 # check for ICE first), but we must link in the order -lSM -lICE or
9624 # we get undefined symbols. So assume we have SM if we have ICE.
9625 # These have to be linked with before -lX11, unlike the other
9626 # libraries we check for below, so use a different variable.
9627 # John Interrante, Karl Berry
9628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9629 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9630 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9631 $as_echo_n "(cached) " >&6
9633 ac_check_lib_save_LIBS
=$LIBS
9634 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9635 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9636 /* end confdefs.h. */
9638 /* Override any GCC internal prototype to avoid an error.
9639 Use char because int might match the return type of a GCC
9640 builtin and then its argument prototype would still apply. */
9644 char IceConnectionNumber ();
9648 return IceConnectionNumber ();
9653 if ac_fn_c_try_link
"$LINENO"; then :
9654 ac_cv_lib_ICE_IceConnectionNumber
=yes
9656 ac_cv_lib_ICE_IceConnectionNumber
=no
9658 rm -f core conftest.err conftest.
$ac_objext \
9659 conftest
$ac_exeext conftest.
$ac_ext
9660 LIBS
=$ac_check_lib_save_LIBS
9662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9663 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9664 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9665 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9668 LDFLAGS
=$ac_save_LDFLAGS
9673 if test "$have_x" = "yes"
9675 ac_save_CPPFLAGS
="$CPPFLAGS"
9676 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9679 $as_echo_n "checking for -lX11... " >&6; }
9680 if ${ac_cv_lib_soname_X11+:} false
; then :
9681 $as_echo_n "(cached) " >&6
9683 ac_check_soname_save_LIBS
=$LIBS
9684 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9685 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9686 /* end confdefs.h. */
9688 /* Override any GCC internal prototype to avoid an error.
9689 Use char because int might match the return type of a GCC
9690 builtin and then its argument prototype would still apply. */
9694 char XCreateWindow ();
9698 return XCreateWindow ();
9703 if ac_fn_c_try_link
"$LINENO"; then :
9705 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9706 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'` ;;
9707 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9708 if ${ac_cv_lib_soname_X11:+false} :; then :
9709 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9713 rm -f core conftest.err conftest.
$ac_objext \
9714 conftest
$ac_exeext conftest.
$ac_ext
9715 LIBS
=$ac_check_soname_save_LIBS
9717 if ${ac_cv_lib_soname_X11:+false} :; then :
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9719 $as_echo "not found" >&6; }
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9723 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9725 cat >>confdefs.h
<<_ACEOF
9726 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9732 $as_echo_n "checking for -lXext... " >&6; }
9733 if ${ac_cv_lib_soname_Xext+:} false
; then :
9734 $as_echo_n "(cached) " >&6
9736 ac_check_soname_save_LIBS
=$LIBS
9737 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9739 /* end confdefs.h. */
9741 /* Override any GCC internal prototype to avoid an error.
9742 Use char because int might match the return type of a GCC
9743 builtin and then its argument prototype would still apply. */
9747 char XextCreateExtension ();
9751 return XextCreateExtension ();
9756 if ac_fn_c_try_link
"$LINENO"; then :
9758 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9759 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'` ;;
9760 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9761 if ${ac_cv_lib_soname_Xext:+false} :; then :
9762 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9766 rm -f core conftest.err conftest.
$ac_objext \
9767 conftest
$ac_exeext conftest.
$ac_ext
9768 LIBS
=$ac_check_soname_save_LIBS
9770 if ${ac_cv_lib_soname_Xext:+false} :; then :
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9772 $as_echo "not found" >&6; }
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9776 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9778 cat >>confdefs.h
<<_ACEOF
9779 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9782 X_LIBS
="$X_LIBS -lXext"
9784 X_LIBS
="$X_LIBS -lX11"
9786 for ac_header
in X11
/Xlib.h \
9789 X11
/Xcursor
/Xcursor.h \
9790 X11
/extensions
/shape.h \
9791 X11
/extensions
/XInput.h \
9792 X11
/extensions
/XInput2.h \
9793 X11
/extensions
/XShm.h \
9794 X11
/extensions
/Xcomposite.h \
9795 X11
/extensions
/Xinerama.h \
9796 X11
/extensions
/Xrandr.h \
9797 X11
/extensions
/Xrender.h \
9798 X11
/extensions
/xf86vmode.h \
9799 X11
/extensions
/xf86vmproto.h
9801 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9802 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9803 # include <X11/Xlib.h>
9805 #ifdef HAVE_X11_XUTIL_H
9806 # include <X11/Xutil.h>
9809 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9810 cat >>confdefs.h
<<_ACEOF
9811 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9819 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9822 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9823 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9824 $as_echo_n "(cached) " >&6
9826 ac_check_lib_save_LIBS
=$LIBS
9827 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9828 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9829 /* end confdefs.h. */
9831 /* Override any GCC internal prototype to avoid an error.
9832 Use char because int might match the return type of a GCC
9833 builtin and then its argument prototype would still apply. */
9837 char XkbQueryExtension ();
9841 return XkbQueryExtension ();
9846 if ac_fn_c_try_link
"$LINENO"; then :
9847 ac_cv_lib_X11_XkbQueryExtension
=yes
9849 ac_cv_lib_X11_XkbQueryExtension
=no
9851 rm -f core conftest.err conftest.
$ac_objext \
9852 conftest
$ac_exeext conftest.
$ac_ext
9853 LIBS
=$ac_check_lib_save_LIBS
9855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9856 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9857 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9859 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9865 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9868 $as_echo_n "checking for -lXcursor... " >&6; }
9869 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9870 $as_echo_n "(cached) " >&6
9872 ac_check_soname_save_LIBS
=$LIBS
9873 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9875 /* end confdefs.h. */
9877 /* Override any GCC internal prototype to avoid an error.
9878 Use char because int might match the return type of a GCC
9879 builtin and then its argument prototype would still apply. */
9883 char XcursorImageLoadCursor ();
9887 return XcursorImageLoadCursor ();
9892 if ac_fn_c_try_link
"$LINENO"; then :
9894 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9895 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'` ;;
9896 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9897 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9898 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9902 rm -f core conftest.err conftest.
$ac_objext \
9903 conftest
$ac_exeext conftest.
$ac_ext
9904 LIBS
=$ac_check_soname_save_LIBS
9906 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9908 $as_echo "not found" >&6; }
9911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9912 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9914 cat >>confdefs.h
<<_ACEOF
9915 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9921 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9922 case "x$with_xcursor" in
9923 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9925 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9926 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9930 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9933 $as_echo_n "checking for -lXi... " >&6; }
9934 if ${ac_cv_lib_soname_Xi+:} false
; then :
9935 $as_echo_n "(cached) " >&6
9937 ac_check_soname_save_LIBS
=$LIBS
9938 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9939 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9940 /* end confdefs.h. */
9942 /* Override any GCC internal prototype to avoid an error.
9943 Use char because int might match the return type of a GCC
9944 builtin and then its argument prototype would still apply. */
9948 char XOpenDevice ();
9952 return XOpenDevice ();
9957 if ac_fn_c_try_link
"$LINENO"; then :
9959 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9960 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'` ;;
9961 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9962 if ${ac_cv_lib_soname_Xi:+false} :; then :
9963 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9967 rm -f core conftest.err conftest.
$ac_objext \
9968 conftest
$ac_exeext conftest.
$ac_ext
9969 LIBS
=$ac_check_soname_save_LIBS
9971 if ${ac_cv_lib_soname_Xi:+false} :; then :
9972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9973 $as_echo "not found" >&6; }
9976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9977 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9979 cat >>confdefs.h
<<_ACEOF
9980 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9986 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9987 case "x$with_xinput" in
9988 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9990 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9991 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9995 if test "x$ac_cv_lib_soname_Xi" != x
9997 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9998 case "x$with_xinput2" in
9999 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10001 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10002 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10007 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10010 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10011 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10012 $as_echo_n "(cached) " >&6
10014 ac_check_lib_save_LIBS
=$LIBS
10015 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10017 /* end confdefs.h. */
10019 /* Override any GCC internal prototype to avoid an error.
10020 Use char because int might match the return type of a GCC
10021 builtin and then its argument prototype would still apply. */
10025 char XShmQueryExtension ();
10029 return XShmQueryExtension ();
10034 if ac_fn_c_try_link
"$LINENO"; then :
10035 ac_cv_lib_Xext_XShmQueryExtension
=yes
10037 ac_cv_lib_Xext_XShmQueryExtension
=no
10039 rm -f core conftest.err conftest.
$ac_objext \
10040 conftest
$ac_exeext conftest.
$ac_ext
10041 LIBS
=$ac_check_lib_save_LIBS
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10044 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10045 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10047 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10052 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10053 case "x$with_xshm" in
10054 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10056 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10057 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10061 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10064 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10065 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10066 $as_echo_n "(cached) " >&6
10068 ac_check_lib_save_LIBS
=$LIBS
10069 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10070 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10071 /* end confdefs.h. */
10073 /* Override any GCC internal prototype to avoid an error.
10074 Use char because int might match the return type of a GCC
10075 builtin and then its argument prototype would still apply. */
10079 char XShapeQueryExtension ();
10083 return XShapeQueryExtension ();
10088 if ac_fn_c_try_link
"$LINENO"; then :
10089 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10091 ac_cv_lib_Xext_XShapeQueryExtension
=no
10093 rm -f core conftest.err conftest.
$ac_objext \
10094 conftest
$ac_exeext conftest.
$ac_ext
10095 LIBS
=$ac_check_lib_save_LIBS
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10098 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10099 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10101 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10106 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10107 case "x$with_xshape" in
10108 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10110 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10111 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10115 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10118 $as_echo_n "checking for -lXxf86vm... " >&6; }
10119 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10120 $as_echo_n "(cached) " >&6
10122 ac_check_soname_save_LIBS
=$LIBS
10123 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10124 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10125 /* end confdefs.h. */
10127 /* Override any GCC internal prototype to avoid an error.
10128 Use char because int might match the return type of a GCC
10129 builtin and then its argument prototype would still apply. */
10133 char XF86VidModeQueryExtension ();
10137 return XF86VidModeQueryExtension ();
10142 if ac_fn_c_try_link
"$LINENO"; then :
10144 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10145 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'` ;;
10146 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10147 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10148 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10152 rm -f core conftest.err conftest.
$ac_objext \
10153 conftest
$ac_exeext conftest.
$ac_ext
10154 LIBS
=$ac_check_soname_save_LIBS
10156 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10158 $as_echo "not found" >&6; }
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10162 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10164 cat >>confdefs.h
<<_ACEOF
10165 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10171 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10172 case "x$with_xxf86vm" in
10173 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10175 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10176 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10180 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10183 $as_echo_n "checking for -lXrender... " >&6; }
10184 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10185 $as_echo_n "(cached) " >&6
10187 ac_check_soname_save_LIBS
=$LIBS
10188 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10190 /* end confdefs.h. */
10192 /* Override any GCC internal prototype to avoid an error.
10193 Use char because int might match the return type of a GCC
10194 builtin and then its argument prototype would still apply. */
10198 char XRenderQueryExtension ();
10202 return XRenderQueryExtension ();
10207 if ac_fn_c_try_link
"$LINENO"; then :
10209 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10210 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'` ;;
10211 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10212 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10213 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10217 rm -f core conftest.err conftest.
$ac_objext \
10218 conftest
$ac_exeext conftest.
$ac_ext
10219 LIBS
=$ac_check_soname_save_LIBS
10221 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10223 $as_echo "not found" >&6; }
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10227 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10229 cat >>confdefs.h
<<_ACEOF
10230 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10234 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10235 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10236 $as_echo_n "(cached) " >&6
10238 ac_check_lib_save_LIBS
=$LIBS
10239 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10240 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10241 /* end confdefs.h. */
10243 /* Override any GCC internal prototype to avoid an error.
10244 Use char because int might match the return type of a GCC
10245 builtin and then its argument prototype would still apply. */
10249 char XRenderSetPictureTransform ();
10253 return XRenderSetPictureTransform ();
10258 if ac_fn_c_try_link
"$LINENO"; then :
10259 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10261 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10263 rm -f core conftest.err conftest.
$ac_objext \
10264 conftest
$ac_exeext conftest.
$ac_ext
10265 LIBS
=$ac_check_lib_save_LIBS
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10268 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10269 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10271 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10276 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10277 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10278 $as_echo_n "(cached) " >&6
10280 ac_check_lib_save_LIBS
=$LIBS
10281 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10282 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10283 /* end confdefs.h. */
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10291 char XRenderCreateLinearGradient ();
10295 return XRenderCreateLinearGradient ();
10300 if ac_fn_c_try_link
"$LINENO"; then :
10301 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10303 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10305 rm -f core conftest.err conftest.
$ac_objext \
10306 conftest
$ac_exeext conftest.
$ac_ext
10307 LIBS
=$ac_check_lib_save_LIBS
10309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10310 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10311 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10313 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10320 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10321 case "x$with_xrender" in
10322 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10324 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10325 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10329 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10332 /* end confdefs.h. */
10333 #include <X11/Xlib.h>
10334 #include <X11/extensions/Xrandr.h>
10338 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10343 if ac_fn_c_try_compile
"$LINENO"; then :
10344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10345 $as_echo_n "checking for -lXrandr... " >&6; }
10346 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10347 $as_echo_n "(cached) " >&6
10349 ac_check_soname_save_LIBS
=$LIBS
10350 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10352 /* end confdefs.h. */
10354 /* Override any GCC internal prototype to avoid an error.
10355 Use char because int might match the return type of a GCC
10356 builtin and then its argument prototype would still apply. */
10360 char XRRQueryExtension ();
10364 return XRRQueryExtension ();
10369 if ac_fn_c_try_link
"$LINENO"; then :
10371 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10372 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'` ;;
10373 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10374 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10375 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10379 rm -f core conftest.err conftest.
$ac_objext \
10380 conftest
$ac_exeext conftest.
$ac_ext
10381 LIBS
=$ac_check_soname_save_LIBS
10383 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10385 $as_echo "not found" >&6; }
10388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10389 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10391 cat >>confdefs.h
<<_ACEOF
10392 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10396 /* end confdefs.h. */
10397 #include <X11/Xlib.h>
10398 #include <X11/extensions/Xrandr.h>
10402 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10407 if ac_fn_c_try_compile
"$LINENO"; then :
10409 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10412 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10415 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10417 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10418 case "x$with_xrandr" in
10419 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10421 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10422 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10426 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10428 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10429 /* end confdefs.h. */
10430 #include <X11/Xlib.h>
10431 #include <X11/extensions/Xinerama.h>
10435 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10440 if ac_fn_c_try_compile
"$LINENO"; then :
10441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10442 $as_echo_n "checking for -lXinerama... " >&6; }
10443 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10444 $as_echo_n "(cached) " >&6
10446 ac_check_soname_save_LIBS
=$LIBS
10447 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10449 /* end confdefs.h. */
10451 /* Override any GCC internal prototype to avoid an error.
10452 Use char because int might match the return type of a GCC
10453 builtin and then its argument prototype would still apply. */
10457 char XineramaQueryScreens ();
10461 return XineramaQueryScreens ();
10466 if ac_fn_c_try_link
"$LINENO"; then :
10468 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10469 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'` ;;
10470 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10471 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10472 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10476 rm -f core conftest.err conftest.
$ac_objext \
10477 conftest
$ac_exeext conftest.
$ac_ext
10478 LIBS
=$ac_check_soname_save_LIBS
10480 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10482 $as_echo "not found" >&6; }
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10486 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10488 cat >>confdefs.h
<<_ACEOF
10489 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10495 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10497 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10498 case "x$with_xinerama" in
10499 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10501 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10502 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10506 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10509 $as_echo_n "checking for -lXcomposite... " >&6; }
10510 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10511 $as_echo_n "(cached) " >&6
10513 ac_check_soname_save_LIBS
=$LIBS
10514 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10516 /* end confdefs.h. */
10518 /* Override any GCC internal prototype to avoid an error.
10519 Use char because int might match the return type of a GCC
10520 builtin and then its argument prototype would still apply. */
10524 char XCompositeRedirectWindow ();
10528 return XCompositeRedirectWindow ();
10533 if ac_fn_c_try_link
"$LINENO"; then :
10535 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10536 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'` ;;
10537 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10538 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10539 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10543 rm -f core conftest.err conftest.
$ac_objext \
10544 conftest
$ac_exeext conftest.
$ac_ext
10545 LIBS
=$ac_check_soname_save_LIBS
10547 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10549 $as_echo "not found" >&6; }
10552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10553 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10555 cat >>confdefs.h
<<_ACEOF
10556 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10562 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10563 case "x$with_xcomposite" in
10564 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10566 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10567 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10571 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10572 #include <X11/Xlib.h>
10575 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10577 cat >>confdefs.h
<<_ACEOF
10578 #define HAVE_XICCALLBACK_CALLBACK 1
10583 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10584 #include <X11/Xlib.h>
10587 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10589 cat >>confdefs.h
<<_ACEOF
10590 #define HAVE_XEVENT_XCOOKIE 1
10599 if test "x$with_opengl" != "xno"
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10602 $as_echo_n "checking for -lGL... " >&6; }
10603 if ${ac_cv_lib_soname_GL+:} false
; then :
10604 $as_echo_n "(cached) " >&6
10606 ac_check_soname_save_LIBS
=$LIBS
10607 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10609 /* end confdefs.h. */
10611 /* Override any GCC internal prototype to avoid an error.
10612 Use char because int might match the return type of a GCC
10613 builtin and then its argument prototype would still apply. */
10617 char glXCreateContext ();
10621 return glXCreateContext ();
10626 if ac_fn_c_try_link
"$LINENO"; then :
10628 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10629 dylib
) ac_cv_lib_soname_GL
=`$OTOOL -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10630 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10631 if ${ac_cv_lib_soname_GL:+false} :; then :
10632 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10636 rm -f core conftest.err conftest.
$ac_objext \
10637 conftest
$ac_exeext conftest.
$ac_ext
10638 LIBS
=$ac_check_soname_save_LIBS
10640 if ${ac_cv_lib_soname_GL:+false} :; then :
10641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10642 $as_echo "not found" >&6; }
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10644 $as_echo_n "checking for -lGL... " >&6; }
10645 if ${ac_cv_lib_soname_GL+:} false
; then :
10646 $as_echo_n "(cached) " >&6
10648 ac_check_soname_save_LIBS
=$LIBS
10649 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"
10650 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10651 /* end confdefs.h. */
10653 /* Override any GCC internal prototype to avoid an error.
10654 Use char because int might match the return type of a GCC
10655 builtin and then its argument prototype would still apply. */
10659 char glXCreateContext ();
10663 return glXCreateContext ();
10668 if ac_fn_c_try_link
"$LINENO"; then :
10670 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10671 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'` ;;
10672 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10673 if ${ac_cv_lib_soname_GL:+false} :; then :
10674 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10678 rm -f core conftest.err conftest.
$ac_objext \
10679 conftest
$ac_exeext conftest.
$ac_ext
10680 LIBS
=$ac_check_soname_save_LIBS
10682 if ${ac_cv_lib_soname_GL:+false} :; then :
10683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10684 $as_echo "not found" >&6; }
10685 if test -f /usr
/X11R
6/lib
/libGL.a
10687 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10688 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10690 opengl_msg
="No OpenGL library found on this system."
10693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10694 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10696 cat >>confdefs.h
<<_ACEOF
10697 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10700 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"
10703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10704 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10706 cat >>confdefs.h
<<_ACEOF
10707 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10712 if test "x$with_glu" != "xno"
10714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10715 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10716 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10717 $as_echo_n "(cached) " >&6
10719 ac_check_lib_save_LIBS
=$LIBS
10720 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10721 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10722 /* end confdefs.h. */
10724 /* Override any GCC internal prototype to avoid an error.
10725 Use char because int might match the return type of a GCC
10726 builtin and then its argument prototype would still apply. */
10734 return gluLookAt ();
10739 if ac_fn_c_try_link
"$LINENO"; then :
10740 ac_cv_lib_GLU_gluLookAt
=yes
10742 ac_cv_lib_GLU_gluLookAt
=no
10744 rm -f core conftest.err conftest.
$ac_objext \
10745 conftest
$ac_exeext conftest.
$ac_ext
10746 LIBS
=$ac_check_lib_save_LIBS
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10749 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10750 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10754 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10755 case "x$with_glu" in
10756 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10758 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10759 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10764 if test "x$with_osmesa" != "xno"
10766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10767 $as_echo_n "checking for -lOSMesa... " >&6; }
10768 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10769 $as_echo_n "(cached) " >&6
10771 ac_check_soname_save_LIBS
=$LIBS
10772 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10773 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10774 /* end confdefs.h. */
10776 /* Override any GCC internal prototype to avoid an error.
10777 Use char because int might match the return type of a GCC
10778 builtin and then its argument prototype would still apply. */
10791 if ac_fn_c_try_link
"$LINENO"; then :
10793 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10794 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'` ;;
10795 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10796 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10797 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10801 rm -f core conftest.err conftest.
$ac_objext \
10802 conftest
$ac_exeext conftest.
$ac_ext
10803 LIBS
=$ac_check_soname_save_LIBS
10805 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10807 $as_echo "not found" >&6; }
10810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10811 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10813 cat >>confdefs.h
<<_ACEOF
10814 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10819 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10820 case "x$with_osmesa" in
10821 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10823 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10824 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10829 if test -n "$opengl_msg"; then :
10830 case "x$with_opengl" in
10831 x
) as_fn_append wine_warnings
"|$opengl_msg
10832 OpenGL and Direct3D won't be supported." ;;
10834 *) as_fn_error $?
"$opengl_msg
10835 OpenGL and Direct3D won't be supported.
10836 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10840 CPPFLAGS
="$ac_save_CPPFLAGS"
10844 enable_winex11_drv
=${enable_winex11_drv:-no}
10846 if test "x$X_LIBS" = "x"; then :
10849 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10850 without X support, which probably isn't what you want. You will need
10851 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10852 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10856 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10858 if test "$ac_cv_header_CL_cl_h" = "yes"
10860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10861 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10862 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10863 $as_echo_n "(cached) " >&6
10865 ac_check_lib_save_LIBS
=$LIBS
10866 LIBS
="-lOpenCL $LIBS"
10867 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10868 /* end confdefs.h. */
10870 /* Override any GCC internal prototype to avoid an error.
10871 Use char because int might match the return type of a GCC
10872 builtin and then its argument prototype would still apply. */
10876 char clGetPlatformInfo ();
10880 return clGetPlatformInfo ();
10885 if ac_fn_c_try_link
"$LINENO"; then :
10886 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10888 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10890 rm -f core conftest.err conftest.
$ac_objext \
10891 conftest
$ac_exeext conftest.
$ac_ext
10892 LIBS
=$ac_check_lib_save_LIBS
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10895 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10896 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10897 OPENCL_LIBS
="-lOpenCL"
10902 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10903 case "x$with_opencl" in
10904 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10906 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10907 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10910 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10912 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10915 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10916 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10917 $as_echo_n "(cached) " >&6
10919 ac_check_lib_save_LIBS
=$LIBS
10920 LIBS
="-lpcap $LIBS"
10921 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10922 /* end confdefs.h. */
10924 /* Override any GCC internal prototype to avoid an error.
10925 Use char because int might match the return type of a GCC
10926 builtin and then its argument prototype would still apply. */
10930 char pcap_create ();
10934 return pcap_create ();
10939 if ac_fn_c_try_link
"$LINENO"; then :
10940 ac_cv_lib_pcap_pcap_create
=yes
10942 ac_cv_lib_pcap_pcap_create
=no
10944 rm -f core conftest.err conftest.
$ac_objext \
10945 conftest
$ac_exeext conftest.
$ac_ext
10946 LIBS
=$ac_check_lib_save_LIBS
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10949 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10950 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10956 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10957 case "x$with_pcap" in
10958 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10960 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10961 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10964 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10967 if test "x$with_xml" != "xno"
10969 if ${XML2_CFLAGS:+false} :; then :
10970 if ${PKG_CONFIG+:} false
; then :
10971 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10974 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10975 if ${XML2_LIBS:+false} :; then :
10976 if ${PKG_CONFIG+:} false
; then :
10977 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10980 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10981 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10982 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10983 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10984 ac_save_CPPFLAGS
=$CPPFLAGS
10985 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10986 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10988 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10989 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10990 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10991 cat >>confdefs.h
<<_ACEOF
10992 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10999 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"
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11002 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11003 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11004 $as_echo_n "(cached) " >&6
11006 ac_check_lib_save_LIBS
=$LIBS
11007 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11008 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11009 /* end confdefs.h. */
11011 /* Override any GCC internal prototype to avoid an error.
11012 Use char because int might match the return type of a GCC
11013 builtin and then its argument prototype would still apply. */
11017 char xmlParseMemory ();
11021 return xmlParseMemory ();
11026 if ac_fn_c_try_link
"$LINENO"; then :
11027 ac_cv_lib_xml2_xmlParseMemory
=yes
11029 ac_cv_lib_xml2_xmlParseMemory
=no
11031 rm -f core conftest.err conftest.
$ac_objext \
11032 conftest
$ac_exeext conftest.
$ac_ext
11033 LIBS
=$ac_check_lib_save_LIBS
11035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11036 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11037 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11039 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11046 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11047 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11048 $as_echo_n "(cached) " >&6
11050 ac_check_lib_save_LIBS
=$LIBS
11051 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11053 /* end confdefs.h. */
11055 /* Override any GCC internal prototype to avoid an error.
11056 Use char because int might match the return type of a GCC
11057 builtin and then its argument prototype would still apply. */
11061 char xmlReadMemory ();
11065 return xmlReadMemory ();
11070 if ac_fn_c_try_link
"$LINENO"; then :
11071 ac_cv_lib_xml2_xmlReadMemory
=yes
11073 ac_cv_lib_xml2_xmlReadMemory
=no
11075 rm -f core conftest.err conftest.
$ac_objext \
11076 conftest
$ac_exeext conftest.
$ac_ext
11077 LIBS
=$ac_check_lib_save_LIBS
11079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11080 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11081 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11083 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11088 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11089 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11090 $as_echo_n "(cached) " >&6
11092 ac_check_lib_save_LIBS
=$LIBS
11093 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11095 /* end confdefs.h. */
11097 /* Override any GCC internal prototype to avoid an error.
11098 Use char because int might match the return type of a GCC
11099 builtin and then its argument prototype would still apply. */
11103 char xmlNewDocPI ();
11107 return xmlNewDocPI ();
11112 if ac_fn_c_try_link
"$LINENO"; then :
11113 ac_cv_lib_xml2_xmlNewDocPI
=yes
11115 ac_cv_lib_xml2_xmlNewDocPI
=no
11117 rm -f core conftest.err conftest.
$ac_objext \
11118 conftest
$ac_exeext conftest.
$ac_ext
11119 LIBS
=$ac_check_lib_save_LIBS
11121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11122 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11123 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11125 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11130 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11131 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11132 $as_echo_n "(cached) " >&6
11134 ac_check_lib_save_LIBS
=$LIBS
11135 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11136 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11137 /* end confdefs.h. */
11139 /* Override any GCC internal prototype to avoid an error.
11140 Use char because int might match the return type of a GCC
11141 builtin and then its argument prototype would still apply. */
11145 char xmlSchemaSetParserStructuredErrors ();
11149 return xmlSchemaSetParserStructuredErrors ();
11154 if ac_fn_c_try_link
"$LINENO"; then :
11155 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11157 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11159 rm -f core conftest.err conftest.
$ac_objext \
11160 conftest
$ac_exeext conftest.
$ac_ext
11161 LIBS
=$ac_check_lib_save_LIBS
11163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11164 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11165 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11167 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11172 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11173 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11174 $as_echo_n "(cached) " >&6
11176 ac_check_lib_save_LIBS
=$LIBS
11177 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11178 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11179 /* end confdefs.h. */
11181 /* Override any GCC internal prototype to avoid an error.
11182 Use char because int might match the return type of a GCC
11183 builtin and then its argument prototype would still apply. */
11187 char xmlSchemaSetValidStructuredErrors ();
11191 return xmlSchemaSetValidStructuredErrors ();
11196 if ac_fn_c_try_link
"$LINENO"; then :
11197 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11199 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11201 rm -f core conftest.err conftest.
$ac_objext \
11202 conftest
$ac_exeext conftest.
$ac_ext
11203 LIBS
=$ac_check_lib_save_LIBS
11205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11206 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11207 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11209 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11214 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11215 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11216 $as_echo_n "(cached) " >&6
11218 ac_check_lib_save_LIBS
=$LIBS
11219 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11220 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11221 /* end confdefs.h. */
11223 /* Override any GCC internal prototype to avoid an error.
11224 Use char because int might match the return type of a GCC
11225 builtin and then its argument prototype would still apply. */
11229 char xmlFirstElementChild ();
11233 return xmlFirstElementChild ();
11238 if ac_fn_c_try_link
"$LINENO"; then :
11239 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11241 ac_cv_lib_xml2_xmlFirstElementChild
=no
11243 rm -f core conftest.err conftest.
$ac_objext \
11244 conftest
$ac_exeext conftest.
$ac_ext
11245 LIBS
=$ac_check_lib_save_LIBS
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11248 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11249 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11251 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11255 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11257 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11259 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11267 CPPFLAGS
=$ac_save_CPPFLAGS
11268 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11269 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11272 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11273 case "x$with_xml" in
11274 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11276 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11277 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11281 if test "x$with_xslt" != "xno"
11283 if ${XSLT_CFLAGS:+false} :; then :
11284 if ${PKG_CONFIG+:} false
; then :
11285 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11288 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11289 if ${XSLT_LIBS:+false} :; then :
11290 if ${PKG_CONFIG+:} false
; then :
11291 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11294 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11295 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11296 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11297 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11298 ac_save_CPPFLAGS
=$CPPFLAGS
11299 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11300 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11302 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11303 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11304 # include <libxslt/pattern.h>
11307 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11308 cat >>confdefs.h
<<_ACEOF
11309 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11316 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11319 $as_echo_n "checking for -lxslt... " >&6; }
11320 if ${ac_cv_lib_soname_xslt+:} false
; then :
11321 $as_echo_n "(cached) " >&6
11323 ac_check_soname_save_LIBS
=$LIBS
11324 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11326 /* end confdefs.h. */
11328 /* Override any GCC internal prototype to avoid an error.
11329 Use char because int might match the return type of a GCC
11330 builtin and then its argument prototype would still apply. */
11334 char xsltCompilePattern ();
11338 return xsltCompilePattern ();
11343 if ac_fn_c_try_link
"$LINENO"; then :
11345 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11346 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'` ;;
11347 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11348 if ${ac_cv_lib_soname_xslt:+false} :; then :
11349 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11353 rm -f core conftest.err conftest.
$ac_objext \
11354 conftest
$ac_exeext conftest.
$ac_ext
11355 LIBS
=$ac_check_soname_save_LIBS
11357 if ${ac_cv_lib_soname_xslt:+false} :; then :
11358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11359 $as_echo "not found" >&6; }
11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11363 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11365 cat >>confdefs.h
<<_ACEOF
11366 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11374 CPPFLAGS
=$ac_save_CPPFLAGS
11375 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11376 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11379 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11380 case "x$with_xslt" in
11381 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11383 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11384 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11388 if test "x$with_dbus" != "xno"
11390 if ${DBUS_CFLAGS:+false} :; then :
11391 if ${PKG_CONFIG+:} false
; then :
11392 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11396 if ${DBUS_LIBS:+false} :; then :
11397 if ${PKG_CONFIG+:} false
; then :
11398 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11403 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11404 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11405 ac_save_CPPFLAGS
=$CPPFLAGS
11406 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11407 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11408 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11410 $as_echo_n "checking for -ldbus-1... " >&6; }
11411 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11412 $as_echo_n "(cached) " >&6
11414 ac_check_soname_save_LIBS
=$LIBS
11415 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11416 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11417 /* end confdefs.h. */
11419 /* Override any GCC internal prototype to avoid an error.
11420 Use char because int might match the return type of a GCC
11421 builtin and then its argument prototype would still apply. */
11425 char dbus_connection_close ();
11429 return dbus_connection_close ();
11434 if ac_fn_c_try_link
"$LINENO"; then :
11436 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11437 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'` ;;
11438 *) 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'`
11439 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11440 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11444 rm -f core conftest.err conftest.
$ac_objext \
11445 conftest
$ac_exeext conftest.
$ac_ext
11446 LIBS
=$ac_check_soname_save_LIBS
11448 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11450 $as_echo "not found" >&6; }
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11454 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11456 cat >>confdefs.h
<<_ACEOF
11457 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11467 CPPFLAGS
=$ac_save_CPPFLAGS
11468 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11469 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11472 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11473 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11474 case "x$with_dbus" in
11475 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11477 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11478 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11482 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11484 if ${HAL_CFLAGS:+false} :; then :
11485 if ${PKG_CONFIG+:} false
; then :
11486 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11490 if ${HAL_LIBS:+false} :; then :
11491 if ${PKG_CONFIG+:} false
; then :
11492 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11496 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11497 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11498 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11499 ac_save_CPPFLAGS
=$CPPFLAGS
11500 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11501 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11502 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11504 $as_echo_n "checking for -lhal... " >&6; }
11505 if ${ac_cv_lib_soname_hal+:} false
; then :
11506 $as_echo_n "(cached) " >&6
11508 ac_check_soname_save_LIBS
=$LIBS
11509 LIBS
="-lhal $HAL_LIBS $LIBS"
11510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11511 /* end confdefs.h. */
11513 /* Override any GCC internal prototype to avoid an error.
11514 Use char because int might match the return type of a GCC
11515 builtin and then its argument prototype would still apply. */
11519 char libhal_ctx_new ();
11523 return libhal_ctx_new ();
11528 if ac_fn_c_try_link
"$LINENO"; then :
11530 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11531 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'` ;;
11532 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11533 if ${ac_cv_lib_soname_hal:+false} :; then :
11534 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11538 rm -f core conftest.err conftest.
$ac_objext \
11539 conftest
$ac_exeext conftest.
$ac_ext
11540 LIBS
=$ac_check_soname_save_LIBS
11542 if ${ac_cv_lib_soname_hal:+false} :; then :
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11544 $as_echo "not found" >&6; }
11547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11548 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11550 cat >>confdefs.h
<<_ACEOF
11551 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11561 CPPFLAGS
=$ac_save_CPPFLAGS
11562 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11563 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11565 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11566 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11567 case "x$with_hal" in
11568 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11570 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11571 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11576 if test "x$with_gnutls" != "xno"
11578 if ${GNUTLS_CFLAGS:+false} :; then :
11579 if ${PKG_CONFIG+:} false
; then :
11580 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11584 if ${GNUTLS_LIBS:+false} :; then :
11585 if ${PKG_CONFIG+:} false
; then :
11586 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11591 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11592 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11593 ac_save_CPPFLAGS
=$CPPFLAGS
11594 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11595 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11596 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11597 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11598 /* end confdefs.h. */
11599 #include <gnutls/gnutls.h>
11600 #include <gnutls/crypto.h>
11604 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11609 if ac_fn_c_try_compile
"$LINENO"; then :
11610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11611 $as_echo_n "checking for -lgnutls... " >&6; }
11612 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11613 $as_echo_n "(cached) " >&6
11615 ac_check_soname_save_LIBS
=$LIBS
11616 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11617 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11618 /* end confdefs.h. */
11620 /* Override any GCC internal prototype to avoid an error.
11621 Use char because int might match the return type of a GCC
11622 builtin and then its argument prototype would still apply. */
11626 char gnutls_global_init ();
11630 return gnutls_global_init ();
11635 if ac_fn_c_try_link
"$LINENO"; then :
11637 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11638 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'` ;;
11639 *) 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'`
11640 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11641 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'`
11645 rm -f core conftest.err conftest.
$ac_objext \
11646 conftest
$ac_exeext conftest.
$ac_ext
11647 LIBS
=$ac_check_soname_save_LIBS
11649 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11651 $as_echo "not found" >&6; }
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11655 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11657 cat >>confdefs.h
<<_ACEOF
11658 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11664 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11670 CPPFLAGS
=$ac_save_CPPFLAGS
11671 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11672 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11675 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11676 case "x$with_gnutls" in
11677 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11679 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11680 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11685 if test "$ac_cv_header_ncurses_h" = "yes"
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11688 $as_echo_n "checking for -lncurses... " >&6; }
11689 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11690 $as_echo_n "(cached) " >&6
11692 ac_check_soname_save_LIBS
=$LIBS
11693 LIBS
="-lncurses $LIBS"
11694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11695 /* end confdefs.h. */
11697 /* Override any GCC internal prototype to avoid an error.
11698 Use char because int might match the return type of a GCC
11699 builtin and then its argument prototype would still apply. */
11712 if ac_fn_c_try_link
"$LINENO"; then :
11714 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11715 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'` ;;
11716 *) 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'`
11717 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11718 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11722 rm -f core conftest.err conftest.
$ac_objext \
11723 conftest
$ac_exeext conftest.
$ac_ext
11724 LIBS
=$ac_check_soname_save_LIBS
11726 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11728 $as_echo "not found" >&6; }
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11732 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11734 cat >>confdefs.h
<<_ACEOF
11735 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11738 CURSES_LIBS
="-lncurses"
11740 elif test "$ac_cv_header_curses_h" = "yes"
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11743 $as_echo_n "checking for -lcurses... " >&6; }
11744 if ${ac_cv_lib_soname_curses+:} false
; then :
11745 $as_echo_n "(cached) " >&6
11747 ac_check_soname_save_LIBS
=$LIBS
11748 LIBS
="-lcurses $LIBS"
11749 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11750 /* end confdefs.h. */
11752 /* Override any GCC internal prototype to avoid an error.
11753 Use char because int might match the return type of a GCC
11754 builtin and then its argument prototype would still apply. */
11767 if ac_fn_c_try_link
"$LINENO"; then :
11769 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11770 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'` ;;
11771 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11772 if ${ac_cv_lib_soname_curses:+false} :; then :
11773 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11777 rm -f core conftest.err conftest.
$ac_objext \
11778 conftest
$ac_exeext conftest.
$ac_ext
11779 LIBS
=$ac_check_soname_save_LIBS
11781 if ${ac_cv_lib_soname_curses:+false} :; then :
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11783 $as_echo "not found" >&6; }
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11787 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11789 cat >>confdefs.h
<<_ACEOF
11790 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11793 CURSES_LIBS
="-lcurses"
11796 ac_save_LIBS
="$LIBS"
11797 LIBS
="$LIBS $CURSES_LIBS"
11798 for ac_func
in mousemask
11800 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11801 if test "x$ac_cv_func_mousemask" = xyes
; then :
11802 cat >>confdefs.h
<<_ACEOF
11803 #define HAVE_MOUSEMASK 1
11809 LIBS
="$ac_save_LIBS"
11810 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11811 case "x$with_curses" in
11812 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11814 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11815 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11819 if test "x$with_sane" != "xno"
11821 if ${SANE_CFLAGS:+false} :; then :
11822 if ${PKG_CONFIG+:} false
; then :
11823 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11826 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11827 if ${SANE_LIBS:+false} :; then :
11828 if ${PKG_CONFIG+:} false
; then :
11829 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11832 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11834 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11835 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11836 ac_save_CPPFLAGS
=$CPPFLAGS
11837 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11838 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11839 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11841 $as_echo_n "checking for -lsane... " >&6; }
11842 if ${ac_cv_lib_soname_sane+:} false
; then :
11843 $as_echo_n "(cached) " >&6
11845 ac_check_soname_save_LIBS
=$LIBS
11846 LIBS
="-lsane $SANE_LIBS $LIBS"
11847 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11848 /* end confdefs.h. */
11850 /* Override any GCC internal prototype to avoid an error.
11851 Use char because int might match the return type of a GCC
11852 builtin and then its argument prototype would still apply. */
11860 return sane_init ();
11865 if ac_fn_c_try_link
"$LINENO"; then :
11867 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11868 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'` ;;
11869 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11870 if ${ac_cv_lib_soname_sane:+false} :; then :
11871 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11875 rm -f core conftest.err conftest.
$ac_objext \
11876 conftest
$ac_exeext conftest.
$ac_ext
11877 LIBS
=$ac_check_soname_save_LIBS
11879 if ${ac_cv_lib_soname_sane:+false} :; then :
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11881 $as_echo "not found" >&6; }
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11885 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11887 cat >>confdefs.h
<<_ACEOF
11888 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11898 CPPFLAGS
=$ac_save_CPPFLAGS
11899 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11900 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11903 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11904 case "x$with_sane" in
11905 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11907 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11908 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11912 if test "x$with_v4l" != "xno"
11914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11915 $as_echo_n "checking for -lv4l1... " >&6; }
11916 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11917 $as_echo_n "(cached) " >&6
11919 ac_check_soname_save_LIBS
=$LIBS
11920 LIBS
="-lv4l1 $LIBS"
11921 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11922 /* end confdefs.h. */
11924 /* Override any GCC internal prototype to avoid an error.
11925 Use char because int might match the return type of a GCC
11926 builtin and then its argument prototype would still apply. */
11934 return v4l1_open ();
11939 if ac_fn_c_try_link
"$LINENO"; then :
11941 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11942 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'` ;;
11943 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11944 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11945 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11949 rm -f core conftest.err conftest.
$ac_objext \
11950 conftest
$ac_exeext conftest.
$ac_ext
11951 LIBS
=$ac_check_soname_save_LIBS
11953 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11955 $as_echo "not found" >&6; }
11958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11959 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11961 cat >>confdefs.h
<<_ACEOF
11962 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11968 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11969 case "x$with_v4l" in
11970 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11972 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11973 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11977 if test "x$with_gphoto" != "xno"
11979 if ${GPHOTO2_CFLAGS:+false} :; then :
11980 if ${PKG_CONFIG+:} false
; then :
11981 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11984 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11985 if ${GPHOTO2_LIBS:+false} :; then :
11986 if ${PKG_CONFIG+:} false
; then :
11987 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11990 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11991 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11992 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11993 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11994 ac_save_CPPFLAGS
=$CPPFLAGS
11995 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11996 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11997 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11999 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
12000 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12001 $as_echo_n "(cached) " >&6
12003 ac_check_lib_save_LIBS
=$LIBS
12004 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12006 /* end confdefs.h. */
12008 /* Override any GCC internal prototype to avoid an error.
12009 Use char because int might match the return type of a GCC
12010 builtin and then its argument prototype would still apply. */
12014 char gp_camera_new ();
12018 return gp_camera_new ();
12023 if ac_fn_c_try_link
"$LINENO"; then :
12024 ac_cv_lib_gphoto2_gp_camera_new
=yes
12026 ac_cv_lib_gphoto2_gp_camera_new
=no
12028 rm -f core conftest.err conftest.
$ac_objext \
12029 conftest
$ac_exeext conftest.
$ac_ext
12030 LIBS
=$ac_check_lib_save_LIBS
12032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12033 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12034 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12036 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12039 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12043 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12047 CPPFLAGS
=$ac_save_CPPFLAGS
12048 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12049 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12051 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12052 if ${PKG_CONFIG+:} false
; then :
12053 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12056 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12057 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12058 if ${PKG_CONFIG+:} false
; then :
12059 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12062 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12063 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12064 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12065 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12066 ac_save_CPPFLAGS
=$CPPFLAGS
12067 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12068 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12069 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12071 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12072 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12073 $as_echo_n "(cached) " >&6
12075 ac_check_lib_save_LIBS
=$LIBS
12076 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12078 /* end confdefs.h. */
12080 /* Override any GCC internal prototype to avoid an error.
12081 Use char because int might match the return type of a GCC
12082 builtin and then its argument prototype would still apply. */
12086 char gp_port_info_list_new ();
12090 return gp_port_info_list_new ();
12095 if ac_fn_c_try_link
"$LINENO"; then :
12096 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12098 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12100 rm -f core conftest.err conftest.
$ac_objext \
12101 conftest
$ac_exeext conftest.
$ac_ext
12102 LIBS
=$ac_check_lib_save_LIBS
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12105 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12106 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12108 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12111 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12115 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12119 CPPFLAGS
=$ac_save_CPPFLAGS
12120 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12121 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12124 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12125 case "x$with_gphoto" in
12126 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12128 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12129 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12132 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12133 case "x$with_gphoto" in
12134 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12136 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12137 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12142 if test "$ac_cv_header_resolv_h" = "yes"
12144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12145 $as_echo_n "checking for resolver library... " >&6; }
12146 if ${ac_cv_have_resolv+:} false
; then :
12147 $as_echo_n "(cached) " >&6
12149 ac_save_LIBS
="$LIBS"
12150 for lib
in '' -lresolv
12152 LIBS
="$lib $ac_save_LIBS"
12153 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12154 /* end confdefs.h. */
12155 #ifdef HAVE_NETINET_IN_H
12156 #include <netinet/in.h>
12158 #include <resolv.h>
12162 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12167 if ac_fn_c_try_link
"$LINENO"; then :
12168 ac_cv_have_resolv
=${lib:-"none required"}
12170 ac_cv_have_resolv
="not found"
12172 rm -f core conftest.err conftest.
$ac_objext \
12173 conftest
$ac_exeext conftest.
$ac_ext
12174 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12176 LIBS
="$ac_save_LIBS"
12178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12179 $as_echo "$ac_cv_have_resolv" >&6; }
12181 case "$ac_cv_have_resolv" in
12185 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12188 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12190 RESOLV_LIBS
=$ac_cv_have_resolv
12195 if test "x$with_cms" != "xno"
12197 if ${LCMS2_CFLAGS:+false} :; then :
12198 if ${PKG_CONFIG+:} false
; then :
12199 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12203 if ${LCMS2_LIBS:+false} :; then :
12204 if ${PKG_CONFIG+:} false
; then :
12205 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12209 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12210 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12211 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12212 ac_save_CPPFLAGS
=$CPPFLAGS
12213 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12214 for ac_header
in lcms2.h
12216 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12217 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12218 cat >>confdefs.h
<<_ACEOF
12219 #define HAVE_LCMS2_H 1
12226 if test "$ac_cv_header_lcms2_h" = "yes"
12228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12229 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12230 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12231 $as_echo_n "(cached) " >&6
12233 ac_check_lib_save_LIBS
=$LIBS
12234 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12236 /* end confdefs.h. */
12238 /* Override any GCC internal prototype to avoid an error.
12239 Use char because int might match the return type of a GCC
12240 builtin and then its argument prototype would still apply. */
12244 char cmsOpenProfileFromFile ();
12248 return cmsOpenProfileFromFile ();
12253 if ac_fn_c_try_link
"$LINENO"; then :
12254 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12256 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12258 rm -f core conftest.err conftest.
$ac_objext \
12259 conftest
$ac_exeext conftest.
$ac_ext
12260 LIBS
=$ac_check_lib_save_LIBS
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12263 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12264 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12266 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12276 CPPFLAGS
=$ac_save_CPPFLAGS
12277 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12278 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12281 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12282 case "x$with_cms" in
12283 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12285 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12286 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12290 if test "x$with_freetype" != "xno"
12292 if ${FREETYPE_CFLAGS:+false} :; then :
12293 if ${PKG_CONFIG+:} false
; then :
12294 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12297 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12298 if ${FREETYPE_LIBS:+false} :; then :
12299 if ${PKG_CONFIG+:} false
; then :
12300 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12303 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12304 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12305 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12306 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12307 ac_save_CPPFLAGS
=$CPPFLAGS
12308 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12309 for ac_header
in ft2build.h
12311 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12312 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12313 cat >>confdefs.h
<<_ACEOF
12314 #define HAVE_FT2BUILD_H 1
12321 if test "$ac_cv_header_ft2build_h" = "yes"
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12324 $as_echo_n "checking for -lfreetype... " >&6; }
12325 if ${ac_cv_lib_soname_freetype+:} false
; then :
12326 $as_echo_n "(cached) " >&6
12328 ac_check_soname_save_LIBS
=$LIBS
12329 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12331 /* end confdefs.h. */
12333 /* Override any GCC internal prototype to avoid an error.
12334 Use char because int might match the return type of a GCC
12335 builtin and then its argument prototype would still apply. */
12339 char FT_Init_FreeType ();
12343 return FT_Init_FreeType ();
12348 if ac_fn_c_try_link
"$LINENO"; then :
12350 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12351 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'` ;;
12352 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12353 if ${ac_cv_lib_soname_freetype:+false} :; then :
12354 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12358 rm -f core conftest.err conftest.
$ac_objext \
12359 conftest
$ac_exeext conftest.
$ac_ext
12360 LIBS
=$ac_check_soname_save_LIBS
12362 if ${ac_cv_lib_soname_freetype:+false} :; then :
12363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12364 $as_echo "not found" >&6; }
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12368 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12370 cat >>confdefs.h
<<_ACEOF
12371 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12375 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12377 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12378 #include FT_MODULE_H
12380 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12382 cat >>confdefs.h
<<_ACEOF
12383 #define HAVE_FT_TRUETYPEENGINETYPE 1
12394 CPPFLAGS
=$ac_save_CPPFLAGS
12395 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12396 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12399 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12400 case "x$with_freetype" in
12402 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12403 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12406 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12409 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12410 if ${ac_cv_c_ppdev+:} false
; then :
12411 $as_echo_n "(cached) " >&6
12413 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12414 /* end confdefs.h. */
12415 #ifdef HAVE_SYS_IOCTL_H
12416 # include <sys/ioctl.h>
12418 #include <linux/ppdev.h>
12422 ioctl (1,PPCLAIM,0)
12427 if ac_fn_c_try_compile
"$LINENO"; then :
12428 ac_cv_c_ppdev
="yes"
12432 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12435 $as_echo "$ac_cv_c_ppdev" >&6; }
12436 if test "$ac_cv_c_ppdev" = "yes"
12439 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12443 ac_wine_check_funcs_save_LIBS
="$LIBS"
12444 LIBS
="$LIBS $PTHREAD_LIBS"
12446 pthread_attr_get_np \
12447 pthread_getattr_np \
12448 pthread_getthreadid_np \
12449 pthread_get_stackaddr_np \
12450 pthread_get_stacksize_np
12452 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12453 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12454 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12455 cat >>confdefs.h
<<_ACEOF
12456 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12462 LIBS
="$ac_wine_check_funcs_save_LIBS"
12464 if test "$ac_cv_header_zlib_h" = "yes"
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12467 $as_echo_n "checking for inflate in -lz... " >&6; }
12468 if ${ac_cv_lib_z_inflate+:} false
; then :
12469 $as_echo_n "(cached) " >&6
12471 ac_check_lib_save_LIBS
=$LIBS
12473 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12474 /* end confdefs.h. */
12476 /* Override any GCC internal prototype to avoid an error.
12477 Use char because int might match the return type of a GCC
12478 builtin and then its argument prototype would still apply. */
12491 if ac_fn_c_try_link
"$LINENO"; then :
12492 ac_cv_lib_z_inflate
=yes
12494 ac_cv_lib_z_inflate
=no
12496 rm -f core conftest.err conftest.
$ac_objext \
12497 conftest
$ac_exeext conftest.
$ac_ext
12498 LIBS
=$ac_check_lib_save_LIBS
12500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12501 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12502 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12504 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12511 if test "x$Z_LIBS" = "x"; then :
12512 case "x$with_zlib" in
12513 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12515 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12516 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12520 if test "x$enable_tools" != xno
12522 if test "$ac_cv_header_gettext_po_h" = "yes"
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12525 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12526 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12527 $as_echo_n "(cached) " >&6
12529 ac_check_lib_save_LIBS
=$LIBS
12530 LIBS
="-lgettextpo $LIBS"
12531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12532 /* end confdefs.h. */
12534 /* Override any GCC internal prototype to avoid an error.
12535 Use char because int might match the return type of a GCC
12536 builtin and then its argument prototype would still apply. */
12540 char po_message_msgctxt ();
12544 return po_message_msgctxt ();
12549 if ac_fn_c_try_link
"$LINENO"; then :
12550 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12552 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12554 rm -f core conftest.err conftest.
$ac_objext \
12555 conftest
$ac_exeext conftest.
$ac_ext
12556 LIBS
=$ac_check_lib_save_LIBS
12558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12559 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12560 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12562 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12564 GETTEXTPO_LIBS
="-lgettextpo"
12569 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12570 case "x$with_gettextpo" in
12571 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12573 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12574 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12579 if test "x$with_gstreamer" != "xno"
12581 if ${GSTREAMER_CFLAGS:+false} :; then :
12582 if ${PKG_CONFIG+:} false
; then :
12583 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12587 if ${GSTREAMER_LIBS:+false} :; then :
12588 if ${PKG_CONFIG+:} false
; then :
12589 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12594 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12595 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12596 ac_save_CPPFLAGS
=$CPPFLAGS
12597 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12599 for i
in $GSTREAMER_CFLAGS
12602 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12605 GSTREAMER_CFLAGS
=$ac_gst_incl
12606 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12607 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12608 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12609 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12610 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12612 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12613 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12614 /* end confdefs.h. */
12615 #include <gst/app/gstappsink.h>
12619 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12624 if ac_fn_c_try_compile
"$LINENO"; then :
12625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12626 $as_echo "yes" >&6; }
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12628 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12629 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12630 $as_echo_n "(cached) " >&6
12632 ac_check_lib_save_LIBS
=$LIBS
12633 LIBS
="-lgstreamer-0.10 $LIBS"
12634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12635 /* end confdefs.h. */
12637 /* Override any GCC internal prototype to avoid an error.
12638 Use char because int might match the return type of a GCC
12639 builtin and then its argument prototype would still apply. */
12643 char gst_pad_get_caps_reffed ();
12647 return gst_pad_get_caps_reffed ();
12652 if ac_fn_c_try_link
"$LINENO"; then :
12653 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12655 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12657 rm -f core conftest.err conftest.
$ac_objext \
12658 conftest
$ac_exeext conftest.
$ac_ext
12659 LIBS
=$ac_check_lib_save_LIBS
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12662 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12663 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12665 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12666 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12667 $as_echo_n "(cached) " >&6
12669 ac_check_lib_save_LIBS
=$LIBS
12670 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12672 /* end confdefs.h. */
12674 /* Override any GCC internal prototype to avoid an error.
12675 Use char because int might match the return type of a GCC
12676 builtin and then its argument prototype would still apply. */
12680 char gst_app_buffer_new ();
12684 return gst_app_buffer_new ();
12689 if ac_fn_c_try_link
"$LINENO"; then :
12690 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12692 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12694 rm -f core conftest.err conftest.
$ac_objext \
12695 conftest
$ac_exeext conftest.
$ac_ext
12696 LIBS
=$ac_check_lib_save_LIBS
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12699 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12700 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12708 $as_echo "no" >&6; }
12710 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12715 GSTREAMER_CFLAGS
=""
12719 CPPFLAGS
=$ac_save_CPPFLAGS
12720 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12721 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12724 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12725 case "x$with_gstreamer" in
12726 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12728 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12729 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12732 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12736 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12739 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12740 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12741 $as_echo_n "(cached) " >&6
12743 ac_check_lib_save_LIBS
=$LIBS
12744 LIBS
="-lasound $LIBS"
12745 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12746 /* end confdefs.h. */
12748 /* Override any GCC internal prototype to avoid an error.
12749 Use char because int might match the return type of a GCC
12750 builtin and then its argument prototype would still apply. */
12754 char snd_pcm_hw_params_get_access_mask ();
12758 return snd_pcm_hw_params_get_access_mask ();
12763 if ac_fn_c_try_link
"$LINENO"; then :
12764 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12766 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12768 rm -f core conftest.err conftest.
$ac_objext \
12769 conftest
$ac_exeext conftest.
$ac_ext
12770 LIBS
=$ac_check_lib_save_LIBS
12772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12773 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12774 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12775 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12776 /* end confdefs.h. */
12777 #ifdef HAVE_ALSA_ASOUNDLIB_H
12778 #include <alsa/asoundlib.h>
12779 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12780 #include <sys/asoundlib.h>
12785 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12790 if ac_fn_c_try_compile
"$LINENO"; then :
12791 ALSA_LIBS
="-lasound"
12793 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12798 if test "x$with_oss" != xno
12800 ac_save_CPPFLAGS
="$CPPFLAGS"
12801 if test -f /etc
/oss.conf
12805 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12806 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12807 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12808 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12809 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12811 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12813 cat >>confdefs.h
<<_ACEOF
12814 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12817 OSS4_CFLAGS
="$ac_oss_incl"
12824 CPPFLAGS
="$ac_save_CPPFLAGS"
12825 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12827 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12831 if test "x$with_capi" != "xno"
12833 if ${CAPI20_CFLAGS:+false} :; then :
12834 if ${PKG_CONFIG+:} false
; then :
12835 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12839 if ${CAPI20_LIBS:+false} :; then :
12840 if ${PKG_CONFIG+:} false
; then :
12841 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12846 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12847 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12848 ac_save_CPPFLAGS
=$CPPFLAGS
12849 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12850 for ac_header
in capi20.h linux
/capi.h
12852 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12853 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12855 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12856 cat >>confdefs.h
<<_ACEOF
12857 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12864 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12867 $as_echo_n "checking for -lcapi20... " >&6; }
12868 if ${ac_cv_lib_soname_capi20+:} false
; then :
12869 $as_echo_n "(cached) " >&6
12871 ac_check_soname_save_LIBS
=$LIBS
12872 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12874 /* end confdefs.h. */
12876 /* Override any GCC internal prototype to avoid an error.
12877 Use char because int might match the return type of a GCC
12878 builtin and then its argument prototype would still apply. */
12882 char capi20_register ();
12886 return capi20_register ();
12891 if ac_fn_c_try_link
"$LINENO"; then :
12893 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12894 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'` ;;
12895 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12896 if ${ac_cv_lib_soname_capi20:+false} :; then :
12897 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12901 rm -f core conftest.err conftest.
$ac_objext \
12902 conftest
$ac_exeext conftest.
$ac_ext
12903 LIBS
=$ac_check_soname_save_LIBS
12905 if ${ac_cv_lib_soname_capi20:+false} :; then :
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12907 $as_echo "not found" >&6; }
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12911 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12913 cat >>confdefs.h
<<_ACEOF
12914 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12920 CPPFLAGS
=$ac_save_CPPFLAGS
12921 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12922 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12925 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12926 case "x$with_capi" in
12927 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12929 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12930 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12936 if test "x$with_cups" != "xno"
12938 ac_save_CPPFLAGS
="$CPPFLAGS"
12939 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12940 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12941 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12942 for ac_header
in cups
/cups.h
12944 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12945 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12946 cat >>confdefs.h
<<_ACEOF
12947 #define HAVE_CUPS_CUPS_H 1
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12950 $as_echo_n "checking for -lcups... " >&6; }
12951 if ${ac_cv_lib_soname_cups+:} false
; then :
12952 $as_echo_n "(cached) " >&6
12954 ac_check_soname_save_LIBS
=$LIBS
12955 LIBS
="-lcups $ac_cups_libs $LIBS"
12956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12957 /* end confdefs.h. */
12959 /* Override any GCC internal prototype to avoid an error.
12960 Use char because int might match the return type of a GCC
12961 builtin and then its argument prototype would still apply. */
12965 char cupsGetDefault ();
12969 return cupsGetDefault ();
12974 if ac_fn_c_try_link
"$LINENO"; then :
12976 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12977 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'` ;;
12978 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12979 if ${ac_cv_lib_soname_cups:+false} :; then :
12980 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12984 rm -f core conftest.err conftest.
$ac_objext \
12985 conftest
$ac_exeext conftest.
$ac_ext
12986 LIBS
=$ac_check_soname_save_LIBS
12988 if ${ac_cv_lib_soname_cups:+false} :; then :
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12990 $as_echo "not found" >&6; }
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12994 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12996 cat >>confdefs.h
<<_ACEOF
12997 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13000 CUPS_CFLAGS
="$ac_cups_cflags"
13006 CPPFLAGS
="$ac_save_CPPFLAGS"
13008 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13009 case "x$with_cups" in
13010 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13012 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13013 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13017 if test "x$with_fontconfig" != "xno"
13019 if ${FONTCONFIG_CFLAGS:+false} :; then :
13020 if ${PKG_CONFIG+:} false
; then :
13021 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13024 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13025 if ${FONTCONFIG_LIBS:+false} :; then :
13026 if ${PKG_CONFIG+:} false
; then :
13027 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13030 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13032 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13033 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13034 ac_save_CPPFLAGS
=$CPPFLAGS
13035 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13036 for ac_header
in fontconfig
/fontconfig.h
13038 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13039 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13040 cat >>confdefs.h
<<_ACEOF
13041 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13048 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13051 $as_echo_n "checking for -lfontconfig... " >&6; }
13052 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13053 $as_echo_n "(cached) " >&6
13055 ac_check_soname_save_LIBS
=$LIBS
13056 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13058 /* end confdefs.h. */
13060 /* Override any GCC internal prototype to avoid an error.
13061 Use char because int might match the return type of a GCC
13062 builtin and then its argument prototype would still apply. */
13075 if ac_fn_c_try_link
"$LINENO"; then :
13077 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13078 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'` ;;
13079 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13080 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13081 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13085 rm -f core conftest.err conftest.
$ac_objext \
13086 conftest
$ac_exeext conftest.
$ac_ext
13087 LIBS
=$ac_check_soname_save_LIBS
13089 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13091 $as_echo "not found" >&6; }
13092 FONTCONFIG_CFLAGS
=""
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13095 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13097 cat >>confdefs.h
<<_ACEOF
13098 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13104 FONTCONFIG_CFLAGS
=""
13106 CPPFLAGS
=$ac_save_CPPFLAGS
13107 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13108 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13111 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13112 case "x$with_fontconfig" in
13113 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13115 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13116 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13120 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13123 $as_echo_n "checking for -lgsm... " >&6; }
13124 if ${ac_cv_lib_soname_gsm+:} false
; then :
13125 $as_echo_n "(cached) " >&6
13127 ac_check_soname_save_LIBS
=$LIBS
13129 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13130 /* end confdefs.h. */
13132 /* Override any GCC internal prototype to avoid an error.
13133 Use char because int might match the return type of a GCC
13134 builtin and then its argument prototype would still apply. */
13138 char gsm_create ();
13142 return gsm_create ();
13147 if ac_fn_c_try_link
"$LINENO"; then :
13149 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13150 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'` ;;
13151 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13152 if ${ac_cv_lib_soname_gsm:+false} :; then :
13153 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13157 rm -f core conftest.err conftest.
$ac_objext \
13158 conftest
$ac_exeext conftest.
$ac_ext
13159 LIBS
=$ac_check_soname_save_LIBS
13161 if ${ac_cv_lib_soname_gsm:+false} :; then :
13162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13163 $as_echo "not found" >&6; }
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13167 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13169 cat >>confdefs.h
<<_ACEOF
13170 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13176 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13177 case "x$with_gsm" in
13178 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13180 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13181 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13185 if test "x$with_jpeg" != "xno"
13187 if ${JPEG_CFLAGS:+false} :; then :
13188 if ${PKG_CONFIG+:} false
; then :
13189 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13193 if ${JPEG_LIBS:+false} :; then :
13194 if ${PKG_CONFIG+:} false
; then :
13195 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13200 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13201 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13202 ac_save_CPPFLAGS
=$CPPFLAGS
13203 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13204 for ac_header
in jpeglib.h
13206 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13207 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13208 cat >>confdefs.h
<<_ACEOF
13209 #define HAVE_JPEGLIB_H 1
13216 if test "$ac_cv_header_jpeglib_h" = "yes"
13218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13219 $as_echo_n "checking for -ljpeg... " >&6; }
13220 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13221 $as_echo_n "(cached) " >&6
13223 ac_check_soname_save_LIBS
=$LIBS
13224 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13225 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13226 /* end confdefs.h. */
13228 /* Override any GCC internal prototype to avoid an error.
13229 Use char because int might match the return type of a GCC
13230 builtin and then its argument prototype would still apply. */
13234 char jpeg_start_decompress ();
13238 return jpeg_start_decompress ();
13243 if ac_fn_c_try_link
"$LINENO"; then :
13245 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13246 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'` ;;
13247 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13248 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13249 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13253 rm -f core conftest.err conftest.
$ac_objext \
13254 conftest
$ac_exeext conftest.
$ac_ext
13255 LIBS
=$ac_check_soname_save_LIBS
13257 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13259 $as_echo "not found" >&6; }
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13263 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13265 cat >>confdefs.h
<<_ACEOF
13266 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13274 CPPFLAGS
=$ac_save_CPPFLAGS
13275 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13276 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13279 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13280 case "x$with_jpeg" in
13281 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13283 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13284 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13288 if test "x$with_png" != "xno"
13290 if ${PNG_CFLAGS:+false} :; then :
13291 if ${PKG_CONFIG+:} false
; then :
13292 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13295 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13296 if ${PNG_LIBS:+false} :; then :
13297 if ${PKG_CONFIG+:} false
; then :
13298 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13301 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13303 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13304 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13305 ac_save_CPPFLAGS
=$CPPFLAGS
13306 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13307 for ac_header
in png.h
13309 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13310 if test "x$ac_cv_header_png_h" = xyes
; then :
13311 cat >>confdefs.h
<<_ACEOF
13312 #define HAVE_PNG_H 1
13319 if test "$ac_cv_header_png_h" = "yes"
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13322 $as_echo_n "checking for -lpng... " >&6; }
13323 if ${ac_cv_lib_soname_png+:} false
; then :
13324 $as_echo_n "(cached) " >&6
13326 ac_check_soname_save_LIBS
=$LIBS
13327 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13328 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13329 /* end confdefs.h. */
13331 /* Override any GCC internal prototype to avoid an error.
13332 Use char because int might match the return type of a GCC
13333 builtin and then its argument prototype would still apply. */
13337 char png_create_read_struct ();
13341 return png_create_read_struct ();
13346 if ac_fn_c_try_link
"$LINENO"; then :
13348 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13349 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'` ;;
13350 *) 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'`
13351 if ${ac_cv_lib_soname_png:+false} :; then :
13352 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13356 rm -f core conftest.err conftest.
$ac_objext \
13357 conftest
$ac_exeext conftest.
$ac_ext
13358 LIBS
=$ac_check_soname_save_LIBS
13360 if ${ac_cv_lib_soname_png:+false} :; then :
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13362 $as_echo "not found" >&6; }
13365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13366 $as_echo "$ac_cv_lib_soname_png" >&6; }
13368 cat >>confdefs.h
<<_ACEOF
13369 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13373 /* end confdefs.h. */
13378 typeof(png_set_expand_gray_1_2_4_to_8) *p
13383 if ac_fn_c_try_compile
"$LINENO"; then :
13385 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13388 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13393 CPPFLAGS
=$ac_save_CPPFLAGS
13394 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13395 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13398 if test "x$ac_cv_lib_soname_png" = "x"; then :
13399 case "x$with_png" in
13400 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13402 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13403 This is an error since --with-png was requested." "$LINENO" 5 ;;
13407 if test "x$with_tiff" != "xno"
13409 if ${TIFF_CFLAGS:+false} :; then :
13410 if ${PKG_CONFIG+:} false
; then :
13411 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13415 if ${TIFF_LIBS:+false} :; then :
13416 if ${PKG_CONFIG+:} false
; then :
13417 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13422 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13423 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13424 ac_save_CPPFLAGS
=$CPPFLAGS
13425 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13426 for ac_header
in tiffio.h
13428 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13429 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13430 cat >>confdefs.h
<<_ACEOF
13431 #define HAVE_TIFFIO_H 1
13438 if test "$ac_cv_header_tiffio_h" = "yes"
13440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13441 $as_echo_n "checking for -ltiff... " >&6; }
13442 if ${ac_cv_lib_soname_tiff+:} false
; then :
13443 $as_echo_n "(cached) " >&6
13445 ac_check_soname_save_LIBS
=$LIBS
13446 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13448 /* end confdefs.h. */
13450 /* Override any GCC internal prototype to avoid an error.
13451 Use char because int might match the return type of a GCC
13452 builtin and then its argument prototype would still apply. */
13456 char TIFFClientOpen ();
13460 return TIFFClientOpen ();
13465 if ac_fn_c_try_link
"$LINENO"; then :
13467 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13468 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'` ;;
13469 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13470 if ${ac_cv_lib_soname_tiff:+false} :; then :
13471 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13475 rm -f core conftest.err conftest.
$ac_objext \
13476 conftest
$ac_exeext conftest.
$ac_ext
13477 LIBS
=$ac_check_soname_save_LIBS
13479 if ${ac_cv_lib_soname_tiff:+false} :; then :
13480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13481 $as_echo "not found" >&6; }
13484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13485 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13487 cat >>confdefs.h
<<_ACEOF
13488 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13494 CPPFLAGS
=$ac_save_CPPFLAGS
13495 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13496 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13499 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13500 case "x$with_tiff" in
13501 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13503 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13504 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13508 if test "x$with_mpg123" != "xno"
13510 if ${MPG123_CFLAGS:+false} :; then :
13511 if ${PKG_CONFIG+:} false
; then :
13512 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13516 if ${MPG123_LIBS:+false} :; then :
13517 if ${PKG_CONFIG+:} false
; then :
13518 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13522 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13523 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13524 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13525 ac_save_CPPFLAGS
=$CPPFLAGS
13526 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13527 for ac_header
in mpg123.h
13529 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13530 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13531 cat >>confdefs.h
<<_ACEOF
13532 #define HAVE_MPG123_H 1
13539 if test "$ac_cv_header_mpg123_h" = "yes"
13541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13542 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13543 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13544 $as_echo_n "(cached) " >&6
13546 ac_check_lib_save_LIBS
=$LIBS
13547 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13548 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13549 /* end confdefs.h. */
13551 /* Override any GCC internal prototype to avoid an error.
13552 Use char because int might match the return type of a GCC
13553 builtin and then its argument prototype would still apply. */
13557 char mpg123_feed ();
13561 return mpg123_feed ();
13566 if ac_fn_c_try_link
"$LINENO"; then :
13567 ac_cv_lib_mpg123_mpg123_feed
=yes
13569 ac_cv_lib_mpg123_mpg123_feed
=no
13571 rm -f core conftest.err conftest.
$ac_objext \
13572 conftest
$ac_exeext conftest.
$ac_ext
13573 LIBS
=$ac_check_lib_save_LIBS
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13576 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13577 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13587 CPPFLAGS
=$ac_save_CPPFLAGS
13588 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13589 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13592 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13593 case "x$with_mpg123" in
13594 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13596 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13597 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13600 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}
13602 if test "$ac_cv_header_AL_al_h" = "yes"
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13605 $as_echo_n "checking for -lopenal... " >&6; }
13606 if ${ac_cv_lib_soname_openal+:} false
; then :
13607 $as_echo_n "(cached) " >&6
13609 ac_check_soname_save_LIBS
=$LIBS
13610 LIBS
="-lopenal $LIBS"
13611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13612 /* end confdefs.h. */
13614 /* Override any GCC internal prototype to avoid an error.
13615 Use char because int might match the return type of a GCC
13616 builtin and then its argument prototype would still apply. */
13620 char alGetSource3i ();
13624 return alGetSource3i ();
13629 if ac_fn_c_try_link
"$LINENO"; then :
13631 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13632 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'` ;;
13633 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13634 if ${ac_cv_lib_soname_openal:+false} :; then :
13635 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13639 rm -f core conftest.err conftest.
$ac_objext \
13640 conftest
$ac_exeext conftest.
$ac_ext
13641 LIBS
=$ac_check_soname_save_LIBS
13643 if ${ac_cv_lib_soname_openal:+false} :; then :
13644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13645 $as_echo "not found" >&6; }
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13649 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13651 cat >>confdefs.h
<<_ACEOF
13652 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13655 OPENAL_LIBS
="-lopenal"
13657 ac_cv_lib_openal
=yes
13659 cat >>confdefs.h
<<_ACEOF
13660 #define HAVE_OPENAL 1
13665 if test "x$ac_cv_lib_openal" != xyes
; then :
13666 case "x$with_openal" in
13667 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13669 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13670 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13673 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13675 if test "x$ac_cv_lib_openal" = xyes
13677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13678 $as_echo_n "checking for openal-soft... " >&6; }
13679 if ${ac_cv_have_openalsoft+:} false
; then :
13680 $as_echo_n "(cached) " >&6
13682 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13683 /* end confdefs.h. */
13684 #include <AL/alext.h>
13685 LPALCRENDERSAMPLESSOFT x;
13694 if ac_fn_c_try_compile
"$LINENO"; then :
13695 ac_cv_have_openalsoft
=yes
13697 ac_cv_have_openalsoft
=no
13699 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13702 $as_echo "$ac_cv_have_openalsoft" >&6; }
13704 if test "x$ac_cv_have_openalsoft" != xyes
13706 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13707 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13710 if test "$ac_cv_header_kstat_h" = "yes"
13712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13713 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13714 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13715 $as_echo_n "(cached) " >&6
13717 ac_check_lib_save_LIBS
=$LIBS
13718 LIBS
="-lkstat $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 kstat_open ();
13732 return kstat_open ();
13737 if ac_fn_c_try_link
"$LINENO"; then :
13738 ac_cv_lib_kstat_kstat_open
=yes
13740 ac_cv_lib_kstat_kstat_open
=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_kstat_kstat_open" >&5
13747 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13748 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13750 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13752 KSTAT_LIBS
="-lkstat"
13758 if test "$ac_cv_header_libprocstat_h" = "yes"
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13761 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13762 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13763 $as_echo_n "(cached) " >&6
13765 ac_check_lib_save_LIBS
=$LIBS
13766 LIBS
="-lprocstat $LIBS"
13767 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13768 /* end confdefs.h. */
13770 /* Override any GCC internal prototype to avoid an error.
13771 Use char because int might match the return type of a GCC
13772 builtin and then its argument prototype would still apply. */
13776 char procstat_open_sysctl ();
13780 return procstat_open_sysctl ();
13785 if ac_fn_c_try_link
"$LINENO"; then :
13786 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13788 ac_cv_lib_procstat_procstat_open_sysctl
=no
13790 rm -f core conftest.err conftest.
$ac_objext \
13791 conftest
$ac_exeext conftest.
$ac_ext
13792 LIBS
=$ac_check_lib_save_LIBS
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13795 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13796 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13798 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13800 PROCSTAT_LIBS
="-lprocstat"
13806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13807 $as_echo_n "checking for -lodbc... " >&6; }
13808 if ${ac_cv_lib_soname_odbc+:} false
; then :
13809 $as_echo_n "(cached) " >&6
13811 ac_check_soname_save_LIBS
=$LIBS
13812 LIBS
="-lodbc $LIBS"
13813 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13814 /* end confdefs.h. */
13816 /* Override any GCC internal prototype to avoid an error.
13817 Use char because int might match the return type of a GCC
13818 builtin and then its argument prototype would still apply. */
13822 char SQLConnect ();
13826 return SQLConnect ();
13831 if ac_fn_c_try_link
"$LINENO"; then :
13833 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13834 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'` ;;
13835 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13836 if ${ac_cv_lib_soname_odbc:+false} :; then :
13837 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13841 rm -f core conftest.err conftest.
$ac_objext \
13842 conftest
$ac_exeext conftest.
$ac_ext
13843 LIBS
=$ac_check_soname_save_LIBS
13845 if ${ac_cv_lib_soname_odbc:+false} :; then :
13846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13847 $as_echo "not found" >&6; }
13848 cat >>confdefs.h
<<_ACEOF
13849 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13854 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13856 cat >>confdefs.h
<<_ACEOF
13857 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13863 if test "x$with_netapi" != "xno"
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13866 $as_echo_n "checking for -lnetapi... " >&6; }
13867 if ${ac_cv_lib_soname_netapi+:} false
; then :
13868 $as_echo_n "(cached) " >&6
13870 ac_check_soname_save_LIBS
=$LIBS
13871 LIBS
="-lnetapi $LIBS"
13872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13873 /* end confdefs.h. */
13875 /* Override any GCC internal prototype to avoid an error.
13876 Use char because int might match the return type of a GCC
13877 builtin and then its argument prototype would still apply. */
13881 char libnetapi_init ();
13885 return libnetapi_init ();
13890 if ac_fn_c_try_link
"$LINENO"; then :
13892 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13893 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'` ;;
13894 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13895 if ${ac_cv_lib_soname_netapi:+false} :; then :
13896 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13900 rm -f core conftest.err conftest.
$ac_objext \
13901 conftest
$ac_exeext conftest.
$ac_ext
13902 LIBS
=$ac_check_soname_save_LIBS
13904 if ${ac_cv_lib_soname_netapi:+false} :; then :
13905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13906 $as_echo "not found" >&6; }
13907 cat >>confdefs.h
<<_ACEOF
13908 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13913 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13915 cat >>confdefs.h
<<_ACEOF
13916 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13923 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13924 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13925 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13926 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13928 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13929 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13930 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13932 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13938 if test "x${GCC}" = "xyes"
13940 EXTRACFLAGS
="-Wall -pipe"
13942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13943 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13944 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13945 $as_echo_n "(cached) " >&6
13947 if test "$cross_compiling" = yes; then :
13948 ac_cv_c_gcc_strength_bug
="no"
13950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13951 /* end confdefs.h. */
13952 int L[4] = {0,1,2,3};
13956 static int Array[3];
13957 unsigned int B = 3;
13959 for(i=0; i<B; i++) Array[i] = i - 3;
13960 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13962 return (Array[1] != -2 || L[2] != 3)
13967 if ac_fn_c_try_run
"$LINENO"; then :
13968 ac_cv_c_gcc_strength_bug
="no"
13970 ac_cv_c_gcc_strength_bug
="yes"
13972 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13973 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13978 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13979 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13981 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13985 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13986 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13987 $as_echo_n "(cached) " >&6
13989 ac_wine_try_cflags_saved
=$CFLAGS
13990 CFLAGS
="$CFLAGS -fno-builtin"
13991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13992 /* end confdefs.h. */
13993 int main(int argc, char **argv) { return 0; }
13995 if ac_fn_c_try_link
"$LINENO"; then :
13996 ac_cv_cflags__fno_builtin
=yes
13998 ac_cv_cflags__fno_builtin
=no
14000 rm -f core conftest.err conftest.
$ac_objext \
14001 conftest
$ac_exeext conftest.
$ac_ext
14002 CFLAGS
=$ac_wine_try_cflags_saved
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14005 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14006 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14007 BUILTINFLAG
="-fno-builtin"
14010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14011 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14012 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14013 $as_echo_n "(cached) " >&6
14015 ac_wine_try_cflags_saved
=$CFLAGS
14016 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14018 /* end confdefs.h. */
14019 int main(int argc, char **argv) { return 0; }
14021 if ac_fn_c_try_link
"$LINENO"; then :
14022 ac_cv_cflags__fno_strict_aliasing
=yes
14024 ac_cv_cflags__fno_strict_aliasing
=no
14026 rm -f core conftest.err conftest.
$ac_objext \
14027 conftest
$ac_exeext conftest.
$ac_ext
14028 CFLAGS
=$ac_wine_try_cflags_saved
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14031 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14032 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14033 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14036 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14037 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14038 $as_echo_n "(cached) " >&6
14040 ac_wine_try_cflags_saved
=$CFLAGS
14041 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14043 /* end confdefs.h. */
14044 int main(int argc, char **argv) { return 0; }
14046 if ac_fn_c_try_link
"$LINENO"; then :
14047 ac_cv_cflags__fexcess_precision_standard
=yes
14049 ac_cv_cflags__fexcess_precision_standard
=no
14051 rm -f core conftest.err conftest.
$ac_objext \
14052 conftest
$ac_exeext conftest.
$ac_ext
14053 CFLAGS
=$ac_wine_try_cflags_saved
14055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14056 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14057 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14058 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14061 saved_CFLAGS
=$CFLAGS
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14063 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14064 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14065 $as_echo_n "(cached) " >&6
14067 ac_wine_try_cflags_saved
=$CFLAGS
14068 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14070 /* end confdefs.h. */
14071 int main(int argc, char **argv) { return 0; }
14073 if ac_fn_c_try_link
"$LINENO"; then :
14074 ac_cv_cflags__Werror_unknown_warning_option
=yes
14076 ac_cv_cflags__Werror_unknown_warning_option
=no
14078 rm -f core conftest.err conftest.
$ac_objext \
14079 conftest
$ac_exeext conftest.
$ac_ext
14080 CFLAGS
=$ac_wine_try_cflags_saved
14082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14083 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14084 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14085 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14088 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14089 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14090 $as_echo_n "(cached) " >&6
14092 ac_wine_try_cflags_saved
=$CFLAGS
14093 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14095 /* end confdefs.h. */
14096 int main(int argc, char **argv) { return 0; }
14098 if ac_fn_c_try_link
"$LINENO"; then :
14099 ac_cv_cflags__Wdeclaration_after_statement
=yes
14101 ac_cv_cflags__Wdeclaration_after_statement
=no
14103 rm -f core conftest.err conftest.
$ac_objext \
14104 conftest
$ac_exeext conftest.
$ac_ext
14105 CFLAGS
=$ac_wine_try_cflags_saved
14107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14108 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14109 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14110 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14113 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14114 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14115 $as_echo_n "(cached) " >&6
14117 ac_wine_try_cflags_saved
=$CFLAGS
14118 CFLAGS
="$CFLAGS -Wempty-body"
14119 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14120 /* end confdefs.h. */
14121 int main(int argc, char **argv) { return 0; }
14123 if ac_fn_c_try_link
"$LINENO"; then :
14124 ac_cv_cflags__Wempty_body
=yes
14126 ac_cv_cflags__Wempty_body
=no
14128 rm -f core conftest.err conftest.
$ac_objext \
14129 conftest
$ac_exeext conftest.
$ac_ext
14130 CFLAGS
=$ac_wine_try_cflags_saved
14132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14133 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14134 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14135 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14138 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14139 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14140 $as_echo_n "(cached) " >&6
14142 ac_wine_try_cflags_saved
=$CFLAGS
14143 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14145 /* end confdefs.h. */
14146 int main(int argc, char **argv) { return 0; }
14148 if ac_fn_c_try_link
"$LINENO"; then :
14149 ac_cv_cflags__Wignored_qualifiers
=yes
14151 ac_cv_cflags__Wignored_qualifiers
=no
14153 rm -f core conftest.err conftest.
$ac_objext \
14154 conftest
$ac_exeext conftest.
$ac_ext
14155 CFLAGS
=$ac_wine_try_cflags_saved
14157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14158 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14159 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14160 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14163 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14164 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14165 $as_echo_n "(cached) " >&6
14167 ac_wine_try_cflags_saved
=$CFLAGS
14168 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14169 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14170 /* end confdefs.h. */
14171 int main(int argc, char **argv) { return 0; }
14173 if ac_fn_c_try_link
"$LINENO"; then :
14174 ac_cv_cflags__Wshift_overflow_2
=yes
14176 ac_cv_cflags__Wshift_overflow_2
=no
14178 rm -f core conftest.err conftest.
$ac_objext \
14179 conftest
$ac_exeext conftest.
$ac_ext
14180 CFLAGS
=$ac_wine_try_cflags_saved
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14183 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14184 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14185 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14188 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14189 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14190 $as_echo_n "(cached) " >&6
14192 ac_wine_try_cflags_saved
=$CFLAGS
14193 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14195 /* end confdefs.h. */
14196 int main(int argc, char **argv) { return 0; }
14198 if ac_fn_c_try_link
"$LINENO"; then :
14199 ac_cv_cflags__Wstrict_prototypes
=yes
14201 ac_cv_cflags__Wstrict_prototypes
=no
14203 rm -f core conftest.err conftest.
$ac_objext \
14204 conftest
$ac_exeext conftest.
$ac_ext
14205 CFLAGS
=$ac_wine_try_cflags_saved
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14208 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14209 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14210 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14213 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14214 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14215 $as_echo_n "(cached) " >&6
14217 ac_wine_try_cflags_saved
=$CFLAGS
14218 CFLAGS
="$CFLAGS -Wtype-limits"
14219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14220 /* end confdefs.h. */
14221 int main(int argc, char **argv) { return 0; }
14223 if ac_fn_c_try_link
"$LINENO"; then :
14224 ac_cv_cflags__Wtype_limits
=yes
14226 ac_cv_cflags__Wtype_limits
=no
14228 rm -f core conftest.err conftest.
$ac_objext \
14229 conftest
$ac_exeext conftest.
$ac_ext
14230 CFLAGS
=$ac_wine_try_cflags_saved
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14233 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14234 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14235 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14238 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14239 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14240 $as_echo_n "(cached) " >&6
14242 ac_wine_try_cflags_saved
=$CFLAGS
14243 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14244 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14245 /* end confdefs.h. */
14246 int main(int argc, char **argv) { return 0; }
14248 if ac_fn_c_try_link
"$LINENO"; then :
14249 ac_cv_cflags__Wunused_but_set_parameter
=yes
14251 ac_cv_cflags__Wunused_but_set_parameter
=no
14253 rm -f core conftest.err conftest.
$ac_objext \
14254 conftest
$ac_exeext conftest.
$ac_ext
14255 CFLAGS
=$ac_wine_try_cflags_saved
14257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14258 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14259 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14260 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14263 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14264 if ${ac_cv_cflags__Wvla+:} false
; then :
14265 $as_echo_n "(cached) " >&6
14267 ac_wine_try_cflags_saved
=$CFLAGS
14268 CFLAGS
="$CFLAGS -Wvla"
14269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 int main(int argc, char **argv) { return 0; }
14273 if ac_fn_c_try_link
"$LINENO"; then :
14274 ac_cv_cflags__Wvla
=yes
14276 ac_cv_cflags__Wvla
=no
14278 rm -f core conftest.err conftest.
$ac_objext \
14279 conftest
$ac_exeext conftest.
$ac_ext
14280 CFLAGS
=$ac_wine_try_cflags_saved
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14283 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14284 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14285 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14288 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14289 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14290 $as_echo_n "(cached) " >&6
14292 ac_wine_try_cflags_saved
=$CFLAGS
14293 CFLAGS
="$CFLAGS -Wwrite-strings"
14294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14296 int main(int argc, char **argv) { return 0; }
14298 if ac_fn_c_try_link
"$LINENO"; then :
14299 ac_cv_cflags__Wwrite_strings
=yes
14301 ac_cv_cflags__Wwrite_strings
=no
14303 rm -f core conftest.err conftest.
$ac_objext \
14304 conftest
$ac_exeext conftest.
$ac_ext
14305 CFLAGS
=$ac_wine_try_cflags_saved
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14308 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14309 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14310 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14314 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14315 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14316 $as_echo_n "(cached) " >&6
14318 ac_wine_try_cflags_saved
=$CFLAGS
14319 CFLAGS
="$CFLAGS -Wpointer-arith"
14320 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14321 /* end confdefs.h. */
14322 int main(int argc, char **argv) { return 0; }
14324 if ac_fn_c_try_link
"$LINENO"; then :
14325 ac_cv_cflags__Wpointer_arith
=yes
14327 ac_cv_cflags__Wpointer_arith
=no
14329 rm -f core conftest.err conftest.
$ac_objext \
14330 conftest
$ac_exeext conftest.
$ac_ext
14331 CFLAGS
=$ac_wine_try_cflags_saved
14333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14334 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14335 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14336 saved_string_h_CFLAGS
=$CFLAGS
14337 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14339 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14340 if ${ac_cv_c_string_h_warnings+:} false
; then :
14341 $as_echo_n "(cached) " >&6
14343 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14344 /* end confdefs.h. */
14345 #include <string.h>
14354 if ac_fn_c_try_compile
"$LINENO"; then :
14355 ac_cv_c_string_h_warnings
=no
14357 ac_cv_c_string_h_warnings
=yes
14359 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14362 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14363 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14364 CFLAGS
=$saved_string_h_CFLAGS
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14368 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14369 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14370 $as_echo_n "(cached) " >&6
14372 ac_wine_try_cflags_saved
=$CFLAGS
14373 CFLAGS
="$CFLAGS -Wlogical-op"
14374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14375 /* end confdefs.h. */
14376 int main(int argc, char **argv) { return 0; }
14378 if ac_fn_c_try_link
"$LINENO"; then :
14379 ac_cv_cflags__Wlogical_op
=yes
14381 ac_cv_cflags__Wlogical_op
=no
14383 rm -f core conftest.err conftest.
$ac_objext \
14384 conftest
$ac_exeext conftest.
$ac_ext
14385 CFLAGS
=$ac_wine_try_cflags_saved
14387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14388 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14389 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14390 saved_string_h_CFLAGS
=$CFLAGS
14391 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14393 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14394 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14395 $as_echo_n "(cached) " >&6
14397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14398 /* end confdefs.h. */
14399 #include <string.h>
14400 char*f(const char *h,char n) {return strchr(h,n);}
14409 if ac_fn_c_try_compile
"$LINENO"; then :
14410 ac_cv_c_logicalop_noisy
=no
14412 ac_cv_c_logicalop_noisy
=yes
14414 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14417 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14418 CFLAGS
=$saved_string_h_CFLAGS
14419 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14422 CFLAGS
=$saved_CFLAGS
14424 for ac_flag
in $CFLAGS; do
14426 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14427 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14428 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14429 $as_echo_n "(cached) " >&6
14431 ac_wine_try_cflags_saved
=$CFLAGS
14432 CFLAGS
="$CFLAGS -gdwarf-2"
14433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14434 /* end confdefs.h. */
14435 int main(int argc, char **argv) { return 0; }
14437 if ac_fn_c_try_link
"$LINENO"; then :
14438 ac_cv_cflags__gdwarf_2
=yes
14440 ac_cv_cflags__gdwarf_2
=no
14442 rm -f core conftest.err conftest.
$ac_objext \
14443 conftest
$ac_exeext conftest.
$ac_ext
14444 CFLAGS
=$ac_wine_try_cflags_saved
14446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14447 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14448 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14449 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14452 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14453 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14454 $as_echo_n "(cached) " >&6
14456 ac_wine_try_cflags_saved
=$CFLAGS
14457 CFLAGS
="$CFLAGS -gstrict-dwarf"
14458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14459 /* end confdefs.h. */
14460 int main(int argc, char **argv) { return 0; }
14462 if ac_fn_c_try_link
"$LINENO"; then :
14463 ac_cv_cflags__gstrict_dwarf
=yes
14465 ac_cv_cflags__gstrict_dwarf
=no
14467 rm -f core conftest.err conftest.
$ac_objext \
14468 conftest
$ac_exeext conftest.
$ac_ext
14469 CFLAGS
=$ac_wine_try_cflags_saved
14471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14472 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14473 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14474 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14480 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14481 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14482 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14483 $as_echo_n "(cached) " >&6
14485 ac_wine_try_cflags_saved
=$CFLAGS
14486 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14488 /* end confdefs.h. */
14489 int main(int argc, char **argv) { return 0; }
14491 if ac_fn_c_try_link
"$LINENO"; then :
14492 ac_cv_cflags__fno_omit_frame_pointer
=yes
14494 ac_cv_cflags__fno_omit_frame_pointer
=no
14496 rm -f core conftest.err conftest.
$ac_objext \
14497 conftest
$ac_exeext conftest.
$ac_ext
14498 CFLAGS
=$ac_wine_try_cflags_saved
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14501 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14502 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14503 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14508 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14509 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14510 if ${ac_cv_cflags__Wno_format+:} false
; then :
14511 $as_echo_n "(cached) " >&6
14513 ac_wine_try_cflags_saved
=$CFLAGS
14514 CFLAGS
="$CFLAGS -Wno-format"
14515 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14516 /* end confdefs.h. */
14517 int main(int argc, char **argv) { return 0; }
14519 if ac_fn_c_try_link
"$LINENO"; then :
14520 ac_cv_cflags__Wno_format
=yes
14522 ac_cv_cflags__Wno_format
=no
14524 rm -f core conftest.err conftest.
$ac_objext \
14525 conftest
$ac_exeext conftest.
$ac_ext
14526 CFLAGS
=$ac_wine_try_cflags_saved
14528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14529 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14530 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14531 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14535 if test "x$enable_maintainer_mode" = "xyes"
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14538 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14539 if ${ac_cv_cflags__Werror+:} false
; then :
14540 $as_echo_n "(cached) " >&6
14542 ac_wine_try_cflags_saved
=$CFLAGS
14543 CFLAGS
="$CFLAGS -Werror"
14544 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14545 /* end confdefs.h. */
14546 int main(int argc, char **argv) { return 0; }
14548 if ac_fn_c_try_link
"$LINENO"; then :
14549 ac_cv_cflags__Werror
=yes
14551 ac_cv_cflags__Werror
=no
14553 rm -f core conftest.err conftest.
$ac_objext \
14554 conftest
$ac_exeext conftest.
$ac_ext
14555 CFLAGS
=$ac_wine_try_cflags_saved
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14558 $as_echo "$ac_cv_cflags__Werror" >&6; }
14559 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14560 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14564 saved_CFLAGS
="$CFLAGS"
14565 CFLAGS
="$CFLAGS -Werror"
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14567 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14568 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14569 $as_echo_n "(cached) " >&6
14571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14572 /* end confdefs.h. */
14573 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14582 if ac_fn_c_try_compile
"$LINENO"; then :
14583 ac_cv_have_ms_hook_prologue
="yes"
14585 ac_cv_have_ms_hook_prologue
="no"
14587 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14590 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14591 CFLAGS
="$saved_CFLAGS"
14592 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14595 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14598 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14605 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14606 if ${ac_cv_c_fortify_enabled+:} false
; then :
14607 $as_echo_n "(cached) " >&6
14609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14610 /* end confdefs.h. */
14611 #include <string.h>
14615 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14616 #error Fortify enabled
14622 if ac_fn_c_try_compile
"$LINENO"; then :
14623 ac_cv_c_fortify_enabled
=no
14625 ac_cv_c_fortify_enabled
=yes
14627 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14630 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14631 if test "$ac_cv_c_fortify_enabled" = yes
14633 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14638 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14639 if ${ac_cv_c_extern_prefix+:} false
; then :
14640 $as_echo_n "(cached) " >&6
14642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14643 /* end confdefs.h. */
14644 extern int ac_test;
14648 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14653 if ac_fn_c_try_link
"$LINENO"; then :
14654 ac_cv_c_extern_prefix
="yes"
14656 ac_cv_c_extern_prefix
="no"
14658 rm -f core conftest.err conftest.
$ac_objext \
14659 conftest
$ac_exeext conftest.
$ac_ext
14661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14662 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14667 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14668 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14669 $as_echo_n "(cached) " >&6
14671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14674 #define __stdcall __attribute__((__stdcall__))
14676 int __stdcall ac_test(int i) { return i; }
14680 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14685 if ac_fn_c_try_link
"$LINENO"; then :
14686 ac_cv_c_stdcall_suffix
="yes"
14688 ac_cv_c_stdcall_suffix
="no"
14690 rm -f core conftest.err conftest.
$ac_objext \
14691 conftest
$ac_exeext conftest.
$ac_ext
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14694 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14695 *) ac_cv_c_stdcall_suffix
="no" ;;
14699 if test "$ac_cv_c_extern_prefix" = "yes"
14701 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14703 asm_name_prefix
="_"
14705 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14711 if test "$ac_cv_c_stdcall_suffix" = "yes"
14713 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14716 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14722 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14723 if ${ac_cv_asm_func_def+:} false
; then :
14724 $as_echo_n "(cached) " >&6
14726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14727 /* end confdefs.h. */
14732 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14737 if ac_fn_c_try_link
"$LINENO"; then :
14738 ac_cv_asm_func_def
=".def"
14740 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14741 /* end confdefs.h. */
14746 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14751 if ac_fn_c_try_link
"$LINENO"; then :
14752 ac_cv_asm_func_def
=".type @function"
14754 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14755 /* end confdefs.h. */
14760 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14765 if ac_fn_c_try_link
"$LINENO"; then :
14766 ac_cv_asm_func_def
=".type 2"
14768 ac_cv_asm_func_def
="unknown"
14770 rm -f core conftest.err conftest.
$ac_objext \
14771 conftest
$ac_exeext conftest.
$ac_ext
14773 rm -f core conftest.err conftest.
$ac_objext \
14774 conftest
$ac_exeext conftest.
$ac_ext
14776 rm -f core conftest.err conftest.
$ac_objext \
14777 conftest
$ac_exeext conftest.
$ac_ext
14779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14780 $as_echo "$ac_cv_asm_func_def" >&6; }
14783 case "$ac_cv_asm_func_def" in
14785 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14787 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14789 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14791 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14793 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14795 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14797 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14799 asm_func_header
="" ;;
14802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14803 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14804 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14805 $as_echo_n "(cached) " >&6
14807 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14808 /* end confdefs.h. */
14809 asm(".text\n\t.long 0");
14818 if ac_fn_c_try_compile
"$LINENO"; then :
14819 ac_cv_c_asm_outside_funcs
="yes"
14821 ac_cv_c_asm_outside_funcs
="no"
14823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14826 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14829 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14830 if ${ac_cv_c_dot_previous+:} false
; then :
14831 $as_echo_n "(cached) " >&6
14833 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14834 /* end confdefs.h. */
14839 asm(".text\nac_test:\t.long 0\n\t.previous");
14844 if ac_fn_c_try_link
"$LINENO"; then :
14845 ac_cv_c_dot_previous
="yes"
14847 ac_cv_c_dot_previous
="no"
14849 rm -f core conftest.err conftest.
$ac_objext \
14850 conftest
$ac_exeext conftest.
$ac_ext
14852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14853 $as_echo "$ac_cv_c_dot_previous" >&6; }
14855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14856 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14857 if ${ac_cv_c_cfi_support+:} false
; then :
14858 $as_echo_n "(cached) " >&6
14860 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14861 /* end confdefs.h. */
14862 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14871 if ac_fn_c_try_compile
"$LINENO"; then :
14872 ac_cv_c_cfi_support
="yes"
14874 ac_cv_c_cfi_support
="no"
14876 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14879 $as_echo "$ac_cv_c_cfi_support" >&6; }
14881 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14882 asm_func_trailer
=""
14883 if test "$ac_cv_c_dot_previous" = "yes"
14885 asm_func_trailer
="\\n\\t.previous"
14887 if test "$ac_cv_c_cfi_support" = "yes"
14889 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14890 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14892 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14894 UNWINDFLAGS
=-fasynchronous-unwind-tables
14897 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14899 if test "x$enable_win64" = "xyes"
14901 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14905 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14908 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14910 cat >>confdefs.h
<<_ACEOF
14911 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14915 cat >>confdefs.h
<<_ACEOF
14916 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14921 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14924 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14929 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14936 *i
[3456789]86*|x86_64
*)
14937 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14938 loader_programs
="$loader_programs $wine_binary-preloader"
14939 as_fn_append LOADER_RULES
"
14940 preloader_EXTRADEFS = $BUILTINFLAG
14941 ${wine_binary}_preloader_OBJS = preloader.o
14942 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
14947 as_fn_append LOADER_RULES
"
14948 PROGRAMS = $loader_programs
14949 INSTALL_LIB = $loader_programs
14953 ac_save_CFLAGS
="$CFLAGS"
14954 CFLAGS
="$CFLAGS $BUILTINFLAG"
15033 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15034 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15035 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15036 cat >>confdefs.h
<<_ACEOF
15037 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15043 CFLAGS
="$ac_save_CFLAGS"
15045 if test "$ac_cv_func_dlopen" = no
15047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15048 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15049 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15050 $as_echo_n "(cached) " >&6
15052 ac_check_lib_save_LIBS
=$LIBS
15054 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15055 /* end confdefs.h. */
15057 /* Override any GCC internal prototype to avoid an error.
15058 Use char because int might match the return type of a GCC
15059 builtin and then its argument prototype would still apply. */
15072 if ac_fn_c_try_link
"$LINENO"; then :
15073 ac_cv_lib_dl_dlopen
=yes
15075 ac_cv_lib_dl_dlopen
=no
15077 rm -f core conftest.err conftest.
$ac_objext \
15078 conftest
$ac_exeext conftest.
$ac_ext
15079 LIBS
=$ac_check_lib_save_LIBS
15081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15082 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15083 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15084 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15090 ac_wine_check_funcs_save_LIBS
="$LIBS"
15091 LIBS
="$LIBS $DL_LIBS"
15092 for ac_func
in dladdr
15094 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15095 if test "x$ac_cv_func_dladdr" = xyes
; then :
15096 cat >>confdefs.h
<<_ACEOF
15097 #define HAVE_DLADDR 1
15103 LIBS
="$ac_wine_check_funcs_save_LIBS"
15105 if test "$ac_cv_func_poll" = no
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15108 $as_echo_n "checking for poll in -lpoll... " >&6; }
15109 if ${ac_cv_lib_poll_poll+:} false
; then :
15110 $as_echo_n "(cached) " >&6
15112 ac_check_lib_save_LIBS
=$LIBS
15113 LIBS
="-lpoll $LIBS"
15114 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15115 /* end confdefs.h. */
15117 /* Override any GCC internal prototype to avoid an error.
15118 Use char because int might match the return type of a GCC
15119 builtin and then its argument prototype would still apply. */
15132 if ac_fn_c_try_link
"$LINENO"; then :
15133 ac_cv_lib_poll_poll
=yes
15135 ac_cv_lib_poll_poll
=no
15137 rm -f core conftest.err conftest.
$ac_objext \
15138 conftest
$ac_exeext conftest.
$ac_ext
15139 LIBS
=$ac_check_lib_save_LIBS
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15142 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15143 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15144 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15152 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15153 if ${ac_cv_search_gethostbyname+:} false
; then :
15154 $as_echo_n "(cached) " >&6
15156 ac_func_search_save_LIBS
=$LIBS
15157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15158 /* end confdefs.h. */
15160 /* Override any GCC internal prototype to avoid an error.
15161 Use char because int might match the return type of a GCC
15162 builtin and then its argument prototype would still apply. */
15166 char gethostbyname ();
15170 return gethostbyname ();
15175 for ac_lib
in '' nsl
; do
15176 if test -z "$ac_lib"; then
15177 ac_res
="none required"
15180 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15182 if ac_fn_c_try_link
"$LINENO"; then :
15183 ac_cv_search_gethostbyname
=$ac_res
15185 rm -f core conftest.err conftest.
$ac_objext \
15187 if ${ac_cv_search_gethostbyname+:} false
; then :
15191 if ${ac_cv_search_gethostbyname+:} false
; then :
15194 ac_cv_search_gethostbyname
=no
15196 rm conftest.
$ac_ext
15197 LIBS
=$ac_func_search_save_LIBS
15199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15200 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15201 ac_res
=$ac_cv_search_gethostbyname
15202 if test "$ac_res" != no
; then :
15203 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15209 $as_echo_n "checking for library containing connect... " >&6; }
15210 if ${ac_cv_search_connect+:} false
; then :
15211 $as_echo_n "(cached) " >&6
15213 ac_func_search_save_LIBS
=$LIBS
15214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15215 /* end confdefs.h. */
15217 /* Override any GCC internal prototype to avoid an error.
15218 Use char because int might match the return type of a GCC
15219 builtin and then its argument prototype would still apply. */
15232 for ac_lib
in '' socket
; do
15233 if test -z "$ac_lib"; then
15234 ac_res
="none required"
15237 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15239 if ac_fn_c_try_link
"$LINENO"; then :
15240 ac_cv_search_connect
=$ac_res
15242 rm -f core conftest.err conftest.
$ac_objext \
15244 if ${ac_cv_search_connect+:} false
; then :
15248 if ${ac_cv_search_connect+:} false
; then :
15251 ac_cv_search_connect
=no
15253 rm conftest.
$ac_ext
15254 LIBS
=$ac_func_search_save_LIBS
15256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15257 $as_echo "$ac_cv_search_connect" >&6; }
15258 ac_res
=$ac_cv_search_connect
15259 if test "$ac_res" != no
; then :
15260 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15266 $as_echo_n "checking for library containing inet_aton... " >&6; }
15267 if ${ac_cv_search_inet_aton+:} false
; then :
15268 $as_echo_n "(cached) " >&6
15270 ac_func_search_save_LIBS
=$LIBS
15271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15272 /* end confdefs.h. */
15274 /* Override any GCC internal prototype to avoid an error.
15275 Use char because int might match the return type of a GCC
15276 builtin and then its argument prototype would still apply. */
15284 return inet_aton ();
15289 for ac_lib
in '' resolv
; do
15290 if test -z "$ac_lib"; then
15291 ac_res
="none required"
15294 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15296 if ac_fn_c_try_link
"$LINENO"; then :
15297 ac_cv_search_inet_aton
=$ac_res
15299 rm -f core conftest.err conftest.
$ac_objext \
15301 if ${ac_cv_search_inet_aton+:} false
; then :
15305 if ${ac_cv_search_inet_aton+:} false
; then :
15308 ac_cv_search_inet_aton
=no
15310 rm conftest.
$ac_ext
15311 LIBS
=$ac_func_search_save_LIBS
15313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15314 $as_echo "$ac_cv_search_inet_aton" >&6; }
15315 ac_res
=$ac_cv_search_inet_aton
15316 if test "$ac_res" != no
; then :
15317 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15337 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15338 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15339 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15340 cat >>confdefs.h
<<_ACEOF
15341 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15350 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15351 if ${ac_cv_search_clock_gettime+:} false
; then :
15352 $as_echo_n "(cached) " >&6
15354 ac_func_search_save_LIBS
=$LIBS
15355 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15356 /* end confdefs.h. */
15358 /* Override any GCC internal prototype to avoid an error.
15359 Use char because int might match the return type of a GCC
15360 builtin and then its argument prototype would still apply. */
15364 char clock_gettime ();
15368 return clock_gettime ();
15373 for ac_lib
in '' rt
; do
15374 if test -z "$ac_lib"; then
15375 ac_res
="none required"
15378 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15380 if ac_fn_c_try_link
"$LINENO"; then :
15381 ac_cv_search_clock_gettime
=$ac_res
15383 rm -f core conftest.err conftest.
$ac_objext \
15385 if ${ac_cv_search_clock_gettime+:} false
; then :
15389 if ${ac_cv_search_clock_gettime+:} false
; then :
15392 ac_cv_search_clock_gettime
=no
15394 rm conftest.
$ac_ext
15395 LIBS
=$ac_func_search_save_LIBS
15397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15398 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15399 ac_res
=$ac_cv_search_clock_gettime
15400 if test "$ac_res" != no
; then :
15401 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15403 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15405 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15413 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15415 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15417 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15419 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15420 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15421 $as_echo_n "(cached) " >&6
15423 ac_check_lib_save_LIBS
=$LIBS
15424 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15425 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15426 /* end confdefs.h. */
15428 /* Override any GCC internal prototype to avoid an error.
15429 Use char because int might match the return type of a GCC
15430 builtin and then its argument prototype would still apply. */
15434 char ldap_initialize ();
15438 return ldap_initialize ();
15443 if ac_fn_c_try_link
"$LINENO"; then :
15444 ac_cv_lib_ldap_r_ldap_initialize
=yes
15446 ac_cv_lib_ldap_r_ldap_initialize
=no
15448 rm -f core conftest.err conftest.
$ac_objext \
15449 conftest
$ac_exeext conftest.
$ac_ext
15450 LIBS
=$ac_check_lib_save_LIBS
15452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15453 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15454 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15456 $as_echo_n "checking for ber_init in -llber... " >&6; }
15457 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15458 $as_echo_n "(cached) " >&6
15460 ac_check_lib_save_LIBS
=$LIBS
15461 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15463 /* end confdefs.h. */
15465 /* Override any GCC internal prototype to avoid an error.
15466 Use char because int might match the return type of a GCC
15467 builtin and then its argument prototype would still apply. */
15475 return ber_init ();
15480 if ac_fn_c_try_link
"$LINENO"; then :
15481 ac_cv_lib_lber_ber_init
=yes
15483 ac_cv_lib_lber_ber_init
=no
15485 rm -f core conftest.err conftest.
$ac_objext \
15486 conftest
$ac_exeext conftest.
$ac_ext
15487 LIBS
=$ac_check_lib_save_LIBS
15489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15490 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15491 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15493 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15495 LDAP_LIBS
="-lldap_r -llber"
15502 ac_wine_check_funcs_save_LIBS
="$LIBS"
15503 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15505 ldap_count_references \
15506 ldap_first_reference \
15507 ldap_next_reference \
15508 ldap_parse_reference \
15509 ldap_parse_sort_control \
15510 ldap_parse_sortresponse_control \
15511 ldap_parse_vlv_control \
15512 ldap_parse_vlvresponse_control
15514 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15515 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15516 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15517 cat >>confdefs.h
<<_ACEOF
15518 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15524 LIBS
="$ac_wine_check_funcs_save_LIBS"
15526 if test "x$LDAP_LIBS" = "x"; then :
15527 case "x$with_ldap" in
15528 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15530 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15531 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15536 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15537 if ${wine_cv_one_arg_mkdir+:} false
; then :
15538 $as_echo_n "(cached) " >&6
15540 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15541 /* end confdefs.h. */
15542 #include <sys/stat.h>
15551 if ac_fn_c_try_compile
"$LINENO"; then :
15552 wine_cv_one_arg_mkdir
=yes
15554 wine_cv_one_arg_mkdir
=no
15556 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15559 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15560 if test "$wine_cv_one_arg_mkdir" = "yes"
15563 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15568 $as_echo_n "checking for sched_setaffinity... " >&6; }
15569 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15570 $as_echo_n "(cached) " >&6
15572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15573 /* end confdefs.h. */
15574 #define _GNU_SOURCE
15579 sched_setaffinity(0, 0, 0);
15584 if ac_fn_c_try_link
"$LINENO"; then :
15585 wine_cv_have_sched_setaffinity
=yes
15587 wine_cv_have_sched_setaffinity
=no
15589 rm -f core conftest.err conftest.
$ac_objext \
15590 conftest
$ac_exeext conftest.
$ac_ext
15592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15593 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15594 if test "$wine_cv_have_sched_setaffinity" = "yes"
15597 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15602 $as_echo_n "checking for fallocate... " >&6; }
15603 if ${wine_cv_have_fallocate+:} false
; then :
15604 $as_echo_n "(cached) " >&6
15606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15607 /* end confdefs.h. */
15608 #define _GNU_SOURCE
15613 fallocate(-1, 0, 0, 0);
15618 if ac_fn_c_try_link
"$LINENO"; then :
15619 wine_cv_have_fallocate
=yes
15621 wine_cv_have_fallocate
=no
15623 rm -f core conftest.err conftest.
$ac_objext \
15624 conftest
$ac_exeext conftest.
$ac_ext
15626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15627 $as_echo "$wine_cv_have_fallocate" >&6; }
15628 if test "$wine_cv_have_fallocate" = "yes"
15631 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15637 $as_echo_n "checking for inline... " >&6; }
15638 if ${ac_cv_c_inline+:} false
; then :
15639 $as_echo_n "(cached) " >&6
15642 for ac_kw
in inline __inline__ __inline
; do
15643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15644 /* end confdefs.h. */
15645 #ifndef __cplusplus
15647 static $ac_kw foo_t static_foo () {return 0; }
15648 $ac_kw foo_t foo () {return 0; }
15652 if ac_fn_c_try_compile
"$LINENO"; then :
15653 ac_cv_c_inline
=$ac_kw
15655 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15656 test "$ac_cv_c_inline" != no
&& break
15660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15661 $as_echo "$ac_cv_c_inline" >&6; }
15663 case $ac_cv_c_inline in
15666 case $ac_cv_c_inline in
15668 *) ac_val
=$ac_cv_c_inline;;
15670 cat >>confdefs.h
<<_ACEOF
15671 #ifndef __cplusplus
15672 #define inline $ac_val
15678 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15679 if test "x$ac_cv_type_mode_t" = xyes
; then :
15681 cat >>confdefs.h
<<_ACEOF
15682 #define HAVE_MODE_T 1
15687 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15688 if test "x$ac_cv_type_off_t" = xyes
; then :
15690 cat >>confdefs.h
<<_ACEOF
15691 #define HAVE_OFF_T 1
15696 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15697 if test "x$ac_cv_type_pid_t" = xyes
; then :
15699 cat >>confdefs.h
<<_ACEOF
15700 #define HAVE_PID_T 1
15705 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15706 if test "x$ac_cv_type_size_t" = xyes
; then :
15708 cat >>confdefs.h
<<_ACEOF
15709 #define HAVE_SIZE_T 1
15714 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15715 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15717 cat >>confdefs.h
<<_ACEOF
15718 #define HAVE_SSIZE_T 1
15723 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15724 if test "x$ac_cv_type_long_long" = xyes
; then :
15726 cat >>confdefs.h
<<_ACEOF
15727 #define HAVE_LONG_LONG 1
15732 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15733 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15735 cat >>confdefs.h
<<_ACEOF
15736 #define HAVE_FSBLKCNT_T 1
15741 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15742 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15744 cat >>confdefs.h
<<_ACEOF
15745 #define HAVE_FSFILCNT_T 1
15751 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15752 #include <signal.h>
15754 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15756 cat >>confdefs.h
<<_ACEOF
15757 #define HAVE_SIGSET_T 1
15763 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15765 if test "x$ac_cv_type_request_sense" = xyes
; then :
15767 cat >>confdefs.h
<<_ACEOF
15768 #define HAVE_REQUEST_SENSE 1
15775 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15776 #ifdef HAVE_SYS_SOCKET_H
15777 #include <sys/socket.h>
15779 #ifdef HAVE_SYS_SOCKETVAR_H
15780 #include <sys/socketvar.h>
15782 #ifdef HAVE_NET_ROUTE_H
15783 #include <net/route.h>
15785 #ifdef HAVE_NETINET_IN_H
15786 #include <netinet/in.h>
15788 #ifdef HAVE_NETINET_IN_SYSTM_H
15789 #include <netinet/in_systm.h>
15791 #ifdef HAVE_NETINET_IP_H
15792 #include <netinet/ip.h>
15794 #ifdef HAVE_NETINET_IN_PCB_H
15795 #include <netinet/in_pcb.h>
15798 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15800 cat >>confdefs.h
<<_ACEOF
15801 #define HAVE_STRUCT_XINPGEN 1
15808 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15811 #ifdef HAVE_SYS_LINK_H
15812 #include <sys/link.h>
15815 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15817 cat >>confdefs.h
<<_ACEOF
15818 #define HAVE_STRUCT_R_DEBUG 1
15823 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15826 #ifdef HAVE_SYS_LINK_H
15827 #include <sys/link.h>
15830 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15832 cat >>confdefs.h
<<_ACEOF
15833 #define HAVE_STRUCT_LINK_MAP 1
15840 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15841 #include <linux/input.h>
15844 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15846 cat >>confdefs.h
<<_ACEOF
15847 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15855 $as_echo_n "checking for sigaddset... " >&6; }
15856 if ${wine_cv_have_sigaddset+:} false
; then :
15857 $as_echo_n "(cached) " >&6
15859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15860 /* end confdefs.h. */
15861 #include <signal.h>
15865 sigset_t set; sigaddset(&set,SIGTERM);
15870 if ac_fn_c_try_link
"$LINENO"; then :
15871 wine_cv_have_sigaddset
=yes
15873 wine_cv_have_sigaddset
=no
15875 rm -f core conftest.err conftest.
$ac_objext \
15876 conftest
$ac_exeext conftest.
$ac_ext
15878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15879 $as_echo "$wine_cv_have_sigaddset" >&6; }
15880 if test "$wine_cv_have_sigaddset" = "yes"
15883 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15889 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15890 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15891 $as_echo_n "(cached) " >&6
15893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15894 /* end confdefs.h. */
15902 struct hostent *result;
15909 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15910 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15916 if ac_fn_c_try_link
"$LINENO"; then :
15917 wine_cv_linux_gethostbyname_r_6
=yes
15919 wine_cv_linux_gethostbyname_r_6
=no
15922 rm -f core conftest.err conftest.
$ac_objext \
15923 conftest
$ac_exeext conftest.
$ac_ext
15926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15927 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15928 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15931 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15935 if test "$ac_cv_header_linux_joystick_h" = "yes"
15937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15938 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15939 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15940 $as_echo_n "(cached) " >&6
15942 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15943 /* end confdefs.h. */
15945 #include <sys/ioctl.h>
15946 #include <sys/types.h>
15947 #include <linux/joystick.h>
15949 struct js_event blub;
15950 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15951 #error "no 2.2 header"
15962 if ac_fn_c_try_compile
"$LINENO"; then :
15963 wine_cv_linux_joystick_22_api
=yes
15965 wine_cv_linux_joystick_22_api
=no
15967 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15971 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15972 if test "$wine_cv_linux_joystick_22_api" = "yes"
15975 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15981 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15982 #ifdef HAVE_SYS_PARAM_H
15983 # include <sys/param.h>
15985 #ifdef HAVE_SYS_MOUNT_H
15986 # include <sys/mount.h>
15988 #ifdef HAVE_SYS_VFS_H
15989 # include <sys/vfs.h>
15991 #ifdef HAVE_SYS_STATFS_H
15992 # include <sys/statfs.h>
15995 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15997 cat >>confdefs.h
<<_ACEOF
15998 #define HAVE_STRUCT_STATFS_F_BFREE 1
16003 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16004 #ifdef HAVE_SYS_PARAM_H
16005 # include <sys/param.h>
16007 #ifdef HAVE_SYS_MOUNT_H
16008 # include <sys/mount.h>
16010 #ifdef HAVE_SYS_VFS_H
16011 # include <sys/vfs.h>
16013 #ifdef HAVE_SYS_STATFS_H
16014 # include <sys/statfs.h>
16017 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16019 cat >>confdefs.h
<<_ACEOF
16020 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16025 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16026 #ifdef HAVE_SYS_PARAM_H
16027 # include <sys/param.h>
16029 #ifdef HAVE_SYS_MOUNT_H
16030 # include <sys/mount.h>
16032 #ifdef HAVE_SYS_VFS_H
16033 # include <sys/vfs.h>
16035 #ifdef HAVE_SYS_STATFS_H
16036 # include <sys/statfs.h>
16039 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16041 cat >>confdefs.h
<<_ACEOF
16042 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16047 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16048 #ifdef HAVE_SYS_PARAM_H
16049 # include <sys/param.h>
16051 #ifdef HAVE_SYS_MOUNT_H
16052 # include <sys/mount.h>
16054 #ifdef HAVE_SYS_VFS_H
16055 # include <sys/vfs.h>
16057 #ifdef HAVE_SYS_STATFS_H
16058 # include <sys/statfs.h>
16061 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16063 cat >>confdefs.h
<<_ACEOF
16064 #define HAVE_STRUCT_STATFS_F_FFREE 1
16069 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16070 #ifdef HAVE_SYS_PARAM_H
16071 # include <sys/param.h>
16073 #ifdef HAVE_SYS_MOUNT_H
16074 # include <sys/mount.h>
16076 #ifdef HAVE_SYS_VFS_H
16077 # include <sys/vfs.h>
16079 #ifdef HAVE_SYS_STATFS_H
16080 # include <sys/statfs.h>
16083 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16085 cat >>confdefs.h
<<_ACEOF
16086 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16091 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16092 #ifdef HAVE_SYS_PARAM_H
16093 # include <sys/param.h>
16095 #ifdef HAVE_SYS_MOUNT_H
16096 # include <sys/mount.h>
16098 #ifdef HAVE_SYS_VFS_H
16099 # include <sys/vfs.h>
16101 #ifdef HAVE_SYS_STATFS_H
16102 # include <sys/statfs.h>
16105 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16107 cat >>confdefs.h
<<_ACEOF
16108 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16115 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16116 #include <sys/statvfs.h>
16119 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16121 cat >>confdefs.h
<<_ACEOF
16122 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16129 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16130 #include <dirent.h>
16133 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16135 cat >>confdefs.h
<<_ACEOF
16136 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16143 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16144 #ifdef HAVE_SYS_SOCKET_H
16145 # include <sys/socket.h>
16147 #ifdef HAVE_SYS_UN_H
16148 # include <sys/un.h>
16151 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16153 cat >>confdefs.h
<<_ACEOF
16154 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16159 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16160 #ifdef HAVE_SYS_SOCKET_H
16161 # include <sys/socket.h>
16163 #ifdef HAVE_SYS_UN_H
16164 # include <sys/un.h>
16167 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16169 cat >>confdefs.h
<<_ACEOF
16170 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16175 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16176 #ifdef HAVE_SYS_SOCKET_H
16177 # include <sys/socket.h>
16179 #ifdef HAVE_SYS_UN_H
16180 # include <sys/un.h>
16183 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16185 cat >>confdefs.h
<<_ACEOF
16186 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16193 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16194 #ifdef HAVE_SCSI_SG_H
16195 #include <scsi/sg.h>
16198 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16200 cat >>confdefs.h
<<_ACEOF
16201 #define HAVE_SCSIREQ_T_CMD 1
16206 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>
16207 #ifdef HAVE_SCSI_SG_H
16208 #include <scsi/sg.h>
16211 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16213 cat >>confdefs.h
<<_ACEOF
16214 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16221 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16223 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16225 cat >>confdefs.h
<<_ACEOF
16226 #define HAVE_SIGINFO_T_SI_FD 1
16233 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16234 #ifdef HAVE_SYS_MTIO_H
16235 #include <sys/mtio.h>
16238 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16240 cat >>confdefs.h
<<_ACEOF
16241 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16246 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16247 #ifdef HAVE_SYS_MTIO_H
16248 #include <sys/mtio.h>
16251 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16253 cat >>confdefs.h
<<_ACEOF
16254 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16259 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16260 #ifdef HAVE_SYS_MTIO_H
16261 #include <sys/mtio.h>
16264 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16266 cat >>confdefs.h
<<_ACEOF
16267 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16274 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16275 #include <getopt.h>
16278 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16280 cat >>confdefs.h
<<_ACEOF
16281 #define HAVE_STRUCT_OPTION_NAME 1
16288 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16289 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16291 cat >>confdefs.h
<<_ACEOF
16292 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16297 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16298 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16300 cat >>confdefs.h
<<_ACEOF
16301 #define HAVE_STRUCT_STAT_ST_MTIM 1
16306 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16307 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16309 cat >>confdefs.h
<<_ACEOF
16310 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16315 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16316 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16318 cat >>confdefs.h
<<_ACEOF
16319 #define HAVE_STRUCT_STAT_ST_CTIM 1
16324 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16325 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16327 cat >>confdefs.h
<<_ACEOF
16328 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16333 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16334 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16336 cat >>confdefs.h
<<_ACEOF
16337 #define HAVE_STRUCT_STAT_ST_ATIM 1
16342 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16343 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16345 cat >>confdefs.h
<<_ACEOF
16346 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16351 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16352 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16354 cat >>confdefs.h
<<_ACEOF
16355 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16360 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16361 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16363 cat >>confdefs.h
<<_ACEOF
16364 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16369 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16370 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16372 cat >>confdefs.h
<<_ACEOF
16373 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16378 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16379 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16381 cat >>confdefs.h
<<_ACEOF
16382 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16387 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16388 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16390 cat >>confdefs.h
<<_ACEOF
16391 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16398 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
16399 #include <sys/types.h>
16401 #ifdef HAVE_NETINET_IN_H
16402 #include <netinet/in.h>
16405 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16407 cat >>confdefs.h
<<_ACEOF
16408 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16415 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16416 #include <resolv.h>
16419 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16421 cat >>confdefs.h
<<_ACEOF
16422 #define HAVE_STRUCT___RES_STATE 1
16429 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
16430 #include <resolv.h>
16433 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16435 cat >>confdefs.h
<<_ACEOF
16436 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16443 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16444 #include <sys/types.h>
16446 #ifdef HAVE_NETINET_IN_H
16447 # include <netinet/in.h>
16449 #ifdef HAVE_ARPA_NAMESER_H
16450 # include <arpa/nameser.h>
16453 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16455 cat >>confdefs.h
<<_ACEOF
16456 #define HAVE_NS_MSG__MSG_PTR 1
16463 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16464 #include <sys/types.h>
16466 #ifdef HAVE_NETINET_IP_H
16467 #include <netinet/ip.h>
16469 #ifdef HAVE_NETINET_IP_ICMP_H
16470 #include <netinet/ip_icmp.h>
16472 #ifdef HAVE_NETINET_ICMP_VAR_H
16473 #include <netinet/icmp_var.h>
16476 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16478 cat >>confdefs.h
<<_ACEOF
16479 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16486 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16487 #include <sys/types.h>
16489 #ifdef HAVE_ALIAS_H
16492 #ifdef HAVE_SYS_SOCKET_H
16493 #include <sys/socket.h>
16495 #ifdef HAVE_SYS_SOCKETVAR_H
16496 #include <sys/socketvar.h>
16498 #ifdef HAVE_SYS_TIMEOUT_H
16499 #include <sys/timeout.h>
16501 #ifdef HAVE_NETINET_IN_H
16502 #include <netinet/in.h>
16504 #ifdef HAVE_NETINET_IN_SYSTM_H
16505 #include <netinet/in_systm.h>
16507 #ifdef HAVE_NETINET_IP_H
16508 #include <netinet/ip.h>
16510 #ifdef HAVE_NETINET_IP_VAR_H
16511 #include <netinet/ip_var.h>
16513 #ifdef HAVE_NETINET_IP_ICMP_H
16514 #include <netinet/ip_icmp.h>
16516 #ifdef HAVE_NETINET_ICMP_VAR_H
16517 #include <netinet/icmp_var.h>
16520 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16522 cat >>confdefs.h
<<_ACEOF
16523 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16530 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16531 #include <sys/types.h>
16533 #ifdef HAVE_SYS_SOCKETVAR_H
16534 #include <sys/socketvar.h>
16536 #ifdef HAVE_NETINET_IN_H
16537 #include <netinet/in.h>
16539 #ifdef HAVE_NETINET_IP_VAR_H
16540 #include <netinet/ip_var.h>
16543 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16545 cat >>confdefs.h
<<_ACEOF
16546 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16553 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
16554 #include <netinet/ip_var.h>
16557 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16559 cat >>confdefs.h
<<_ACEOF
16560 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16567 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16568 #include <sys/types.h>
16570 #ifdef HAVE_SYS_SOCKETVAR_H
16571 #include <sys/socketvar.h>
16573 #ifdef HAVE_NETINET_IN_H
16574 #include <netinet/in.h>
16576 #ifdef HAVE_NETINET_TCP_H
16577 #include <netinet/tcp.h>
16579 #ifdef HAVE_NETINET_TCP_VAR_H
16580 #include <netinet/tcp_var.h>
16583 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16585 cat >>confdefs.h
<<_ACEOF
16586 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16593 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
16594 #include <netinet/tcp_var.h>
16597 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16599 cat >>confdefs.h
<<_ACEOF
16600 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16607 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16608 #include <sys/types.h>
16610 #ifdef HAVE_NETINET_IN_H
16611 #include <netinet/in.h>
16613 #ifdef HAVE_NETINET_IP_VAR_H
16614 #include <netinet/ip_var.h>
16616 #ifdef HAVE_NETINET_UDP_H
16617 #include <netinet/udp.h>
16619 #ifdef HAVE_NETINET_UDP_VAR_H
16620 #include <netinet/udp_var.h>
16623 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16625 cat >>confdefs.h
<<_ACEOF
16626 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16633 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16634 #include <sys/types.h>
16636 #ifdef HAVE_NET_IF_H
16637 # include <net/if.h>
16640 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16642 cat >>confdefs.h
<<_ACEOF
16643 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16651 $as_echo_n "checking for timezone variable... " >&6; }
16652 if ${ac_cv_have_timezone+:} false
; then :
16653 $as_echo_n "(cached) " >&6
16655 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16656 /* end confdefs.h. */
16666 if ac_fn_c_try_link
"$LINENO"; then :
16667 ac_cv_have_timezone
="yes"
16669 ac_cv_have_timezone
="no"
16671 rm -f core conftest.err conftest.
$ac_objext \
16672 conftest
$ac_exeext conftest.
$ac_ext
16674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16675 $as_echo "$ac_cv_have_timezone" >&6; }
16676 if test "$ac_cv_have_timezone" = "yes"
16679 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16683 $as_echo_n "checking for daylight variable... " >&6; }
16684 if ${ac_cv_have_daylight+:} false
; then :
16685 $as_echo_n "(cached) " >&6
16687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16688 /* end confdefs.h. */
16698 if ac_fn_c_try_link
"$LINENO"; then :
16699 ac_cv_have_daylight
="yes"
16701 ac_cv_have_daylight
="no"
16703 rm -f core conftest.err conftest.
$ac_objext \
16704 conftest
$ac_exeext conftest.
$ac_ext
16706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16707 $as_echo "$ac_cv_have_daylight" >&6; }
16708 if test "$ac_cv_have_daylight" = "yes"
16711 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16715 ac_save_LIBS
="$LIBS"
16717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16718 $as_echo_n "checking for isfinite... " >&6; }
16719 if ${ac_cv_have_isfinite+:} false
; then :
16720 $as_echo_n "(cached) " >&6
16722 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16723 /* end confdefs.h. */
16724 #define _GNU_SOURCE
16729 float f = 0.0; return isfinite(f)
16734 if ac_fn_c_try_link
"$LINENO"; then :
16735 ac_cv_have_isfinite
="yes"
16737 ac_cv_have_isfinite
="no"
16739 rm -f core conftest.err conftest.
$ac_objext \
16740 conftest
$ac_exeext conftest.
$ac_ext
16742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16743 $as_echo "$ac_cv_have_isfinite" >&6; }
16744 if test "$ac_cv_have_isfinite" = "yes"
16747 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16752 $as_echo_n "checking for isinf... " >&6; }
16753 if ${ac_cv_have_isinf+:} false
; then :
16754 $as_echo_n "(cached) " >&6
16756 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16757 /* end confdefs.h. */
16762 float f = 0.0; return isinf(f)
16767 if ac_fn_c_try_link
"$LINENO"; then :
16768 ac_cv_have_isinf
="yes"
16770 ac_cv_have_isinf
="no"
16772 rm -f core conftest.err conftest.
$ac_objext \
16773 conftest
$ac_exeext conftest.
$ac_ext
16775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16776 $as_echo "$ac_cv_have_isinf" >&6; }
16777 if test "$ac_cv_have_isinf" = "yes"
16780 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16785 $as_echo_n "checking for isnan... " >&6; }
16786 if ${ac_cv_have_isnan+:} false
; then :
16787 $as_echo_n "(cached) " >&6
16789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16790 /* end confdefs.h. */
16795 float f = 0.0; return isnan(f)
16800 if ac_fn_c_try_link
"$LINENO"; then :
16801 ac_cv_have_isnan
="yes"
16803 ac_cv_have_isnan
="no"
16805 rm -f core conftest.err conftest.
$ac_objext \
16806 conftest
$ac_exeext conftest.
$ac_ext
16808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16809 $as_echo "$ac_cv_have_isnan" >&6; }
16810 if test "$ac_cv_have_isnan" = "yes"
16813 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16842 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16843 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16844 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16845 cat >>confdefs.h
<<_ACEOF
16846 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16852 LIBS
="$ac_save_LIBS"
16854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16855 $as_echo_n "checking for __builtin_clz... " >&6; }
16856 if ${ac_cv_have___builtin_clz+:} false
; then :
16857 $as_echo_n "(cached) " >&6
16859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16860 /* end confdefs.h. */
16865 return __builtin_clz(1)
16870 if ac_fn_c_try_link
"$LINENO"; then :
16871 ac_cv_have___builtin_clz
="yes"
16873 ac_cv_have___builtin_clz
="no"
16875 rm -f core conftest.err conftest.
$ac_objext \
16876 conftest
$ac_exeext conftest.
$ac_ext
16878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16879 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16880 if test "$ac_cv_have___builtin_clz" = "yes"
16883 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16889 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16890 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16891 if ${ac_cv_cpp_def___i386__+:} false
; then :
16892 $as_echo_n "(cached) " >&6
16894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16895 /* end confdefs.h. */
16900 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16901 $EGREP "yes" >/dev
/null
2>&1; then :
16902 ac_cv_cpp_def___i386__
=yes
16904 ac_cv_cpp_def___i386__
=no
16909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16910 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16911 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16912 CFLAGS
="$CFLAGS -D__i386__"
16913 LINTFLAGS
="$LINTFLAGS -D__i386__"
16915 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16916 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16917 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16918 $as_echo_n "(cached) " >&6
16920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16921 /* end confdefs.h. */
16926 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16927 $EGREP "yes" >/dev
/null
2>&1; then :
16928 ac_cv_cpp_def___x86_64__
=yes
16930 ac_cv_cpp_def___x86_64__
=no
16935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16936 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16937 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16938 CFLAGS
="$CFLAGS -D__x86_64__"
16939 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16941 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16942 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16943 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16944 $as_echo_n "(cached) " >&6
16946 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16947 /* end confdefs.h. */
16948 #ifndef __sparc64__
16952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16953 $EGREP "yes" >/dev
/null
2>&1; then :
16954 ac_cv_cpp_def___sparc64__
=yes
16956 ac_cv_cpp_def___sparc64__
=no
16961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16962 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16963 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16964 CFLAGS
="$CFLAGS -D__sparc64__"
16965 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16967 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16968 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16969 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16970 $as_echo_n "(cached) " >&6
16972 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16973 /* end confdefs.h. */
16978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16979 $EGREP "yes" >/dev
/null
2>&1; then :
16980 ac_cv_cpp_def___sparc__
=yes
16982 ac_cv_cpp_def___sparc__
=no
16987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16988 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16989 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16990 CFLAGS
="$CFLAGS -D__sparc__"
16991 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16993 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16994 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16995 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16996 $as_echo_n "(cached) " >&6
16998 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16999 /* end confdefs.h. */
17000 #ifndef __powerpc64__
17004 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17005 $EGREP "yes" >/dev
/null
2>&1; then :
17006 ac_cv_cpp_def___powerpc64__
=yes
17008 ac_cv_cpp_def___powerpc64__
=no
17013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17014 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17015 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17016 CFLAGS
="$CFLAGS -D__powerpc64__"
17017 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17019 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17020 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17021 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17022 $as_echo_n "(cached) " >&6
17024 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17025 /* end confdefs.h. */
17026 #ifndef __powerpc__
17030 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17031 $EGREP "yes" >/dev
/null
2>&1; then :
17032 ac_cv_cpp_def___powerpc__
=yes
17034 ac_cv_cpp_def___powerpc__
=no
17039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17040 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17041 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17042 CFLAGS
="$CFLAGS -D__powerpc__"
17043 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17045 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17046 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17047 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17048 $as_echo_n "(cached) " >&6
17050 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17051 /* end confdefs.h. */
17052 #ifndef __aarch64__
17056 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17057 $EGREP "yes" >/dev
/null
2>&1; then :
17058 ac_cv_cpp_def___aarch64__
=yes
17060 ac_cv_cpp_def___aarch64__
=no
17065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17066 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17067 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17068 CFLAGS
="$CFLAGS -D__aarch64__"
17069 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17071 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17072 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17073 if ${ac_cv_cpp_def___arm__+:} false
; then :
17074 $as_echo_n "(cached) " >&6
17076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17077 /* end confdefs.h. */
17082 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17083 $EGREP "yes" >/dev
/null
2>&1; then :
17084 ac_cv_cpp_def___arm__
=yes
17086 ac_cv_cpp_def___arm__
=no
17091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17092 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17093 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17094 CFLAGS
="$CFLAGS -D__arm__"
17095 LINTFLAGS
="$LINTFLAGS -D__arm__"
17099 case $host_vendor in
17100 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17101 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17102 if ${ac_cv_cpp_def___sun__+:} false
; then :
17103 $as_echo_n "(cached) " >&6
17105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17106 /* end confdefs.h. */
17111 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17112 $EGREP "yes" >/dev
/null
2>&1; then :
17113 ac_cv_cpp_def___sun__
=yes
17115 ac_cv_cpp_def___sun__
=no
17120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17121 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17122 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17123 CFLAGS
="$CFLAGS -D__sun__"
17124 LINTFLAGS
="$LINTFLAGS -D__sun__"
17132 ac_config_commands
="$ac_config_commands include/stamp-h"
17134 $as_echo_n "creating Makefile rules..." >&6
17136 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17137 SOCKET_LIBS = $SOCKET_LIBS
17138 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17139 IOKIT_LIBS = $IOKIT_LIBS
17140 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17141 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17142 CORESERVICES_LIBS = $CORESERVICES_LIBS
17143 APPKIT_LIBS = $APPKIT_LIBS
17144 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17145 SECURITY_LIBS = $SECURITY_LIBS
17146 COREAUDIO_LIBS = $COREAUDIO_LIBS
17147 OPENAL_LIBS = $OPENAL_LIBS
17148 OPENCL_LIBS = $OPENCL_LIBS
17149 QUICKTIME_LIBS = $QUICKTIME_LIBS
17150 CARBON_LIBS = $CARBON_LIBS
17151 PTHREAD_LIBS = $PTHREAD_LIBS
17152 X_CFLAGS = $X_CFLAGS
17153 X_PRE_LIBS = $X_PRE_LIBS
17155 X_EXTRA_LIBS = $X_EXTRA_LIBS
17156 PCAP_LIBS = $PCAP_LIBS
17157 XML2_CFLAGS = $XML2_CFLAGS
17158 XML2_LIBS = $XML2_LIBS
17159 XSLT_CFLAGS = $XSLT_CFLAGS
17160 XSLT_LIBS = $XSLT_LIBS
17161 DBUS_CFLAGS = $DBUS_CFLAGS
17162 DBUS_LIBS = $DBUS_LIBS
17163 HAL_CFLAGS = $HAL_CFLAGS
17164 HAL_LIBS = $HAL_LIBS
17165 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17166 GNUTLS_LIBS = $GNUTLS_LIBS
17167 SANE_CFLAGS = $SANE_CFLAGS
17168 SANE_LIBS = $SANE_LIBS
17169 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17170 GPHOTO2_LIBS = $GPHOTO2_LIBS
17171 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17172 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17173 RESOLV_LIBS = $RESOLV_LIBS
17174 LCMS2_CFLAGS = $LCMS2_CFLAGS
17175 LCMS2_LIBS = $LCMS2_LIBS
17176 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17177 FREETYPE_LIBS = $FREETYPE_LIBS
17179 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17180 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17181 GSTREAMER_LIBS = $GSTREAMER_LIBS
17182 ALSA_LIBS = $ALSA_LIBS
17183 OSS4_CFLAGS = $OSS4_CFLAGS
17184 CAPI20_CFLAGS = $CAPI20_CFLAGS
17185 CAPI20_LIBS = $CAPI20_LIBS
17186 CUPS_CFLAGS = $CUPS_CFLAGS
17187 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17188 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17189 JPEG_CFLAGS = $JPEG_CFLAGS
17190 JPEG_LIBS = $JPEG_LIBS
17191 PNG_CFLAGS = $PNG_CFLAGS
17192 PNG_LIBS = $PNG_LIBS
17193 TIFF_CFLAGS = $TIFF_CFLAGS
17194 TIFF_LIBS = $TIFF_LIBS
17195 MPG123_CFLAGS = $MPG123_CFLAGS
17196 MPG123_LIBS = $MPG123_LIBS
17197 KSTAT_LIBS = $KSTAT_LIBS
17198 PROCSTAT_LIBS = $PROCSTAT_LIBS
17199 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17201 POLL_LIBS = $POLL_LIBS
17203 LDAP_LIBS = $LDAP_LIBS
17208 wine_fn_append_rule
"
17209 # Rules automatically generated by configure
17211 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17216 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17217 @./config.status Make.tmp Makefile"
17219 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17220 .gitignore: config.status
17221 @./config.status .gitignore"
17223 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17224 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17226 if test "x$enable_fonts" != xno
; then
17227 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17228 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17229 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17230 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17231 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17232 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17234 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17235 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17236 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17237 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17238 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17239 wine_fn_config_symlink wine
17240 if test "x$enable_win64" != xno
; then
17241 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17242 wine_fn_config_symlink wine64
17245 wine_fn_config_dll acledit enable_acledit
17246 wine_fn_config_dll aclui enable_aclui implib
17247 wine_fn_config_dll activeds enable_activeds implib
17248 wine_fn_config_dll actxprxy enable_actxprxy clean
17249 wine_fn_config_lib adsiid
17250 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17251 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17252 wine_fn_config_dll advpack enable_advpack implib
17253 wine_fn_config_test dlls
/advpack
/tests advpack_test
17254 wine_fn_config_dll amstream enable_amstream clean
17255 wine_fn_config_test dlls
/amstream
/tests amstream_test
17256 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17257 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17258 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17259 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17260 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17261 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17262 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17263 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17264 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17265 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17266 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17267 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17268 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17269 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17270 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17271 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17272 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17273 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17274 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17275 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17276 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17277 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17278 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17279 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17280 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17281 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17282 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17283 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17284 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17285 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17286 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17287 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17288 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17289 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17290 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17291 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17292 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17293 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17294 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17295 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17296 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17298 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17299 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17300 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17301 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17302 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17303 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17304 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17305 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17306 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17307 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17308 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17309 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17310 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17311 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17312 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17313 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17314 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17315 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17316 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17317 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17318 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17319 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17320 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17321 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17322 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17323 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17324 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17325 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17326 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17327 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17328 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17329 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17330 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17331 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17332 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17333 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17334 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17335 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17336 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17337 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17338 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17339 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17340 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17341 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17342 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17343 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17344 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17345 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17346 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17347 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17348 wine_fn_config_dll apphelp enable_apphelp
17349 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17350 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17351 wine_fn_config_dll atl enable_atl clean
,implib
17352 wine_fn_config_test dlls
/atl
/tests atl_test
17353 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17354 wine_fn_config_test dlls
/atl100
/tests atl100_test
17355 wine_fn_config_dll atl110 enable_atl110 clean
17356 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17357 wine_fn_config_test dlls
/atl80
/tests atl80_test
17358 wine_fn_config_dll atl90 enable_atl90 clean
17359 wine_fn_config_dll authz enable_authz
17360 wine_fn_config_dll avicap32 enable_avicap32 implib
17361 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17362 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17363 wine_fn_config_dll avifile.dll16 enable_win16
17364 wine_fn_config_dll avrt enable_avrt implib
17365 wine_fn_config_dll bcrypt enable_bcrypt
17366 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17367 wine_fn_config_dll browseui enable_browseui clean
,po
17368 wine_fn_config_test dlls
/browseui
/tests browseui_test
17369 wine_fn_config_dll cabinet enable_cabinet implib
17370 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17371 wine_fn_config_dll capi2032 enable_capi2032 implib
17372 wine_fn_config_dll cards enable_cards implib
17373 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17374 wine_fn_config_dll clusapi enable_clusapi implib
17375 wine_fn_config_dll combase enable_combase
17376 wine_fn_config_test dlls
/combase
/tests combase_test
17377 wine_fn_config_dll comcat enable_comcat
17378 wine_fn_config_test dlls
/comcat
/tests comcat_test
17379 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17380 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17381 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17382 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17383 wine_fn_config_dll
comm.drv16 enable_win16
17384 wine_fn_config_dll commdlg.dll16 enable_win16
17385 wine_fn_config_dll compobj.dll16 enable_win16
17386 wine_fn_config_dll compstui enable_compstui implib
17387 wine_fn_config_dll comsvcs enable_comsvcs implib
17388 wine_fn_config_dll connect enable_connect
17389 wine_fn_config_dll credui enable_credui implib
,po
17390 wine_fn_config_test dlls
/credui
/tests credui_test
17391 wine_fn_config_dll crtdll enable_crtdll implib
17392 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17393 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17394 wine_fn_config_dll cryptdlg enable_cryptdlg po
17395 wine_fn_config_dll cryptdll enable_cryptdll implib
17396 wine_fn_config_dll cryptext enable_cryptext
17397 wine_fn_config_dll cryptnet enable_cryptnet implib
17398 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17399 wine_fn_config_dll cryptui enable_cryptui implib
,po
17400 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17401 wine_fn_config_dll ctapi32 enable_ctapi32
17402 wine_fn_config_dll ctl3d.dll16 enable_win16
17403 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17404 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17405 wine_fn_config_dll d2d1 enable_d2d1 implib
17406 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17407 wine_fn_config_dll d3d10 enable_d3d10 implib
17408 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17409 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17410 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17411 wine_fn_config_dll d3d10core enable_d3d10core implib
17412 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17413 wine_fn_config_dll d3d11 enable_d3d11 implib
17414 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17415 wine_fn_config_dll d3d8 enable_d3d8 implib
17416 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17417 wine_fn_config_dll d3d9 enable_d3d9 implib
17418 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17419 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17420 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17421 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17422 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17423 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17424 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17425 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17426 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17427 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17428 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17429 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17430 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17431 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17432 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17433 wine_fn_config_dll d3dim enable_d3dim implib
17434 wine_fn_config_dll d3drm enable_d3drm implib
17435 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17436 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17437 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17438 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17439 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17440 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17441 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17442 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17443 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17444 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17445 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17446 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17447 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17448 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17449 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17450 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17451 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17452 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17453 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17454 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17455 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17456 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17457 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17458 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17459 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17460 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17461 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17462 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17463 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17464 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17465 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17466 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17467 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17468 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17469 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17470 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17471 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17472 wine_fn_config_dll davclnt enable_davclnt
17473 wine_fn_config_dll dbgeng enable_dbgeng implib
17474 wine_fn_config_dll dbghelp enable_dbghelp implib
17475 wine_fn_config_dll dciman32 enable_dciman32 implib
17476 wine_fn_config_dll ddeml.dll16 enable_win16
17477 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17478 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17479 wine_fn_config_dll ddrawex enable_ddrawex clean
17480 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17481 wine_fn_config_dll devenum enable_devenum clean
,po
17482 wine_fn_config_test dlls
/devenum
/tests devenum_test
17483 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17484 wine_fn_config_dll difxapi enable_difxapi
17485 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17486 wine_fn_config_test dlls
/dinput
/tests dinput_test
17487 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17488 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17489 wine_fn_config_dll dispdib.dll16 enable_win16
17490 wine_fn_config_dll dispex enable_dispex clean
17491 wine_fn_config_test dlls
/dispex
/tests dispex_test
17492 wine_fn_config_dll display.drv16 enable_win16
17493 wine_fn_config_dll dmband enable_dmband clean
17494 wine_fn_config_test dlls
/dmband
/tests dmband_test
17495 wine_fn_config_dll dmcompos enable_dmcompos clean
17496 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17497 wine_fn_config_dll dmime enable_dmime clean
17498 wine_fn_config_test dlls
/dmime
/tests dmime_test
17499 wine_fn_config_dll dmloader enable_dmloader clean
17500 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17501 wine_fn_config_dll dmscript enable_dmscript clean
17502 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17503 wine_fn_config_dll dmstyle enable_dmstyle clean
17504 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17505 wine_fn_config_dll dmsynth enable_dmsynth clean
17506 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17507 wine_fn_config_dll dmusic enable_dmusic clean
17508 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17509 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17510 wine_fn_config_dll dnsapi enable_dnsapi implib
17511 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17512 wine_fn_config_dll dplay enable_dplay implib
17513 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17514 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17515 wine_fn_config_dll dpnaddr enable_dpnaddr
17516 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17517 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17518 wine_fn_config_dll dpnhpast enable_dpnhpast
17519 wine_fn_config_dll dpnlobby enable_dpnlobby
17520 wine_fn_config_dll dpvoice enable_dpvoice clean
17521 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17522 wine_fn_config_dll dpwsockx enable_dpwsockx
17523 wine_fn_config_dll drmclien enable_drmclien
17524 wine_fn_config_dll dsound enable_dsound clean
,implib
17525 wine_fn_config_test dlls
/dsound
/tests dsound_test
17526 wine_fn_config_dll dssenh enable_dssenh
17527 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17528 wine_fn_config_dll dswave enable_dswave clean
17529 wine_fn_config_test dlls
/dswave
/tests dswave_test
17530 wine_fn_config_dll dwmapi enable_dwmapi implib
17531 wine_fn_config_dll dwrite enable_dwrite implib
17532 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17533 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17534 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17535 wine_fn_config_lib dxerr8
17536 wine_fn_config_lib dxerr9
17537 wine_fn_config_dll dxgi enable_dxgi implib
17538 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17539 wine_fn_config_lib dxguid
17540 wine_fn_config_dll dxva2 enable_dxva2
17541 wine_fn_config_dll esent enable_esent
17542 wine_fn_config_dll evr enable_evr
17543 wine_fn_config_dll explorerframe enable_explorerframe clean
17544 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17545 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17546 wine_fn_config_dll faultrep enable_faultrep implib
17547 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17548 wine_fn_config_dll fltlib enable_fltlib
17549 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17550 wine_fn_config_dll fntcache enable_fntcache
17551 wine_fn_config_dll fontsub enable_fontsub
17552 wine_fn_config_dll fusion enable_fusion
17553 wine_fn_config_test dlls
/fusion
/tests fusion_test
17554 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17555 wine_fn_config_dll gameux enable_gameux clean
17556 wine_fn_config_test dlls
/gameux
/tests gameux_test
17557 wine_fn_config_dll gdi.exe16 enable_win16
17558 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17559 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17560 wine_fn_config_dll gdiplus enable_gdiplus implib
17561 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17562 wine_fn_config_dll glu32 enable_glu32 implib
17563 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17564 wine_fn_config_dll gpkcsp enable_gpkcsp
17565 wine_fn_config_dll hal enable_hal
17566 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17567 wine_fn_config_dll hid enable_hid implib
17568 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17569 wine_fn_config_dll hlink enable_hlink clean
,implib
17570 wine_fn_config_test dlls
/hlink
/tests hlink_test
17571 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17572 wine_fn_config_dll httpapi enable_httpapi
17573 wine_fn_config_dll iccvid enable_iccvid po
17574 wine_fn_config_dll icmp enable_icmp
17575 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17576 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17577 wine_fn_config_dll ifsmgr.vxd enable_win16
17578 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17579 wine_fn_config_dll imagehlp enable_imagehlp implib
17580 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17581 wine_fn_config_dll imm.dll16 enable_win16
17582 wine_fn_config_dll imm32 enable_imm32 implib
17583 wine_fn_config_test dlls
/imm32
/tests imm32_test
17584 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17585 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17586 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17587 wine_fn_config_dll inetmib1 enable_inetmib1
17588 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17589 wine_fn_config_dll infosoft enable_infosoft clean
17590 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17591 wine_fn_config_dll initpki enable_initpki
17592 wine_fn_config_dll inkobj enable_inkobj
17593 wine_fn_config_dll inseng enable_inseng clean
17594 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17595 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17596 wine_fn_config_dll itircl enable_itircl
17597 wine_fn_config_dll itss enable_itss clean
17598 wine_fn_config_test dlls
/itss
/tests itss_test
17599 wine_fn_config_dll joy.cpl enable_joy_cpl po
17600 wine_fn_config_dll jscript enable_jscript clean
,po
17601 wine_fn_config_test dlls
/jscript
/tests jscript_test
17602 wine_fn_config_dll jsproxy enable_jsproxy implib
17603 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17604 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17605 wine_fn_config_dll keyboard.drv16 enable_win16
17606 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17607 wine_fn_config_dll ksuser enable_ksuser
17608 wine_fn_config_dll ktmw32 enable_ktmw32
17609 wine_fn_config_dll loadperf enable_loadperf implib
17610 wine_fn_config_dll localspl enable_localspl po
17611 wine_fn_config_test dlls
/localspl
/tests localspl_test
17612 wine_fn_config_dll localui enable_localui po
17613 wine_fn_config_test dlls
/localui
/tests localui_test
17614 wine_fn_config_dll lz32 enable_lz32 implib
17615 wine_fn_config_test dlls
/lz32
/tests lz32_test
17616 wine_fn_config_dll lzexpand.dll16 enable_win16
17617 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17618 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17619 wine_fn_config_dll mapistub enable_mapistub
17620 wine_fn_config_dll mciavi32 enable_mciavi32
17621 wine_fn_config_dll mcicda enable_mcicda
17622 wine_fn_config_dll mciqtz32 enable_mciqtz32
17623 wine_fn_config_dll mciseq enable_mciseq
17624 wine_fn_config_dll mciwave enable_mciwave
17625 wine_fn_config_dll mf enable_mf
17626 wine_fn_config_dll mfplat enable_mfplat
17627 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17628 wine_fn_config_dll mgmtapi enable_mgmtapi
17629 wine_fn_config_dll midimap enable_midimap
17630 wine_fn_config_dll mlang enable_mlang clean
,implib
17631 wine_fn_config_test dlls
/mlang
/tests mlang_test
17632 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17633 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17634 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17635 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17636 wine_fn_config_dll mmdevldr.vxd enable_win16
17637 wine_fn_config_dll mmsystem.dll16 enable_win16
17638 wine_fn_config_dll monodebg.vxd enable_win16
17639 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17640 wine_fn_config_dll mouse.drv16 enable_win16
17641 wine_fn_config_dll mpr enable_mpr implib
,po
17642 wine_fn_config_test dlls
/mpr
/tests mpr_test
17643 wine_fn_config_dll mprapi enable_mprapi implib
17644 wine_fn_config_dll msacm.dll16 enable_win16
17645 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17646 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17647 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17648 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17649 wine_fn_config_dll msasn1 enable_msasn1 implib
17650 wine_fn_config_dll mscat32 enable_mscat32
17651 wine_fn_config_dll mscms enable_mscms implib
17652 wine_fn_config_test dlls
/mscms
/tests mscms_test
17653 wine_fn_config_dll mscoree enable_mscoree clean
17654 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17655 wine_fn_config_dll msctf enable_msctf clean
17656 wine_fn_config_test dlls
/msctf
/tests msctf_test
17657 wine_fn_config_dll msctfp enable_msctfp clean
17658 wine_fn_config_dll msdaps enable_msdaps clean
17659 wine_fn_config_dll msdelta enable_msdelta
17660 wine_fn_config_dll msdmo enable_msdmo implib
17661 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17662 wine_fn_config_dll msftedit enable_msftedit
17663 wine_fn_config_dll msg711.acm enable_msg711_acm
17664 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17665 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17666 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17667 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17668 wine_fn_config_dll msi enable_msi clean
,implib
,po
17669 wine_fn_config_test dlls
/msi
/tests msi_test
17670 wine_fn_config_dll msident enable_msident clean
17671 wine_fn_config_dll msimg32 enable_msimg32 implib
17672 wine_fn_config_dll msimsg enable_msimsg
17673 wine_fn_config_dll msimtf enable_msimtf clean
17674 wine_fn_config_dll msisip enable_msisip
17675 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17676 wine_fn_config_dll msls31 enable_msls31
17677 wine_fn_config_dll msnet32 enable_msnet32
17678 wine_fn_config_dll mspatcha enable_mspatcha implib
17679 wine_fn_config_dll msrle32 enable_msrle32 po
17680 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17681 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17682 wine_fn_config_dll mssign32 enable_mssign32
17683 wine_fn_config_dll mssip32 enable_mssip32
17684 wine_fn_config_dll mstask enable_mstask clean
17685 wine_fn_config_test dlls
/mstask
/tests mstask_test
17686 wine_fn_config_dll msvcirt enable_msvcirt
17687 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17688 wine_fn_config_dll msvcm80 enable_msvcm80
17689 wine_fn_config_dll msvcm90 enable_msvcm90
17690 wine_fn_config_dll msvcp100 enable_msvcp100
17691 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17692 wine_fn_config_dll msvcp110 enable_msvcp110
17693 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17694 wine_fn_config_dll msvcp120 enable_msvcp120
17695 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17696 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17697 wine_fn_config_dll msvcp60 enable_msvcp60
17698 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17699 wine_fn_config_dll msvcp70 enable_msvcp70
17700 wine_fn_config_dll msvcp71 enable_msvcp71
17701 wine_fn_config_dll msvcp80 enable_msvcp80
17702 wine_fn_config_dll msvcp90 enable_msvcp90
17703 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17704 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17705 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17706 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17707 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17708 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17709 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17710 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17711 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17712 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17713 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17714 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17715 wine_fn_config_dll msvcrt enable_msvcrt implib
17716 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17717 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17718 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17719 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17720 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17721 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17722 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17723 wine_fn_config_dll msvidc32 enable_msvidc32 po
17724 wine_fn_config_dll msvideo.dll16 enable_win16
17725 wine_fn_config_dll mswsock enable_mswsock implib
17726 wine_fn_config_dll msxml enable_msxml clean
17727 wine_fn_config_dll msxml2 enable_msxml2 clean
17728 wine_fn_config_dll msxml3 enable_msxml3 clean
17729 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17730 wine_fn_config_dll msxml4 enable_msxml4 clean
17731 wine_fn_config_dll msxml6 enable_msxml6 clean
17732 wine_fn_config_dll nddeapi enable_nddeapi implib
17733 wine_fn_config_dll ndis.sys enable_ndis_sys
17734 wine_fn_config_dll netapi32 enable_netapi32 implib
17735 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17736 wine_fn_config_dll netcfgx enable_netcfgx clean
17737 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17738 wine_fn_config_dll netprofm enable_netprofm clean
17739 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17740 wine_fn_config_dll newdev enable_newdev implib
17741 wine_fn_config_dll normaliz enable_normaliz implib
17742 wine_fn_config_dll npmshtml enable_npmshtml
17743 wine_fn_config_dll npptools enable_npptools
17744 wine_fn_config_dll ntdll enable_ntdll implib
17745 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17746 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17747 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17748 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17749 wine_fn_config_dll ntprint enable_ntprint
17750 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17751 wine_fn_config_dll objsel enable_objsel clean
17752 wine_fn_config_dll odbc32 enable_odbc32 implib
17753 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17754 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17755 wine_fn_config_dll odbccu32 enable_odbccu32
17756 wine_fn_config_dll ole2.dll16 enable_win16
17757 wine_fn_config_dll ole2conv.dll16 enable_win16
17758 wine_fn_config_dll ole2disp.dll16 enable_win16
17759 wine_fn_config_dll ole2nls.dll16 enable_win16
17760 wine_fn_config_dll ole2prox.dll16 enable_win16
17761 wine_fn_config_dll ole2thk.dll16 enable_win16
17762 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17763 wine_fn_config_test dlls
/ole32
/tests ole32_test
17764 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17765 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17766 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17767 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17768 wine_fn_config_dll olecli.dll16 enable_win16
17769 wine_fn_config_dll olecli32 enable_olecli32 implib
17770 wine_fn_config_dll oledb32 enable_oledb32 clean
17771 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17772 wine_fn_config_dll oledlg enable_oledlg implib
,po
17773 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17774 wine_fn_config_dll olepro32 enable_olepro32 implib
17775 wine_fn_config_dll olesvr.dll16 enable_win16
17776 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17777 wine_fn_config_dll olethk32 enable_olethk32
17778 wine_fn_config_dll openal32 enable_openal32
17779 wine_fn_config_dll opencl enable_opencl
17780 wine_fn_config_dll opengl32 enable_opengl32 implib
17781 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17782 wine_fn_config_dll packager enable_packager clean
17783 wine_fn_config_test dlls
/packager
/tests packager_test
17784 wine_fn_config_dll pdh enable_pdh implib
17785 wine_fn_config_test dlls
/pdh
/tests pdh_test
17786 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17787 wine_fn_config_dll pidgen enable_pidgen
17788 wine_fn_config_dll powrprof enable_powrprof implib
17789 wine_fn_config_dll printui enable_printui
17790 wine_fn_config_dll prntvpt enable_prntvpt
17791 wine_fn_config_dll propsys enable_propsys clean
,implib
17792 wine_fn_config_test dlls
/propsys
/tests propsys_test
17793 wine_fn_config_dll psapi enable_psapi implib
17794 wine_fn_config_test dlls
/psapi
/tests psapi_test
17795 wine_fn_config_dll pstorec enable_pstorec clean
17796 wine_fn_config_dll qcap enable_qcap
17797 wine_fn_config_test dlls
/qcap
/tests qcap_test
17798 wine_fn_config_dll qedit enable_qedit clean
17799 wine_fn_config_test dlls
/qedit
/tests qedit_test
17800 wine_fn_config_dll qmgr enable_qmgr clean
17801 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17802 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17803 wine_fn_config_dll quartz enable_quartz clean
,implib
17804 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17805 wine_fn_config_dll query enable_query
17806 wine_fn_config_dll rasapi16.dll16 enable_win16
17807 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17808 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17809 wine_fn_config_dll rasdlg enable_rasdlg implib
17810 wine_fn_config_dll regapi enable_regapi
17811 wine_fn_config_dll resutils enable_resutils implib
17812 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17813 wine_fn_config_test dlls
/riched20
/tests riched20_test
17814 wine_fn_config_dll riched32 enable_riched32
17815 wine_fn_config_test dlls
/riched32
/tests riched32_test
17816 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17817 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17818 wine_fn_config_dll rsabase enable_rsabase
17819 wine_fn_config_dll rsaenh enable_rsaenh implib
17820 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17821 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17822 wine_fn_config_dll rtutils enable_rtutils implib
17823 wine_fn_config_dll samlib enable_samlib
17824 wine_fn_config_dll sane.ds enable_sane_ds po
17825 wine_fn_config_dll scarddlg enable_scarddlg
17826 wine_fn_config_dll sccbase enable_sccbase
17827 wine_fn_config_dll schannel enable_schannel
17828 wine_fn_config_test dlls
/schannel
/tests schannel_test
17829 wine_fn_config_dll schedsvc enable_schedsvc clean
17830 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17831 wine_fn_config_dll scrrun enable_scrrun clean
17832 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17833 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17834 wine_fn_config_dll secur32 enable_secur32 implib
17835 wine_fn_config_test dlls
/secur32
/tests secur32_test
17836 wine_fn_config_dll security enable_security
17837 wine_fn_config_dll sensapi enable_sensapi implib
17838 wine_fn_config_dll serialui enable_serialui implib
,po
17839 wine_fn_config_test dlls
/serialui
/tests serialui_test
17840 wine_fn_config_dll setupapi enable_setupapi implib
,po
17841 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17842 wine_fn_config_dll setupx.dll16 enable_win16
17843 wine_fn_config_dll sfc enable_sfc implib
17844 wine_fn_config_dll sfc_os enable_sfc_os implib
17845 wine_fn_config_dll shdoclc enable_shdoclc po
17846 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17847 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17848 wine_fn_config_dll shell.dll16 enable_win16
17849 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17850 wine_fn_config_test dlls
/shell32
/tests shell32_test
17851 wine_fn_config_dll shfolder enable_shfolder implib
17852 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17853 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17854 wine_fn_config_dll slbcsp enable_slbcsp
17855 wine_fn_config_dll slc enable_slc implib
17856 wine_fn_config_test dlls
/slc
/tests slc_test
17857 wine_fn_config_dll snmpapi enable_snmpapi implib
17858 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17859 wine_fn_config_dll softpub enable_softpub
17860 wine_fn_config_dll sound.drv16 enable_win16
17861 wine_fn_config_dll spoolss enable_spoolss implib
17862 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17863 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17864 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17865 wine_fn_config_dll sti enable_sti clean
,implib
17866 wine_fn_config_test dlls
/sti
/tests sti_test
17867 wine_fn_config_dll storage.dll16 enable_win16
17868 wine_fn_config_dll stress.dll16 enable_win16
17869 wine_fn_config_lib strmbase
17870 wine_fn_config_lib strmiids
17871 wine_fn_config_dll svrapi enable_svrapi
17872 wine_fn_config_dll sxs enable_sxs implib
17873 wine_fn_config_test dlls
/sxs
/tests sxs_test
17874 wine_fn_config_dll system.drv16 enable_win16
17875 wine_fn_config_dll t2embed enable_t2embed
17876 wine_fn_config_dll tapi32 enable_tapi32 implib
17877 wine_fn_config_dll taskschd enable_taskschd clean
17878 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17879 wine_fn_config_dll toolhelp.dll16 enable_win16
17880 wine_fn_config_dll traffic enable_traffic
17881 wine_fn_config_dll twain.dll16 enable_win16
17882 wine_fn_config_dll twain_32 enable_twain_32
17883 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17884 wine_fn_config_dll typelib.dll16 enable_win16
17885 wine_fn_config_dll ucrtbase enable_ucrtbase
17886 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17887 wine_fn_config_dll unicows enable_unicows implib
17888 wine_fn_config_dll updspapi enable_updspapi
17889 wine_fn_config_dll url enable_url implib
17890 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17891 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17892 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17893 wine_fn_config_dll user.exe16 enable_win16
17894 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17895 wine_fn_config_test dlls
/user32
/tests user32_test
17896 wine_fn_config_dll userenv enable_userenv implib
17897 wine_fn_config_test dlls
/userenv
/tests userenv_test
17898 wine_fn_config_dll usp10 enable_usp10 implib
17899 wine_fn_config_test dlls
/usp10
/tests usp10_test
17900 wine_fn_config_lib uuid
17901 wine_fn_config_dll uxtheme enable_uxtheme implib
17902 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17903 wine_fn_config_dll vbscript enable_vbscript clean
17904 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17905 wine_fn_config_dll vcomp enable_vcomp
17906 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17907 wine_fn_config_dll vcomp100 enable_vcomp100
17908 wine_fn_config_dll vcomp110 enable_vcomp110
17909 wine_fn_config_dll vcomp120 enable_vcomp120
17910 wine_fn_config_dll vcomp90 enable_vcomp90
17911 wine_fn_config_dll vcruntime140 enable_vcruntime140
17912 wine_fn_config_dll vdhcp.vxd enable_win16
17913 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17914 wine_fn_config_dll ver.dll16 enable_win16
17915 wine_fn_config_dll version enable_version implib
17916 wine_fn_config_test dlls
/version
/tests version_test
17917 wine_fn_config_dll vmm.vxd enable_win16
17918 wine_fn_config_dll vnbt.vxd enable_win16
17919 wine_fn_config_dll vnetbios.vxd enable_win16
17920 wine_fn_config_dll vssapi enable_vssapi
17921 wine_fn_config_dll vtdapi.vxd enable_win16
17922 wine_fn_config_dll vwin32.vxd enable_win16
17923 wine_fn_config_dll w32skrnl enable_win16
17924 wine_fn_config_dll w32sys.dll16 enable_win16
17925 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17926 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17927 wine_fn_config_dll wbemprox enable_wbemprox clean
17928 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17929 wine_fn_config_dll webservices enable_webservices implib
17930 wine_fn_config_test dlls
/webservices
/tests webservices_test
17931 wine_fn_config_dll wer enable_wer implib
17932 wine_fn_config_test dlls
/wer
/tests wer_test
17933 wine_fn_config_dll wevtapi enable_wevtapi
17934 wine_fn_config_dll wiaservc enable_wiaservc clean
17935 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
17936 wine_fn_config_dll wimgapi enable_wimgapi
17937 wine_fn_config_dll win32s16.dll16 enable_win16
17938 wine_fn_config_dll win87em.dll16 enable_win16
17939 wine_fn_config_dll winaspi.dll16 enable_win16
17940 wine_fn_config_dll windebug.dll16 enable_win16
17941 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17942 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17943 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17944 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17945 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17946 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17947 wine_fn_config_lib winecrt0
17948 wine_fn_config_dll wined3d enable_wined3d implib
17949 wine_fn_config_dll winegstreamer enable_winegstreamer
17950 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17951 wine_fn_config_dll winemac.drv enable_winemac_drv
17952 wine_fn_config_dll winemapi enable_winemapi
17953 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17954 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17955 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17956 wine_fn_config_dll wineps16.drv16 enable_win16
17957 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17958 wine_fn_config_dll winex11.drv enable_winex11_drv
17959 wine_fn_config_dll wing.dll16 enable_win16
17960 wine_fn_config_dll wing32 enable_wing32
17961 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17962 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17963 wine_fn_config_dll wininet enable_wininet implib
,po
17964 wine_fn_config_test dlls
/wininet
/tests wininet_test
17965 wine_fn_config_dll winmm enable_winmm implib
,po
17966 wine_fn_config_test dlls
/winmm
/tests winmm_test
17967 wine_fn_config_dll winnls.dll16 enable_win16
17968 wine_fn_config_dll winnls32 enable_winnls32 implib
17969 wine_fn_config_dll winscard enable_winscard implib
17970 wine_fn_config_dll winsock.dll16 enable_win16
17971 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17972 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17973 wine_fn_config_dll winsta enable_winsta
17974 wine_fn_config_dll wintab.dll16 enable_win16
17975 wine_fn_config_dll wintab32 enable_wintab32 implib
17976 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17977 wine_fn_config_dll wintrust enable_wintrust implib
17978 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17979 wine_fn_config_dll wlanapi enable_wlanapi
17980 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17981 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17982 wine_fn_config_dll wmi enable_wmi
17983 wine_fn_config_dll wmiutils enable_wmiutils clean
17984 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17985 wine_fn_config_dll wmp enable_wmp clean
17986 wine_fn_config_test dlls
/wmp
/tests wmp_test
17987 wine_fn_config_dll wmvcore enable_wmvcore
17988 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17989 wine_fn_config_dll wow32 enable_win16 implib
17990 wine_fn_config_dll wpcap enable_wpcap
17991 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17992 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17993 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17994 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17995 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17996 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17997 wine_fn_config_dll wsock32 enable_wsock32 implib
17998 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17999 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18000 wine_fn_config_dll wuapi enable_wuapi clean
18001 wine_fn_config_dll wuaueng enable_wuaueng
18002 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18003 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18004 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18005 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18006 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18007 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18008 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18009 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18010 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18011 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18012 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18013 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18014 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18015 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18016 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18017 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18018 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18019 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18020 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18021 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18022 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18023 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18024 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18025 wine_fn_config_dll xinput1_1 enable_xinput1_1
18026 wine_fn_config_dll xinput1_2 enable_xinput1_2
18027 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18028 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18029 wine_fn_config_dll xinput1_4 enable_xinput1_4
18030 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18031 wine_fn_config_dll xmllite enable_xmllite implib
18032 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18033 wine_fn_config_dll xolehlp enable_xolehlp
18034 wine_fn_config_dll xpsprint enable_xpsprint
18035 wine_fn_config_dll xpssvcs enable_xpssvcs
18036 wine_fn_config_makefile documentation enable_documentation clean
18037 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18038 wine_fn_config_makefile include enable_include clean
,install-dev
18039 wine_fn_config_makefile libs
/port enable_libs_port
18040 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,config
,install-dev
,install-lib
18041 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18042 wine_fn_config_makefile loader enable_loader clean
,config
,install-lib
,manpage
18043 wine_fn_config_program arp enable_arp
install
18044 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18045 wine_fn_config_program attrib enable_attrib
install,po
18046 wine_fn_config_program cabarc enable_cabarc
install
18047 wine_fn_config_program cacls enable_cacls
install
18048 wine_fn_config_program
clock enable_clock
install,po
18049 wine_fn_config_program cmd enable_cmd
install,po
18050 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18051 wine_fn_config_program conhost enable_conhost
install
18052 wine_fn_config_program control enable_control
install
18053 wine_fn_config_program cscript enable_cscript clean
,install
18054 wine_fn_config_program dpnsvr enable_dpnsvr
install
18055 wine_fn_config_program dxdiag enable_dxdiag
install,po
18056 wine_fn_config_program eject enable_eject
install
18057 wine_fn_config_program
expand enable_expand
install
18058 wine_fn_config_program explorer enable_explorer
install,po
18059 wine_fn_config_program extrac32 enable_extrac32
install
18060 wine_fn_config_program findstr enable_findstr
install
18061 wine_fn_config_program hh enable_hh
install
18062 wine_fn_config_program hostname enable_hostname
install,po
18063 wine_fn_config_program icinfo enable_icinfo
install
18064 wine_fn_config_program iexplore enable_iexplore
install
18065 wine_fn_config_program ipconfig enable_ipconfig
install,po
18066 wine_fn_config_program lodctr enable_lodctr
install
18067 wine_fn_config_program mofcomp enable_mofcomp
install
18068 wine_fn_config_program mshta enable_mshta
install
18069 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18070 wine_fn_config_program net enable_net
install,po
18071 wine_fn_config_program netsh enable_netsh
install
18072 wine_fn_config_program netstat enable_netstat
install,po
18073 wine_fn_config_program ngen enable_ngen
install
18074 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18075 wine_fn_config_program oleview enable_oleview
install,po
18076 wine_fn_config_program
ping enable_ping
install
18077 wine_fn_config_program plugplay enable_plugplay
install
18078 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18079 wine_fn_config_program progman enable_progman
install,po
18080 wine_fn_config_program reg enable_reg
install,po
18081 wine_fn_config_test programs
/reg
/tests reg.exe_test
18082 wine_fn_config_program regasm enable_regasm
install
18083 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18084 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18085 wine_fn_config_program regsvcs enable_regsvcs
install
18086 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18087 wine_fn_config_program rpcss enable_rpcss clean
,install
18088 wine_fn_config_program rundll.exe16 enable_win16
install
18089 wine_fn_config_program rundll32 enable_rundll32
install
18090 wine_fn_config_program sc enable_sc
install
18091 wine_fn_config_program schtasks enable_schtasks
install
18092 wine_fn_config_program sdbinst enable_sdbinst
install
18093 wine_fn_config_program secedit enable_secedit
install
18094 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18095 wine_fn_config_program services enable_services clean
,install
18096 wine_fn_config_test programs
/services
/tests services.exe_test
18097 wine_fn_config_program spoolsv enable_spoolsv
install
18098 wine_fn_config_program start enable_start
install,po
18099 wine_fn_config_program svchost enable_svchost
install
18100 wine_fn_config_program systeminfo enable_systeminfo
install
18101 wine_fn_config_program taskkill enable_taskkill
install,po
18102 wine_fn_config_program tasklist enable_tasklist
install
18103 wine_fn_config_program taskmgr enable_taskmgr
install,po
18104 wine_fn_config_program termsv enable_termsv
install
18105 wine_fn_config_program uninstaller enable_uninstaller
install,po
18106 wine_fn_config_program unlodctr enable_unlodctr
install
18107 wine_fn_config_program view enable_view
install,po
18108 wine_fn_config_program wevtutil enable_wevtutil
install
18109 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18110 wine_fn_config_program winebrowser enable_winebrowser
install
18111 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18112 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18113 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18114 wine_fn_config_program winedevice enable_winedevice
install
18115 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18116 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18117 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18118 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18119 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18120 wine_fn_config_program winetest enable_winetest clean
,config
18121 wine_fn_config_program winevdm enable_win16
install
18122 wine_fn_config_program winhelp.exe16 enable_win16
install
18123 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18124 wine_fn_config_program winoldap.mod16 enable_win16
install
18125 wine_fn_config_program winver enable_winver
install
18126 wine_fn_config_program wmic enable_wmic
install,po
18127 wine_fn_config_program wordpad enable_wordpad
install,po
18128 wine_fn_config_program
write enable_write
install,po
18129 wine_fn_config_program wscript enable_wscript clean
,install
18130 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18131 wine_fn_config_program wusa enable_wusa
install
18132 wine_fn_config_program xcopy enable_xcopy
install,po
18133 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18134 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
18135 wine_fn_config_tool tools clean
18136 wine_fn_config_tool tools
/sfnt2fon clean
18137 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
18138 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
18139 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
18140 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
18141 wine_fn_config_tool tools
/winemaker install-dev
,manpage
18142 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
18143 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
18195 wine_fn_ignore_file
".gitignore"
18196 wine_fn_ignore_file
"Makefile"
18197 wine_fn_ignore_file
"TAGS"
18198 wine_fn_ignore_file
"tags"
18199 wine_fn_ignore_file
"autom4te.cache"
18200 wine_fn_ignore_file
"config.cache"
18201 wine_fn_ignore_file
"config.log"
18202 wine_fn_ignore_file
"config.status"
18203 wine_fn_ignore_file
"configure.lineno"
18204 wine_fn_ignore_file
"include/config.h"
18205 wine_fn_ignore_file
"include/stamp-h"
18206 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18208 if test "x$enable_tools" != xno
18210 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18211 ac_config_commands
="$ac_config_commands tools/makedep"
18215 ac_config_commands
="$ac_config_commands Makefile"
18218 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18222 if test "x$enable_maintainer_mode" = xyes
18224 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18225 autoconf --warnings=all
18226 include/config.h.in: include/stamp-h.in
18227 include/stamp-h.in: configure.ac aclocal.m4
18228 autoheader --warnings=all
18229 @echo timestamp > \$@"
18232 if test "x$with_gettextpo" = xyes
18234 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18235 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18236 \$(LINGUAS:%=po/%.po): po/wine.pot
18237 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18238 po/wine.pot: \$(ALL_POT_FILES)
18239 msgcat -o \$@ \$(ALL_POT_FILES)"
18242 if test "$MSGFMT" != false
18244 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18246 \$(RM) \$(LINGUAS:%=po/%.mo)"
18249 test "$srcdir" = . || posrc
="$srcdir/po"
18252 wine_fn_ignore_file
"po/$i.mo"
18253 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18254 \$(MSGFMT) -o \$@ $posrc/$i.po"
18260 if test "x$enable_tools" != xno
18262 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18263 @./config.status tools/makedep
18264 Makefile: tools/makedep$ac_exeext
18266 \$(RM) tools/makedep$ac_exeext"
18268 wine_fn_append_rule
"\$(MAKEDEP):
18269 @echo \"You need to run make in $TOOLSDIR first\" && false"
18272 if test -n "$with_wine64"
18274 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18275 fonts server tools:
18276 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18277 $with_wine64/loader/wine:
18278 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18279 $with_wine64/loader/wine-preloader:
18280 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18282 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18284 as_fn_append LOADER_RULES
"
18285 install install-lib:: wine.inf
18286 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18287 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18290 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18294 if test "$srcdir" = .
18296 ac_config_commands
="$ac_config_commands .gitignore"
18300 $as_echo " done" >&6
18301 cat >confcache
<<\_ACEOF
18302 # This file is a shell script that caches the results of configure
18303 # tests run on this system so they can be shared between configure
18304 # scripts and configure runs, see configure's option --config-cache.
18305 # It is not useful on other systems. If it contains results you don't
18306 # want to keep, you may remove or edit it.
18308 # config.status only pays attention to the cache file if you give it
18309 # the --recheck option to rerun configure.
18311 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18312 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18313 # following values.
18317 # The following way of writing the cache mishandles newlines in values,
18318 # but we know of no workaround that is simple, portable, and efficient.
18319 # So, we kill variables containing newlines.
18320 # Ultrix sh set writes to stderr and can't be redirected directly,
18321 # and sets the high bit in the cache file unless we assign to the vars.
18323 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18324 eval ac_val
=\$
$ac_var
18328 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18329 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18332 _ | IFS | as_nl
) ;; #(
18333 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18334 *) { eval $ac_var=; unset $ac_var;} ;;
18340 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18341 *${as_nl}ac_space
=\
*)
18342 # `set' does not quote correctly, so add quotes: double-quote
18343 # substitution turns \\\\ into \\, and sed turns \\ into \.
18346 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18349 # `set' quotes correctly as required by POSIX, so do not add quotes.
18350 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18359 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18361 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18363 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18364 if test -w "$cache_file"; then
18365 if test "x$cache_file" != "x/dev/null"; then
18366 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18367 $as_echo "$as_me: updating cache $cache_file" >&6;}
18368 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18369 cat confcache
>"$cache_file"
18371 case $cache_file in #(
18373 mv -f confcache
"$cache_file"$$
&&
18374 mv -f "$cache_file"$$
"$cache_file" ;; #(
18376 mv -f confcache
"$cache_file" ;;
18381 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18382 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18387 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18388 # Let make expand exec_prefix.
18389 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18391 DEFS
=-DHAVE_CONFIG_H
18396 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18397 # 1. Remove the extension, and $U if already installed.
18398 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18399 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18400 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18401 # will be set to the directory where LIBOBJS objects are built.
18402 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18403 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18405 LIBOBJS
=$ac_libobjs
18407 LTLIBOBJS
=$ac_ltlibobjs
18411 : "${CONFIG_STATUS=./config.status}"
18413 ac_clean_files_save
=$ac_clean_files
18414 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18415 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18416 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18418 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18420 # Generated by $as_me.
18421 # Run this file to recreate the current configuration.
18422 # Compiler output produced by configure, useful for debugging
18423 # configure, is in config.log if it exists.
18426 ac_cs_recheck=false
18429 SHELL=\${CONFIG_SHELL-$SHELL}
18432 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18433 ## -------------------- ##
18434 ## M4sh Initialization. ##
18435 ## -------------------- ##
18437 # Be more Bourne compatible
18438 DUALCASE
=1; export DUALCASE
# for MKS sh
18439 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18442 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18443 # is contrary to our usage. Disable this feature.
18444 alias -g '${1+"$@"}'='"$@"'
18445 setopt NO_GLOB_SUBST
18447 case `(set -o) 2>/dev/null` in #(
18459 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18460 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18461 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18462 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18463 # Prefer a ksh shell builtin over an external printf program on Solaris,
18464 # but without wasting forks for bash or zsh.
18465 if test -z "$BASH_VERSION$ZSH_VERSION" \
18466 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18467 as_echo='print
-r --'
18468 as_echo_n='print
-rn --'
18469 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18470 as_echo='printf %s
\n'
18471 as_echo_n='printf %s
'
18473 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18474 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18475 as_echo_n='/usr
/ucb
/echo -n'
18477 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18478 as_echo_n_body='eval
18482 expr "X$arg" : "X\\(.*\\)$as_nl";
18483 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18485 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18487 export as_echo_n_body
18488 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18490 export as_echo_body
18491 as_echo='sh
-c $as_echo_body as_echo
'
18494 # The user is always right.
18495 if test "${PATH_SEPARATOR+set}" != set; then
18497 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18498 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18505 # We need space, tab and new line, in precisely that order. Quoting is
18506 # there to prevent editors from complaining about space-tab.
18507 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18508 # splitting by setting IFS to empty value.)
18511 # Find who we are. Look in the path if we contain no directory separator.
18514 *[\\/]* ) as_myself=$0 ;;
18515 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18516 for as_dir in $PATH
18519 test -z "$as_dir" && as_dir=.
18520 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18526 # We did not find ourselves, most probably we were run as `sh COMMAND'
18527 # in which case we are not to be found in the path.
18528 if test "x$as_myself" = x
; then
18531 if test ! -f "$as_myself"; then
18532 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18536 # Unset variables that we do not need and which cause bugs (e.g. in
18537 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18538 # suppresses any "Segmentation fault" message there. '((' could
18539 # trigger a bug in pdksh 5.2.14.
18540 for as_var
in BASH_ENV ENV MAIL MAILPATH
18541 do eval test x\
${$as_var+set} = xset \
18542 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18555 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18558 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18559 # ----------------------------------------
18560 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18561 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18562 # script with STATUS, using 1 if that was 0.
18565 as_status
=$1; test $as_status -eq 0 && as_status
=1
18567 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18568 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18570 $as_echo "$as_me: error: $2" >&2
18571 as_fn_exit
$as_status
18575 # as_fn_set_status STATUS
18576 # -----------------------
18577 # Set $? to STATUS, without forking.
18578 as_fn_set_status
()
18581 } # as_fn_set_status
18583 # as_fn_exit STATUS
18584 # -----------------
18585 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18589 as_fn_set_status
$1
18595 # Portably unset VAR.
18598 { eval $1=; unset $1;}
18600 as_unset
=as_fn_unset
18601 # as_fn_append VAR VALUE
18602 # ----------------------
18603 # Append the text in VALUE to the end of the definition contained in VAR. Take
18604 # advantage of any shell optimizations that allow amortized linear growth over
18605 # repeated appends, instead of the typical quadratic growth present in naive
18607 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18608 eval 'as_fn_append ()
18619 # as_fn_arith ARG...
18620 # ------------------
18621 # Perform arithmetic evaluation on the ARGs, and store the result in the
18622 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18623 # must be portable across $(()) and expr.
18624 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18625 eval 'as_fn_arith ()
18632 as_val
=`expr "$@" || test $? -eq 1`
18637 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18638 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18644 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18645 as_basename
=basename
18650 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18656 as_me
=`$as_basename -- "$0" ||
18657 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18658 X"$0" : 'X\(//\)$' \| \
18659 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18661 sed '/^.*\/\([^/][^/]*\)\/*$/{
18675 # Avoid depending upon Character Ranges.
18676 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18677 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18678 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18679 as_cr_digits
='0123456789'
18680 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18682 ECHO_C
= ECHO_N
= ECHO_T
=
18683 case `echo -n x` in #(((((
18685 case `echo 'xy\c'` in
18686 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18688 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18695 rm -f conf$$ conf$$.exe conf$$.
file
18696 if test -d conf$$.dir
; then
18697 rm -f conf$$.dir
/conf$$.
file
18700 mkdir conf$$.dir
2>/dev
/null
18702 if (echo >conf$$.
file) 2>/dev
/null
; then
18703 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18705 # ... but there are two gotchas:
18706 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18707 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18708 # In both cases, we have to default to `cp -pR'.
18709 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18711 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18719 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18720 rmdir conf$$.dir
2>/dev
/null
18725 # Create "$as_dir" as a directory, including parents if necessary.
18730 -*) as_dir
=.
/$as_dir;;
18732 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18736 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18737 *) as_qdir
=$as_dir;;
18739 as_dirs
="'$as_qdir' $as_dirs"
18740 as_dir
=`$as_dirname -- "$as_dir" ||
18741 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18742 X"$as_dir" : 'X\(//\)[^/]' \| \
18743 X"$as_dir" : 'X\(//\)$' \| \
18744 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18745 $as_echo X"$as_dir" |
18746 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18750 /^X\(\/\/\)[^/].*/{
18763 test -d "$as_dir" && break
18765 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18766 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18770 if mkdir
-p .
2>/dev
/null
; then
18771 as_mkdir_p
='mkdir -p "$as_dir"'
18773 test -d .
/-p && rmdir .
/-p
18778 # as_fn_executable_p FILE
18779 # -----------------------
18780 # Test if FILE is an executable regular file.
18781 as_fn_executable_p
()
18783 test -f "$1" && test -x "$1"
18784 } # as_fn_executable_p
18785 as_test_x
='test -x'
18786 as_executable_p
=as_fn_executable_p
18788 # Sed expression to map a string onto a valid CPP name.
18789 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18791 # Sed expression to map a string onto a valid variable name.
18792 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18796 ## ----------------------------------- ##
18797 ## Main body of $CONFIG_STATUS script. ##
18798 ## ----------------------------------- ##
18800 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18802 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18803 # Save the log message, to keep $0 and so on meaningful, and to
18804 # report actual input values of CONFIG_FILES etc. instead of their
18805 # values after options handling.
18807 This file was extended by Wine $as_me 1.7.54, which was
18808 generated by GNU Autoconf 2.69. Invocation command line was
18810 CONFIG_FILES = $CONFIG_FILES
18811 CONFIG_HEADERS = $CONFIG_HEADERS
18812 CONFIG_LINKS = $CONFIG_LINKS
18813 CONFIG_COMMANDS = $CONFIG_COMMANDS
18816 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18821 case $ac_config_files in *"
18822 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18825 case $ac_config_headers in *"
18826 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18830 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18831 # Files that config.status was made for.
18832 config_files="$ac_config_files"
18833 config_headers="$ac_config_headers"
18834 config_links="$ac_config_links"
18835 config_commands="$ac_config_commands"
18839 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18841 \`$as_me' instantiates files and other configuration actions
18842 from templates according to the current configuration. Unless the files
18843 and actions are specified as TAGs, all are instantiated by default.
18845 Usage: $0 [OPTION]... [TAG]...
18847 -h, --help print this help, then exit
18848 -V, --version print version number and configuration settings, then exit
18849 --config print configuration, then exit
18850 -q, --quiet, --silent
18851 do not print progress messages
18852 -d, --debug don't remove temporary files
18853 --recheck update $as_me by reconfiguring in the same conditions
18854 --file=FILE[:TEMPLATE]
18855 instantiate the configuration file FILE
18856 --header=FILE[:TEMPLATE]
18857 instantiate the configuration header FILE
18859 Configuration files:
18862 Configuration headers:
18865 Configuration links:
18868 Configuration commands:
18871 Report bugs to <wine-devel@winehq.org>.
18872 Wine home page: <http://www.winehq.org>."
18875 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18876 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18878 Wine config.status 1.7.54
18879 configured by $0, generated by GNU Autoconf 2.69,
18880 with options \\"\$ac_cs_config\\"
18882 Copyright (C) 2012 Free Software Foundation, Inc.
18883 This config.status script is free software; the Free Software Foundation
18884 gives unlimited permission to copy, distribute and modify it."
18888 test -n "\$AWK" || AWK=awk
18891 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18892 # The default lists apply if the user does not specify any file.
18898 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18899 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18903 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18915 # Handling of the options.
18916 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18918 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18919 $as_echo "$ac_cs_version"; exit ;;
18920 --config |
--confi |
--conf |
--con |
--co |
--c )
18921 $as_echo "$ac_cs_config"; exit ;;
18922 --debug |
--debu |
--deb |
--de |
--d |
-d )
18924 --file |
--fil |
--fi |
--f )
18927 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18928 '') as_fn_error $?
"missing file argument" ;;
18930 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18931 ac_need_defaults
=false
;;
18932 --header |
--heade |
--head |
--hea )
18935 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18937 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18938 ac_need_defaults
=false
;;
18940 # Conflict between --help and --header
18941 as_fn_error $?
"ambiguous option: \`$1'
18942 Try \`$0 --help' for more information.";;
18943 --help |
--hel |
-h )
18944 $as_echo "$ac_cs_usage"; exit ;;
18945 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18946 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18949 # This is an error.
18950 -*) as_fn_error $?
"unrecognized option: \`$1'
18951 Try \`$0 --help' for more information." ;;
18953 *) as_fn_append ac_config_targets
" $1"
18954 ac_need_defaults
=false
;;
18960 ac_configure_extra_args
=
18962 if $ac_cs_silent; then
18964 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18969 if \$ac_cs_recheck; then
18970 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18972 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18973 CONFIG_SHELL='$SHELL'
18974 export CONFIG_SHELL
18979 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18983 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18984 ## Running $as_me. ##
18990 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18994 wine_fn_output_makedep ()
18996 as_dir=tools; as_fn_mkdir_p
18997 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18999 wine_fn_output_makefile ()
19001 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19002 `cat $wine_rules_file`
19004 as_fn_error $? "could not create Makefile" "$LINENO" 5
19006 wine_fn_output_gitignore ()
19008 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19011 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19016 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19018 # Handling of arguments.
19019 for ac_config_target
in $ac_config_targets
19021 case $ac_config_target in
19022 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19023 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19024 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19025 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19026 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19027 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19028 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19029 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19030 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19031 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19032 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19033 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19034 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19035 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19036 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19038 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19043 # If the user did not use the arguments to specify the items to instantiate,
19044 # then the envvar interface is used. Set only those that are not.
19045 # We use the long form for the default assignment because of an extremely
19046 # bizarre bug on SunOS 4.1.3.
19047 if $ac_need_defaults; then
19048 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19049 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19050 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19051 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19054 # Have a temporary directory for convenience. Make it in the build tree
19055 # simply because there is no reason against having it here, and in addition,
19056 # creating and moving files from /tmp can sometimes cause problems.
19057 # Hook for its removal unless debugging.
19058 # Note that there is a small window in which the directory will not be cleaned:
19059 # after its creation but before its name has been assigned to `$tmp'.
19063 trap 'exit_status=$?
19064 : "${ac_tmp:=$tmp}"
19065 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19067 trap 'as_fn_exit 1' 1 2 13 15
19069 # Create a (secure) tmp directory for tmp files.
19072 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19076 tmp
=.
/conf$$
-$RANDOM
19077 (umask 077 && mkdir
"$tmp")
19078 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19081 # Set up the scripts for CONFIG_FILES section.
19082 # No need to generate them if there are no CONFIG_FILES.
19083 # This happens for instance with `./config.status config.h'.
19084 if test -n "$CONFIG_FILES"; then
19087 ac_cr
=`echo X | tr X '\015'`
19088 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19089 # But we know of no other shell where ac_cr would be empty at this
19090 # point, so we can use a bashism as a fallback.
19091 if test "x$ac_cr" = x
; then
19092 eval ac_cr
=\$
\'\\r
\'
19094 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19095 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19098 ac_cs_awk_cr
=$ac_cr
19101 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19106 echo "cat >conf$$subs.awk <<_ACEOF" &&
19107 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19109 } >conf$$subs.sh ||
19110 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19111 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19113 for ac_last_try in false false false false false :; do
19114 . ./conf$$subs.sh ||
19115 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19117 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19118 if test $ac_delim_n = $ac_delim_num; then
19120 elif $ac_last_try; then
19121 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19123 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19126 rm -f conf$$subs.sh
19128 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19129 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19133 s/^/S["/; s
/!.
*/"]=/
19143 s/\(.\{148\}\)..*/\1/
19145 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19150 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19157 s/\(.\{148\}\)..*/\1/
19159 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19163 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19168 ' <conf$$subs.awk | sed '
19173 ' >>$CONFIG_STATUS || ac_write_fail=1
19174 rm -f conf$$subs.awk
19175 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19177 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19178 for (key in S) S_is_set[key] = 1
19184 nfields = split(line, field, "@
")
19186 len = length(field[1])
19187 for (i = 2; i < nfields; i++) {
19189 keylen = length(key)
19190 if (S_is_set[key]) {
19192 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19193 len += length(value) + length(field[++i])
19204 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19205 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19206 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19209 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19210 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19213 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19214 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19215 # trailing colons and then remove the whole line if VPATH becomes empty
19216 # (actually we leave an empty line to preserve line numbers).
19217 if test "x
$srcdir" = x.; then
19218 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19236 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19237 fi # test -n "$CONFIG_FILES"
19239 # Set up the scripts for CONFIG_HEADERS section.
19240 # No need to generate them if there are no CONFIG_HEADERS.
19241 # This happens for instance with `./config.status Makefile'.
19242 if test -n "$CONFIG_HEADERS"; then
19243 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19247 # Transform confdefs.h into an awk script `defines.awk', embedded as
19248 # here-document in config.status, that substitutes the proper values into
19249 # config.h.in to produce config.h.
19251 # Create a delimiter string that does not exist in confdefs.h, to ease
19252 # handling of long lines.
19254 for ac_last_try in false false :; do
19255 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19256 if test -z "$ac_tt"; then
19258 elif $ac_last_try; then
19259 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19261 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19265 # For the awk script, D is an array of macro values keyed by name,
19266 # likewise P contains macro parameters if any. Preserve backslash
19267 # newline sequences.
19269 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19271 s/.\{148\}/&'"$ac_delim"'/g
19274 s/^[ ]*#[ ]*define[ ][ ]*/ /
19281 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19283 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19287 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19288 D["\
1"]=" \
3\\\\\\n
"\\/p
19290 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19295 s/.\{148\}/&'"$ac_delim"'/g
19300 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19303 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19305 ' <confdefs.h | sed '
19306 s/'"$ac_delim"'/"\\\
19307 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19309 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19310 for (key in D) D_is_set[key] = 1
19313 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19315 split(line, arg, " ")
19316 if (arg[1] == "#") {
19320 defundef
= substr
(arg
[1], 2)
19323 split(mac1
, mac2
, "(") #)
19325 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19326 if (D_is_set
[macro
]) {
19327 # Preserve the white space surrounding the "#".
19328 print prefix
"define", macro P
[macro
] D
[macro
]
19331 # Replace #undef with comments. This is necessary, for example,
19332 # in the case of _POSIX_SOURCE, which is predefined and required
19333 # on some systems where configure will not decide to define it.
19334 if (defundef
== "undef") {
19335 print
"/*", prefix defundef
, macro
, "*/"
19343 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19344 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19345 fi # test -n "$CONFIG_HEADERS"
19348 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19353 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19355 case $ac_mode$ac_tag in
19357 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19358 :[FH
]-) ac_tag
=-:-;;
19359 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19376 -) ac_f
="$ac_tmp/stdin";;
19377 *) # Look for the file first in the build tree, then in the source tree
19378 # (if the path is not absolute). The absolute path cannot be DOS-style,
19379 # because $ac_f cannot contain `:'.
19383 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19385 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19387 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19388 as_fn_append ac_file_inputs
" '$ac_f'"
19391 # Let's still pretend it is `configure' which instantiates (i.e., don't
19392 # use $as_me), people would be surprised to read:
19393 # /* config.h. Generated by config.status. */
19394 configure_input
='Generated from '`
19395 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19397 if test x
"$ac_file" != x-
; then
19398 configure_input
="$ac_file. $configure_input"
19399 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19400 $as_echo "$as_me: creating $ac_file" >&6;}
19402 # Neutralize special characters interpreted by sed in replacement strings.
19403 case $configure_input in #(
19404 *\
&* |
*\|
* |
*\\* )
19405 ac_sed_conf_input
=`$as_echo "$configure_input" |
19406 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19407 *) ac_sed_conf_input
=$configure_input;;
19411 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19412 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19417 ac_dir
=`$as_dirname -- "$ac_file" ||
19418 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19419 X"$ac_file" : 'X\(//\)[^/]' \| \
19420 X"$ac_file" : 'X\(//\)$' \| \
19421 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19422 $as_echo X"$ac_file" |
19423 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19427 /^X\(\/\/\)[^/].*/{
19440 as_dir
="$ac_dir"; as_fn_mkdir_p
19444 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19446 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19447 # A ".." for each directory in $ac_dir_suffix.
19448 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19449 case $ac_top_builddir_sub in
19450 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19451 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19454 ac_abs_top_builddir
=$ac_pwd
19455 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19456 # for backward compatibility:
19457 ac_top_builddir
=$ac_top_build_prefix
19460 .
) # We are building in place.
19462 ac_top_srcdir
=$ac_top_builddir_sub
19463 ac_abs_top_srcdir
=$ac_pwd ;;
19464 [\\/]* | ?
:[\\/]* ) # Absolute name.
19465 ac_srcdir
=$srcdir$ac_dir_suffix;
19466 ac_top_srcdir
=$srcdir
19467 ac_abs_top_srcdir
=$srcdir ;;
19468 *) # Relative name.
19469 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19470 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19471 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19473 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19484 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19485 # If the template does not know about datarootdir, expand it.
19486 # FIXME: This hack should be removed a few years after 2.60.
19487 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19498 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19499 *datarootdir
*) ac_datarootdir_seen
=yes;;
19500 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19502 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19504 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19505 ac_datarootdir_hack='
19506 s&@datadir@&$datadir&g
19507 s&@docdir@&$docdir&g
19508 s&@infodir@&$infodir&g
19509 s&@localedir@&$localedir&g
19510 s&@mandir@&$mandir&g
19511 s&\\\${datarootdir}&$datarootdir&g' ;;
19515 # Neutralize VPATH when `$srcdir' = `.'.
19516 # Shell code in configure.ac might set extrasub.
19517 # FIXME: do we really want to maintain this feature?
19518 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19519 ac_sed_extra="$ac_vpsub
19522 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19524 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19525 s|@configure_input@|
$ac_sed_conf_input|
;t t
19526 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19527 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19528 s
&@srcdir@
&$ac_srcdir&;t t
19529 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19530 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19531 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19532 s
&@builddir@
&$ac_builddir&;t t
19533 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19534 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19535 $ac_datarootdir_hack
19537 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19538 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19540 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19541 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19542 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19543 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19545 which seems to be undefined. Please make sure it is defined" >&5
19546 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19547 which seems to be undefined. Please make sure it is defined" >&2;}
19549 rm -f "$ac_tmp/stdin"
19551 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19552 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19554 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19560 if test x"$ac_file" != x-; then
19562 $as_echo "/* $configure_input */" \
19563 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19564 } >"$ac_tmp/config.h" \
19565 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19566 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19567 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19568 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19571 mv "$ac_tmp/config.h" "$ac_file" \
19572 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19575 $as_echo "/* $configure_input */" \
19576 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19577 || as_fn_error $? "could not create -" "$LINENO" 5
19585 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19588 # Prefer the file from the source tree if names are identical.
19589 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19590 ac_source=$srcdir/$ac_source
19593 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19594 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19596 if test ! -r "$ac_source"; then
19597 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19601 # Try a relative symlink, then a hard link, then a copy.
19603 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19604 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19606 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19607 ln "$ac_source" "$ac_file" 2>/dev/null ||
19608 cp -p "$ac_source" "$ac_file" ||
19609 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19612 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19613 $as_echo "$as_me: executing $ac_file commands" >&6;}
19618 case $ac_file$ac_mode in
19619 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19620 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19621 "Makefile":C) wine_fn_output_makefile Makefile ;;
19622 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19630 ac_clean_files=$ac_clean_files_save
19632 test $ac_write_fail = 0 ||
19633 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19636 # configure is writing to config.log, and then calls config.status.
19637 # config.status does its own redirection, appending to config.log.
19638 # Unfortunately, on DOS this fails, as config.log is still kept open
19639 # by configure, so config.status won't be able to
write to it
; its
19640 # output is simply discarded. So we exec the FD to /dev/null,
19641 # effectively closing config.log, so it can be properly (re)opened and
19642 # appended to by config.status. When coming back to configure, we
19643 # need to make the FD available again.
19644 if test "$no_create" != yes; then
19646 ac_config_status_args
=
19647 test "$silent" = yes &&
19648 ac_config_status_args
="$ac_config_status_args --quiet"
19650 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19652 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19653 # would make configure fail if this is the last instruction.
19654 $ac_cs_success || as_fn_exit
1
19656 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19658 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19662 if test "$no_create" = "yes"
19668 if test "x$wine_notices" != x
; then
19671 for msg
in $wine_notices; do
19673 if ${msg:+false} :; then :
19676 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19677 $as_echo "$as_me: $msg" >&6;}
19682 for msg
in $wine_warnings; do
19684 if ${msg:+false} :; then :
19688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19689 $as_echo "$as_me: WARNING: $msg" >&2;}
19695 $as_me: Finished. Do '${ac_make}' to compile Wine.