2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.53.
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.53'
584 PACKAGE_STRING
='Wine 1.7.53'
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
1331 enable_windowscodecs
1332 enable_windowscodecsext
1334 enable_winecoreaudio_drv
1336 enable_winegstreamer
1337 enable_winejoystick_drv
1343 enable_wineqtdecoder
1401 enable_documentation
1409 enable_aspnet_regiis
1442 enable_presentationfontcache
1455 enable_servicemodelreg
1476 enable_winemenubuilder
1478 enable_winemsibuilder
1492 ac_precious_vars
='build_alias
1541 # Initialize some variables set by options.
1543 ac_init_version
=false
1544 ac_unrecognized_opts
=
1545 ac_unrecognized_sep
=
1546 # The variables have the same names as the options, with
1547 # dashes changed to underlines.
1548 cache_file
=/dev
/null
1555 program_transform_name
=s
,x
,x
,
1563 # Installation directory options.
1564 # These are left unexpanded so users can "make install exec_prefix=/foo"
1565 # and all the variables that are supposed to be based on exec_prefix
1566 # by default will actually change.
1567 # Use braces instead of parens because sh, perl, etc. also accept them.
1568 # (The list follows the same order as the GNU Coding Standards.)
1569 bindir
='${exec_prefix}/bin'
1570 sbindir
='${exec_prefix}/sbin'
1571 libexecdir
='${exec_prefix}/libexec'
1572 datarootdir
='${prefix}/share'
1573 datadir
='${datarootdir}'
1574 sysconfdir
='${prefix}/etc'
1575 sharedstatedir
='${prefix}/com'
1576 localstatedir
='${prefix}/var'
1577 runstatedir
='${localstatedir}/run'
1578 includedir
='${prefix}/include'
1579 oldincludedir
='/usr/include'
1580 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1581 infodir
='${datarootdir}/info'
1586 libdir
='${exec_prefix}/lib'
1587 localedir
='${datarootdir}/locale'
1588 mandir
='${datarootdir}/man'
1594 # If the previous option needs an argument, assign it.
1595 if test -n "$ac_prev"; then
1596 eval $ac_prev=\
$ac_option
1602 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1607 # Accept the important Cygnus configure options, so we can diagnose typos.
1609 case $ac_dashdash$ac_option in
1613 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1615 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1616 bindir
=$ac_optarg ;;
1618 -build |
--build |
--buil |
--bui |
--bu)
1619 ac_prev
=build_alias
;;
1620 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1621 build_alias
=$ac_optarg ;;
1623 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1624 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1625 ac_prev
=cache_file
;;
1626 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1627 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1628 cache_file
=$ac_optarg ;;
1630 --config-cache |
-C)
1631 cache_file
=config.cache
;;
1633 -datadir |
--datadir |
--datadi |
--datad)
1635 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1636 datadir
=$ac_optarg ;;
1638 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1639 |
--dataroo |
--dataro |
--datar)
1640 ac_prev
=datarootdir
;;
1641 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1642 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1643 datarootdir
=$ac_optarg ;;
1645 -disable-* |
--disable-*)
1646 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1647 # Reject names that are not valid shell variable names.
1648 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1649 as_fn_error $?
"invalid feature name: $ac_useropt"
1650 ac_useropt_orig
=$ac_useropt
1651 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1652 case $ac_user_opts in
1654 "enable_
$ac_useropt"
1656 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1657 ac_unrecognized_sep
=', ';;
1659 eval enable_
$ac_useropt=no
;;
1661 -docdir |
--docdir |
--docdi |
--doc |
--do)
1663 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1664 docdir
=$ac_optarg ;;
1666 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1668 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1669 dvidir
=$ac_optarg ;;
1671 -enable-* |
--enable-*)
1672 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1673 # Reject names that are not valid shell variable names.
1674 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1675 as_fn_error $?
"invalid feature name: $ac_useropt"
1676 ac_useropt_orig
=$ac_useropt
1677 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1678 case $ac_user_opts in
1680 "enable_
$ac_useropt"
1682 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1683 ac_unrecognized_sep
=', ';;
1685 eval enable_
$ac_useropt=\
$ac_optarg ;;
1687 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1688 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1689 |
--exec |
--exe |
--ex)
1690 ac_prev
=exec_prefix
;;
1691 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1692 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1693 |
--exec=* |
--exe=* |
--ex=*)
1694 exec_prefix
=$ac_optarg ;;
1696 -gas |
--gas |
--ga |
--g)
1697 # Obsolete; use --with-gas.
1700 -help |
--help |
--hel |
--he |
-h)
1701 ac_init_help
=long
;;
1702 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1703 ac_init_help
=recursive
;;
1704 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1705 ac_init_help
=short
;;
1707 -host |
--host |
--hos |
--ho)
1708 ac_prev
=host_alias
;;
1709 -host=* |
--host=* |
--hos=* |
--ho=*)
1710 host_alias
=$ac_optarg ;;
1712 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1714 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1716 htmldir
=$ac_optarg ;;
1718 -includedir |
--includedir |
--includedi |
--included |
--include \
1719 |
--includ |
--inclu |
--incl |
--inc)
1720 ac_prev
=includedir
;;
1721 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1722 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1723 includedir
=$ac_optarg ;;
1725 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1727 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1728 infodir
=$ac_optarg ;;
1730 -libdir |
--libdir |
--libdi |
--libd)
1732 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1733 libdir
=$ac_optarg ;;
1735 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1736 |
--libexe |
--libex |
--libe)
1737 ac_prev
=libexecdir
;;
1738 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1739 |
--libexe=* |
--libex=* |
--libe=*)
1740 libexecdir
=$ac_optarg ;;
1742 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1743 ac_prev
=localedir
;;
1744 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1745 localedir
=$ac_optarg ;;
1747 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1748 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1749 ac_prev
=localstatedir
;;
1750 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1751 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1752 localstatedir
=$ac_optarg ;;
1754 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1756 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1757 mandir
=$ac_optarg ;;
1759 -nfp |
--nfp |
--nf)
1760 # Obsolete; use --without-fp.
1763 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1764 |
--no-cr |
--no-c |
-n)
1767 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1768 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1771 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1772 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1773 |
--oldin |
--oldi |
--old |
--ol |
--o)
1774 ac_prev
=oldincludedir
;;
1775 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1776 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1777 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1778 oldincludedir
=$ac_optarg ;;
1780 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1782 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1783 prefix
=$ac_optarg ;;
1785 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1786 |
--program-pre |
--program-pr |
--program-p)
1787 ac_prev
=program_prefix
;;
1788 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1789 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1790 program_prefix
=$ac_optarg ;;
1792 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1793 |
--program-suf |
--program-su |
--program-s)
1794 ac_prev
=program_suffix
;;
1795 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1796 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1797 program_suffix
=$ac_optarg ;;
1799 -program-transform-name |
--program-transform-name \
1800 |
--program-transform-nam |
--program-transform-na \
1801 |
--program-transform-n |
--program-transform- \
1802 |
--program-transform |
--program-transfor \
1803 |
--program-transfo |
--program-transf \
1804 |
--program-trans |
--program-tran \
1805 |
--progr-tra |
--program-tr |
--program-t)
1806 ac_prev
=program_transform_name
;;
1807 -program-transform-name=* |
--program-transform-name=* \
1808 |
--program-transform-nam=* |
--program-transform-na=* \
1809 |
--program-transform-n=* |
--program-transform-=* \
1810 |
--program-transform=* |
--program-transfor=* \
1811 |
--program-transfo=* |
--program-transf=* \
1812 |
--program-trans=* |
--program-tran=* \
1813 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1814 program_transform_name
=$ac_optarg ;;
1816 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1818 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1819 pdfdir
=$ac_optarg ;;
1821 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1823 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1826 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1827 |
-silent |
--silent |
--silen |
--sile |
--sil)
1830 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1831 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1832 |
--run |
--ru |
--r)
1833 ac_prev
=runstatedir
;;
1834 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1835 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1836 |
--run=* |
--ru=* |
--r=*)
1837 runstatedir
=$ac_optarg ;;
1839 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1841 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1843 sbindir
=$ac_optarg ;;
1845 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1846 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1847 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1849 ac_prev
=sharedstatedir
;;
1850 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1851 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1852 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1854 sharedstatedir
=$ac_optarg ;;
1856 -site |
--site |
--sit)
1858 -site=* |
--site=* |
--sit=*)
1861 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1863 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1864 srcdir
=$ac_optarg ;;
1866 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1867 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1868 ac_prev
=sysconfdir
;;
1869 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1870 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1871 sysconfdir
=$ac_optarg ;;
1873 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1874 ac_prev
=target_alias
;;
1875 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1876 target_alias
=$ac_optarg ;;
1878 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1881 -version |
--version |
--versio |
--versi |
--vers |
-V)
1882 ac_init_version
=: ;;
1885 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1886 # Reject names that are not valid shell variable names.
1887 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1888 as_fn_error $?
"invalid package name: $ac_useropt"
1889 ac_useropt_orig
=$ac_useropt
1890 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1891 case $ac_user_opts in
1895 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1896 ac_unrecognized_sep
=', ';;
1898 eval with_
$ac_useropt=\
$ac_optarg ;;
1900 -without-* |
--without-*)
1901 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1902 # Reject names that are not valid shell variable names.
1903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1904 as_fn_error $?
"invalid package name: $ac_useropt"
1905 ac_useropt_orig
=$ac_useropt
1906 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1907 case $ac_user_opts in
1911 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1912 ac_unrecognized_sep
=', ';;
1914 eval with_
$ac_useropt=no
;;
1917 # Obsolete; use --with-x.
1920 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1921 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1922 ac_prev
=x_includes
;;
1923 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1924 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1925 x_includes
=$ac_optarg ;;
1927 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1928 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1929 ac_prev
=x_libraries
;;
1930 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1931 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1932 x_libraries
=$ac_optarg ;;
1934 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1935 Try \`$0 --help' for more information"
1939 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1940 # Reject names that are not valid shell variable names.
1941 case $ac_envvar in #(
1942 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1943 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1945 eval $ac_envvar=\
$ac_optarg
1946 export $ac_envvar ;;
1949 # FIXME: should be removed in autoconf 3.0.
1950 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1951 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1952 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1953 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1959 if test -n "$ac_prev"; then
1960 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1961 as_fn_error $?
"missing argument to $ac_option"
1964 if test -n "$ac_unrecognized_opts"; then
1965 case $enable_option_checking in
1967 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1968 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1972 # Check all directory arguments for consistency.
1973 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1974 datadir sysconfdir sharedstatedir localstatedir includedir \
1975 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1976 libdir localedir mandir runstatedir
1978 eval ac_val
=\$
$ac_var
1979 # Remove trailing slashes.
1982 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1983 eval $ac_var=\
$ac_val;;
1985 # Be sure to have absolute directory names.
1987 [\\/$
]* | ?
:[\\/]* ) continue;;
1988 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1990 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1993 # There might be people who depend on the old broken behavior: `$host'
1994 # used to hold the argument of --host etc.
1995 # FIXME: To remove some day.
1998 target
=$target_alias
2000 # FIXME: To remove some day.
2001 if test "x$host_alias" != x
; then
2002 if test "x$build_alias" = x
; then
2003 cross_compiling
=maybe
2004 elif test "x$build_alias" != "x$host_alias"; then
2010 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2012 test "$silent" = yes && exec 6>/dev
/null
2015 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2016 ac_ls_di
=`ls -di .` &&
2017 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2018 as_fn_error $?
"working directory cannot be determined"
2019 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2020 as_fn_error $?
"pwd does not report name of working directory"
2023 # Find the source files, if location was not specified.
2024 if test -z "$srcdir"; then
2025 ac_srcdir_defaulted
=yes
2026 # Try the directory containing this script, then the parent directory.
2027 ac_confdir
=`$as_dirname -- "$as_myself" ||
2028 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2029 X"$as_myself" : 'X\(//\)[^/]' \| \
2030 X"$as_myself" : 'X\(//\)$' \| \
2031 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2032 $as_echo X"$as_myself" |
2033 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2051 if test ! -r "$srcdir/$ac_unique_file"; then
2055 ac_srcdir_defaulted
=no
2057 if test ! -r "$srcdir/$ac_unique_file"; then
2058 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2059 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2061 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2063 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2065 # When building in place, set srcdir=.
2066 if test "$ac_abs_confdir" = "$ac_pwd"; then
2069 # Remove unnecessary trailing slashes from srcdir.
2070 # Double slashes in file names in object file debugging info
2071 # mess up M-x gdb in Emacs.
2073 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2075 for ac_var
in $ac_precious_vars; do
2076 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2077 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2078 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2079 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2083 # Report the --help message.
2085 if test "$ac_init_help" = "long"; then
2086 # Omit some internal or obsolete options to make the list less imposing.
2087 # This message is too long to be a string in the A/UX 3.1 sh.
2089 \`configure' configures Wine 1.7.53 to adapt to many kinds of systems.
2091 Usage: $0 [OPTION]... [VAR=VALUE]...
2093 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2094 VAR=VALUE. See below for descriptions of some of the useful variables.
2096 Defaults for the options are specified in brackets.
2099 -h, --help display this help and exit
2100 --help=short display options specific to this package
2101 --help=recursive display the short help of all the included packages
2102 -V, --version display version information and exit
2103 -q, --quiet, --silent do not print \`checking ...' messages
2104 --cache-file=FILE cache test results in FILE [disabled]
2105 -C, --config-cache alias for \`--cache-file=config.cache'
2106 -n, --no-create do not create output files
2107 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2109 Installation directories:
2110 --prefix=PREFIX install architecture-independent files in PREFIX
2111 [$ac_default_prefix]
2112 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2115 By default, \`make install' will install all the files in
2116 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2117 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2118 for instance \`--prefix=\$HOME'.
2120 For better control, use the options below.
2122 Fine tuning of the installation directories:
2123 --bindir=DIR user executables [EPREFIX/bin]
2124 --sbindir=DIR system admin executables [EPREFIX/sbin]
2125 --libexecdir=DIR program executables [EPREFIX/libexec]
2126 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2127 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2128 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2129 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2130 --libdir=DIR object code libraries [EPREFIX/lib]
2131 --includedir=DIR C header files [PREFIX/include]
2132 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2133 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2134 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2135 --infodir=DIR info documentation [DATAROOTDIR/info]
2136 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2137 --mandir=DIR man documentation [DATAROOTDIR/man]
2138 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2139 --htmldir=DIR html documentation [DOCDIR]
2140 --dvidir=DIR dvi documentation [DOCDIR]
2141 --pdfdir=DIR pdf documentation [DOCDIR]
2142 --psdir=DIR ps documentation [DOCDIR]
2148 --x-includes=DIR X include files are
in DIR
2149 --x-libraries=DIR X library files are
in DIR
2152 --build=BUILD configure
for building on BUILD
[guessed
]
2153 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2157 if test -n "$ac_init_help"; then
2158 case $ac_init_help in
2159 short | recursive
) echo "Configuration of Wine 1.7.53:";;
2164 --disable-option-checking ignore unrecognized
--enable/--with options
2165 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2166 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2167 --disable-win16 do not include Win16 support
2168 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2170 --disable-tests do not build the regression tests
2171 --enable-maintainer-mode
2172 enable maintainer-specific build rules
2173 --disable-largefile omit support for large files
2176 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2177 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2178 --without-alsa do not use the Alsa sound support
2179 --without-capi do not use CAPI (ISDN support)
2180 --without-cms do not use CMS (color management support)
2181 --without-coreaudio do not use the CoreAudio sound support
2182 --without-cups do not use CUPS
2183 --without-curses do not use (n)curses
2184 --without-dbus do not use DBus (dynamic device support)
2185 --without-fontconfig do not use fontconfig
2186 --without-freetype do not use the FreeType library
2187 --without-gettext do not use gettext
2188 --with-gettextpo use the GetTextPO library to rebuild po files
2189 --without-gphoto do not use gphoto (Digital Camera support)
2190 --without-glu do not use the GLU library
2191 --without-gnutls do not use GnuTLS (schannel support)
2192 --without-gsm do not use libgsm (GSM 06.10 codec support)
2193 --without-gstreamer do not use GStreamer (codecs support)
2194 --without-hal do not use HAL (dynamic device support)
2195 --without-jpeg do not use JPEG
2196 --without-ldap do not use LDAP
2197 --without-mpg123 do not use the mpg123 library
2198 --without-netapi do not use the Samba NetAPI library
2199 --without-openal do not use OpenAL
2200 --without-opencl do not use OpenCL
2201 --without-opengl do not use OpenGL
2202 --without-osmesa do not use the OSMesa library
2203 --without-oss do not use the OSS sound support
2204 --without-pcap do not use the Packet Capture library
2205 --without-png do not use PNG
2206 --without-pthread do not use the pthread library
2207 --without-sane do not use SANE (scanner support)
2208 --without-tiff do not use TIFF
2209 --without-v4l do not use v4l1 (v4l support)
2210 --without-xcomposite do not use the Xcomposite extension
2211 --without-xcursor do not use the Xcursor extension
2212 --without-xinerama do not use Xinerama (multi-monitor support)
2213 --without-xinput do not use the Xinput extension
2214 --without-xinput2 do not use the Xinput 2 extension
2215 --without-xml do not use XML
2216 --without-xrandr do not use Xrandr (resolution changes)
2217 --without-xrender do not use the Xrender extension
2218 --without-xshape do not use the Xshape extension
2219 --without-xshm do not use XShm (shared memory extension)
2220 --without-xslt do not use XSLT
2221 --without-xxf86vm do not use XFree video mode extension
2222 --without-zlib do not use Zlib (data compression)
2223 --with-wine-tools=DIR use Wine tools from directory DIR
2224 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2225 --with-x use the X Window System
2227 Some influential environment variables:
2228 CC C compiler command
2229 CFLAGS C compiler flags
2230 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2231 nonstandard directory <lib dir>
2232 LIBS libraries to pass to the linker, e.g. -l<library>
2233 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2234 you have headers in a nonstandard directory <include dir>
2235 CXX C++ compiler command
2236 CXXFLAGS C++ compiler flags
2238 XMKMF Path to xmkmf, Makefile generator for X Window System
2239 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2240 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2241 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2242 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2243 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2244 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2245 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2246 HAL_LIBS Linker flags for hal, overriding pkg-config
2248 C compiler flags for gnutls, overriding pkg-config
2249 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2250 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2251 SANE_LIBS Linker flags for libsane, overriding pkg-config
2253 C compiler flags for libgphoto2, overriding pkg-config
2255 Linker flags for libgphoto2, overriding pkg-config
2257 C compiler flags for libgphoto2_port, overriding pkg-config
2259 Linker flags for libgphoto2_port, overriding pkg-config
2261 C compiler flags for lcms2, overriding pkg-config
2262 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2264 C compiler flags for freetype2, overriding pkg-config
2266 Linker flags for freetype2, overriding pkg-config
2268 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2270 Linker flags for gstreamer-app-0.10, overriding pkg-config
2272 C compiler flags for capi20, overriding pkg-config
2273 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2275 C compiler flags for fontconfig, overriding pkg-config
2277 Linker flags for fontconfig, overriding pkg-config
2278 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2279 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2280 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2281 PNG_LIBS Linker flags for libpng, overriding pkg-config
2282 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2283 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2285 C compiler flags for libmpg123, overriding pkg-config
2286 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2288 Use these variables to override the choices made by `configure' or to
help
2289 it to
find libraries and programs with nonstandard names
/locations.
2291 Report bugs to
<wine-devel@winehq.org
>.
2292 Wine home page
: <http
://www.winehq.org
>.
2297 if test "$ac_init_help" = "recursive"; then
2298 # If there are subdirs, report their specific --help.
2299 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2300 test -d "$ac_dir" ||
2301 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2306 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2308 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2309 # A ".." for each directory in $ac_dir_suffix.
2310 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2311 case $ac_top_builddir_sub in
2312 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2313 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2316 ac_abs_top_builddir
=$ac_pwd
2317 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2318 # for backward compatibility:
2319 ac_top_builddir
=$ac_top_build_prefix
2322 .
) # We are building in place.
2324 ac_top_srcdir
=$ac_top_builddir_sub
2325 ac_abs_top_srcdir
=$ac_pwd ;;
2326 [\\/]* | ?
:[\\/]* ) # Absolute name.
2327 ac_srcdir
=$srcdir$ac_dir_suffix;
2328 ac_top_srcdir
=$srcdir
2329 ac_abs_top_srcdir
=$srcdir ;;
2331 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2332 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2333 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2335 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2337 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2338 # Check for guested configure.
2339 if test -f "$ac_srcdir/configure.gnu"; then
2341 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2342 elif test -f "$ac_srcdir/configure"; then
2344 $SHELL "$ac_srcdir/configure" --help=recursive
2346 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2348 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2352 test -n "$ac_init_help" && exit $ac_status
2353 if $ac_init_version; then
2355 Wine configure
1.7.53
2356 generated by GNU Autoconf
2.69
2358 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2359 This configure
script is free software
; the Free Software Foundation
2360 gives unlimited permission to copy
, distribute and modify it.
2365 ## ------------------------ ##
2366 ## Autoconf initialization. ##
2367 ## ------------------------ ##
2369 # ac_fn_c_try_compile LINENO
2370 # --------------------------
2371 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2372 ac_fn_c_try_compile
()
2374 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2375 rm -f conftest.
$ac_objext
2376 if { { ac_try
="$ac_compile"
2378 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2379 *) ac_try_echo=$ac_try;;
2381 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2382 $as_echo "$ac_try_echo"; } >&5
2383 (eval "$ac_compile") 2>conftest.err
2385 if test -s conftest.err; then
2386 grep -v '^ *+' conftest.err >conftest.er1
2387 cat conftest.er1 >&5
2388 mv -f conftest.er1 conftest.err
2390 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2391 test $ac_status = 0; } && {
2392 test -z "$ac_c_werror_flag" ||
2393 test ! -s conftest.err
2394 } && test -s conftest.$ac_objext; then :
2397 $as_echo "$as_me: failed program was:" >&5
2398 sed 's/^/| /' conftest.$ac_ext >&5
2402 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2403 as_fn_set_status $ac_retval
2405 } # ac_fn_c_try_compile
2407 # ac_fn_cxx_try_compile LINENO
2408 # ----------------------------
2409 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2410 ac_fn_cxx_try_compile ()
2412 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2413 rm -f conftest.$ac_objext
2414 if { { ac_try="$ac_compile"
2416 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2417 *) ac_try_echo
=$ac_try;;
2419 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2420 $as_echo "$ac_try_echo"; } >&5
2421 (eval "$ac_compile") 2>conftest.err
2423 if test -s conftest.err
; then
2424 grep -v '^ *+' conftest.err
>conftest.er1
2425 cat conftest.er1
>&5
2426 mv -f conftest.er1 conftest.err
2428 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2429 test $ac_status = 0; } && {
2430 test -z "$ac_cxx_werror_flag" ||
2431 test ! -s conftest.err
2432 } && test -s conftest.
$ac_objext; then :
2435 $as_echo "$as_me: failed program was:" >&5
2436 sed 's/^/| /' conftest.
$ac_ext >&5
2440 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2441 as_fn_set_status
$ac_retval
2443 } # ac_fn_cxx_try_compile
2445 # ac_fn_c_try_link LINENO
2446 # -----------------------
2447 # Try to link conftest.$ac_ext, and return whether this succeeded.
2450 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2451 rm -f conftest.
$ac_objext conftest
$ac_exeext
2452 if { { ac_try
="$ac_link"
2454 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2455 *) ac_try_echo=$ac_try;;
2457 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2458 $as_echo "$ac_try_echo"; } >&5
2459 (eval "$ac_link") 2>conftest.err
2461 if test -s conftest.err; then
2462 grep -v '^ *+' conftest.err >conftest.er1
2463 cat conftest.er1 >&5
2464 mv -f conftest.er1 conftest.err
2466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2467 test $ac_status = 0; } && {
2468 test -z "$ac_c_werror_flag" ||
2469 test ! -s conftest.err
2470 } && test -s conftest$ac_exeext && {
2471 test "$cross_compiling" = yes ||
2472 test -x conftest$ac_exeext
2476 $as_echo "$as_me: failed program was:" >&5
2477 sed 's/^/| /' conftest.$ac_ext >&5
2481 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2482 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2483 # interfere with the next link command; also delete a directory that is
2484 # left behind by Apple's compiler. We do this before executing the actions.
2485 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2486 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2487 as_fn_set_status $ac_retval
2489 } # ac_fn_c_try_link
2491 # ac_fn_c_try_cpp LINENO
2492 # ----------------------
2493 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2496 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2497 if { { ac_try="$ac_cpp conftest.$ac_ext"
2499 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2500 *) ac_try_echo
=$ac_try;;
2502 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2503 $as_echo "$ac_try_echo"; } >&5
2504 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2506 if test -s conftest.err
; then
2507 grep -v '^ *+' conftest.err
>conftest.er1
2508 cat conftest.er1
>&5
2509 mv -f conftest.er1 conftest.err
2511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2512 test $ac_status = 0; } > conftest.i
&& {
2513 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2514 test ! -s conftest.err
2518 $as_echo "$as_me: failed program was:" >&5
2519 sed 's/^/| /' conftest.
$ac_ext >&5
2523 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2524 as_fn_set_status
$ac_retval
2528 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2529 # -------------------------------------------------------
2530 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2531 # the include files in INCLUDES and setting the cache variable VAR
2533 ac_fn_c_check_header_mongrel
()
2535 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2536 if eval \
${$3+:} false
; then :
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2538 $as_echo_n "checking for $2... " >&6; }
2539 if eval \
${$3+:} false
; then :
2540 $as_echo_n "(cached) " >&6
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2544 $as_echo "$ac_res" >&6; }
2546 # Is the header compilable?
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2548 $as_echo_n "checking $2 usability... " >&6; }
2549 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2550 /* end confdefs.h. */
2554 if ac_fn_c_try_compile
"$LINENO"; then :
2555 ac_header_compiler
=yes
2557 ac_header_compiler
=no
2559 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2561 $as_echo "$ac_header_compiler" >&6; }
2563 # Is the header present?
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2565 $as_echo_n "checking $2 presence... " >&6; }
2566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2567 /* end confdefs.h. */
2570 if ac_fn_c_try_cpp
"$LINENO"; then :
2571 ac_header_preproc
=yes
2573 ac_header_preproc
=no
2575 rm -f conftest.err conftest.i conftest.
$ac_ext
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2577 $as_echo "$ac_header_preproc" >&6; }
2579 # So? What about this header?
2580 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2582 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2583 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2585 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2589 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2591 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2593 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2595 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2597 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2598 ( $as_echo "## ------------------------------------ ##
2599 ## Report this to wine-devel@winehq.org ##
2600 ## ------------------------------------ ##"
2601 ) |
sed "s/^/$as_me: WARNING: /" >&2
2604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2605 $as_echo_n "checking for $2... " >&6; }
2606 if eval \
${$3+:} false
; then :
2607 $as_echo_n "(cached) " >&6
2609 eval "$3=\$ac_header_compiler"
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2613 $as_echo "$ac_res" >&6; }
2615 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2617 } # ac_fn_c_check_header_mongrel
2619 # ac_fn_c_try_run LINENO
2620 # ----------------------
2621 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2622 # that executables *can* be run.
2625 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2626 if { { ac_try
="$ac_link"
2628 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2629 *) ac_try_echo=$ac_try;;
2631 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2632 $as_echo "$ac_try_echo"; } >&5
2633 (eval "$ac_link") 2>&5
2635 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2636 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2637 { { case "(($ac_try" in
2638 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2639 *) ac_try_echo
=$ac_try;;
2641 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2642 $as_echo "$ac_try_echo"; } >&5
2643 (eval "$ac_try") 2>&5
2645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2646 test $ac_status = 0; }; }; then :
2649 $as_echo "$as_me: program exited with status $ac_status" >&5
2650 $as_echo "$as_me: failed program was:" >&5
2651 sed 's/^/| /' conftest.
$ac_ext >&5
2653 ac_retval
=$ac_status
2655 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2656 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2657 as_fn_set_status
$ac_retval
2661 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2662 # -------------------------------------------------------
2663 # Tests whether HEADER exists and can be compiled using the include files in
2664 # INCLUDES, setting the cache variable VAR accordingly.
2665 ac_fn_c_check_header_compile
()
2667 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2669 $as_echo_n "checking for $2... " >&6; }
2670 if eval \
${$3+:} false
; then :
2671 $as_echo_n "(cached) " >&6
2673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2674 /* end confdefs.h. */
2678 if ac_fn_c_try_compile
"$LINENO"; then :
2683 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2687 $as_echo "$ac_res" >&6; }
2688 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2690 } # ac_fn_c_check_header_compile
2692 # ac_fn_c_check_func LINENO FUNC VAR
2693 # ----------------------------------
2694 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2695 ac_fn_c_check_func
()
2697 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2699 $as_echo_n "checking for $2... " >&6; }
2700 if eval \
${$3+:} false
; then :
2701 $as_echo_n "(cached) " >&6
2703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2704 /* end confdefs.h. */
2705 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2706 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2707 #define $2 innocuous_$2
2709 /* System header to define __stub macros and hopefully few prototypes,
2710 which can conflict with char $2 (); below.
2711 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2712 <limits.h> exists even on freestanding compilers. */
2715 # include <limits.h>
2717 # include <assert.h>
2722 /* Override any GCC internal prototype to avoid an error.
2723 Use char because int might match the return type of a GCC
2724 builtin and then its argument prototype would still apply. */
2729 /* The GNU C library defines this for functions which it implements
2730 to always fail with ENOSYS. Some functions are actually named
2731 something starting with __ and the normal name is an alias. */
2732 #if defined __stub_$2 || defined __stub___$2
2744 if ac_fn_c_try_link
"$LINENO"; then :
2749 rm -f core conftest.err conftest.
$ac_objext \
2750 conftest
$ac_exeext conftest.
$ac_ext
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2754 $as_echo "$ac_res" >&6; }
2755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2757 } # ac_fn_c_check_func
2759 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2760 # ----------------------------------------------------
2761 # Tries to find if the field MEMBER exists in type AGGR, after including
2762 # INCLUDES, setting cache variable VAR accordingly.
2763 ac_fn_c_check_member
()
2765 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2767 $as_echo_n "checking for $2.$3... " >&6; }
2768 if eval \
${$4+:} false
; then :
2769 $as_echo_n "(cached) " >&6
2771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2772 /* end confdefs.h. */
2784 if ac_fn_c_try_compile
"$LINENO"; then :
2787 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2788 /* end confdefs.h. */
2794 if (sizeof ac_aggr.$3)
2800 if ac_fn_c_try_compile
"$LINENO"; then :
2805 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2811 $as_echo "$ac_res" >&6; }
2812 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2814 } # ac_fn_c_check_member
2816 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2817 # -------------------------------------------
2818 # Tests whether TYPE exists after having included INCLUDES, setting cache
2819 # variable VAR accordingly.
2820 ac_fn_c_check_type
()
2822 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2824 $as_echo_n "checking for $2... " >&6; }
2825 if eval \
${$3+:} false
; then :
2826 $as_echo_n "(cached) " >&6
2829 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2830 /* end confdefs.h. */
2841 if ac_fn_c_try_compile
"$LINENO"; then :
2842 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2843 /* end confdefs.h. */
2854 if ac_fn_c_try_compile
"$LINENO"; then :
2859 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2861 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2865 $as_echo "$ac_res" >&6; }
2866 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2868 } # ac_fn_c_check_type
2869 cat >config.log
<<_ACEOF
2870 This file contains any messages produced by compilers while
2871 running configure, to aid debugging if configure makes a mistake.
2873 It was created by Wine $as_me 1.7.53, which was
2874 generated by GNU Autoconf 2.69. Invocation command line was
2886 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2887 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2888 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2889 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2890 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2892 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2893 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2895 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2896 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2897 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2898 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2899 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2900 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2901 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2905 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2909 test -z "$as_dir" && as_dir
=.
2910 $as_echo "PATH: $as_dir"
2926 # Keep a trace of the command line.
2927 # Strip out --no-create and --no-recursion so they do not pile up.
2928 # Strip out --silent because we don't want to record it for future runs.
2929 # Also quote any args containing shell meta-characters.
2930 # Make two passes to allow for proper duplicate-argument suppression.
2934 ac_must_keep_next
=false
2940 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2941 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2942 |
-silent |
--silent |
--silen |
--sile |
--sil)
2945 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2948 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2950 as_fn_append ac_configure_args1
" '$ac_arg'"
2951 if test $ac_must_keep_next = true
; then
2952 ac_must_keep_next
=false
# Got value, back to normal.
2955 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2956 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2957 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2958 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2959 case "$ac_configure_args0 " in
2960 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2963 -* ) ac_must_keep_next
=true
;;
2966 as_fn_append ac_configure_args
" '$ac_arg'"
2971 { ac_configure_args0
=; unset ac_configure_args0
;}
2972 { ac_configure_args1
=; unset ac_configure_args1
;}
2974 # When interrupted or exit'd, cleanup temporary files, and complete
2975 # config.log. We remove comments because anyway the quotes in there
2976 # would cause problems or look ugly.
2977 # WARNING: Use '\'' to represent an apostrophe within the trap.
2978 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2979 trap 'exit_status=$?
2980 # Save into config.log some information that might help in debugging.
2984 $as_echo "## ---------------- ##
2985 ## Cache variables. ##
2986 ## ---------------- ##"
2988 # The following way of writing the cache mishandles newlines in values,
2990 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2991 eval ac_val=\$$ac_var
2995 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2996 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2999 _ | IFS | as_nl) ;; #(
3000 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3001 *) { eval $ac_var=; unset $ac_var;} ;;
3006 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3007 *${as_nl}ac_space=\ *)
3009 "s/'\''/'\''\\\\'\'''\''/g;
3010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3013 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3020 $as_echo "## ----------------- ##
3021 ## Output variables. ##
3022 ## ----------------- ##"
3024 for ac_var in $ac_subst_vars
3026 eval ac_val=\$$ac_var
3028 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3030 $as_echo "$ac_var='\''$ac_val'\''"
3034 if test -n "$ac_subst_files"; then
3035 $as_echo "## ------------------- ##
3036 ## File substitutions. ##
3037 ## ------------------- ##"
3039 for ac_var
in $ac_subst_files
3041 eval ac_val
=\$
$ac_var
3043 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3045 $as_echo "$ac_var='\''$ac_val'\''"
3050 if test -s confdefs.h; then
3051 $as_echo "## ----------- ##
3058 test "$ac_signal" != 0 &&
3059 $as_echo "$as_me: caught signal $ac_signal"
3060 $as_echo "$as_me: exit $exit_status"
3062 rm -f core *.core core.conftest.* &&
3063 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3066 for ac_signal
in 1 2 13 15; do
3067 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3071 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3072 rm -f -r conftest
* confdefs.h
3074 $as_echo "/* confdefs.h */" > confdefs.h
3076 # Predefined preprocessor variables.
3078 cat >>confdefs.h
<<_ACEOF
3079 #define PACKAGE_NAME "$PACKAGE_NAME"
3082 cat >>confdefs.h
<<_ACEOF
3083 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3086 cat >>confdefs.h
<<_ACEOF
3087 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3090 cat >>confdefs.h
<<_ACEOF
3091 #define PACKAGE_STRING "$PACKAGE_STRING"
3094 cat >>confdefs.h
<<_ACEOF
3095 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3098 cat >>confdefs.h
<<_ACEOF
3099 #define PACKAGE_URL "$PACKAGE_URL"
3103 # Let the site file select an alternate cache file if it wants to.
3104 # Prefer an explicitly selected file to automatically selected ones.
3107 if test -n "$CONFIG_SITE"; then
3108 # We do not want a PATH search for config.site.
3109 case $CONFIG_SITE in #((
3110 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3111 */*) ac_site_file1
=$CONFIG_SITE;;
3112 *) ac_site_file1
=.
/$CONFIG_SITE;;
3114 elif test "x$prefix" != xNONE
; then
3115 ac_site_file1
=$prefix/share
/config.site
3116 ac_site_file2
=$prefix/etc
/config.site
3118 ac_site_file1
=$ac_default_prefix/share
/config.site
3119 ac_site_file2
=$ac_default_prefix/etc
/config.site
3121 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3123 test "x$ac_site_file" = xNONE
&& continue
3124 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3126 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3127 sed 's/^/| /' "$ac_site_file" >&5
3129 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3130 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3131 as_fn_error $?
"failed to load site script $ac_site_file
3132 See \`config.log' for more details" "$LINENO" 5; }
3136 if test -r "$cache_file"; then
3137 # Some versions of bash will fail to source /dev/null (special files
3138 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3139 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3141 $as_echo "$as_me: loading cache $cache_file" >&6;}
3143 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3144 *) .
"./$cache_file";;
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3149 $as_echo "$as_me: creating cache $cache_file" >&6;}
3153 # Check that the precious variables saved in the cache have kept the same
3155 ac_cache_corrupted
=false
3156 for ac_var
in $ac_precious_vars; do
3157 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3158 eval ac_new_set
=\
$ac_env_${ac_var}_set
3159 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3160 eval ac_new_val
=\
$ac_env_${ac_var}_value
3161 case $ac_old_set,$ac_new_set in
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3164 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3165 ac_cache_corrupted
=: ;;
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3168 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3169 ac_cache_corrupted
=: ;;
3172 if test "x$ac_old_val" != "x$ac_new_val"; then
3173 # differences in whitespace do not lead to failure.
3174 ac_old_val_w
=`echo x $ac_old_val`
3175 ac_new_val_w
=`echo x $ac_new_val`
3176 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3178 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3179 ac_cache_corrupted
=:
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3182 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3183 eval $ac_var=\
$ac_old_val
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3186 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3188 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3191 # Pass precious variables to config.status.
3192 if test "$ac_new_set" = set; then
3194 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3195 *) ac_arg
=$ac_var=$ac_new_val ;;
3197 case " $ac_configure_args " in
3198 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3199 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3203 if $ac_cache_corrupted; then
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3205 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3207 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3208 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3210 ## -------------------- ##
3211 ## Main body of script. ##
3212 ## -------------------- ##
3215 ac_cpp
='$CPP $CPPFLAGS'
3216 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3217 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3218 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3222 ac_config_headers
="$ac_config_headers include/config.h"
3225 for ac_dir
in tools
"$srcdir"/tools
; do
3226 if test -f "$ac_dir/install-sh"; then
3228 ac_install_sh
="$ac_aux_dir/install-sh -c"
3230 elif test -f "$ac_dir/install.sh"; then
3232 ac_install_sh
="$ac_aux_dir/install.sh -c"
3234 elif test -f "$ac_dir/shtool"; then
3236 ac_install_sh
="$ac_aux_dir/shtool install -c"
3240 if test -z "$ac_aux_dir"; then
3241 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3244 # These three variables are undocumented and unsupported,
3245 # and are intended to be withdrawn in a future Autoconf release.
3246 # They can cause serious problems if a builder's source tree is in a directory
3247 # whose full name contains unusual characters.
3248 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3249 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3250 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3254 libwine_version
="1.0"
3258 # Check whether --enable-win16 was given.
3259 if test "${enable_win16+set}" = set; then :
3260 enableval
=$enable_win16;
3263 # Check whether --enable-win64 was given.
3264 if test "${enable_win64+set}" = set; then :
3265 enableval
=$enable_win64;
3268 # Check whether --enable-tests was given.
3269 if test "${enable_tests+set}" = set; then :
3270 enableval
=$enable_tests;
3273 # Check whether --enable-maintainer-mode was given.
3274 if test "${enable_maintainer_mode+set}" = set; then :
3275 enableval
=$enable_maintainer_mode;
3280 # Check whether --with-alsa was given.
3281 if test "${with_alsa+set}" = set; then :
3282 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3286 # Check whether --with-capi was given.
3287 if test "${with_capi+set}" = set; then :
3292 # Check whether --with-cms was given.
3293 if test "${with_cms+set}" = set; then :
3298 # Check whether --with-coreaudio was given.
3299 if test "${with_coreaudio+set}" = set; then :
3300 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3304 # Check whether --with-cups was given.
3305 if test "${with_cups+set}" = set; then :
3310 # Check whether --with-curses was given.
3311 if test "${with_curses+set}" = set; then :
3312 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3316 # Check whether --with-dbus was given.
3317 if test "${with_dbus+set}" = set; then :
3322 # Check whether --with-fontconfig was given.
3323 if test "${with_fontconfig+set}" = set; then :
3324 withval
=$with_fontconfig;
3328 # Check whether --with-freetype was given.
3329 if test "${with_freetype+set}" = set; then :
3330 withval
=$with_freetype;
3334 # Check whether --with-gettext was given.
3335 if test "${with_gettext+set}" = set; then :
3336 withval
=$with_gettext;
3340 # Check whether --with-gettextpo was given.
3341 if test "${with_gettextpo+set}" = set; then :
3342 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3346 # Check whether --with-gphoto was given.
3347 if test "${with_gphoto+set}" = set; then :
3348 withval
=$with_gphoto;
3352 # Check whether --with-glu was given.
3353 if test "${with_glu+set}" = set; then :
3358 # Check whether --with-gnutls was given.
3359 if test "${with_gnutls+set}" = set; then :
3360 withval
=$with_gnutls;
3364 # Check whether --with-gsm was given.
3365 if test "${with_gsm+set}" = set; then :
3366 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3370 # Check whether --with-gstreamer was given.
3371 if test "${with_gstreamer+set}" = set; then :
3372 withval
=$with_gstreamer;
3376 # Check whether --with-hal was given.
3377 if test "${with_hal+set}" = set; then :
3382 # Check whether --with-jpeg was given.
3383 if test "${with_jpeg+set}" = set; then :
3388 # Check whether --with-ldap was given.
3389 if test "${with_ldap+set}" = set; then :
3390 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3394 # Check whether --with-mpg123 was given.
3395 if test "${with_mpg123+set}" = set; then :
3396 withval
=$with_mpg123;
3400 # Check whether --with-netapi was given.
3401 if test "${with_netapi+set}" = set; then :
3402 withval
=$with_netapi;
3406 # Check whether --with-openal was given.
3407 if test "${with_openal+set}" = set; then :
3408 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3412 # Check whether --with-opencl was given.
3413 if test "${with_opencl+set}" = set; then :
3414 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3418 # Check whether --with-opengl was given.
3419 if test "${with_opengl+set}" = set; then :
3420 withval
=$with_opengl;
3424 # Check whether --with-osmesa was given.
3425 if test "${with_osmesa+set}" = set; then :
3426 withval
=$with_osmesa;
3430 # Check whether --with-oss was given.
3431 if test "${with_oss+set}" = set; then :
3436 # Check whether --with-pcap was given.
3437 if test "${with_pcap+set}" = set; then :
3438 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3442 # Check whether --with-png was given.
3443 if test "${with_png+set}" = set; then :
3448 # Check whether --with-pthread was given.
3449 if test "${with_pthread+set}" = set; then :
3450 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3454 # Check whether --with-sane was given.
3455 if test "${with_sane+set}" = set; then :
3460 # Check whether --with-tiff was given.
3461 if test "${with_tiff+set}" = set; then :
3466 # Check whether --with-v4l was given.
3467 if test "${with_v4l+set}" = set; then :
3472 # Check whether --with-xcomposite was given.
3473 if test "${with_xcomposite+set}" = set; then :
3474 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3478 # Check whether --with-xcursor was given.
3479 if test "${with_xcursor+set}" = set; then :
3480 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3484 # Check whether --with-xinerama was given.
3485 if test "${with_xinerama+set}" = set; then :
3486 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3490 # Check whether --with-xinput was given.
3491 if test "${with_xinput+set}" = set; then :
3492 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3496 # Check whether --with-xinput2 was given.
3497 if test "${with_xinput2+set}" = set; then :
3498 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3502 # Check whether --with-xml was given.
3503 if test "${with_xml+set}" = set; then :
3508 # Check whether --with-xrandr was given.
3509 if test "${with_xrandr+set}" = set; then :
3510 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3514 # Check whether --with-xrender was given.
3515 if test "${with_xrender+set}" = set; then :
3516 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3520 # Check whether --with-xshape was given.
3521 if test "${with_xshape+set}" = set; then :
3522 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3526 # Check whether --with-xshm was given.
3527 if test "${with_xshm+set}" = set; then :
3528 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3532 # Check whether --with-xslt was given.
3533 if test "${with_xslt+set}" = set; then :
3538 # Check whether --with-xxf86vm was given.
3539 if test "${with_xxf86vm+set}" = set; then :
3540 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
3544 # Check whether --with-zlib was given.
3545 if test "${with_zlib+set}" = set; then :
3546 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3551 # Check whether --with-wine-tools was given.
3552 if test "${with_wine_tools+set}" = set; then :
3553 withval
=$with_wine_tools;
3557 # Check whether --with-wine64 was given.
3558 if test "${with_wine64+set}" = set; then :
3559 withval
=$with_wine64;
3563 # Make sure we can run config.sub.
3564 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3565 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3568 $as_echo_n "checking build system type... " >&6; }
3569 if ${ac_cv_build+:} false
; then :
3570 $as_echo_n "(cached) " >&6
3572 ac_build_alias
=$build_alias
3573 test "x$ac_build_alias" = x
&&
3574 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3575 test "x$ac_build_alias" = x
&&
3576 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3577 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3578 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3582 $as_echo "$ac_cv_build" >&6; }
3583 case $ac_cv_build in
3585 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3588 ac_save_IFS
=$IFS; IFS
='-'
3594 # Remember, the first character of IFS is used to create $*,
3595 # except with old shells:
3598 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3602 $as_echo_n "checking host system type... " >&6; }
3603 if ${ac_cv_host+:} false
; then :
3604 $as_echo_n "(cached) " >&6
3606 if test "x$host_alias" = x
; then
3607 ac_cv_host
=$ac_cv_build
3609 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3610 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3615 $as_echo "$ac_cv_host" >&6; }
3618 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3621 ac_save_IFS
=$IFS; IFS
='-'
3627 # Remember, the first character of IFS is used to create $*,
3628 # except with old shells:
3631 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3637 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3638 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3639 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3645 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3647 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3648 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3649 $as_echo_n "(cached) " >&6
3651 cat >conftest.
make <<\_ACEOF
3654 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3656 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3657 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3659 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3661 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3665 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3667 $as_echo "yes" >&6; }
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3671 $as_echo "no" >&6; }
3672 SET_MAKE
="MAKE=${MAKE-make}"
3676 ac_cpp
='$CPP $CPPFLAGS'
3677 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3678 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3679 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3680 if test -n "$ac_tool_prefix"; then
3681 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3682 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3684 $as_echo_n "checking for $ac_word... " >&6; }
3685 if ${ac_cv_prog_CC+:} false
; then :
3686 $as_echo_n "(cached) " >&6
3688 if test -n "$CC"; then
3689 ac_cv_prog_CC
="$CC" # Let the user override the test.
3691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3695 test -z "$as_dir" && as_dir
=.
3696 for ac_exec_ext
in '' $ac_executable_extensions; do
3697 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3698 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3709 if test -n "$CC"; then
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3711 $as_echo "$CC" >&6; }
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3714 $as_echo "no" >&6; }
3719 if test -z "$ac_cv_prog_CC"; then
3721 # Extract the first word of "gcc", so it can be a program name with args.
3722 set dummy gcc
; ac_word
=$2
3723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3726 $as_echo_n "(cached) " >&6
3728 if test -n "$ac_ct_CC"; then
3729 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3731 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3735 test -z "$as_dir" && as_dir
=.
3736 for ac_exec_ext
in '' $ac_executable_extensions; do
3737 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3738 ac_cv_prog_ac_ct_CC
="gcc"
3739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3748 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3749 if test -n "$ac_ct_CC"; then
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3751 $as_echo "$ac_ct_CC" >&6; }
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3754 $as_echo "no" >&6; }
3757 if test "x$ac_ct_CC" = x
; then
3760 case $cross_compiling:$ac_tool_warned in
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3764 ac_tool_warned
=yes ;;
3772 if test -z "$CC"; then
3773 if test -n "$ac_tool_prefix"; then
3774 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3775 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3777 $as_echo_n "checking for $ac_word... " >&6; }
3778 if ${ac_cv_prog_CC+:} false
; then :
3779 $as_echo_n "(cached) " >&6
3781 if test -n "$CC"; then
3782 ac_cv_prog_CC
="$CC" # Let the user override the test.
3784 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3788 test -z "$as_dir" && as_dir
=.
3789 for ac_exec_ext
in '' $ac_executable_extensions; do
3790 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3791 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3802 if test -n "$CC"; then
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3804 $as_echo "$CC" >&6; }
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3807 $as_echo "no" >&6; }
3813 if test -z "$CC"; then
3814 # Extract the first word of "cc", so it can be a program name with args.
3815 set dummy cc
; ac_word
=$2
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3817 $as_echo_n "checking for $ac_word... " >&6; }
3818 if ${ac_cv_prog_CC+:} false
; then :
3819 $as_echo_n "(cached) " >&6
3821 if test -n "$CC"; then
3822 ac_cv_prog_CC
="$CC" # Let the user override the test.
3825 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3829 test -z "$as_dir" && as_dir
=.
3830 for ac_exec_ext
in '' $ac_executable_extensions; do
3831 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3832 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3833 ac_prog_rejected
=yes
3837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3844 if test $ac_prog_rejected = yes; then
3845 # We found a bogon in the path, so make sure we never use it.
3846 set dummy
$ac_cv_prog_CC
3848 if test $# != 0; then
3849 # We chose a different compiler from the bogus one.
3850 # However, it has the same basename, so the bogon will be chosen
3851 # first if we set CC to just the basename; use the full file name.
3853 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3859 if test -n "$CC"; then
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3861 $as_echo "$CC" >&6; }
3863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3864 $as_echo "no" >&6; }
3869 if test -z "$CC"; then
3870 if test -n "$ac_tool_prefix"; then
3871 for ac_prog
in cl.exe
3873 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3874 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3876 $as_echo_n "checking for $ac_word... " >&6; }
3877 if ${ac_cv_prog_CC+:} false
; then :
3878 $as_echo_n "(cached) " >&6
3880 if test -n "$CC"; then
3881 ac_cv_prog_CC
="$CC" # Let the user override the test.
3883 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3887 test -z "$as_dir" && as_dir
=.
3888 for ac_exec_ext
in '' $ac_executable_extensions; do
3889 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3890 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3901 if test -n "$CC"; then
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3903 $as_echo "$CC" >&6; }
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3906 $as_echo "no" >&6; }
3910 test -n "$CC" && break
3913 if test -z "$CC"; then
3915 for ac_prog
in cl.exe
3917 # Extract the first word of "$ac_prog", so it can be a program name with args.
3918 set dummy
$ac_prog; ac_word
=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3922 $as_echo_n "(cached) " >&6
3924 if test -n "$ac_ct_CC"; then
3925 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3927 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3931 test -z "$as_dir" && as_dir
=.
3932 for ac_exec_ext
in '' $ac_executable_extensions; do
3933 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3934 ac_cv_prog_ac_ct_CC
="$ac_prog"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3944 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3945 if test -n "$ac_ct_CC"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3947 $as_echo "$ac_ct_CC" >&6; }
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3954 test -n "$ac_ct_CC" && break
3957 if test "x$ac_ct_CC" = x
; then
3960 case $cross_compiling:$ac_tool_warned in
3962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3964 ac_tool_warned
=yes ;;
3973 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3974 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3975 as_fn_error $?
"no acceptable C compiler found in \$PATH
3976 See \`config.log' for more details" "$LINENO" 5; }
3978 # Provide some information about the compiler.
3979 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3982 for ac_option
in --version -v -V -qversion; do
3983 { { ac_try
="$ac_compiler $ac_option >&5"
3985 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3986 *) ac_try_echo=$ac_try;;
3988 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3989 $as_echo "$ac_try_echo"; } >&5
3990 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3992 if test -s conftest.err; then
3994 ... rest of stderr output deleted ...
3995 10q' conftest.err >conftest.er1
3996 cat conftest.er1 >&5
3998 rm -f conftest.er1 conftest.err
3999 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4000 test $ac_status = 0; }
4003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4004 /* end confdefs.h. */
4014 ac_clean_files_save=$ac_clean_files
4015 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4016 # Try to create an executable without -o first, disregard a.out.
4017 # It will help us diagnose broken compilers, and finding out an intuition
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4020 $as_echo_n "checking whether the C compiler works... " >&6; }
4021 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4023 # The possible output files:
4024 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4027 for ac_file in $ac_files
4030 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4031 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4036 if { { ac_try="$ac_link_default"
4038 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4039 *) ac_try_echo
=$ac_try;;
4041 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4042 $as_echo "$ac_try_echo"; } >&5
4043 (eval "$ac_link_default") 2>&5
4045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4046 test $ac_status = 0; }; then :
4047 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4048 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4049 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4050 # so that the user can short-circuit this test for compilers unknown to
4052 for ac_file
in $ac_files ''
4054 test -f "$ac_file" ||
continue
4056 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4059 # We found the default executable, but exeext='' is most
4063 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4065 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4067 # We set ac_cv_exeext here because the later test for it is not
4068 # safe: cross compilers may not add the suffix if given an `-o'
4069 # argument, so we may need to know it at that point already.
4070 # Even if this section looks crufty: it has the advantage of
4077 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4082 if test -z "$ac_file"; then :
4083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4084 $as_echo "no" >&6; }
4085 $as_echo "$as_me: failed program was:" >&5
4086 sed 's/^/| /' conftest.
$ac_ext >&5
4088 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4089 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4090 as_fn_error
77 "C compiler cannot create executables
4091 See \`config.log' for more details" "$LINENO" 5; }
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4094 $as_echo "yes" >&6; }
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4097 $as_echo_n "checking for C compiler default output file name... " >&6; }
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4099 $as_echo "$ac_file" >&6; }
4100 ac_exeext
=$ac_cv_exeext
4102 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4103 ac_clean_files
=$ac_clean_files_save
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4105 $as_echo_n "checking for suffix of executables... " >&6; }
4106 if { { ac_try
="$ac_link"
4108 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4109 *) ac_try_echo=$ac_try;;
4111 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4112 $as_echo "$ac_try_echo"; } >&5
4113 (eval "$ac_link") 2>&5
4115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4116 test $ac_status = 0; }; then :
4117 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4118 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4119 # work properly (i.e., refer to `conftest.exe'), while it won't with
4121 for ac_file
in conftest.exe conftest conftest.
*; do
4122 test -f "$ac_file" ||
continue
4124 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4125 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4131 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4132 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4133 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4134 See \`config.log' for more details" "$LINENO" 5; }
4136 rm -f conftest conftest
$ac_cv_exeext
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4138 $as_echo "$ac_cv_exeext" >&6; }
4140 rm -f conftest.
$ac_ext
4141 EXEEXT
=$ac_cv_exeext
4143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4144 /* end confdefs.h. */
4149 FILE *f = fopen ("conftest.out", "w");
4150 return ferror (f) || fclose (f) != 0;
4156 ac_clean_files
="$ac_clean_files conftest.out"
4157 # Check that the compiler produces executables we can run. If not, either
4158 # the compiler is broken, or we cross compile.
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4160 $as_echo_n "checking whether we are cross compiling... " >&6; }
4161 if test "$cross_compiling" != yes; then
4162 { { ac_try
="$ac_link"
4164 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4165 *) ac_try_echo=$ac_try;;
4167 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4168 $as_echo "$ac_try_echo"; } >&5
4169 (eval "$ac_link") 2>&5
4171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4172 test $ac_status = 0; }
4173 if { ac_try='./conftest$ac_cv_exeext'
4174 { { case "(($ac_try" in
4175 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4176 *) ac_try_echo
=$ac_try;;
4178 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4179 $as_echo "$ac_try_echo"; } >&5
4180 (eval "$ac_try") 2>&5
4182 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4183 test $ac_status = 0; }; }; then
4186 if test "$cross_compiling" = maybe
; then
4189 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4191 as_fn_error $?
"cannot run C compiled programs.
4192 If you meant to cross compile, use \`--host'.
4193 See \`config.log' for more details" "$LINENO" 5; }
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4198 $as_echo "$cross_compiling" >&6; }
4200 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4201 ac_clean_files
=$ac_clean_files_save
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4203 $as_echo_n "checking for suffix of object files... " >&6; }
4204 if ${ac_cv_objext+:} false
; then :
4205 $as_echo_n "(cached) " >&6
4207 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4208 /* end confdefs.h. */
4218 rm -f conftest.o conftest.obj
4219 if { { ac_try
="$ac_compile"
4221 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4222 *) ac_try_echo=$ac_try;;
4224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4225 $as_echo "$ac_try_echo"; } >&5
4226 (eval "$ac_compile") 2>&5
4228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4229 test $ac_status = 0; }; then :
4230 for ac_file in conftest.o conftest.obj conftest.*; do
4231 test -f "$ac_file" || continue;
4233 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4234 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4239 $as_echo "$as_me: failed program was:" >&5
4240 sed 's/^/| /' conftest.$ac_ext >&5
4242 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4243 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4244 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4245 See \
`config.log' for more details" "$LINENO" 5; }
4247 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4250 $as_echo "$ac_cv_objext" >&6; }
4251 OBJEXT=$ac_cv_objext
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4254 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4255 if ${ac_cv_c_compiler_gnu+:} false; then :
4256 $as_echo_n "(cached) " >&6
4258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4259 /* end confdefs.h. */
4272 if ac_fn_c_try_compile "$LINENO"; then :
4277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4278 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4282 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4283 if test $ac_compiler_gnu = yes; then
4288 ac_test_CFLAGS=${CFLAGS+set}
4289 ac_save_CFLAGS=$CFLAGS
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4291 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4292 if ${ac_cv_prog_cc_g+:} false; then :
4293 $as_echo_n "(cached) " >&6
4295 ac_save_c_werror_flag=$ac_c_werror_flag
4296 ac_c_werror_flag=yes
4299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4300 /* end confdefs.h. */
4310 if ac_fn_c_try_compile "$LINENO"; then :
4314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4315 /* end confdefs.h. */
4325 if ac_fn_c_try_compile "$LINENO"; then :
4328 ac_c_werror_flag=$ac_save_c_werror_flag
4330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4331 /* end confdefs.h. */
4341 if ac_fn_c_try_compile "$LINENO"; then :
4344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4349 ac_c_werror_flag=$ac_save_c_werror_flag
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4352 $as_echo "$ac_cv_prog_cc_g" >&6; }
4353 if test "$ac_test_CFLAGS" = set; then
4354 CFLAGS=$ac_save_CFLAGS
4355 elif test $ac_cv_prog_cc_g = yes; then
4356 if test "$GCC" = yes; then
4362 if test "$GCC" = yes; then
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4369 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4370 if ${ac_cv_prog_cc_c89+:} false; then :
4371 $as_echo_n "(cached) " >&6
4373 ac_cv_prog_cc_c89=no
4375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4376 /* end confdefs.h. */
4380 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4381 struct buf { int x; };
4382 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4383 static char *e (p, i)
4389 static char *f (char * (*g) (char **, int), char **p, ...)
4394 s = g (p, va_arg (v,int));
4399 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4400 function prototypes and stuff, but not '\xHH' hex character constants.
4401 These don't provoke an error unfortunately, instead are silently treated
4402 as 'x'. The following induces an error, until -std is added to get
4403 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4404 array size at least. It's necessary to write '\x00'==0 to get something
4405 that's true only with -std. */
4406 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4408 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4409 inside strings and character constants. */
4411 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4413 int test (int i, double x);
4414 struct s1 {int (*f) (int a);};
4415 struct s2 {int (*f) (double a);};
4416 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4422 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4427 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4428 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4430 CC="$ac_save_CC $ac_arg"
4431 if ac_fn_c_try_compile "$LINENO"; then :
4432 ac_cv_prog_cc_c89=$ac_arg
4434 rm -f core conftest.err conftest.$ac_objext
4435 test "x$ac_cv_prog_cc_c89" != "xno" && break
4437 rm -f conftest.$ac_ext
4442 case "x$ac_cv_prog_cc_c89" in
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4445 $as_echo "none needed" >&6; } ;;
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4448 $as_echo "unsupported" >&6; } ;;
4450 CC="$CC $ac_cv_prog_cc_c89"
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4452 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4454 if test "x$ac_cv_prog_cc_c89" != xno; then :
4459 ac_cpp='$CPP $CPPFLAGS'
4460 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4461 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4462 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4465 ac_cpp='$CXXCPP $CPPFLAGS'
4466 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4467 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4468 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4469 if test -z "$CXX"; then
4470 if test -n "$CCC"; then
4473 if test -n "$ac_tool_prefix"; then
4474 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4476 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4477 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479 $as_echo_n "checking for $ac_word... " >&6; }
4480 if ${ac_cv_prog_CXX+:} false; then :
4481 $as_echo_n "(cached) " >&6
4483 if test -n "$CXX"; then
4484 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4490 test -z "$as_dir" && as_dir=.
4491 for ac_exec_ext in '' $ac_executable_extensions; do
4492 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4493 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4504 if test -n "$CXX"; then
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4506 $as_echo "$CXX" >&6; }
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509 $as_echo "no" >&6; }
4513 test -n "$CXX" && break
4516 if test -z "$CXX"; then
4518 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4520 # Extract the first word of "$ac_prog", so it can be a program name with args.
4521 set dummy $ac_prog; ac_word=$2
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4523 $as_echo_n "checking for $ac_word... " >&6; }
4524 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4525 $as_echo_n "(cached) " >&6
4527 if test -n "$ac_ct_CXX"; then
4528 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4534 test -z "$as_dir" && as_dir=.
4535 for ac_exec_ext in '' $ac_executable_extensions; do
4536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4537 ac_cv_prog_ac_ct_CXX="$ac_prog"
4538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4547 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4548 if test -n "$ac_ct_CXX"; then
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4550 $as_echo "$ac_ct_CXX" >&6; }
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4553 $as_echo "no" >&6; }
4557 test -n "$ac_ct_CXX" && break
4560 if test "x$ac_ct_CXX" = x; then
4563 case $cross_compiling:$ac_tool_warned in
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4566 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4567 ac_tool_warned=yes ;;
4575 # Provide some information about the compiler.
4576 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4579 for ac_option in --version -v -V -qversion; do
4580 { { ac_try="$ac_compiler $ac_option >&5"
4582 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4583 *) ac_try_echo
=$ac_try;;
4585 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4586 $as_echo "$ac_try_echo"; } >&5
4587 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4589 if test -s conftest.err
; then
4591 ... rest of stderr output deleted ...
4592 10q' conftest.err
>conftest.er1
4593 cat conftest.er1
>&5
4595 rm -f conftest.er1 conftest.err
4596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4597 test $ac_status = 0; }
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4601 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4602 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4603 $as_echo_n "(cached) " >&6
4605 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4606 /* end confdefs.h. */
4619 if ac_fn_cxx_try_compile
"$LINENO"; then :
4624 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4625 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4629 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4630 if test $ac_compiler_gnu = yes; then
4635 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4636 ac_save_CXXFLAGS
=$CXXFLAGS
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4638 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4639 if ${ac_cv_prog_cxx_g+:} false
; then :
4640 $as_echo_n "(cached) " >&6
4642 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4643 ac_cxx_werror_flag
=yes
4646 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4647 /* end confdefs.h. */
4657 if ac_fn_cxx_try_compile
"$LINENO"; then :
4658 ac_cv_prog_cxx_g
=yes
4661 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4662 /* end confdefs.h. */
4672 if ac_fn_cxx_try_compile
"$LINENO"; then :
4675 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4677 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4678 /* end confdefs.h. */
4688 if ac_fn_cxx_try_compile
"$LINENO"; then :
4689 ac_cv_prog_cxx_g
=yes
4691 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4693 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4695 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4696 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4699 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4700 if test "$ac_test_CXXFLAGS" = set; then
4701 CXXFLAGS
=$ac_save_CXXFLAGS
4702 elif test $ac_cv_prog_cxx_g = yes; then
4703 if test "$GXX" = yes; then
4709 if test "$GXX" = yes; then
4716 ac_cpp
='$CPP $CPPFLAGS'
4717 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4718 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4719 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4721 if test -n "$ac_tool_prefix"; then
4722 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4723 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4725 $as_echo_n "checking for $ac_word... " >&6; }
4726 if ${ac_cv_prog_CPPBIN+:} false
; then :
4727 $as_echo_n "(cached) " >&6
4729 if test -n "$CPPBIN"; then
4730 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4732 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4736 test -z "$as_dir" && as_dir
=.
4737 for ac_exec_ext
in '' $ac_executable_extensions; do
4738 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4739 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4749 CPPBIN
=$ac_cv_prog_CPPBIN
4750 if test -n "$CPPBIN"; then
4751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4752 $as_echo "$CPPBIN" >&6; }
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4755 $as_echo "no" >&6; }
4760 if test -z "$ac_cv_prog_CPPBIN"; then
4761 ac_ct_CPPBIN
=$CPPBIN
4762 # Extract the first word of "cpp", so it can be a program name with args.
4763 set dummy cpp
; ac_word
=$2
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4765 $as_echo_n "checking for $ac_word... " >&6; }
4766 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4767 $as_echo_n "(cached) " >&6
4769 if test -n "$ac_ct_CPPBIN"; then
4770 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4772 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4776 test -z "$as_dir" && as_dir
=.
4777 for ac_exec_ext
in '' $ac_executable_extensions; do
4778 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4779 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4789 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4790 if test -n "$ac_ct_CPPBIN"; then
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4792 $as_echo "$ac_ct_CPPBIN" >&6; }
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4795 $as_echo "no" >&6; }
4798 if test "x$ac_ct_CPPBIN" = x
; then
4801 case $cross_compiling:$ac_tool_warned in
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4804 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4805 ac_tool_warned
=yes ;;
4807 CPPBIN
=$ac_ct_CPPBIN
4810 CPPBIN
="$ac_cv_prog_CPPBIN"
4814 cat >>confdefs.h
<<_ACEOF
4815 #define EXEEXT "$ac_exeext"
4818 if test -n "$ac_tool_prefix"; then
4819 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4820 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4822 $as_echo_n "checking for $ac_word... " >&6; }
4823 if ${ac_cv_prog_LD+:} false
; then :
4824 $as_echo_n "(cached) " >&6
4826 if test -n "$LD"; then
4827 ac_cv_prog_LD
="$LD" # Let the user override the test.
4829 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4833 test -z "$as_dir" && as_dir
=.
4834 for ac_exec_ext
in '' $ac_executable_extensions; do
4835 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4836 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4847 if test -n "$LD"; then
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4849 $as_echo "$LD" >&6; }
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4852 $as_echo "no" >&6; }
4857 if test -z "$ac_cv_prog_LD"; then
4859 # Extract the first word of "ld", so it can be a program name with args.
4860 set dummy ld
; ac_word
=$2
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4862 $as_echo_n "checking for $ac_word... " >&6; }
4863 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4864 $as_echo_n "(cached) " >&6
4866 if test -n "$ac_ct_LD"; then
4867 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4869 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4873 test -z "$as_dir" && as_dir
=.
4874 for ac_exec_ext
in '' $ac_executable_extensions; do
4875 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4876 ac_cv_prog_ac_ct_LD
="ld"
4877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4886 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4887 if test -n "$ac_ct_LD"; then
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4889 $as_echo "$ac_ct_LD" >&6; }
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4892 $as_echo "no" >&6; }
4895 if test "x$ac_ct_LD" = x
; then
4898 case $cross_compiling:$ac_tool_warned in
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4901 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4902 ac_tool_warned
=yes ;;
4913 if test "x$enable_win64" = "xyes"
4918 notice_platform
="64-bit "
4925 notice_platform
="32-bit "
4928 enable_win16
=${enable_win16:-yes}
4930 with_fontconfig
=${with_fontconfig:-no}
4933 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4938 $as_echo_n "checking whether $CC works... " >&6; }
4940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4941 /* end confdefs.h. */
4951 if ac_fn_c_try_link
"$LINENO"; then :
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4953 $as_echo "yes" >&6; }
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4956 $as_echo "no" >&6; }
4957 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4959 rm -f core conftest.err conftest.
$ac_objext \
4960 conftest
$ac_exeext conftest.
$ac_ext
4962 notice_platform
="32-bit "
4965 enable_win16
=${enable_win16:-yes}
4967 if test "x${GCC}" = "xyes"
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4970 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4972 /* end confdefs.h. */
4977 void func(__builtin_ms_va_list *args);
4982 if ac_fn_c_try_compile
"$LINENO"; then :
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4984 $as_echo "yes" >&6; }
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4987 $as_echo "no" >&6; }
4988 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4990 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4999 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5000 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5001 /* end confdefs.h. */
5002 int ac_test(int i) { return i; }
5006 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5011 if ac_fn_c_try_link
"$LINENO"; then :
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5013 $as_echo "yes" >&6; }
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5016 $as_echo "no" >&6; }
5017 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5019 rm -f core conftest.err conftest.
$ac_objext \
5020 conftest
$ac_exeext conftest.
$ac_ext
5021 CFLAGS
="$CFLAGS -marm"
5025 *-mingw32*|
*-cygwin*)
5026 enable_win16
=${enable_win16:-no}
5027 CFLAGS
="$CFLAGS -D_WIN32"
5030 enable_win16
=${enable_win16:-yes}
5034 enable_win16
=${enable_win16:-no}
5035 enable_win64
=${enable_win64:-no}
5037 enable_winetest
=${enable_winetest:-$enable_tests}
5039 if test -n "$with_wine64"
5041 if test "x$enable_win64" = "xyes"
5043 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5044 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5046 enable_fonts
=${enable_fonts:-no}
5047 enable_server
=${enable_server:-no}
5048 elif test "x$enable_win64" = "xyes"
5050 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5054 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5055 if ${wine_cv_toolsdir+:} false
; then :
5056 $as_echo_n "(cached) " >&6
5058 wine_cv_toolsdir
="$with_wine_tools"
5059 if test -z "$with_wine_tools"; then
5060 if test "$cross_compiling" = "yes"; then
5061 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5062 elif test -n "$with_wine64"; then
5063 wine_cv_toolsdir
="$with_wine64"
5066 if test -z "$wine_cv_toolsdir"; then
5067 wine_makedep
=tools
/makedep
5068 wine_cv_toolsdir
="\$(top_builddir)"
5069 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5070 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5071 case "$wine_cv_toolsdir" in
5073 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5075 enable_tools
=${enable_tools:-no}
5076 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5078 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5082 $as_echo "$wine_cv_toolsdir" >&6; }
5083 TOOLSDIR
=$wine_cv_toolsdir
5085 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5087 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5093 # Extract the first word of "$ac_prog", so it can be a program name with args.
5094 set dummy
$ac_prog; ac_word
=$2
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5096 $as_echo_n "checking for $ac_word... " >&6; }
5097 if ${ac_cv_prog_FLEX+:} false
; then :
5098 $as_echo_n "(cached) " >&6
5100 if test -n "$FLEX"; then
5101 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5103 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5107 test -z "$as_dir" && as_dir
=.
5108 for ac_exec_ext
in '' $ac_executable_extensions; do
5109 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5110 ac_cv_prog_FLEX
="$ac_prog"
5111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5120 FLEX
=$ac_cv_prog_FLEX
5121 if test -n "$FLEX"; then
5122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5123 $as_echo "$FLEX" >&6; }
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5126 $as_echo "no" >&6; }
5130 test -n "$FLEX" && break
5132 test -n "$FLEX" || FLEX
="none"
5134 if test "$FLEX" = "none"
5136 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5139 $as_echo_n "checking whether flex is recent enough... " >&6; }
5140 cat >conftest.l
<<EOF
5142 #include "prediluvian.h"
5146 if $FLEX -t conftest.l
>/dev
/null
2>&5
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5149 $as_echo "yes" >&6; }
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5152 $as_echo "no" >&6; }
5153 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5156 for ac_prog
in bison
5158 # Extract the first word of "$ac_prog", so it can be a program name with args.
5159 set dummy
$ac_prog; ac_word
=$2
5160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5161 $as_echo_n "checking for $ac_word... " >&6; }
5162 if ${ac_cv_prog_BISON+:} false
; then :
5163 $as_echo_n "(cached) " >&6
5165 if test -n "$BISON"; then
5166 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5168 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5172 test -z "$as_dir" && as_dir
=.
5173 for ac_exec_ext
in '' $ac_executable_extensions; do
5174 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5175 ac_cv_prog_BISON
="$ac_prog"
5176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5185 BISON
=$ac_cv_prog_BISON
5186 if test -n "$BISON"; then
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5188 $as_echo "$BISON" >&6; }
5190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5191 $as_echo "no" >&6; }
5195 test -n "$BISON" && break
5197 test -n "$BISON" || BISON
="none"
5199 if test "$BISON" = "none"
5201 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5204 if test -n "$ac_tool_prefix"; then
5205 for ac_prog
in ar gar
5207 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5208 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5210 $as_echo_n "checking for $ac_word... " >&6; }
5211 if ${ac_cv_prog_AR+:} false
; then :
5212 $as_echo_n "(cached) " >&6
5214 if test -n "$AR"; then
5215 ac_cv_prog_AR
="$AR" # Let the user override the test.
5217 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5221 test -z "$as_dir" && as_dir
=.
5222 for ac_exec_ext
in '' $ac_executable_extensions; do
5223 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5224 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5235 if test -n "$AR"; then
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5237 $as_echo "$AR" >&6; }
5239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5240 $as_echo "no" >&6; }
5244 test -n "$AR" && break
5247 if test -z "$AR"; then
5249 for ac_prog
in ar gar
5251 # Extract the first word of "$ac_prog", so it can be a program name with args.
5252 set dummy
$ac_prog; ac_word
=$2
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5254 $as_echo_n "checking for $ac_word... " >&6; }
5255 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5256 $as_echo_n "(cached) " >&6
5258 if test -n "$ac_ct_AR"; then
5259 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5261 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5265 test -z "$as_dir" && as_dir
=.
5266 for ac_exec_ext
in '' $ac_executable_extensions; do
5267 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5268 ac_cv_prog_ac_ct_AR
="$ac_prog"
5269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5278 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5279 if test -n "$ac_ct_AR"; then
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5281 $as_echo "$ac_ct_AR" >&6; }
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5284 $as_echo "no" >&6; }
5288 test -n "$ac_ct_AR" && break
5291 if test "x$ac_ct_AR" = x
; then
5294 case $cross_compiling:$ac_tool_warned in
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5297 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5298 ac_tool_warned
=yes ;;
5304 if test -n "$ac_tool_prefix"; then
5305 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5306 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5308 $as_echo_n "checking for $ac_word... " >&6; }
5309 if ${ac_cv_prog_STRIP+:} false
; then :
5310 $as_echo_n "(cached) " >&6
5312 if test -n "$STRIP"; then
5313 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5315 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5319 test -z "$as_dir" && as_dir
=.
5320 for ac_exec_ext
in '' $ac_executable_extensions; do
5321 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5322 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5332 STRIP
=$ac_cv_prog_STRIP
5333 if test -n "$STRIP"; then
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5335 $as_echo "$STRIP" >&6; }
5337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5338 $as_echo "no" >&6; }
5343 if test -z "$ac_cv_prog_STRIP"; then
5345 # Extract the first word of "strip", so it can be a program name with args.
5346 set dummy strip
; ac_word
=$2
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5348 $as_echo_n "checking for $ac_word... " >&6; }
5349 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5350 $as_echo_n "(cached) " >&6
5352 if test -n "$ac_ct_STRIP"; then
5353 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5355 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5359 test -z "$as_dir" && as_dir
=.
5360 for ac_exec_ext
in '' $ac_executable_extensions; do
5361 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5362 ac_cv_prog_ac_ct_STRIP
="strip"
5363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5372 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5373 if test -n "$ac_ct_STRIP"; then
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5375 $as_echo "$ac_ct_STRIP" >&6; }
5377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5378 $as_echo "no" >&6; }
5381 if test "x$ac_ct_STRIP" = x
; then
5384 case $cross_compiling:$ac_tool_warned in
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5387 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5388 ac_tool_warned
=yes ;;
5393 STRIP
="$ac_cv_prog_STRIP"
5398 if test -n "$ac_tool_prefix"; then
5399 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5400 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5402 $as_echo_n "checking for $ac_word... " >&6; }
5403 if ${ac_cv_prog_RANLIB+:} false
; then :
5404 $as_echo_n "(cached) " >&6
5406 if test -n "$RANLIB"; then
5407 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5409 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5413 test -z "$as_dir" && as_dir
=.
5414 for ac_exec_ext
in '' $ac_executable_extensions; do
5415 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5416 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5426 RANLIB
=$ac_cv_prog_RANLIB
5427 if test -n "$RANLIB"; then
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5429 $as_echo "$RANLIB" >&6; }
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5432 $as_echo "no" >&6; }
5437 if test -z "$ac_cv_prog_RANLIB"; then
5438 ac_ct_RANLIB
=$RANLIB
5439 # Extract the first word of "ranlib", so it can be a program name with args.
5440 set dummy ranlib
; ac_word
=$2
5441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5442 $as_echo_n "checking for $ac_word... " >&6; }
5443 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5444 $as_echo_n "(cached) " >&6
5446 if test -n "$ac_ct_RANLIB"; then
5447 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5449 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5453 test -z "$as_dir" && as_dir
=.
5454 for ac_exec_ext
in '' $ac_executable_extensions; do
5455 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5456 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5466 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5467 if test -n "$ac_ct_RANLIB"; then
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5469 $as_echo "$ac_ct_RANLIB" >&6; }
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5472 $as_echo "no" >&6; }
5475 if test "x$ac_ct_RANLIB" = x
; then
5478 case $cross_compiling:$ac_tool_warned in
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5481 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5482 ac_tool_warned
=yes ;;
5484 RANLIB
=$ac_ct_RANLIB
5487 RANLIB
="$ac_cv_prog_RANLIB"
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5491 $as_echo_n "checking whether ln -s works... " >&6; }
5493 if test "$LN_S" = "ln -s"; then
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5495 $as_echo "yes" >&6; }
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5498 $as_echo "no, using $LN_S" >&6; }
5501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5502 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5503 if ${ac_cv_path_GREP+:} false
; then :
5504 $as_echo_n "(cached) " >&6
5506 if test -z "$GREP"; then
5507 ac_path_GREP_found
=false
5508 # Loop through the user's path and test for each of PROGNAME-LIST
5509 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5510 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5513 test -z "$as_dir" && as_dir
=.
5514 for ac_prog
in grep ggrep
; do
5515 for ac_exec_ext
in '' $ac_executable_extensions; do
5516 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5517 as_fn_executable_p
"$ac_path_GREP" ||
continue
5518 # Check for GNU ac_path_GREP and select it if it is found.
5519 # Check for GNU $ac_path_GREP
5520 case `"$ac_path_GREP" --version 2>&1` in
5522 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5525 $as_echo_n 0123456789 >"conftest.in"
5528 cat "conftest.in" "conftest.in" >"conftest.tmp"
5529 mv "conftest.tmp" "conftest.in"
5530 cp "conftest.in" "conftest.nl"
5531 $as_echo 'GREP' >> "conftest.nl"
5532 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5533 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5534 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5535 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5536 # Best one so far, save it but keep looking for a better one
5537 ac_cv_path_GREP
="$ac_path_GREP"
5538 ac_path_GREP_max
=$ac_count
5540 # 10*(2^10) chars as input seems more than enough
5541 test $ac_count -gt 10 && break
5543 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5546 $ac_path_GREP_found && break 3
5551 if test -z "$ac_cv_path_GREP"; then
5552 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5555 ac_cv_path_GREP
=$GREP
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5560 $as_echo "$ac_cv_path_GREP" >&6; }
5561 GREP
="$ac_cv_path_GREP"
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5565 $as_echo_n "checking for egrep... " >&6; }
5566 if ${ac_cv_path_EGREP+:} false
; then :
5567 $as_echo_n "(cached) " >&6
5569 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5570 then ac_cv_path_EGREP
="$GREP -E"
5572 if test -z "$EGREP"; then
5573 ac_path_EGREP_found
=false
5574 # Loop through the user's path and test for each of PROGNAME-LIST
5575 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5576 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5579 test -z "$as_dir" && as_dir
=.
5580 for ac_prog
in egrep; do
5581 for ac_exec_ext
in '' $ac_executable_extensions; do
5582 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5583 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5584 # Check for GNU ac_path_EGREP and select it if it is found.
5585 # Check for GNU $ac_path_EGREP
5586 case `"$ac_path_EGREP" --version 2>&1` in
5588 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5591 $as_echo_n 0123456789 >"conftest.in"
5594 cat "conftest.in" "conftest.in" >"conftest.tmp"
5595 mv "conftest.tmp" "conftest.in"
5596 cp "conftest.in" "conftest.nl"
5597 $as_echo 'EGREP' >> "conftest.nl"
5598 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5599 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5600 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5601 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5602 # Best one so far, save it but keep looking for a better one
5603 ac_cv_path_EGREP
="$ac_path_EGREP"
5604 ac_path_EGREP_max
=$ac_count
5606 # 10*(2^10) chars as input seems more than enough
5607 test $ac_count -gt 10 && break
5609 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5612 $ac_path_EGREP_found && break 3
5617 if test -z "$ac_cv_path_EGREP"; then
5618 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5621 ac_cv_path_EGREP
=$EGREP
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5627 $as_echo "$ac_cv_path_EGREP" >&6; }
5628 EGREP
="$ac_cv_path_EGREP"
5631 # Extract the first word of "ldconfig", so it can be a program name with args.
5632 set dummy ldconfig
; ac_word
=$2
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5634 $as_echo_n "checking for $ac_word... " >&6; }
5635 if ${ac_cv_path_LDCONFIG+:} false
; then :
5636 $as_echo_n "(cached) " >&6
5640 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5643 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5644 for as_dir
in /sbin
/usr
/sbin
$PATH
5647 test -z "$as_dir" && as_dir
=.
5648 for ac_exec_ext
in '' $ac_executable_extensions; do
5649 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5650 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5658 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5662 LDCONFIG
=$ac_cv_path_LDCONFIG
5663 if test -n "$LDCONFIG"; then
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5665 $as_echo "$LDCONFIG" >&6; }
5667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5668 $as_echo "no" >&6; }
5672 for ac_prog
in msgfmt
5674 # Extract the first word of "$ac_prog", so it can be a program name with args.
5675 set dummy
$ac_prog; ac_word
=$2
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5677 $as_echo_n "checking for $ac_word... " >&6; }
5678 if ${ac_cv_prog_MSGFMT+:} false
; then :
5679 $as_echo_n "(cached) " >&6
5681 if test -n "$MSGFMT"; then
5682 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5684 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5688 test -z "$as_dir" && as_dir
=.
5689 for ac_exec_ext
in '' $ac_executable_extensions; do
5690 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5691 ac_cv_prog_MSGFMT
="$ac_prog"
5692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5701 MSGFMT
=$ac_cv_prog_MSGFMT
5702 if test -n "$MSGFMT"; then
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5704 $as_echo "$MSGFMT" >&6; }
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5707 $as_echo "no" >&6; }
5711 test -n "$MSGFMT" && break
5713 test -n "$MSGFMT" || MSGFMT
="false"
5715 if ${ac_tool_prefix+:} false
; then :
5716 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5717 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5719 $as_echo_n "checking for $ac_word... " >&6; }
5720 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5721 $as_echo_n "(cached) " >&6
5723 if test -n "$PKG_CONFIG"; then
5724 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5730 test -z "$as_dir" && as_dir
=.
5731 for ac_exec_ext
in '' $ac_executable_extensions; do
5732 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5733 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5743 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5744 if test -n "$PKG_CONFIG"; then
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5746 $as_echo "$PKG_CONFIG" >&6; }
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5749 $as_echo "no" >&6; }
5754 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5755 if test "x$cross_compiling" = xyes
; then :
5758 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5759 # Extract the first word of "pkg-config", so it can be a program name with args.
5760 set dummy pkg-config
; ac_word
=$2
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5762 $as_echo_n "checking for $ac_word... " >&6; }
5763 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5764 $as_echo_n "(cached) " >&6
5766 if test -n "$PKG_CONFIG"; then
5767 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5769 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5773 test -z "$as_dir" && as_dir
=.
5774 for ac_exec_ext
in '' $ac_executable_extensions; do
5775 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5776 ac_cv_prog_PKG_CONFIG
="pkg-config"
5777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5786 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5787 if test -n "$PKG_CONFIG"; then
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5789 $as_echo "$PKG_CONFIG" >&6; }
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5792 $as_echo "no" >&6; }
5798 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5801 if test "x$enable_maintainer_mode" != "xyes"
5808 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5809 for ac_prog
in fontforge
5811 # Extract the first word of "$ac_prog", so it can be a program name with args.
5812 set dummy
$ac_prog; ac_word
=$2
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5814 $as_echo_n "checking for $ac_word... " >&6; }
5815 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5816 $as_echo_n "(cached) " >&6
5818 if test -n "$FONTFORGE"; then
5819 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5821 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5825 test -z "$as_dir" && as_dir
=.
5826 for ac_exec_ext
in '' $ac_executable_extensions; do
5827 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5828 ac_cv_prog_FONTFORGE
="$ac_prog"
5829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5838 FONTFORGE
=$ac_cv_prog_FONTFORGE
5839 if test -n "$FONTFORGE"; then
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5841 $as_echo "$FONTFORGE" >&6; }
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5844 $as_echo "no" >&6; }
5848 test -n "$FONTFORGE" && break
5850 test -n "$FONTFORGE" || FONTFORGE
="false"
5852 for ac_prog
in rsvg-convert rsvg
5854 # Extract the first word of "$ac_prog", so it can be a program name with args.
5855 set dummy
$ac_prog; ac_word
=$2
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5857 $as_echo_n "checking for $ac_word... " >&6; }
5858 if ${ac_cv_prog_RSVG+:} false
; then :
5859 $as_echo_n "(cached) " >&6
5861 if test -n "$RSVG"; then
5862 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5864 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5868 test -z "$as_dir" && as_dir
=.
5869 for ac_exec_ext
in '' $ac_executable_extensions; do
5870 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5871 ac_cv_prog_RSVG
="$ac_prog"
5872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5881 RSVG
=$ac_cv_prog_RSVG
5882 if test -n "$RSVG"; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5884 $as_echo "$RSVG" >&6; }
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5887 $as_echo "no" >&6; }
5891 test -n "$RSVG" && break
5893 test -n "$RSVG" || RSVG
="false"
5895 for ac_prog
in convert
5897 # Extract the first word of "$ac_prog", so it can be a program name with args.
5898 set dummy
$ac_prog; ac_word
=$2
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5900 $as_echo_n "checking for $ac_word... " >&6; }
5901 if ${ac_cv_prog_CONVERT+:} false
; then :
5902 $as_echo_n "(cached) " >&6
5904 if test -n "$CONVERT"; then
5905 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5907 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5911 test -z "$as_dir" && as_dir
=.
5912 for ac_exec_ext
in '' $ac_executable_extensions; do
5913 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5914 ac_cv_prog_CONVERT
="$ac_prog"
5915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5924 CONVERT
=$ac_cv_prog_CONVERT
5925 if test -n "$CONVERT"; then
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5927 $as_echo "$CONVERT" >&6; }
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5930 $as_echo "no" >&6; }
5934 test -n "$CONVERT" && break
5936 test -n "$CONVERT" || CONVERT
="false"
5938 for ac_prog
in icotool
5940 # Extract the first word of "$ac_prog", so it can be a program name with args.
5941 set dummy
$ac_prog; ac_word
=$2
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5943 $as_echo_n "checking for $ac_word... " >&6; }
5944 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5945 $as_echo_n "(cached) " >&6
5947 if test -n "$ICOTOOL"; then
5948 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5950 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5954 test -z "$as_dir" && as_dir
=.
5955 for ac_exec_ext
in '' $ac_executable_extensions; do
5956 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5957 ac_cv_prog_ICOTOOL
="$ac_prog"
5958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5967 ICOTOOL
=$ac_cv_prog_ICOTOOL
5968 if test -n "$ICOTOOL"; then
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5970 $as_echo "$ICOTOOL" >&6; }
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5973 $as_echo "no" >&6; }
5977 test -n "$ICOTOOL" && break
5979 test -n "$ICOTOOL" || ICOTOOL
="false"
5981 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5982 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5984 if test "$CONVERT" = false
5986 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5989 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5990 convert_version
=`convert --version | head -n1`
5991 if test "x$convert_version" != "x"
5993 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5994 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5995 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6000 if test "$CONVERT" = false
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6003 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6004 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6007 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6011 if test "$ICOTOOL" = false
6013 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6016 $as_echo_n "checking for recent enough icotool... " >&6; }
6017 icotool_version
=`icotool --version | head -n1`
6018 if test "x$icotool_version" != "x"
6020 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6021 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6022 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6025 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6028 if test "$ICOTOOL" = false
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6031 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6032 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6035 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6041 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6044 test "x$with_gettext" != xno || MSGFMT
=false
6045 if test "$MSGFMT" != "false"
6047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6048 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6049 cat >conftest.po
<<EOF
6055 if $MSGFMT -o /dev
/null conftest.po
2>&5
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6058 $as_echo "yes" >&6; }
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6061 $as_echo "no" >&6; }
6065 if test "$MSGFMT" = false
; then :
6066 case "x$with_gettext" in
6067 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6069 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6070 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6076 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6077 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6078 $as_echo_n "(cached) " >&6
6080 ac_check_lib_save_LIBS
=$LIBS
6082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6083 /* end confdefs.h. */
6085 /* Override any GCC internal prototype to avoid an error.
6086 Use char because int might match the return type of a GCC
6087 builtin and then its argument prototype would still apply. */
6091 char i386_set_ldt ();
6095 return i386_set_ldt ();
6100 if ac_fn_c_try_link
"$LINENO"; then :
6101 ac_cv_lib_i386_i386_set_ldt
=yes
6103 ac_cv_lib_i386_i386_set_ldt
=no
6105 rm -f core conftest.err conftest.
$ac_objext \
6106 conftest
$ac_exeext conftest.
$ac_ext
6107 LIBS
=$ac_check_lib_save_LIBS
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6110 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6111 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6112 cat >>confdefs.h
<<_ACEOF
6113 #define HAVE_LIBI386 1
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6121 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6122 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6123 $as_echo_n "(cached) " >&6
6125 ac_check_lib_save_LIBS
=$LIBS
6126 LIBS
="-lossaudio $LIBS"
6127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6128 /* end confdefs.h. */
6130 /* Override any GCC internal prototype to avoid an error.
6131 Use char because int might match the return type of a GCC
6132 builtin and then its argument prototype would still apply. */
6140 return _oss_ioctl ();
6145 if ac_fn_c_try_link
"$LINENO"; then :
6146 ac_cv_lib_ossaudio__oss_ioctl
=yes
6148 ac_cv_lib_ossaudio__oss_ioctl
=no
6150 rm -f core conftest.err conftest.
$ac_objext \
6151 conftest
$ac_exeext conftest.
$ac_ext
6152 LIBS
=$ac_check_lib_save_LIBS
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6155 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6156 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6157 cat >>confdefs.h
<<_ACEOF
6158 #define HAVE_LIBOSSAUDIO 1
6161 LIBS
="-lossaudio $LIBS"
6170 # Check whether --enable-largefile was given.
6171 if test "${enable_largefile+set}" = set; then :
6172 enableval
=$enable_largefile;
6175 if test "$enable_largefile" != no
; then
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6178 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6179 if ${ac_cv_sys_largefile_CC+:} false
; then :
6180 $as_echo_n "(cached) " >&6
6182 ac_cv_sys_largefile_CC
=no
6183 if test "$GCC" != yes; then
6186 # IRIX 6.2 and later do not support large files by default,
6187 # so use the C compiler's -n32 option if that helps.
6188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6189 /* end confdefs.h. */
6190 #include <sys/types.h>
6191 /* Check that off_t can represent 2**63 - 1 correctly.
6192 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6193 since some C++ compilers masquerading as C compilers
6194 incorrectly reject 9223372036854775807. */
6195 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6196 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6197 && LARGE_OFF_T % 2147483647 == 1)
6207 if ac_fn_c_try_compile
"$LINENO"; then :
6210 rm -f core conftest.err conftest.
$ac_objext
6212 if ac_fn_c_try_compile
"$LINENO"; then :
6213 ac_cv_sys_largefile_CC
=' -n32'; break
6215 rm -f core conftest.err conftest.
$ac_objext
6219 rm -f conftest.
$ac_ext
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6223 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6224 if test "$ac_cv_sys_largefile_CC" != no
; then
6225 CC
=$CC$ac_cv_sys_largefile_CC
6228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6229 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6230 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6231 $as_echo_n "(cached) " >&6
6234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6235 /* end confdefs.h. */
6236 #include <sys/types.h>
6237 /* Check that off_t can represent 2**63 - 1 correctly.
6238 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6239 since some C++ compilers masquerading as C compilers
6240 incorrectly reject 9223372036854775807. */
6241 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6242 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6243 && LARGE_OFF_T % 2147483647 == 1)
6253 if ac_fn_c_try_compile
"$LINENO"; then :
6254 ac_cv_sys_file_offset_bits
=no
; break
6256 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6258 /* end confdefs.h. */
6259 #define _FILE_OFFSET_BITS 64
6260 #include <sys/types.h>
6261 /* Check that off_t can represent 2**63 - 1 correctly.
6262 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6263 since some C++ compilers masquerading as C compilers
6264 incorrectly reject 9223372036854775807. */
6265 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6266 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6267 && LARGE_OFF_T % 2147483647 == 1)
6277 if ac_fn_c_try_compile
"$LINENO"; then :
6278 ac_cv_sys_file_offset_bits
=64; break
6280 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6281 ac_cv_sys_file_offset_bits
=unknown
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6286 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6287 case $ac_cv_sys_file_offset_bits in #(
6290 cat >>confdefs.h
<<_ACEOF
6291 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6296 if test $ac_cv_sys_file_offset_bits = unknown
; then
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6298 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6299 if ${ac_cv_sys_large_files+:} false
; then :
6300 $as_echo_n "(cached) " >&6
6303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6304 /* end confdefs.h. */
6305 #include <sys/types.h>
6306 /* Check that off_t can represent 2**63 - 1 correctly.
6307 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6308 since some C++ compilers masquerading as C compilers
6309 incorrectly reject 9223372036854775807. */
6310 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6311 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6312 && LARGE_OFF_T % 2147483647 == 1)
6322 if ac_fn_c_try_compile
"$LINENO"; then :
6323 ac_cv_sys_large_files
=no
; break
6325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6326 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6327 /* end confdefs.h. */
6328 #define _LARGE_FILES 1
6329 #include <sys/types.h>
6330 /* Check that off_t can represent 2**63 - 1 correctly.
6331 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6332 since some C++ compilers masquerading as C compilers
6333 incorrectly reject 9223372036854775807. */
6334 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6335 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6336 && LARGE_OFF_T % 2147483647 == 1)
6346 if ac_fn_c_try_compile
"$LINENO"; then :
6347 ac_cv_sys_large_files
=1; break
6349 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6350 ac_cv_sys_large_files
=unknown
6354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6355 $as_echo "$ac_cv_sys_large_files" >&6; }
6356 case $ac_cv_sys_large_files in #(
6359 cat >>confdefs.h
<<_ACEOF
6360 #define _LARGE_FILES $ac_cv_sys_large_files
6372 ac_cpp
='$CPP $CPPFLAGS'
6373 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6374 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6375 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6377 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6378 # On Suns, sometimes $CPP names a directory.
6379 if test -n "$CPP" && test -d "$CPP"; then
6382 if test -z "$CPP"; then
6383 if ${ac_cv_prog_CPP+:} false
; then :
6384 $as_echo_n "(cached) " >&6
6386 # Double quotes because CPP needs to be expanded
6387 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6390 for ac_c_preproc_warn_flag
in '' yes
6392 # Use a header file that comes with gcc, so configuring glibc
6393 # with a fresh cross-compiler works.
6394 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6395 # <limits.h> exists even on freestanding compilers.
6396 # On the NeXT, cc -E runs the code through the compiler's parser,
6397 # not just through cpp. "Syntax error" is here to catch this case.
6398 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6399 /* end confdefs.h. */
6401 # include <limits.h>
6403 # include <assert.h>
6407 if ac_fn_c_try_cpp
"$LINENO"; then :
6410 # Broken: fails on valid input.
6413 rm -f conftest.err conftest.i conftest.
$ac_ext
6415 # OK, works on sane cases. Now check whether nonexistent headers
6416 # can be detected and how.
6417 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6418 /* end confdefs.h. */
6419 #include <ac_nonexistent.h>
6421 if ac_fn_c_try_cpp
"$LINENO"; then :
6422 # Broken: success on invalid input.
6425 # Passes both tests.
6429 rm -f conftest.err conftest.i conftest.
$ac_ext
6432 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6433 rm -f conftest.i conftest.err conftest.
$ac_ext
6434 if $ac_preproc_ok; then :
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6447 $as_echo "$CPP" >&6; }
6449 for ac_c_preproc_warn_flag
in '' yes
6451 # Use a header file that comes with gcc, so configuring glibc
6452 # with a fresh cross-compiler works.
6453 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6454 # <limits.h> exists even on freestanding compilers.
6455 # On the NeXT, cc -E runs the code through the compiler's parser,
6456 # not just through cpp. "Syntax error" is here to catch this case.
6457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6458 /* end confdefs.h. */
6460 # include <limits.h>
6462 # include <assert.h>
6466 if ac_fn_c_try_cpp
"$LINENO"; then :
6469 # Broken: fails on valid input.
6472 rm -f conftest.err conftest.i conftest.
$ac_ext
6474 # OK, works on sane cases. Now check whether nonexistent headers
6475 # can be detected and how.
6476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6477 /* end confdefs.h. */
6478 #include <ac_nonexistent.h>
6480 if ac_fn_c_try_cpp
"$LINENO"; then :
6481 # Broken: success on invalid input.
6484 # Passes both tests.
6488 rm -f conftest.err conftest.i conftest.
$ac_ext
6491 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6492 rm -f conftest.i conftest.err conftest.
$ac_ext
6493 if $ac_preproc_ok; then :
6496 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6497 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6498 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6499 See \`config.log' for more details" "$LINENO" 5; }
6503 ac_cpp
='$CPP $CPPFLAGS'
6504 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6505 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6506 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6510 $as_echo_n "checking for ANSI C header files... " >&6; }
6511 if ${ac_cv_header_stdc+:} false
; then :
6512 $as_echo_n "(cached) " >&6
6514 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h. */
6529 if ac_fn_c_try_compile
"$LINENO"; then :
6530 ac_cv_header_stdc
=yes
6532 ac_cv_header_stdc
=no
6534 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6536 if test $ac_cv_header_stdc = yes; then
6537 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6538 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6539 /* end confdefs.h. */
6543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6544 $EGREP "memchr" >/dev
/null
2>&1; then :
6547 ac_cv_header_stdc
=no
6553 if test $ac_cv_header_stdc = yes; then
6554 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6555 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h. */
6560 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6561 $EGREP "free" >/dev
/null
2>&1; then :
6564 ac_cv_header_stdc
=no
6570 if test $ac_cv_header_stdc = yes; then
6571 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6572 if test "$cross_compiling" = yes; then :
6575 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6576 /* end confdefs.h. */
6579 #if ((' ' & 0x0FF) == 0x020)
6580 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6581 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6583 # define ISLOWER(c) \
6584 (('a' <= (c) && (c) <= 'i') \
6585 || ('j' <= (c) && (c) <= 'r') \
6586 || ('s' <= (c) && (c) <= 'z'))
6587 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6590 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6595 for (i = 0; i < 256; i++)
6596 if (XOR (islower (i), ISLOWER (i))
6597 || toupper (i) != TOUPPER (i))
6602 if ac_fn_c_try_run
"$LINENO"; then :
6605 ac_cv_header_stdc
=no
6607 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6608 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6614 $as_echo "$ac_cv_header_stdc" >&6; }
6615 if test $ac_cv_header_stdc = yes; then
6617 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6621 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6622 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6623 inttypes.h stdint.h unistd.h
6625 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6626 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6628 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6629 cat >>confdefs.h
<<_ACEOF
6630 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6640 ApplicationServices
/ApplicationServices.h \
6641 AudioToolbox
/AudioConverter.h \
6642 AudioUnit
/AudioUnit.h \
6643 AudioUnit
/AudioComponent.h \
6646 CoreAudio
/CoreAudio.h \
6647 CoreServices
/CoreServices.h \
6648 DiskArbitration
/DiskArbitration.h \
6650 IOKit
/hid
/IOHIDLib.h \
6653 QuickTime
/ImageCompression.h \
6654 Security
/Security.h \
6705 netinet
/in_systm.h \
6768 valgrind
/memcheck.h \
6769 valgrind
/valgrind.h \
6773 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6774 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6775 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6776 cat >>confdefs.h
<<_ACEOF
6777 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6785 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6786 if ${ac_cv_header_stat_broken+:} false
; then :
6787 $as_echo_n "(cached) " >&6
6789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6790 /* end confdefs.h. */
6791 #include <sys/types.h>
6792 #include <sys/stat.h>
6794 #if defined S_ISBLK && defined S_IFDIR
6795 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6798 #if defined S_ISBLK && defined S_IFCHR
6799 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6802 #if defined S_ISLNK && defined S_IFREG
6803 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6806 #if defined S_ISSOCK && defined S_IFREG
6807 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6811 if ac_fn_c_try_compile
"$LINENO"; then :
6812 ac_cv_header_stat_broken
=no
6814 ac_cv_header_stat_broken
=yes
6816 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6819 $as_echo "$ac_cv_header_stat_broken" >&6; }
6820 if test $ac_cv_header_stat_broken = yes; then
6822 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6828 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6830 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6831 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6832 #ifdef HAVE_SYS_PARAM_H
6833 # include <sys/param.h>
6836 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6837 cat >>confdefs.h
<<_ACEOF
6838 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6853 netinet
/if_ether.h \
6854 netinet
/if_inarp.h \
6863 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6864 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6865 #ifdef HAVE_SYS_SOCKET_H
6866 # include <sys/socket.h>
6868 #ifdef HAVE_SYS_SOCKETVAR_H
6869 # include <sys/socketvar.h>
6871 #ifdef HAVE_NET_ROUTE_H
6872 # include <net/route.h>
6874 #ifdef HAVE_NETINET_IN_H
6875 # include <netinet/in.h>
6877 #ifdef HAVE_NETINET_IN_SYSTM_H
6878 # include <netinet/in_systm.h>
6880 #ifdef HAVE_NET_IF_H
6881 # include <net/if.h>
6883 #ifdef HAVE_NETINET_IP_H
6884 # include <netinet/ip.h>
6887 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6888 cat >>confdefs.h
<<_ACEOF
6889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6897 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6899 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6900 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6904 #ifdef HAVE_SYS_SOCKET_H
6905 # include <sys/socket.h>
6907 #ifdef HAVE_SYS_SOCKETVAR_H
6908 # include <sys/socketvar.h>
6910 #ifdef HAVE_SYS_TIMEOUT_H
6911 # include <sys/timeout.h>
6913 #ifdef HAVE_NETINET_IN_H
6914 # include <netinet/in.h>
6916 #ifdef HAVE_NETINET_IN_SYSTM_H
6917 # include <netinet/in_systm.h>
6919 #ifdef HAVE_NETINET_IP_H
6920 # include <netinet/ip.h>
6922 #ifdef HAVE_NETINET_IP_VAR_H
6923 # include <netinet/ip_var.h>
6925 #ifdef HAVE_NETINET_IP_ICMP_H
6926 # include <netinet/ip_icmp.h>
6928 #ifdef HAVE_NETINET_UDP_H
6929 # include <netinet/udp.h>
6931 #ifdef HAVE_NETINET_TCP_H
6932 # include <netinet/tcp.h>
6934 #ifdef HAVE_NETINET_TCP_TIMER_H
6935 #include <netinet/tcp_timer.h>
6938 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6939 cat >>confdefs.h
<<_ACEOF
6940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6948 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6950 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6951 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6952 #ifdef HAVE_ASM_TYPES_H
6953 # include <asm/types.h>
6955 #ifdef HAVE_SYS_SOCKET_H
6956 # include <sys/socket.h>
6958 #ifdef HAVE_LINUX_TYPES_H
6959 # include <linux/types.h>
6962 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6963 cat >>confdefs.h
<<_ACEOF
6964 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6972 for ac_header
in mach-o
/dyld_images.h
6974 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6975 # include <stdbool.h>
6977 #ifdef HAVE_STDINT_H
6978 # include <stdint.h>
6981 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6982 cat >>confdefs.h
<<_ACEOF
6983 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6991 for ac_header
in resolv.h
6993 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6994 #ifdef HAVE_SYS_SOCKET_H
6995 # include <sys/socket.h>
6997 #ifdef HAVE_NETINET_IN_H
6998 # include <netinet/in.h>
7000 #ifdef HAVE_ARPA_NAMESER_H
7001 # include <arpa/nameser.h>
7004 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7005 cat >>confdefs.h
<<_ACEOF
7006 #define HAVE_RESOLV_H 1
7014 for ac_header
in ifaddrs.h
7016 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7018 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7019 cat >>confdefs.h
<<_ACEOF
7020 #define HAVE_IFADDRS_H 1
7028 for ac_header
in sys
/ucontext.h
7030 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7032 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7033 cat >>confdefs.h
<<_ACEOF
7034 #define HAVE_SYS_UCONTEXT_H 1
7042 for ac_header
in sys
/thr.h
7044 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7045 #ifdef HAVE_SYS_UCONTEXT_H
7046 #include <sys/ucontext.h>
7049 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7050 cat >>confdefs.h
<<_ACEOF
7051 #define HAVE_SYS_THR_H 1
7059 for ac_header
in pthread_np.h
7061 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7062 #include <pthread.h>
7065 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7066 cat >>confdefs.h
<<_ACEOF
7067 #define HAVE_PTHREAD_NP_H 1
7075 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7077 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7078 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7079 #include <sys/time.h>
7081 #include <sys/types.h>
7082 #ifdef HAVE_ASM_TYPES_H
7083 #include <asm/types.h>
7086 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7087 cat >>confdefs.h
<<_ACEOF
7088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7096 for ac_header
in libprocstat.h
7098 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7099 #include <sys/param.h>
7101 #ifdef HAVE_SYS_QUEUE_H
7102 #include <sys/queue.h>
7104 #ifdef HAVE_SYS_SOCKET_H
7105 #include <sys/socket.h>
7108 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7109 cat >>confdefs.h
<<_ACEOF
7110 #define HAVE_LIBPROCSTAT_H 1
7119 dlldir
="\${libdir}/wine"
7123 DLLFLAGS
="-D_REENTRANT"
7132 STATIC_IMPLIBEXT
="def.a"
7133 # Extract the first word of "ldd", so it can be a program name with args.
7134 set dummy ldd
; ac_word
=$2
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7136 $as_echo_n "checking for $ac_word... " >&6; }
7137 if ${ac_cv_path_LDD+:} false
; then :
7138 $as_echo_n "(cached) " >&6
7142 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7145 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7146 as_dummy
="/sbin:/usr/sbin:$PATH"
7147 for as_dir
in $as_dummy
7150 test -z "$as_dir" && as_dir
=.
7151 for ac_exec_ext
in '' $ac_executable_extensions; do
7152 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7153 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7161 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7166 if test -n "$LDD"; then
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7168 $as_echo "$LDD" >&6; }
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7171 $as_echo "no" >&6; }
7175 if test -n "$ac_tool_prefix"; then
7176 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7177 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7179 $as_echo_n "checking for $ac_word... " >&6; }
7180 if ${ac_cv_prog_OTOOL+:} false
; then :
7181 $as_echo_n "(cached) " >&6
7183 if test -n "$OTOOL"; then
7184 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7186 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7190 test -z "$as_dir" && as_dir
=.
7191 for ac_exec_ext
in '' $ac_executable_extensions; do
7192 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7193 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7203 OTOOL
=$ac_cv_prog_OTOOL
7204 if test -n "$OTOOL"; then
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7206 $as_echo "$OTOOL" >&6; }
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7209 $as_echo "no" >&6; }
7214 if test -z "$ac_cv_prog_OTOOL"; then
7216 # Extract the first word of "otool", so it can be a program name with args.
7217 set dummy otool
; ac_word
=$2
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7219 $as_echo_n "checking for $ac_word... " >&6; }
7220 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7221 $as_echo_n "(cached) " >&6
7223 if test -n "$ac_ct_OTOOL"; then
7224 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7226 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7230 test -z "$as_dir" && as_dir
=.
7231 for ac_exec_ext
in '' $ac_executable_extensions; do
7232 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7233 ac_cv_prog_ac_ct_OTOOL
="otool"
7234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7243 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7244 if test -n "$ac_ct_OTOOL"; then
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7246 $as_echo "$ac_ct_OTOOL" >&6; }
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7249 $as_echo "no" >&6; }
7252 if test "x$ac_ct_OTOOL" = x
; then
7255 case $cross_compiling:$ac_tool_warned in
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7258 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7259 ac_tool_warned
=yes ;;
7264 OTOOL
="$ac_cv_prog_OTOOL"
7267 if test -n "$ac_tool_prefix"; then
7268 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7269 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7271 $as_echo_n "checking for $ac_word... " >&6; }
7272 if ${ac_cv_prog_READELF+:} false
; then :
7273 $as_echo_n "(cached) " >&6
7275 if test -n "$READELF"; then
7276 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7278 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7282 test -z "$as_dir" && as_dir
=.
7283 for ac_exec_ext
in '' $ac_executable_extensions; do
7284 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7285 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7295 READELF
=$ac_cv_prog_READELF
7296 if test -n "$READELF"; then
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7298 $as_echo "$READELF" >&6; }
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7301 $as_echo "no" >&6; }
7306 if test -z "$ac_cv_prog_READELF"; then
7307 ac_ct_READELF
=$READELF
7308 # Extract the first word of "readelf", so it can be a program name with args.
7309 set dummy readelf
; ac_word
=$2
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7311 $as_echo_n "checking for $ac_word... " >&6; }
7312 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7313 $as_echo_n "(cached) " >&6
7315 if test -n "$ac_ct_READELF"; then
7316 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7318 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7322 test -z "$as_dir" && as_dir
=.
7323 for ac_exec_ext
in '' $ac_executable_extensions; do
7324 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7325 ac_cv_prog_ac_ct_READELF
="readelf"
7326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7335 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7336 if test -n "$ac_ct_READELF"; then
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7338 $as_echo "$ac_ct_READELF" >&6; }
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7341 $as_echo "no" >&6; }
7344 if test "x$ac_ct_READELF" = x
; then
7347 case $cross_compiling:$ac_tool_warned in
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7351 ac_tool_warned
=yes ;;
7353 READELF
=$ac_ct_READELF
7356 READELF
="$ac_cv_prog_READELF"
7359 wine_rules_file
=conf$
$rules.
make
7360 rm -f $wine_rules_file
7362 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7363 ALL_TEST_RESOURCES
=""
7366 wine_fn_append_file
()
7368 as_fn_append
$1 " \\$as_nl $2"
7371 wine_fn_ignore_file
()
7374 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7375 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7376 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7380 wine_fn_append_rule
()
7382 $as_echo "$1" >>$wine_rules_file
7387 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7390 wine_fn_depend_rules
()
7392 if wine_fn_has_flag config
7394 wine_fn_append_rule \
7395 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile config.status \$(MAKEDEP)
7396 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir
7397 depend: $ac_dir/depend
7398 .PHONY: $ac_dir/depend
7399 $ac_dir/depend: \$(MAKEDEP) dummy
7400 @./config.status --file $ac_dir/Makefile && \$(MAKEDEP) -iMakefile $ac_dir"
7402 wine_fn_append_rule \
7403 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in Makefile \$(MAKEDEP)
7405 depend: $ac_dir/depend
7406 .PHONY: $ac_dir/depend
7407 $ac_dir/depend: \$(MAKEDEP) dummy
7408 \$(MAKEDEP) $ac_dir"
7412 wine_fn_pot_rules
()
7414 test "x$with_gettextpo" = xyes ||
return
7416 if wine_fn_has_flag mc
7418 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7419 wine_fn_append_rule \
7420 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7421 @cd $ac_dir && \$(MAKE) msg.pot
7422 $ac_dir/msg.pot: tools/wmc include"
7424 if wine_fn_has_flag po
7426 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7427 wine_fn_append_rule \
7428 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7429 @cd $ac_dir && \$(MAKE) rsrc.pot
7430 $ac_dir/rsrc.pot: tools/wrc include"
7434 wine_fn_all_rules
()
7436 wine_fn_depend_rules
7437 wine_fn_append_rule \
7440 $ac_dir: $ac_dir/Makefile dummy
7441 @cd $ac_dir && \$(MAKE)"
7444 wine_fn_install_rules
()
7446 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7448 wine_fn_append_rule \
7449 ".PHONY: $ac_dir/install $ac_dir/uninstall
7450 $ac_dir/install:: $ac_dir
7451 @cd $ac_dir && \$(MAKE) install
7452 $ac_dir/uninstall:: $ac_dir/Makefile
7453 @cd $ac_dir && \$(MAKE) uninstall
7454 install:: $ac_dir/install
7455 __uninstall__: $ac_dir/uninstall"
7457 if wine_fn_has_flag install-lib
7459 wine_fn_append_rule \
7460 ".PHONY: $ac_dir/install-lib
7461 $ac_dir/install-lib:: $ac_dir
7462 @cd $ac_dir && \$(MAKE) install-lib
7463 install-lib:: $ac_dir/install-lib"
7466 if wine_fn_has_flag install-dev
7468 wine_fn_append_rule \
7469 ".PHONY: $ac_dir/install-dev
7470 $ac_dir/install-dev:: $ac_dir
7471 @cd $ac_dir && \$(MAKE) install-dev
7472 install-dev:: $ac_dir/install-dev"
7476 wine_fn_clean_rules
()
7479 ac_extraclean
="$ac_dir/Makefile"
7480 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7482 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7485 if wine_fn_has_flag clean
7487 wine_fn_append_rule \
7488 "__clean__: $ac_dir/clean
7489 .PHONY: $ac_dir/clean
7490 $ac_dir/clean: $ac_dir/Makefile
7491 @cd $ac_dir && \$(MAKE) clean
7492 \$(RM) $ac_extraclean"
7494 wine_fn_append_rule \
7495 "__clean__: $ac_dir/clean
7496 .PHONY: $ac_dir/clean
7497 $ac_dir/clean: dummy
7498 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7502 wine_fn_disabled_rules
()
7505 ac_extraclean
="$ac_dir/Makefile"
7506 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7508 wine_fn_append_rule \
7509 "__clean__: $ac_dir/clean
7510 .PHONY: $ac_dir/clean
7511 $ac_dir/clean: dummy
7512 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7515 wine_fn_config_makefile
()
7521 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7522 wine_fn_disabled_rules
; return
7525 wine_fn_install_rules
7529 wine_fn_config_lib
()
7533 ac_dir
=dlls
/$ac_name
7536 if test "x$enable_tools" = xno
; then :
7539 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7544 wine_fn_append_rule \
7545 ".PHONY: $ac_dir/install $ac_dir/uninstall
7546 $ac_dir/install:: $ac_dir
7547 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7549 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7550 install install-dev:: $ac_dir/install
7551 __uninstall__: $ac_dir/uninstall
7552 __builddeps__: $ac_dir
7556 wine_fn_config_dll
()
7559 ac_dir
=dlls
/$ac_name
7562 ac_implib
=${4:-$ac_name}
7563 ac_file
=$ac_dir/lib
$ac_implib
7568 if test "x$enable_tools" = xno
; then :
7571 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7574 *16) ac_implibflags
=" -m16" ;;
7576 *) ac_dll
=$ac_dll.dll
;;
7580 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7581 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7582 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7583 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7585 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7586 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7588 wine_fn_depend_rules
7589 wine_fn_clean_rules
$ac_clean
7591 wine_fn_disabled_rules
$ac_clean
7596 wine_fn_clean_rules
$ac_clean
7597 wine_fn_append_rule \
7598 "$ac_dir: __builddeps__
7599 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7600 @cd $ac_dir && \$(MAKE) \$@
7601 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7602 install install-lib:: $ac_dir/install-lib
7603 __uninstall__: $ac_dir/uninstall"
7604 if test -n "$DLLEXT"
7606 wine_fn_append_rule \
7607 "$ac_dir/install-lib:: $ac_dir
7608 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7609 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7611 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7613 wine_fn_append_rule \
7614 "$ac_dir/install-lib:: $ac_dir
7615 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7617 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7623 if wine_fn_has_flag staticimplib
7625 wine_fn_append_rule \
7626 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7627 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7628 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7629 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7630 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7631 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7632 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7633 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7634 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7636 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7637 install install-dev:: $ac_dir/install-dev
7638 __uninstall__: $ac_dir/uninstall"
7640 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7642 wine_fn_append_rule \
7643 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7644 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7646 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7649 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7651 wine_fn_append_rule \
7652 "__builddeps__: $ac_file.cross.a
7653 $ac_file.cross.a: $ac_dir/Makefile dummy
7654 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7657 elif wine_fn_has_flag implib
7659 wine_fn_append_rule \
7660 "__builddeps__: $ac_file.$IMPLIBEXT
7661 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7662 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7663 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7664 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7665 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7666 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7667 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7669 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7670 install install-dev:: $ac_dir/install-dev
7671 __uninstall__: $ac_dir/uninstall"
7672 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7674 wine_fn_append_rule \
7675 "__builddeps__: $ac_file.cross.a
7676 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7677 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7680 if test "$ac_name" != "$ac_implib"
7682 wine_fn_append_rule \
7683 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7684 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7685 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7687 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7688 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7689 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7691 wine_fn_append_rule \
7692 "__builddeps__: dlls/lib$ac_implib.cross.a
7693 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7694 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7696 \$(RM) dlls/lib$ac_implib.cross.a"
7697 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7703 wine_fn_config_program
()
7706 ac_dir
=programs
/$ac_name
7713 *) ac_program
=$ac_program.exe
;;
7717 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7718 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7719 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7720 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7722 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7723 wine_fn_disabled_rules
$ac_clean; return
7727 wine_fn_clean_rules
$ac_clean
7728 wine_fn_append_rule
"$ac_dir: __builddeps__"
7731 wine_fn_has_flag
install ||
return
7732 wine_fn_append_rule \
7733 ".PHONY: $ac_dir/install $ac_dir/uninstall
7734 install install-lib:: $ac_dir/install
7735 __uninstall__: $ac_dir/uninstall"
7737 if test -n "$DLLEXT"
7739 wine_fn_append_rule \
7740 "$ac_dir/install:: $ac_dir
7741 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7742 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7744 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7746 if test -z "$with_wine64" && wine_fn_has_flag installbin
7748 wine_fn_append_rule \
7749 "$ac_dir/install:: __tooldeps__
7750 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7752 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7755 wine_fn_append_rule \
7756 "$ac_dir/install:: $ac_dir
7757 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7759 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7762 if test -z "$with_wine64" && wine_fn_has_flag manpage
7764 wine_fn_append_rule \
7765 "$ac_dir/install:: $ac_dir
7766 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7768 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7772 wine_fn_config_test
()
7779 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7780 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7782 if test "x$enable_tests" = xno
; then :
7783 wine_fn_disabled_rules
$ac_clean; return
7786 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7788 wine_fn_clean_rules
$ac_clean
7790 wine_fn_append_rule \
7791 "$ac_dir: programs/winetest/Makefile __builddeps__
7792 programs/winetest: $ac_dir
7793 check test: $ac_dir/test
7794 .PHONY: $ac_dir/test
7796 @cd $ac_dir && \$(MAKE) test
7798 \$(RM) $ac_dir/*.ok"
7800 if test -n "$CROSSTARGET"
7802 wine_fn_append_rule \
7803 "crosstest: $ac_dir/crosstest
7804 .PHONY: $ac_dir/crosstest
7805 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7806 @cd $ac_dir && \$(MAKE) crosstest"
7810 wine_fn_config_tool
()
7814 if test "x$enable_tools" = xno
; then :
7819 wine_fn_install_rules
7822 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7823 wine_fn_append_rule
"$ac_dir: libs/port"
7825 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7829 wine_fn_config_symlink
()
7832 if test "x$1" = "x-d"
7838 wine_fn_append_rule \
7840 @./config.status \$@
7843 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7844 test -n "$ac_linkdir" ||
return
7845 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7849 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7850 loader_programs
="$wine_binary"
7851 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7860 if test -n "$ac_tool_prefix"; then
7861 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7862 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7864 $as_echo_n "checking for $ac_word... " >&6; }
7865 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7866 $as_echo_n "(cached) " >&6
7868 if test -n "$DLLTOOL"; then
7869 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7871 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7875 test -z "$as_dir" && as_dir
=.
7876 for ac_exec_ext
in '' $ac_executable_extensions; do
7877 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7878 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7888 DLLTOOL
=$ac_cv_prog_DLLTOOL
7889 if test -n "$DLLTOOL"; then
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7891 $as_echo "$DLLTOOL" >&6; }
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7894 $as_echo "no" >&6; }
7899 if test -z "$ac_cv_prog_DLLTOOL"; then
7900 ac_ct_DLLTOOL
=$DLLTOOL
7901 # Extract the first word of "dlltool", so it can be a program name with args.
7902 set dummy dlltool
; ac_word
=$2
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7904 $as_echo_n "checking for $ac_word... " >&6; }
7905 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7906 $as_echo_n "(cached) " >&6
7908 if test -n "$ac_ct_DLLTOOL"; then
7909 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7911 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7915 test -z "$as_dir" && as_dir
=.
7916 for ac_exec_ext
in '' $ac_executable_extensions; do
7917 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7918 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7929 if test -n "$ac_ct_DLLTOOL"; then
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7931 $as_echo "$ac_ct_DLLTOOL" >&6; }
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7934 $as_echo "no" >&6; }
7937 if test "x$ac_ct_DLLTOOL" = x
; then
7940 case $cross_compiling:$ac_tool_warned in
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7943 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7944 ac_tool_warned
=yes ;;
7946 DLLTOOL
=$ac_ct_DLLTOOL
7949 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7955 STATIC_IMPLIBEXT
="a"
7956 enable_iphlpapi
=${enable_iphlpapi:-no}
7957 enable_kernel32
=${enable_kernel32:-no}
7958 enable_msvcrt
=${enable_msvcrt:-no}
7959 enable_ntdll
=${enable_ntdll:-no}
7960 enable_ws2_32
=${enable_ws2_32:-no}
7961 enable_loader
=${enable_loader:-no}
7962 enable_server
=${enable_server:-no}
7963 with_x
=${with_x:-no}
7964 with_pthread
=${with_pthread:-no}
7970 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7974 libwine_targets
="libwine.dll libwine.a"
7976 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7978 all: libwine.dll libwine.a
7980 libwine.a: \$(srcdir)/wine.def
7981 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7983 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7984 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7986 install install-lib:: libwine.dll
7987 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7989 install install-dev:: libwine.a
7990 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7993 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7999 for ac_header
in libunwind.h
8001 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8002 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8003 cat >>confdefs.h
<<_ACEOF
8004 #define HAVE_LIBUNWIND_H 1
8012 DLLFLAGS
="$DLLFLAGS -fPIC"
8013 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8014 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8015 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8016 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8018 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8020 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8022 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8024 CORESERVICES_LIBS
="-framework CoreServices"
8026 APPKIT_LIBS
="-framework AppKit"
8028 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8030 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8031 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8032 $as_echo_n "(cached) " >&6
8034 ac_wine_try_cflags_saved
=$CFLAGS
8035 CFLAGS
="$CFLAGS -Wl,-no_pie"
8036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8037 /* end confdefs.h. */
8038 int main(int argc, char **argv) { return 0; }
8040 if ac_fn_c_try_link
"$LINENO"; then :
8041 ac_cv_cflags__Wl__no_pie
=yes
8043 ac_cv_cflags__Wl__no_pie
=no
8045 rm -f core conftest.err conftest.
$ac_objext \
8046 conftest
$ac_exeext conftest.
$ac_ext
8047 CFLAGS
=$ac_wine_try_cflags_saved
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8050 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8051 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8052 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8054 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8056 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8059 if test "$ac_cv_header_Security_Security_h" = "yes"
8061 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8063 ac_save_LIBS
="$LIBS"
8064 LIBS
="$LIBS $SECURITY_LIBS"
8065 for ac_func
in SSLCopyPeerCertificates
8067 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8068 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8069 cat >>confdefs.h
<<_ACEOF
8070 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8076 LIBS
="$ac_save_LIBS"
8077 with_gnutls
=${with_gnutls:-no}
8079 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8081 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8083 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8086 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8089 ac_save_LIBS
="$LIBS"
8090 LIBS
="$LIBS $COREAUDIO_LIBS"
8091 for ac_func
in AUGraphAddNode
8093 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8094 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8095 cat >>confdefs.h
<<_ACEOF
8096 #define HAVE_AUGRAPHADDNODE 1
8102 LIBS
="$ac_save_LIBS"
8104 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8106 OPENAL_LIBS
="-framework OpenAL"
8109 cat >>confdefs.h
<<_ACEOF
8110 #define HAVE_OPENAL 1
8113 ac_cv_lib_openal
=yes
8115 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8117 OPENCL_LIBS
="-framework OpenCL"
8119 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8121 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8123 ac_save_LIBS
="$LIBS"
8124 LIBS
="$LIBS $IOKIT_LIBS"
8125 for ac_func
in IOHIDManagerCreate
8127 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8128 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8129 cat >>confdefs.h
<<_ACEOF
8130 #define HAVE_IOHIDMANAGERCREATE 1
8136 LIBS
="$ac_save_LIBS"
8138 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8140 ac_save_LIBS
="$LIBS"
8141 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8143 $as_echo_n "checking for the QuickTime framework... " >&6; }
8144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8145 /* end confdefs.h. */
8146 #include <QuickTime/ImageCompression.h>
8150 CodecManagerVersion(NULL);
8155 if ac_fn_c_try_link
"$LINENO"; then :
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8157 $as_echo "yes" >&6; }
8158 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8160 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8163 $as_echo "no" >&6; }
8164 ac_cv_header_QuickTime_ImageCompression_h
=no
8166 rm -f core conftest.err conftest.
$ac_objext \
8167 conftest
$ac_exeext conftest.
$ac_ext
8168 LIBS
="$ac_save_LIBS"
8170 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8172 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8174 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8176 CARBON_LIBS
="-framework Carbon"
8180 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8182 ac_save_LIBS
="$LIBS"
8183 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8184 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8185 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8186 enable_winemac_drv
=${enable_winemac_drv:-yes}
8189 LIBS
="$ac_save_LIBS"
8192 if test "x$enable_win16" = "xyes"
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8195 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8196 if test "$cross_compiling" = yes; then :
8197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8198 $as_echo "cross-compiling, assuming yes" >&6; }
8200 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8201 /* end confdefs.h. */
8204 "good:\tnop;nop\n\t"
8205 ".globl _testfunc\n"
8206 "_testfunc:\tcallw good");
8207 extern void testfunc();
8211 unsigned short *p = (unsigned short *)testfunc;
8212 return p[0] != 0xe866 || p[1] != 0xfffa
8217 if ac_fn_c_try_run
"$LINENO"; then :
8218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8219 $as_echo "yes" >&6; }
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8222 $as_echo "no" >&6; }
8223 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
8225 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8226 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8231 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8233 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8237 libwine.$libwine_version.dylib: \$(OBJS)
8238 \$(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 \$@
8240 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8241 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8243 libwine.dylib: libwine.$libwine_soversion.dylib
8244 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8246 install install-lib:: libwine.$libwine_version.dylib
8247 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8248 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8250 install install-dev::
8251 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8254 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8258 as_fn_append LOADER_RULES
"
8259 ${wine_binary}_OBJS = main.o
8260 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8261 $wine_binary $wine_binary-installed: wine_info.plist
8266 DLLFLAGS
="$DLLFLAGS -fPIC"
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8271 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8272 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8273 $as_echo_n "(cached) " >&6
8275 ac_wine_try_cflags_saved
=$CFLAGS
8276 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8277 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8278 /* end confdefs.h. */
8279 int main(int argc, char **argv) { return 0; }
8281 if ac_fn_c_try_link
"$LINENO"; then :
8282 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8284 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8286 rm -f core conftest.err conftest.
$ac_objext \
8287 conftest
$ac_exeext conftest.
$ac_ext
8288 CFLAGS
=$ac_wine_try_cflags_saved
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8291 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8292 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8293 LDEXECFLAGS
="-Wl,--export-dynamic"
8295 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8297 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8298 if eval \
${$as_ac_var+:} false
; then :
8299 $as_echo_n "(cached) " >&6
8301 ac_wine_try_cflags_saved
=$CFLAGS
8302 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8303 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8304 /* end confdefs.h. */
8305 int main(int argc, char **argv) { return 0; }
8307 if ac_fn_c_try_link
"$LINENO"; then :
8308 eval "$as_ac_var=yes"
8310 eval "$as_ac_var=no"
8312 rm -f core conftest.err conftest.
$ac_objext \
8313 conftest
$ac_exeext conftest.
$ac_ext
8314 CFLAGS
=$ac_wine_try_cflags_saved
8316 eval ac_res
=\$
$as_ac_var
8317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8318 $as_echo "$ac_res" >&6; }
8319 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8320 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8321 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8323 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8325 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8326 if eval \
${$as_ac_var+:} false
; then :
8327 $as_echo_n "(cached) " >&6
8329 ac_wine_try_cflags_saved
=$CFLAGS
8330 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8331 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8332 /* end confdefs.h. */
8333 int main(int argc, char **argv) { return 0; }
8335 if ac_fn_c_try_link
"$LINENO"; then :
8336 eval "$as_ac_var=yes"
8338 eval "$as_ac_var=no"
8340 rm -f core conftest.err conftest.
$ac_objext \
8341 conftest
$ac_exeext conftest.
$ac_ext
8342 CFLAGS
=$ac_wine_try_cflags_saved
8344 eval ac_res
=\$
$as_ac_var
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8346 $as_echo "$ac_res" >&6; }
8347 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8348 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8349 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8354 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8355 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8356 $as_echo_n "(cached) " >&6
8358 ac_wine_try_cflags_saved
=$CFLAGS
8359 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8360 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8361 /* end confdefs.h. */
8362 int main(int argc, char **argv) { return 0; }
8364 if ac_fn_c_try_link
"$LINENO"; then :
8365 ac_cv_cflags__Wl___enable_new_dtags
=yes
8367 ac_cv_cflags__Wl___enable_new_dtags
=no
8369 rm -f core conftest.err conftest.
$ac_objext \
8370 conftest
$ac_exeext conftest.
$ac_ext
8371 CFLAGS
=$ac_wine_try_cflags_saved
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8374 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8375 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8376 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8380 *i
[3456789]86* | x86_64
)
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8382 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8383 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8384 $as_echo_n "(cached) " >&6
8386 ac_wine_try_cflags_saved
=$CFLAGS
8387 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8388 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8389 /* end confdefs.h. */
8390 int main(int argc, char **argv) { return 0; }
8392 if ac_fn_c_try_link
"$LINENO"; then :
8393 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8395 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8397 rm -f core conftest.err conftest.
$ac_objext \
8398 conftest
$ac_exeext conftest.
$ac_ext
8399 CFLAGS
=$ac_wine_try_cflags_saved
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8402 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8403 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8404 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8409 libwine_targets
="libwine.so"
8411 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8415 libwine.so: \$(OBJS)
8416 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8418 install install-lib:: libwine.so
8419 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8422 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8426 as_fn_append LOADER_RULES
"
8427 ${wine_binary}_OBJS = main.o
8428 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8433 DLLFLAGS
="$DLLFLAGS -fPIC"
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8436 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8437 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8438 $as_echo_n "(cached) " >&6
8440 ac_wine_try_cflags_saved
=$CFLAGS
8441 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8442 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8443 /* end confdefs.h. */
8446 if ac_fn_c_try_link
"$LINENO"; then :
8447 ac_cv_c_dll_gnuelf
="yes"
8449 ac_cv_c_dll_gnuelf
="no"
8451 rm -f core conftest.err conftest.
$ac_objext \
8452 conftest
$ac_exeext conftest.
$ac_ext
8453 CFLAGS
=$ac_wine_try_cflags_saved
8455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8456 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8457 if test "$ac_cv_c_dll_gnuelf" = "yes"
8459 LDSHARED
="\$(CC) -shared"
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8461 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8462 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8463 $as_echo_n "(cached) " >&6
8465 ac_wine_try_cflags_saved
=$CFLAGS
8466 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8467 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8468 /* end confdefs.h. */
8469 int main(int argc, char **argv) { return 0; }
8471 if ac_fn_c_try_link
"$LINENO"; then :
8472 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8474 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8476 rm -f core conftest.err conftest.
$ac_objext \
8477 conftest
$ac_exeext conftest.
$ac_ext
8478 CFLAGS
=$ac_wine_try_cflags_saved
8480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8481 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8482 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8483 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8486 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8487 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8488 $as_echo_n "(cached) " >&6
8490 ac_wine_try_cflags_saved
=$CFLAGS
8491 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8492 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8493 /* end confdefs.h. */
8494 int main(int argc, char **argv) { return 0; }
8496 if ac_fn_c_try_link
"$LINENO"; then :
8497 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8499 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8501 rm -f core conftest.err conftest.
$ac_objext \
8502 conftest
$ac_exeext conftest.
$ac_ext
8503 CFLAGS
=$ac_wine_try_cflags_saved
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8506 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8507 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8508 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8512 echo '{ global: *; };' >conftest.map
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8514 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8515 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8516 $as_echo_n "(cached) " >&6
8518 ac_wine_try_cflags_saved
=$CFLAGS
8519 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8520 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8521 /* end confdefs.h. */
8522 int main(int argc, char **argv) { return 0; }
8524 if ac_fn_c_try_link
"$LINENO"; then :
8525 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8527 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8529 rm -f core conftest.err conftest.
$ac_objext \
8530 conftest
$ac_exeext conftest.
$ac_ext
8531 CFLAGS
=$ac_wine_try_cflags_saved
8533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8534 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8535 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8536 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8541 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8542 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8543 $as_echo_n "(cached) " >&6
8545 ac_wine_try_cflags_saved
=$CFLAGS
8546 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8548 /* end confdefs.h. */
8549 int main(int argc, char **argv) { return 0; }
8551 if ac_fn_c_try_link
"$LINENO"; then :
8552 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8554 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8556 rm -f core conftest.err conftest.
$ac_objext \
8557 conftest
$ac_exeext conftest.
$ac_ext
8558 CFLAGS
=$ac_wine_try_cflags_saved
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8561 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8562 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8563 LDEXECFLAGS
="-Wl,--export-dynamic"
8566 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8568 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8569 if eval \
${$as_ac_var+:} false
; then :
8570 $as_echo_n "(cached) " >&6
8572 ac_wine_try_cflags_saved
=$CFLAGS
8573 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8574 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8575 /* end confdefs.h. */
8576 int main(int argc, char **argv) { return 0; }
8578 if ac_fn_c_try_link
"$LINENO"; then :
8579 eval "$as_ac_var=yes"
8581 eval "$as_ac_var=no"
8583 rm -f core conftest.err conftest.
$ac_objext \
8584 conftest
$ac_exeext conftest.
$ac_ext
8585 CFLAGS
=$ac_wine_try_cflags_saved
8587 eval ac_res
=\$
$as_ac_var
8588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8589 $as_echo "$ac_res" >&6; }
8590 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8591 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8592 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8594 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8596 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8597 if eval \
${$as_ac_var+:} false
; then :
8598 $as_echo_n "(cached) " >&6
8600 ac_wine_try_cflags_saved
=$CFLAGS
8601 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8602 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8603 /* end confdefs.h. */
8604 int main(int argc, char **argv) { return 0; }
8606 if ac_fn_c_try_link
"$LINENO"; then :
8607 eval "$as_ac_var=yes"
8609 eval "$as_ac_var=no"
8611 rm -f core conftest.err conftest.
$ac_objext \
8612 conftest
$ac_exeext conftest.
$ac_ext
8613 CFLAGS
=$ac_wine_try_cflags_saved
8615 eval ac_res
=\$
$as_ac_var
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8617 $as_echo "$ac_res" >&6; }
8618 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8619 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8620 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8625 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8626 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8627 $as_echo_n "(cached) " >&6
8629 ac_wine_try_cflags_saved
=$CFLAGS
8630 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8632 /* end confdefs.h. */
8633 int main(int argc, char **argv) { return 0; }
8635 if ac_fn_c_try_link
"$LINENO"; then :
8636 ac_cv_cflags__Wl___enable_new_dtags
=yes
8638 ac_cv_cflags__Wl___enable_new_dtags
=no
8640 rm -f core conftest.err conftest.
$ac_objext \
8641 conftest
$ac_exeext conftest.
$ac_ext
8642 CFLAGS
=$ac_wine_try_cflags_saved
8644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8645 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8646 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8647 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8651 *i
[3456789]86* | x86_64
)
8652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8653 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8654 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8655 $as_echo_n "(cached) " >&6
8657 ac_wine_try_cflags_saved
=$CFLAGS
8658 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8659 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8660 /* end confdefs.h. */
8661 int main(int argc, char **argv) { return 0; }
8663 if ac_fn_c_try_link
"$LINENO"; then :
8664 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8666 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8668 rm -f core conftest.err conftest.
$ac_objext \
8669 conftest
$ac_exeext conftest.
$ac_ext
8670 CFLAGS
=$ac_wine_try_cflags_saved
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8673 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8674 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8676 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8677 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8682 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8683 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8684 $as_echo_n "(cached) " >&6
8686 ac_wine_try_cflags_saved
=$CFLAGS
8687 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8688 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8689 /* end confdefs.h. */
8690 int main(int argc, char **argv) { return 0; }
8692 if ac_fn_c_try_link
"$LINENO"; then :
8693 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8695 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8697 rm -f core conftest.err conftest.
$ac_objext \
8698 conftest
$ac_exeext conftest.
$ac_ext
8699 CFLAGS
=$ac_wine_try_cflags_saved
8701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8702 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8703 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8706 # Extract the first word of "prelink", so it can be a program name with args.
8707 set dummy prelink
; ac_word
=$2
8708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8709 $as_echo_n "checking for $ac_word... " >&6; }
8710 if ${ac_cv_path_PRELINK+:} false
; then :
8711 $as_echo_n "(cached) " >&6
8715 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8718 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8719 for as_dir
in /sbin
/usr
/sbin
$PATH
8722 test -z "$as_dir" && as_dir
=.
8723 for ac_exec_ext
in '' $ac_executable_extensions; do
8724 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8725 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8733 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8737 PRELINK
=$ac_cv_path_PRELINK
8738 if test -n "$PRELINK"; then
8739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8740 $as_echo "$PRELINK" >&6; }
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8743 $as_echo "no" >&6; }
8747 if test "x$PRELINK" = xfalse
8749 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8757 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8758 if ${ac_cv_c_dll_unixware+:} false
; then :
8759 $as_echo_n "(cached) " >&6
8761 ac_wine_try_cflags_saved
=$CFLAGS
8762 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8763 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8764 /* end confdefs.h. */
8767 if ac_fn_c_try_link
"$LINENO"; then :
8768 ac_cv_c_dll_unixware
="yes"
8770 ac_cv_c_dll_unixware
="no"
8772 rm -f core conftest.err conftest.
$ac_objext \
8773 conftest
$ac_exeext conftest.
$ac_ext
8774 CFLAGS
=$ac_wine_try_cflags_saved
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8777 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8778 if test "$ac_cv_c_dll_unixware" = "yes"
8780 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8783 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8785 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8789 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8790 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8792 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8793 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8795 libwine.so: libwine.so.$libwine_soversion
8796 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8798 install install-lib:: libwine.so.$libwine_version
8799 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8800 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8802 install install-dev::
8803 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8806 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8810 as_fn_append LOADER_RULES
"
8811 ${wine_binary}_OBJS = main.o
8812 ${wine_binary}_LDFLAGS = $LDEXECFLAGS -lwine \$(PTHREAD_LIBS)
8814 if test -z "$with_wine64"
8816 as_fn_append LOADER_RULES
"
8817 install install-lib::
8818 \$(INSTALL_DATA) \$(srcdir)/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
8820 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop
8826 as_fn_append LIBWINE_RULES
"
8827 EXTRA_TARGETS = $libwine_targets
8830 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8831 enable_winemac_drv
=${enable_winemac_drv:-no}
8835 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8839 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
8842 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 " ;;
8844 ac_prefix_list
="" ;;
8846 for ac_prog
in $ac_prefix_list
8848 # Extract the first word of "$ac_prog", so it can be a program name with args.
8849 set dummy
$ac_prog; ac_word
=$2
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8851 $as_echo_n "checking for $ac_word... " >&6; }
8852 if ${ac_cv_prog_CROSSCC+:} false
; then :
8853 $as_echo_n "(cached) " >&6
8855 if test -n "$CROSSCC"; then
8856 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8858 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8862 test -z "$as_dir" && as_dir
=.
8863 for ac_exec_ext
in '' $ac_executable_extensions; do
8864 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8865 ac_cv_prog_CROSSCC
="$ac_prog"
8866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8875 CROSSCC
=$ac_cv_prog_CROSSCC
8876 if test -n "$CROSSCC"; then
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8878 $as_echo "$CROSSCC" >&6; }
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8881 $as_echo "no" >&6; }
8885 test -n "$CROSSCC" && break
8887 test -n "$CROSSCC" || CROSSCC
="false"
8889 if test "$CROSSCC" != "false"
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8894 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8895 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8896 /* end confdefs.h. */
8906 if ac_fn_c_try_compile
"$LINENO"; then :
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8908 $as_echo "yes" >&6; }
8914 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8920 $as_echo "no" >&6; }
8922 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8928 if test "$ac_cv_header_pthread_h" = "yes"
8930 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8931 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8935 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8936 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8937 $as_echo_n "(cached) " >&6
8939 ac_check_lib_save_LIBS
=$LIBS
8940 LIBS
="-lpthread $LIBS"
8941 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8942 /* end confdefs.h. */
8944 /* Override any GCC internal prototype to avoid an error.
8945 Use char because int might match the return type of a GCC
8946 builtin and then its argument prototype would still apply. */
8950 char pthread_create ();
8954 return pthread_create ();
8959 if ac_fn_c_try_link
"$LINENO"; then :
8960 ac_cv_lib_pthread_pthread_create
=yes
8962 ac_cv_lib_pthread_pthread_create
=no
8964 rm -f core conftest.err conftest.
$ac_objext \
8965 conftest
$ac_exeext conftest.
$ac_ext
8966 LIBS
=$ac_check_lib_save_LIBS
8968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8969 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8970 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8971 PTHREAD_LIBS
="-lpthread"
8978 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8979 case "x$with_pthread" in
8981 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8982 Wine cannot support threads without libpthread.
8983 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8989 $as_echo_n "checking for X... " >&6; }
8992 # Check whether --with-x was given.
8993 if test "${with_x+set}" = set; then :
8997 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8998 if test "x$with_x" = xno
; then
8999 # The user explicitly disabled X.
9002 case $x_includes,$x_libraries in #(
9003 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
9004 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
9005 $as_echo_n "(cached) " >&6
9007 # One or both of the vars are not set, and there is no cached value.
9008 ac_x_includes
=no ac_x_libraries
=no
9009 rm -f -r conftest.dir
9010 if mkdir conftest.dir
; then
9012 cat >Imakefile
<<'_ACEOF'
9014 @echo incroot='${INCROOT}'
9016 @echo usrlibdir='${USRLIBDIR}'
9018 @echo libdir='${LIBDIR}'
9020 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
9021 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
9022 for ac_var
in incroot usrlibdir libdir
; do
9023 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
9025 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
9026 for ac_extension
in a so sl dylib la dll
; do
9027 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
9028 test -f "$ac_im_libdir/libX11.$ac_extension"; then
9029 ac_im_usrlibdir
=$ac_im_libdir; break
9032 # Screen out bogus values from the imake configuration. They are
9033 # bogus both because they are the default anyway, and because
9034 # using them would break gcc on systems where it needs fixed includes.
9035 case $ac_im_incroot in
9036 /usr
/include
) ac_x_includes
= ;;
9037 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
9039 case $ac_im_usrlibdir in
9040 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
9041 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
9045 rm -f -r conftest.dir
9048 # Standard set of common directories for X headers.
9049 # Check X11 before X11Rn because it is often a symlink to the current release.
9063 /usr/local/X11/include
9064 /usr/local/X11R7/include
9065 /usr/local/X11R6/include
9066 /usr/local/X11R5/include
9067 /usr/local/X11R4/include
9069 /usr/local/include/X11
9070 /usr/local/include/X11R7
9071 /usr/local/include/X11R6
9072 /usr/local/include/X11R5
9073 /usr/local/include/X11R4
9077 /usr/XFree86/include/X11
9081 /usr/unsupported/include
9083 /usr/local/x11r5/include
9084 /usr/lpp/Xamples/include
9086 /usr/openwin/include
9087 /usr/openwin/share/include'
9089 if test "$ac_x_includes" = no
; then
9090 # Guess where to find include files, by looking for Xlib.h.
9091 # First, try using that file with no special directory specified.
9092 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9093 /* end confdefs.h. */
9094 #include <X11/Xlib.h>
9096 if ac_fn_c_try_cpp
"$LINENO"; then :
9097 # We can compile using X headers with no special include directory.
9100 for ac_dir
in $ac_x_header_dirs; do
9101 if test -r "$ac_dir/X11/Xlib.h"; then
9102 ac_x_includes
=$ac_dir
9107 rm -f conftest.err conftest.i conftest.
$ac_ext
9108 fi # $ac_x_includes = no
9110 if test "$ac_x_libraries" = no
; then
9111 # Check for the libraries.
9112 # See if we find them without any special options.
9113 # Don't add to $LIBS permanently.
9116 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9117 /* end confdefs.h. */
9118 #include <X11/Xlib.h>
9127 if ac_fn_c_try_link
"$LINENO"; then :
9129 # We can link X programs with no special library path.
9133 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9135 # Don't even attempt the hair of trying to link an X program!
9136 for ac_extension
in a so sl dylib la dll
; do
9137 if test -r "$ac_dir/libX11.$ac_extension"; then
9138 ac_x_libraries
=$ac_dir
9144 rm -f core conftest.err conftest.
$ac_objext \
9145 conftest
$ac_exeext conftest.
$ac_ext
9146 fi # $ac_x_libraries = no
9148 case $ac_x_includes,$ac_x_libraries in #(
9150 # Didn't find X, or a directory has "'" in its name.
9151 ac_cv_have_x
="have_x=no";; #(
9153 # Record where we found X for the cache.
9154 ac_cv_have_x
="have_x=yes\
9155 ac_x_includes='$ac_x_includes'\
9156 ac_x_libraries='$ac_x_libraries'"
9162 eval "$ac_cv_have_x"
9165 if test "$have_x" != yes; then
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9167 $as_echo "$have_x" >&6; }
9170 # If each of the values was on the command line, it overrides each guess.
9171 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9172 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9173 # Update the cache value to reflect the command line values.
9174 ac_cv_have_x
="have_x=yes\
9175 ac_x_includes='$x_includes'\
9176 ac_x_libraries='$x_libraries'"
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9178 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9181 if test "$no_x" = yes; then
9182 # Not all programs may use this symbol, but it does not hurt to define it.
9184 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9186 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9188 if test -n "$x_includes"; then
9189 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9192 # It would also be nice to do this for all -L options, not just this one.
9193 if test -n "$x_libraries"; then
9194 X_LIBS
="$X_LIBS -L$x_libraries"
9195 # For Solaris; some versions of Sun CC require a space after -R and
9196 # others require no space. Words are not sufficient . . . .
9197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9198 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9199 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9200 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9201 ac_c_werror_flag
=yes
9202 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9203 /* end confdefs.h. */
9213 if ac_fn_c_try_link
"$LINENO"; then :
9214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9215 $as_echo "no" >&6; }
9216 X_LIBS
="$X_LIBS -R$x_libraries"
9218 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9220 /* end confdefs.h. */
9230 if ac_fn_c_try_link
"$LINENO"; then :
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9232 $as_echo "yes" >&6; }
9233 X_LIBS
="$X_LIBS -R $x_libraries"
9235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9236 $as_echo "neither works" >&6; }
9238 rm -f core conftest.err conftest.
$ac_objext \
9239 conftest
$ac_exeext conftest.
$ac_ext
9241 rm -f core conftest.err conftest.
$ac_objext \
9242 conftest
$ac_exeext conftest.
$ac_ext
9243 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9247 # Check for system-dependent libraries X programs must link with.
9248 # Do this before checking for the system-independent R6 libraries
9249 # (-lICE), since we may need -lsocket or whatever for X linking.
9251 if test "$ISC" = yes; then
9252 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9254 # Martyn Johnson says this is needed for Ultrix, if the X
9255 # libraries were built with DECnet support. And Karl Berry says
9256 # the Alpha needs dnet_stub (dnet does not exist).
9257 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9259 /* end confdefs.h. */
9261 /* Override any GCC internal prototype to avoid an error.
9262 Use char because int might match the return type of a GCC
9263 builtin and then its argument prototype would still apply. */
9267 char XOpenDisplay ();
9271 return XOpenDisplay ();
9276 if ac_fn_c_try_link
"$LINENO"; then :
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9280 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9281 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9282 $as_echo_n "(cached) " >&6
9284 ac_check_lib_save_LIBS
=$LIBS
9286 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9287 /* end confdefs.h. */
9289 /* Override any GCC internal prototype to avoid an error.
9290 Use char because int might match the return type of a GCC
9291 builtin and then its argument prototype would still apply. */
9299 return dnet_ntoa ();
9304 if ac_fn_c_try_link
"$LINENO"; then :
9305 ac_cv_lib_dnet_dnet_ntoa
=yes
9307 ac_cv_lib_dnet_dnet_ntoa
=no
9309 rm -f core conftest.err conftest.
$ac_objext \
9310 conftest
$ac_exeext conftest.
$ac_ext
9311 LIBS
=$ac_check_lib_save_LIBS
9313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9314 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9315 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9316 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9319 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9321 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9322 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9323 $as_echo_n "(cached) " >&6
9325 ac_check_lib_save_LIBS
=$LIBS
9326 LIBS
="-ldnet_stub $LIBS"
9327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9328 /* end confdefs.h. */
9330 /* Override any GCC internal prototype to avoid an error.
9331 Use char because int might match the return type of a GCC
9332 builtin and then its argument prototype would still apply. */
9340 return dnet_ntoa ();
9345 if ac_fn_c_try_link
"$LINENO"; then :
9346 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9348 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9350 rm -f core conftest.err conftest.
$ac_objext \
9351 conftest
$ac_exeext conftest.
$ac_ext
9352 LIBS
=$ac_check_lib_save_LIBS
9354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9355 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9356 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9357 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9362 rm -f core conftest.err conftest.
$ac_objext \
9363 conftest
$ac_exeext conftest.
$ac_ext
9364 LIBS
="$ac_xsave_LIBS"
9366 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9367 # to get the SysV transport functions.
9368 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9370 # The nsl library prevents programs from opening the X display
9371 # on Irix 5.2, according to T.E. Dickey.
9372 # The functions gethostbyname, getservbyname, and inet_addr are
9373 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9374 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9375 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9379 if test $ac_cv_func_gethostbyname = no
; then
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9381 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9382 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9383 $as_echo_n "(cached) " >&6
9385 ac_check_lib_save_LIBS
=$LIBS
9387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9388 /* end confdefs.h. */
9390 /* Override any GCC internal prototype to avoid an error.
9391 Use char because int might match the return type of a GCC
9392 builtin and then its argument prototype would still apply. */
9396 char gethostbyname ();
9400 return gethostbyname ();
9405 if ac_fn_c_try_link
"$LINENO"; then :
9406 ac_cv_lib_nsl_gethostbyname
=yes
9408 ac_cv_lib_nsl_gethostbyname
=no
9410 rm -f core conftest.err conftest.
$ac_objext \
9411 conftest
$ac_exeext conftest.
$ac_ext
9412 LIBS
=$ac_check_lib_save_LIBS
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9415 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9416 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9417 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9420 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9422 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9423 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9424 $as_echo_n "(cached) " >&6
9426 ac_check_lib_save_LIBS
=$LIBS
9428 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9429 /* end confdefs.h. */
9431 /* Override any GCC internal prototype to avoid an error.
9432 Use char because int might match the return type of a GCC
9433 builtin and then its argument prototype would still apply. */
9437 char gethostbyname ();
9441 return gethostbyname ();
9446 if ac_fn_c_try_link
"$LINENO"; then :
9447 ac_cv_lib_bsd_gethostbyname
=yes
9449 ac_cv_lib_bsd_gethostbyname
=no
9451 rm -f core conftest.err conftest.
$ac_objext \
9452 conftest
$ac_exeext conftest.
$ac_ext
9453 LIBS
=$ac_check_lib_save_LIBS
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9456 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9457 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9458 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9464 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9465 # socket/setsockopt and other routines are undefined under SCO ODT
9466 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9467 # on later versions), says Simon Leinen: it contains gethostby*
9468 # variants that don't use the name server (or something). -lsocket
9469 # must be given before -lnsl if both are needed. We assume that
9470 # if connect needs -lnsl, so does gethostbyname.
9471 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9472 if test "x$ac_cv_func_connect" = xyes
; then :
9476 if test $ac_cv_func_connect = no
; then
9477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9478 $as_echo_n "checking for connect in -lsocket... " >&6; }
9479 if ${ac_cv_lib_socket_connect+:} false
; then :
9480 $as_echo_n "(cached) " >&6
9482 ac_check_lib_save_LIBS
=$LIBS
9483 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9484 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9485 /* end confdefs.h. */
9487 /* Override any GCC internal prototype to avoid an error.
9488 Use char because int might match the return type of a GCC
9489 builtin and then its argument prototype would still apply. */
9502 if ac_fn_c_try_link
"$LINENO"; then :
9503 ac_cv_lib_socket_connect
=yes
9505 ac_cv_lib_socket_connect
=no
9507 rm -f core conftest.err conftest.
$ac_objext \
9508 conftest
$ac_exeext conftest.
$ac_ext
9509 LIBS
=$ac_check_lib_save_LIBS
9511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9512 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9513 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9514 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9519 # Guillermo Gomez says -lposix is necessary on A/UX.
9520 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9521 if test "x$ac_cv_func_remove" = xyes
; then :
9525 if test $ac_cv_func_remove = no
; then
9526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9527 $as_echo_n "checking for remove in -lposix... " >&6; }
9528 if ${ac_cv_lib_posix_remove+:} false
; then :
9529 $as_echo_n "(cached) " >&6
9531 ac_check_lib_save_LIBS
=$LIBS
9532 LIBS
="-lposix $LIBS"
9533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9534 /* end confdefs.h. */
9536 /* Override any GCC internal prototype to avoid an error.
9537 Use char because int might match the return type of a GCC
9538 builtin and then its argument prototype would still apply. */
9551 if ac_fn_c_try_link
"$LINENO"; then :
9552 ac_cv_lib_posix_remove
=yes
9554 ac_cv_lib_posix_remove
=no
9556 rm -f core conftest.err conftest.
$ac_objext \
9557 conftest
$ac_exeext conftest.
$ac_ext
9558 LIBS
=$ac_check_lib_save_LIBS
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9561 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9562 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9563 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9568 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9569 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9570 if test "x$ac_cv_func_shmat" = xyes
; then :
9574 if test $ac_cv_func_shmat = no
; then
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9576 $as_echo_n "checking for shmat in -lipc... " >&6; }
9577 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9578 $as_echo_n "(cached) " >&6
9580 ac_check_lib_save_LIBS
=$LIBS
9582 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9583 /* end confdefs.h. */
9585 /* Override any GCC internal prototype to avoid an error.
9586 Use char because int might match the return type of a GCC
9587 builtin and then its argument prototype would still apply. */
9600 if ac_fn_c_try_link
"$LINENO"; then :
9601 ac_cv_lib_ipc_shmat
=yes
9603 ac_cv_lib_ipc_shmat
=no
9605 rm -f core conftest.err conftest.
$ac_objext \
9606 conftest
$ac_exeext conftest.
$ac_ext
9607 LIBS
=$ac_check_lib_save_LIBS
9609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9610 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9611 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9612 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9618 # Check for libraries that X11R6 Xt/Xaw programs need.
9619 ac_save_LDFLAGS
=$LDFLAGS
9620 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9621 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9622 # check for ICE first), but we must link in the order -lSM -lICE or
9623 # we get undefined symbols. So assume we have SM if we have ICE.
9624 # These have to be linked with before -lX11, unlike the other
9625 # libraries we check for below, so use a different variable.
9626 # John Interrante, Karl Berry
9627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9628 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9629 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9630 $as_echo_n "(cached) " >&6
9632 ac_check_lib_save_LIBS
=$LIBS
9633 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9635 /* end confdefs.h. */
9637 /* Override any GCC internal prototype to avoid an error.
9638 Use char because int might match the return type of a GCC
9639 builtin and then its argument prototype would still apply. */
9643 char IceConnectionNumber ();
9647 return IceConnectionNumber ();
9652 if ac_fn_c_try_link
"$LINENO"; then :
9653 ac_cv_lib_ICE_IceConnectionNumber
=yes
9655 ac_cv_lib_ICE_IceConnectionNumber
=no
9657 rm -f core conftest.err conftest.
$ac_objext \
9658 conftest
$ac_exeext conftest.
$ac_ext
9659 LIBS
=$ac_check_lib_save_LIBS
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9662 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9663 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9664 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9667 LDFLAGS
=$ac_save_LDFLAGS
9672 if test "$have_x" = "yes"
9674 ac_save_CPPFLAGS
="$CPPFLAGS"
9675 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9678 $as_echo_n "checking for -lX11... " >&6; }
9679 if ${ac_cv_lib_soname_X11+:} false
; then :
9680 $as_echo_n "(cached) " >&6
9682 ac_check_soname_save_LIBS
=$LIBS
9683 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9684 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9685 /* end confdefs.h. */
9687 /* Override any GCC internal prototype to avoid an error.
9688 Use char because int might match the return type of a GCC
9689 builtin and then its argument prototype would still apply. */
9693 char XCreateWindow ();
9697 return XCreateWindow ();
9702 if ac_fn_c_try_link
"$LINENO"; then :
9704 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9705 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'` ;;
9706 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9707 if ${ac_cv_lib_soname_X11:+false} :; then :
9708 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9712 rm -f core conftest.err conftest.
$ac_objext \
9713 conftest
$ac_exeext conftest.
$ac_ext
9714 LIBS
=$ac_check_soname_save_LIBS
9716 if ${ac_cv_lib_soname_X11:+false} :; then :
9717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9718 $as_echo "not found" >&6; }
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9722 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9724 cat >>confdefs.h
<<_ACEOF
9725 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9731 $as_echo_n "checking for -lXext... " >&6; }
9732 if ${ac_cv_lib_soname_Xext+:} false
; then :
9733 $as_echo_n "(cached) " >&6
9735 ac_check_soname_save_LIBS
=$LIBS
9736 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9738 /* end confdefs.h. */
9740 /* Override any GCC internal prototype to avoid an error.
9741 Use char because int might match the return type of a GCC
9742 builtin and then its argument prototype would still apply. */
9746 char XextCreateExtension ();
9750 return XextCreateExtension ();
9755 if ac_fn_c_try_link
"$LINENO"; then :
9757 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9758 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'` ;;
9759 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9760 if ${ac_cv_lib_soname_Xext:+false} :; then :
9761 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9765 rm -f core conftest.err conftest.
$ac_objext \
9766 conftest
$ac_exeext conftest.
$ac_ext
9767 LIBS
=$ac_check_soname_save_LIBS
9769 if ${ac_cv_lib_soname_Xext:+false} :; then :
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9771 $as_echo "not found" >&6; }
9774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9775 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9777 cat >>confdefs.h
<<_ACEOF
9778 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9781 X_LIBS
="$X_LIBS -lXext"
9783 X_LIBS
="$X_LIBS -lX11"
9785 for ac_header
in X11
/Xlib.h \
9788 X11
/Xcursor
/Xcursor.h \
9789 X11
/extensions
/shape.h \
9790 X11
/extensions
/XInput.h \
9791 X11
/extensions
/XInput2.h \
9792 X11
/extensions
/XShm.h \
9793 X11
/extensions
/Xcomposite.h \
9794 X11
/extensions
/Xinerama.h \
9795 X11
/extensions
/Xrandr.h \
9796 X11
/extensions
/Xrender.h \
9797 X11
/extensions
/xf86vmode.h \
9798 X11
/extensions
/xf86vmproto.h
9800 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9801 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9802 # include <X11/Xlib.h>
9804 #ifdef HAVE_X11_XUTIL_H
9805 # include <X11/Xutil.h>
9808 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9809 cat >>confdefs.h
<<_ACEOF
9810 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9818 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9821 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9822 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9823 $as_echo_n "(cached) " >&6
9825 ac_check_lib_save_LIBS
=$LIBS
9826 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9827 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9828 /* end confdefs.h. */
9830 /* Override any GCC internal prototype to avoid an error.
9831 Use char because int might match the return type of a GCC
9832 builtin and then its argument prototype would still apply. */
9836 char XkbQueryExtension ();
9840 return XkbQueryExtension ();
9845 if ac_fn_c_try_link
"$LINENO"; then :
9846 ac_cv_lib_X11_XkbQueryExtension
=yes
9848 ac_cv_lib_X11_XkbQueryExtension
=no
9850 rm -f core conftest.err conftest.
$ac_objext \
9851 conftest
$ac_exeext conftest.
$ac_ext
9852 LIBS
=$ac_check_lib_save_LIBS
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9855 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9856 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9858 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9864 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9867 $as_echo_n "checking for -lXcursor... " >&6; }
9868 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9869 $as_echo_n "(cached) " >&6
9871 ac_check_soname_save_LIBS
=$LIBS
9872 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9873 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9874 /* end confdefs.h. */
9876 /* Override any GCC internal prototype to avoid an error.
9877 Use char because int might match the return type of a GCC
9878 builtin and then its argument prototype would still apply. */
9882 char XcursorImageLoadCursor ();
9886 return XcursorImageLoadCursor ();
9891 if ac_fn_c_try_link
"$LINENO"; then :
9893 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9894 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'` ;;
9895 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9896 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9897 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9901 rm -f core conftest.err conftest.
$ac_objext \
9902 conftest
$ac_exeext conftest.
$ac_ext
9903 LIBS
=$ac_check_soname_save_LIBS
9905 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9907 $as_echo "not found" >&6; }
9910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9911 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9913 cat >>confdefs.h
<<_ACEOF
9914 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9920 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9921 case "x$with_xcursor" in
9922 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9924 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9925 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9929 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9932 $as_echo_n "checking for -lXi... " >&6; }
9933 if ${ac_cv_lib_soname_Xi+:} false
; then :
9934 $as_echo_n "(cached) " >&6
9936 ac_check_soname_save_LIBS
=$LIBS
9937 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9939 /* end confdefs.h. */
9941 /* Override any GCC internal prototype to avoid an error.
9942 Use char because int might match the return type of a GCC
9943 builtin and then its argument prototype would still apply. */
9947 char XOpenDevice ();
9951 return XOpenDevice ();
9956 if ac_fn_c_try_link
"$LINENO"; then :
9958 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9959 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'` ;;
9960 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9961 if ${ac_cv_lib_soname_Xi:+false} :; then :
9962 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9966 rm -f core conftest.err conftest.
$ac_objext \
9967 conftest
$ac_exeext conftest.
$ac_ext
9968 LIBS
=$ac_check_soname_save_LIBS
9970 if ${ac_cv_lib_soname_Xi:+false} :; then :
9971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9972 $as_echo "not found" >&6; }
9975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9976 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9978 cat >>confdefs.h
<<_ACEOF
9979 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9985 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9986 case "x$with_xinput" in
9987 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9989 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9990 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9994 if test "x$ac_cv_lib_soname_Xi" != x
9996 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9997 case "x$with_xinput2" in
9998 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
10000 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
10001 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
10006 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
10009 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10010 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
10011 $as_echo_n "(cached) " >&6
10013 ac_check_lib_save_LIBS
=$LIBS
10014 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10016 /* end confdefs.h. */
10018 /* Override any GCC internal prototype to avoid an error.
10019 Use char because int might match the return type of a GCC
10020 builtin and then its argument prototype would still apply. */
10024 char XShmQueryExtension ();
10028 return XShmQueryExtension ();
10033 if ac_fn_c_try_link
"$LINENO"; then :
10034 ac_cv_lib_Xext_XShmQueryExtension
=yes
10036 ac_cv_lib_Xext_XShmQueryExtension
=no
10038 rm -f core conftest.err conftest.
$ac_objext \
10039 conftest
$ac_exeext conftest.
$ac_ext
10040 LIBS
=$ac_check_lib_save_LIBS
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10043 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10044 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
10046 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
10051 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
10052 case "x$with_xshm" in
10053 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10055 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10056 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10060 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10063 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10064 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10065 $as_echo_n "(cached) " >&6
10067 ac_check_lib_save_LIBS
=$LIBS
10068 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10069 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10070 /* end confdefs.h. */
10072 /* Override any GCC internal prototype to avoid an error.
10073 Use char because int might match the return type of a GCC
10074 builtin and then its argument prototype would still apply. */
10078 char XShapeQueryExtension ();
10082 return XShapeQueryExtension ();
10087 if ac_fn_c_try_link
"$LINENO"; then :
10088 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10090 ac_cv_lib_Xext_XShapeQueryExtension
=no
10092 rm -f core conftest.err conftest.
$ac_objext \
10093 conftest
$ac_exeext conftest.
$ac_ext
10094 LIBS
=$ac_check_lib_save_LIBS
10096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10097 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10098 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10100 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10105 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10106 case "x$with_xshape" in
10107 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10109 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10110 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10114 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10117 $as_echo_n "checking for -lXxf86vm... " >&6; }
10118 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10119 $as_echo_n "(cached) " >&6
10121 ac_check_soname_save_LIBS
=$LIBS
10122 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10123 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10124 /* end confdefs.h. */
10126 /* Override any GCC internal prototype to avoid an error.
10127 Use char because int might match the return type of a GCC
10128 builtin and then its argument prototype would still apply. */
10132 char XF86VidModeQueryExtension ();
10136 return XF86VidModeQueryExtension ();
10141 if ac_fn_c_try_link
"$LINENO"; then :
10143 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10144 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'` ;;
10145 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10146 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10147 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10151 rm -f core conftest.err conftest.
$ac_objext \
10152 conftest
$ac_exeext conftest.
$ac_ext
10153 LIBS
=$ac_check_soname_save_LIBS
10155 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10157 $as_echo "not found" >&6; }
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10161 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10163 cat >>confdefs.h
<<_ACEOF
10164 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10170 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10171 case "x$with_xxf86vm" in
10172 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10174 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10175 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10179 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10182 $as_echo_n "checking for -lXrender... " >&6; }
10183 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10184 $as_echo_n "(cached) " >&6
10186 ac_check_soname_save_LIBS
=$LIBS
10187 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10189 /* end confdefs.h. */
10191 /* Override any GCC internal prototype to avoid an error.
10192 Use char because int might match the return type of a GCC
10193 builtin and then its argument prototype would still apply. */
10197 char XRenderQueryExtension ();
10201 return XRenderQueryExtension ();
10206 if ac_fn_c_try_link
"$LINENO"; then :
10208 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10209 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'` ;;
10210 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10211 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10212 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10216 rm -f core conftest.err conftest.
$ac_objext \
10217 conftest
$ac_exeext conftest.
$ac_ext
10218 LIBS
=$ac_check_soname_save_LIBS
10220 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10222 $as_echo "not found" >&6; }
10225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10226 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10228 cat >>confdefs.h
<<_ACEOF
10229 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10233 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10234 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10235 $as_echo_n "(cached) " >&6
10237 ac_check_lib_save_LIBS
=$LIBS
10238 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10239 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10240 /* end confdefs.h. */
10242 /* Override any GCC internal prototype to avoid an error.
10243 Use char because int might match the return type of a GCC
10244 builtin and then its argument prototype would still apply. */
10248 char XRenderSetPictureTransform ();
10252 return XRenderSetPictureTransform ();
10257 if ac_fn_c_try_link
"$LINENO"; then :
10258 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10260 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10262 rm -f core conftest.err conftest.
$ac_objext \
10263 conftest
$ac_exeext conftest.
$ac_ext
10264 LIBS
=$ac_check_lib_save_LIBS
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10267 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10268 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10270 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10275 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10276 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10277 $as_echo_n "(cached) " >&6
10279 ac_check_lib_save_LIBS
=$LIBS
10280 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10282 /* end confdefs.h. */
10284 /* Override any GCC internal prototype to avoid an error.
10285 Use char because int might match the return type of a GCC
10286 builtin and then its argument prototype would still apply. */
10290 char XRenderCreateLinearGradient ();
10294 return XRenderCreateLinearGradient ();
10299 if ac_fn_c_try_link
"$LINENO"; then :
10300 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10302 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10304 rm -f core conftest.err conftest.
$ac_objext \
10305 conftest
$ac_exeext conftest.
$ac_ext
10306 LIBS
=$ac_check_lib_save_LIBS
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10309 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10310 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10312 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10319 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10320 case "x$with_xrender" in
10321 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10323 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10324 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10328 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10331 /* end confdefs.h. */
10332 #include <X11/Xlib.h>
10333 #include <X11/extensions/Xrandr.h>
10337 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10342 if ac_fn_c_try_compile
"$LINENO"; then :
10343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10344 $as_echo_n "checking for -lXrandr... " >&6; }
10345 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10346 $as_echo_n "(cached) " >&6
10348 ac_check_soname_save_LIBS
=$LIBS
10349 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10350 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10351 /* end confdefs.h. */
10353 /* Override any GCC internal prototype to avoid an error.
10354 Use char because int might match the return type of a GCC
10355 builtin and then its argument prototype would still apply. */
10359 char XRRQueryExtension ();
10363 return XRRQueryExtension ();
10368 if ac_fn_c_try_link
"$LINENO"; then :
10370 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10371 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'` ;;
10372 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10373 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10374 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10378 rm -f core conftest.err conftest.
$ac_objext \
10379 conftest
$ac_exeext conftest.
$ac_ext
10380 LIBS
=$ac_check_soname_save_LIBS
10382 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10384 $as_echo "not found" >&6; }
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10388 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10390 cat >>confdefs.h
<<_ACEOF
10391 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10394 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10395 /* end confdefs.h. */
10396 #include <X11/Xlib.h>
10397 #include <X11/extensions/Xrandr.h>
10401 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10406 if ac_fn_c_try_compile
"$LINENO"; then :
10408 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10411 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10414 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10416 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10417 case "x$with_xrandr" in
10418 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10420 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10421 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10425 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10428 /* end confdefs.h. */
10429 #include <X11/Xlib.h>
10430 #include <X11/extensions/Xinerama.h>
10434 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10439 if ac_fn_c_try_compile
"$LINENO"; then :
10440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10441 $as_echo_n "checking for -lXinerama... " >&6; }
10442 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10443 $as_echo_n "(cached) " >&6
10445 ac_check_soname_save_LIBS
=$LIBS
10446 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10448 /* end confdefs.h. */
10450 /* Override any GCC internal prototype to avoid an error.
10451 Use char because int might match the return type of a GCC
10452 builtin and then its argument prototype would still apply. */
10456 char XineramaQueryScreens ();
10460 return XineramaQueryScreens ();
10465 if ac_fn_c_try_link
"$LINENO"; then :
10467 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10468 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'` ;;
10469 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10470 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10471 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10475 rm -f core conftest.err conftest.
$ac_objext \
10476 conftest
$ac_exeext conftest.
$ac_ext
10477 LIBS
=$ac_check_soname_save_LIBS
10479 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10481 $as_echo "not found" >&6; }
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10485 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10487 cat >>confdefs.h
<<_ACEOF
10488 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10494 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10496 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10497 case "x$with_xinerama" in
10498 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10500 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10501 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10505 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10508 $as_echo_n "checking for -lXcomposite... " >&6; }
10509 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10510 $as_echo_n "(cached) " >&6
10512 ac_check_soname_save_LIBS
=$LIBS
10513 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10514 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10515 /* end confdefs.h. */
10517 /* Override any GCC internal prototype to avoid an error.
10518 Use char because int might match the return type of a GCC
10519 builtin and then its argument prototype would still apply. */
10523 char XCompositeRedirectWindow ();
10527 return XCompositeRedirectWindow ();
10532 if ac_fn_c_try_link
"$LINENO"; then :
10534 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10535 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'` ;;
10536 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10537 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10538 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10542 rm -f core conftest.err conftest.
$ac_objext \
10543 conftest
$ac_exeext conftest.
$ac_ext
10544 LIBS
=$ac_check_soname_save_LIBS
10546 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10548 $as_echo "not found" >&6; }
10551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10552 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10554 cat >>confdefs.h
<<_ACEOF
10555 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10561 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10562 case "x$with_xcomposite" in
10563 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10565 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10566 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10570 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10571 #include <X11/Xlib.h>
10574 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10576 cat >>confdefs.h
<<_ACEOF
10577 #define HAVE_XICCALLBACK_CALLBACK 1
10582 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10583 #include <X11/Xlib.h>
10586 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10588 cat >>confdefs.h
<<_ACEOF
10589 #define HAVE_XEVENT_XCOOKIE 1
10598 if test "x$with_opengl" != "xno"
10600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10601 $as_echo_n "checking for -lGL... " >&6; }
10602 if ${ac_cv_lib_soname_GL+:} false
; then :
10603 $as_echo_n "(cached) " >&6
10605 ac_check_soname_save_LIBS
=$LIBS
10606 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10607 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10608 /* end confdefs.h. */
10610 /* Override any GCC internal prototype to avoid an error.
10611 Use char because int might match the return type of a GCC
10612 builtin and then its argument prototype would still apply. */
10616 char glXCreateContext ();
10620 return glXCreateContext ();
10625 if ac_fn_c_try_link
"$LINENO"; then :
10627 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10628 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'` ;;
10629 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10630 if ${ac_cv_lib_soname_GL:+false} :; then :
10631 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10635 rm -f core conftest.err conftest.
$ac_objext \
10636 conftest
$ac_exeext conftest.
$ac_ext
10637 LIBS
=$ac_check_soname_save_LIBS
10639 if ${ac_cv_lib_soname_GL:+false} :; then :
10640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10641 $as_echo "not found" >&6; }
10642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10643 $as_echo_n "checking for -lGL... " >&6; }
10644 if ${ac_cv_lib_soname_GL+:} false
; then :
10645 $as_echo_n "(cached) " >&6
10647 ac_check_soname_save_LIBS
=$LIBS
10648 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"
10649 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10650 /* end confdefs.h. */
10652 /* Override any GCC internal prototype to avoid an error.
10653 Use char because int might match the return type of a GCC
10654 builtin and then its argument prototype would still apply. */
10658 char glXCreateContext ();
10662 return glXCreateContext ();
10667 if ac_fn_c_try_link
"$LINENO"; then :
10669 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10670 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'` ;;
10671 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10672 if ${ac_cv_lib_soname_GL:+false} :; then :
10673 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10677 rm -f core conftest.err conftest.
$ac_objext \
10678 conftest
$ac_exeext conftest.
$ac_ext
10679 LIBS
=$ac_check_soname_save_LIBS
10681 if ${ac_cv_lib_soname_GL:+false} :; then :
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10683 $as_echo "not found" >&6; }
10684 if test -f /usr
/X11R
6/lib
/libGL.a
10686 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10687 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10689 opengl_msg
="No OpenGL library found on this system."
10692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10693 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10695 cat >>confdefs.h
<<_ACEOF
10696 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10699 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"
10702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10703 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10705 cat >>confdefs.h
<<_ACEOF
10706 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10711 if test "x$with_glu" != "xno"
10713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10714 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10715 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10716 $as_echo_n "(cached) " >&6
10718 ac_check_lib_save_LIBS
=$LIBS
10719 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10720 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10721 /* end confdefs.h. */
10723 /* Override any GCC internal prototype to avoid an error.
10724 Use char because int might match the return type of a GCC
10725 builtin and then its argument prototype would still apply. */
10733 return gluLookAt ();
10738 if ac_fn_c_try_link
"$LINENO"; then :
10739 ac_cv_lib_GLU_gluLookAt
=yes
10741 ac_cv_lib_GLU_gluLookAt
=no
10743 rm -f core conftest.err conftest.
$ac_objext \
10744 conftest
$ac_exeext conftest.
$ac_ext
10745 LIBS
=$ac_check_lib_save_LIBS
10747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10748 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10749 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10753 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10754 case "x$with_glu" in
10755 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10757 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10758 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10763 if test "x$with_osmesa" != "xno"
10765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10766 $as_echo_n "checking for -lOSMesa... " >&6; }
10767 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10768 $as_echo_n "(cached) " >&6
10770 ac_check_soname_save_LIBS
=$LIBS
10771 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10772 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10773 /* end confdefs.h. */
10775 /* Override any GCC internal prototype to avoid an error.
10776 Use char because int might match the return type of a GCC
10777 builtin and then its argument prototype would still apply. */
10790 if ac_fn_c_try_link
"$LINENO"; then :
10792 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10793 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'` ;;
10794 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10795 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10796 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10800 rm -f core conftest.err conftest.
$ac_objext \
10801 conftest
$ac_exeext conftest.
$ac_ext
10802 LIBS
=$ac_check_soname_save_LIBS
10804 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10806 $as_echo "not found" >&6; }
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10810 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10812 cat >>confdefs.h
<<_ACEOF
10813 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10818 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10819 case "x$with_osmesa" in
10820 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10822 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10823 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10828 if test -n "$opengl_msg"; then :
10829 case "x$with_opengl" in
10830 x
) as_fn_append wine_warnings
"|$opengl_msg
10831 OpenGL and Direct3D won't be supported." ;;
10833 *) as_fn_error $?
"$opengl_msg
10834 OpenGL and Direct3D won't be supported.
10835 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10839 CPPFLAGS
="$ac_save_CPPFLAGS"
10843 enable_winex11_drv
=${enable_winex11_drv:-no}
10845 if test "x$X_LIBS" = "x"; then :
10848 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10849 without X support, which probably isn't what you want. You will need
10850 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10851 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10855 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10857 if test "$ac_cv_header_CL_cl_h" = "yes"
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10860 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10861 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10862 $as_echo_n "(cached) " >&6
10864 ac_check_lib_save_LIBS
=$LIBS
10865 LIBS
="-lOpenCL $LIBS"
10866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10867 /* end confdefs.h. */
10869 /* Override any GCC internal prototype to avoid an error.
10870 Use char because int might match the return type of a GCC
10871 builtin and then its argument prototype would still apply. */
10875 char clGetPlatformInfo ();
10879 return clGetPlatformInfo ();
10884 if ac_fn_c_try_link
"$LINENO"; then :
10885 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10887 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10889 rm -f core conftest.err conftest.
$ac_objext \
10890 conftest
$ac_exeext conftest.
$ac_ext
10891 LIBS
=$ac_check_lib_save_LIBS
10893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10894 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10895 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10896 OPENCL_LIBS
="-lOpenCL"
10901 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10902 case "x$with_opencl" in
10903 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10905 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10906 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10909 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10911 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10914 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10915 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10916 $as_echo_n "(cached) " >&6
10918 ac_check_lib_save_LIBS
=$LIBS
10919 LIBS
="-lpcap $LIBS"
10920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10921 /* end confdefs.h. */
10923 /* Override any GCC internal prototype to avoid an error.
10924 Use char because int might match the return type of a GCC
10925 builtin and then its argument prototype would still apply. */
10929 char pcap_create ();
10933 return pcap_create ();
10938 if ac_fn_c_try_link
"$LINENO"; then :
10939 ac_cv_lib_pcap_pcap_create
=yes
10941 ac_cv_lib_pcap_pcap_create
=no
10943 rm -f core conftest.err conftest.
$ac_objext \
10944 conftest
$ac_exeext conftest.
$ac_ext
10945 LIBS
=$ac_check_lib_save_LIBS
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10948 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10949 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10955 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10956 case "x$with_pcap" in
10957 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10959 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10960 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10963 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10966 if test "x$with_xml" != "xno"
10968 if ${XML2_CFLAGS:+false} :; then :
10969 if ${PKG_CONFIG+:} false
; then :
10970 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10973 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10974 if ${XML2_LIBS:+false} :; then :
10975 if ${PKG_CONFIG+:} false
; then :
10976 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10979 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10980 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10981 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10982 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10983 ac_save_CPPFLAGS
=$CPPFLAGS
10984 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10985 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10987 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10988 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10989 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10990 cat >>confdefs.h
<<_ACEOF
10991 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10998 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"
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
11001 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
11002 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
11003 $as_echo_n "(cached) " >&6
11005 ac_check_lib_save_LIBS
=$LIBS
11006 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11008 /* end confdefs.h. */
11010 /* Override any GCC internal prototype to avoid an error.
11011 Use char because int might match the return type of a GCC
11012 builtin and then its argument prototype would still apply. */
11016 char xmlParseMemory ();
11020 return xmlParseMemory ();
11025 if ac_fn_c_try_link
"$LINENO"; then :
11026 ac_cv_lib_xml2_xmlParseMemory
=yes
11028 ac_cv_lib_xml2_xmlParseMemory
=no
11030 rm -f core conftest.err conftest.
$ac_objext \
11031 conftest
$ac_exeext conftest.
$ac_ext
11032 LIBS
=$ac_check_lib_save_LIBS
11034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11035 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11036 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
11038 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
11044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
11045 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
11046 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
11047 $as_echo_n "(cached) " >&6
11049 ac_check_lib_save_LIBS
=$LIBS
11050 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11052 /* end confdefs.h. */
11054 /* Override any GCC internal prototype to avoid an error.
11055 Use char because int might match the return type of a GCC
11056 builtin and then its argument prototype would still apply. */
11060 char xmlReadMemory ();
11064 return xmlReadMemory ();
11069 if ac_fn_c_try_link
"$LINENO"; then :
11070 ac_cv_lib_xml2_xmlReadMemory
=yes
11072 ac_cv_lib_xml2_xmlReadMemory
=no
11074 rm -f core conftest.err conftest.
$ac_objext \
11075 conftest
$ac_exeext conftest.
$ac_ext
11076 LIBS
=$ac_check_lib_save_LIBS
11078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11079 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11080 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11082 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11087 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11088 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11089 $as_echo_n "(cached) " >&6
11091 ac_check_lib_save_LIBS
=$LIBS
11092 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11094 /* end confdefs.h. */
11096 /* Override any GCC internal prototype to avoid an error.
11097 Use char because int might match the return type of a GCC
11098 builtin and then its argument prototype would still apply. */
11102 char xmlNewDocPI ();
11106 return xmlNewDocPI ();
11111 if ac_fn_c_try_link
"$LINENO"; then :
11112 ac_cv_lib_xml2_xmlNewDocPI
=yes
11114 ac_cv_lib_xml2_xmlNewDocPI
=no
11116 rm -f core conftest.err conftest.
$ac_objext \
11117 conftest
$ac_exeext conftest.
$ac_ext
11118 LIBS
=$ac_check_lib_save_LIBS
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11121 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11122 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11124 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11129 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11130 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11131 $as_echo_n "(cached) " >&6
11133 ac_check_lib_save_LIBS
=$LIBS
11134 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11136 /* end confdefs.h. */
11138 /* Override any GCC internal prototype to avoid an error.
11139 Use char because int might match the return type of a GCC
11140 builtin and then its argument prototype would still apply. */
11144 char xmlSchemaSetParserStructuredErrors ();
11148 return xmlSchemaSetParserStructuredErrors ();
11153 if ac_fn_c_try_link
"$LINENO"; then :
11154 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11156 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11158 rm -f core conftest.err conftest.
$ac_objext \
11159 conftest
$ac_exeext conftest.
$ac_ext
11160 LIBS
=$ac_check_lib_save_LIBS
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11163 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11164 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11166 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11171 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11172 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11173 $as_echo_n "(cached) " >&6
11175 ac_check_lib_save_LIBS
=$LIBS
11176 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11177 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11178 /* end confdefs.h. */
11180 /* Override any GCC internal prototype to avoid an error.
11181 Use char because int might match the return type of a GCC
11182 builtin and then its argument prototype would still apply. */
11186 char xmlSchemaSetValidStructuredErrors ();
11190 return xmlSchemaSetValidStructuredErrors ();
11195 if ac_fn_c_try_link
"$LINENO"; then :
11196 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11198 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11200 rm -f core conftest.err conftest.
$ac_objext \
11201 conftest
$ac_exeext conftest.
$ac_ext
11202 LIBS
=$ac_check_lib_save_LIBS
11204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11205 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11206 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11208 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11213 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11214 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11215 $as_echo_n "(cached) " >&6
11217 ac_check_lib_save_LIBS
=$LIBS
11218 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11219 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11220 /* end confdefs.h. */
11222 /* Override any GCC internal prototype to avoid an error.
11223 Use char because int might match the return type of a GCC
11224 builtin and then its argument prototype would still apply. */
11228 char xmlFirstElementChild ();
11232 return xmlFirstElementChild ();
11237 if ac_fn_c_try_link
"$LINENO"; then :
11238 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11240 ac_cv_lib_xml2_xmlFirstElementChild
=no
11242 rm -f core conftest.err conftest.
$ac_objext \
11243 conftest
$ac_exeext conftest.
$ac_ext
11244 LIBS
=$ac_check_lib_save_LIBS
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11247 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11248 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11250 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11254 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11256 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11258 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11266 CPPFLAGS
=$ac_save_CPPFLAGS
11267 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11268 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11271 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11272 case "x$with_xml" in
11273 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11275 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11276 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11280 if test "x$with_xslt" != "xno"
11282 if ${XSLT_CFLAGS:+false} :; then :
11283 if ${PKG_CONFIG+:} false
; then :
11284 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11287 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11288 if ${XSLT_LIBS:+false} :; then :
11289 if ${PKG_CONFIG+:} false
; then :
11290 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11293 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11294 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11295 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11296 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11297 ac_save_CPPFLAGS
=$CPPFLAGS
11298 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11299 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11301 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11302 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11303 # include <libxslt/pattern.h>
11306 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11307 cat >>confdefs.h
<<_ACEOF
11308 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11315 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11318 $as_echo_n "checking for -lxslt... " >&6; }
11319 if ${ac_cv_lib_soname_xslt+:} false
; then :
11320 $as_echo_n "(cached) " >&6
11322 ac_check_soname_save_LIBS
=$LIBS
11323 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11324 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11325 /* end confdefs.h. */
11327 /* Override any GCC internal prototype to avoid an error.
11328 Use char because int might match the return type of a GCC
11329 builtin and then its argument prototype would still apply. */
11333 char xsltCompilePattern ();
11337 return xsltCompilePattern ();
11342 if ac_fn_c_try_link
"$LINENO"; then :
11344 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11345 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'` ;;
11346 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11347 if ${ac_cv_lib_soname_xslt:+false} :; then :
11348 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11352 rm -f core conftest.err conftest.
$ac_objext \
11353 conftest
$ac_exeext conftest.
$ac_ext
11354 LIBS
=$ac_check_soname_save_LIBS
11356 if ${ac_cv_lib_soname_xslt:+false} :; then :
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11358 $as_echo "not found" >&6; }
11361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11362 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11364 cat >>confdefs.h
<<_ACEOF
11365 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11373 CPPFLAGS
=$ac_save_CPPFLAGS
11374 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11375 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11378 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11379 case "x$with_xslt" in
11380 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11382 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11383 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11387 if test "x$with_dbus" != "xno"
11389 if ${DBUS_CFLAGS:+false} :; then :
11390 if ${PKG_CONFIG+:} false
; then :
11391 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11395 if ${DBUS_LIBS:+false} :; then :
11396 if ${PKG_CONFIG+:} false
; then :
11397 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11402 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11403 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11404 ac_save_CPPFLAGS
=$CPPFLAGS
11405 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11406 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11407 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11409 $as_echo_n "checking for -ldbus-1... " >&6; }
11410 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11411 $as_echo_n "(cached) " >&6
11413 ac_check_soname_save_LIBS
=$LIBS
11414 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11415 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11416 /* end confdefs.h. */
11418 /* Override any GCC internal prototype to avoid an error.
11419 Use char because int might match the return type of a GCC
11420 builtin and then its argument prototype would still apply. */
11424 char dbus_connection_close ();
11428 return dbus_connection_close ();
11433 if ac_fn_c_try_link
"$LINENO"; then :
11435 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11436 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'` ;;
11437 *) 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'`
11438 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11439 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11443 rm -f core conftest.err conftest.
$ac_objext \
11444 conftest
$ac_exeext conftest.
$ac_ext
11445 LIBS
=$ac_check_soname_save_LIBS
11447 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11449 $as_echo "not found" >&6; }
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11453 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11455 cat >>confdefs.h
<<_ACEOF
11456 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11466 CPPFLAGS
=$ac_save_CPPFLAGS
11467 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11468 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11471 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11472 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11473 case "x$with_dbus" in
11474 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11476 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11477 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11481 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11483 if ${HAL_CFLAGS:+false} :; then :
11484 if ${PKG_CONFIG+:} false
; then :
11485 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11489 if ${HAL_LIBS:+false} :; then :
11490 if ${PKG_CONFIG+:} false
; then :
11491 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11495 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11496 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11497 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11498 ac_save_CPPFLAGS
=$CPPFLAGS
11499 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11500 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11501 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11503 $as_echo_n "checking for -lhal... " >&6; }
11504 if ${ac_cv_lib_soname_hal+:} false
; then :
11505 $as_echo_n "(cached) " >&6
11507 ac_check_soname_save_LIBS
=$LIBS
11508 LIBS
="-lhal $HAL_LIBS $LIBS"
11509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11510 /* end confdefs.h. */
11512 /* Override any GCC internal prototype to avoid an error.
11513 Use char because int might match the return type of a GCC
11514 builtin and then its argument prototype would still apply. */
11518 char libhal_ctx_new ();
11522 return libhal_ctx_new ();
11527 if ac_fn_c_try_link
"$LINENO"; then :
11529 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11530 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'` ;;
11531 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11532 if ${ac_cv_lib_soname_hal:+false} :; then :
11533 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11537 rm -f core conftest.err conftest.
$ac_objext \
11538 conftest
$ac_exeext conftest.
$ac_ext
11539 LIBS
=$ac_check_soname_save_LIBS
11541 if ${ac_cv_lib_soname_hal:+false} :; then :
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11543 $as_echo "not found" >&6; }
11546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11547 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11549 cat >>confdefs.h
<<_ACEOF
11550 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11560 CPPFLAGS
=$ac_save_CPPFLAGS
11561 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11562 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11564 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11565 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11566 case "x$with_hal" in
11567 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11569 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11570 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11575 if test "x$with_gnutls" != "xno"
11577 if ${GNUTLS_CFLAGS:+false} :; then :
11578 if ${PKG_CONFIG+:} false
; then :
11579 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11583 if ${GNUTLS_LIBS:+false} :; then :
11584 if ${PKG_CONFIG+:} false
; then :
11585 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11590 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11591 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11592 ac_save_CPPFLAGS
=$CPPFLAGS
11593 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11594 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11595 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11596 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11597 /* end confdefs.h. */
11598 #include <gnutls/gnutls.h>
11599 #include <gnutls/crypto.h>
11603 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11608 if ac_fn_c_try_compile
"$LINENO"; then :
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11610 $as_echo_n "checking for -lgnutls... " >&6; }
11611 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11612 $as_echo_n "(cached) " >&6
11614 ac_check_soname_save_LIBS
=$LIBS
11615 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11619 /* Override any GCC internal prototype to avoid an error.
11620 Use char because int might match the return type of a GCC
11621 builtin and then its argument prototype would still apply. */
11625 char gnutls_global_init ();
11629 return gnutls_global_init ();
11634 if ac_fn_c_try_link
"$LINENO"; then :
11636 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11637 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'` ;;
11638 *) 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'`
11639 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11640 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'`
11644 rm -f core conftest.err conftest.
$ac_objext \
11645 conftest
$ac_exeext conftest.
$ac_ext
11646 LIBS
=$ac_check_soname_save_LIBS
11648 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11650 $as_echo "not found" >&6; }
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11654 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11656 cat >>confdefs.h
<<_ACEOF
11657 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11663 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11669 CPPFLAGS
=$ac_save_CPPFLAGS
11670 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11671 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11674 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11675 case "x$with_gnutls" in
11676 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11678 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11679 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11684 if test "$ac_cv_header_ncurses_h" = "yes"
11686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11687 $as_echo_n "checking for -lncurses... " >&6; }
11688 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11689 $as_echo_n "(cached) " >&6
11691 ac_check_soname_save_LIBS
=$LIBS
11692 LIBS
="-lncurses $LIBS"
11693 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11694 /* end confdefs.h. */
11696 /* Override any GCC internal prototype to avoid an error.
11697 Use char because int might match the return type of a GCC
11698 builtin and then its argument prototype would still apply. */
11711 if ac_fn_c_try_link
"$LINENO"; then :
11713 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11714 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'` ;;
11715 *) 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'`
11716 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11717 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11721 rm -f core conftest.err conftest.
$ac_objext \
11722 conftest
$ac_exeext conftest.
$ac_ext
11723 LIBS
=$ac_check_soname_save_LIBS
11725 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11727 $as_echo "not found" >&6; }
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11731 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11733 cat >>confdefs.h
<<_ACEOF
11734 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11737 CURSES_LIBS
="-lncurses"
11739 elif test "$ac_cv_header_curses_h" = "yes"
11741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11742 $as_echo_n "checking for -lcurses... " >&6; }
11743 if ${ac_cv_lib_soname_curses+:} false
; then :
11744 $as_echo_n "(cached) " >&6
11746 ac_check_soname_save_LIBS
=$LIBS
11747 LIBS
="-lcurses $LIBS"
11748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11749 /* end confdefs.h. */
11751 /* Override any GCC internal prototype to avoid an error.
11752 Use char because int might match the return type of a GCC
11753 builtin and then its argument prototype would still apply. */
11766 if ac_fn_c_try_link
"$LINENO"; then :
11768 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11769 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'` ;;
11770 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11771 if ${ac_cv_lib_soname_curses:+false} :; then :
11772 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11776 rm -f core conftest.err conftest.
$ac_objext \
11777 conftest
$ac_exeext conftest.
$ac_ext
11778 LIBS
=$ac_check_soname_save_LIBS
11780 if ${ac_cv_lib_soname_curses:+false} :; then :
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11782 $as_echo "not found" >&6; }
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11786 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11788 cat >>confdefs.h
<<_ACEOF
11789 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11792 CURSES_LIBS
="-lcurses"
11795 ac_save_LIBS
="$LIBS"
11796 LIBS
="$LIBS $CURSES_LIBS"
11797 for ac_func
in mousemask
11799 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11800 if test "x$ac_cv_func_mousemask" = xyes
; then :
11801 cat >>confdefs.h
<<_ACEOF
11802 #define HAVE_MOUSEMASK 1
11808 LIBS
="$ac_save_LIBS"
11809 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11810 case "x$with_curses" in
11811 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11813 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11814 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11818 if test "x$with_sane" != "xno"
11820 if ${SANE_CFLAGS:+false} :; then :
11821 if ${PKG_CONFIG+:} false
; then :
11822 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11825 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11826 if ${SANE_LIBS:+false} :; then :
11827 if ${PKG_CONFIG+:} false
; then :
11828 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11831 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11833 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11834 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11835 ac_save_CPPFLAGS
=$CPPFLAGS
11836 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11837 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11838 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11840 $as_echo_n "checking for -lsane... " >&6; }
11841 if ${ac_cv_lib_soname_sane+:} false
; then :
11842 $as_echo_n "(cached) " >&6
11844 ac_check_soname_save_LIBS
=$LIBS
11845 LIBS
="-lsane $SANE_LIBS $LIBS"
11846 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11847 /* end confdefs.h. */
11849 /* Override any GCC internal prototype to avoid an error.
11850 Use char because int might match the return type of a GCC
11851 builtin and then its argument prototype would still apply. */
11859 return sane_init ();
11864 if ac_fn_c_try_link
"$LINENO"; then :
11866 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11867 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'` ;;
11868 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11869 if ${ac_cv_lib_soname_sane:+false} :; then :
11870 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11874 rm -f core conftest.err conftest.
$ac_objext \
11875 conftest
$ac_exeext conftest.
$ac_ext
11876 LIBS
=$ac_check_soname_save_LIBS
11878 if ${ac_cv_lib_soname_sane:+false} :; then :
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11880 $as_echo "not found" >&6; }
11883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11884 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11886 cat >>confdefs.h
<<_ACEOF
11887 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11897 CPPFLAGS
=$ac_save_CPPFLAGS
11898 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11899 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11902 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11903 case "x$with_sane" in
11904 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11906 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11907 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11911 if test "x$with_v4l" != "xno"
11913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11914 $as_echo_n "checking for -lv4l1... " >&6; }
11915 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11916 $as_echo_n "(cached) " >&6
11918 ac_check_soname_save_LIBS
=$LIBS
11919 LIBS
="-lv4l1 $LIBS"
11920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11921 /* end confdefs.h. */
11923 /* Override any GCC internal prototype to avoid an error.
11924 Use char because int might match the return type of a GCC
11925 builtin and then its argument prototype would still apply. */
11933 return v4l1_open ();
11938 if ac_fn_c_try_link
"$LINENO"; then :
11940 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11941 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'` ;;
11942 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11943 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11944 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11948 rm -f core conftest.err conftest.
$ac_objext \
11949 conftest
$ac_exeext conftest.
$ac_ext
11950 LIBS
=$ac_check_soname_save_LIBS
11952 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11954 $as_echo "not found" >&6; }
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11958 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11960 cat >>confdefs.h
<<_ACEOF
11961 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11967 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11968 case "x$with_v4l" in
11969 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11971 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11972 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11976 if test "x$with_gphoto" != "xno"
11978 if ${GPHOTO2_CFLAGS:+false} :; then :
11979 if ${PKG_CONFIG+:} false
; then :
11980 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11983 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11984 if ${GPHOTO2_LIBS:+false} :; then :
11985 if ${PKG_CONFIG+:} false
; then :
11986 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11989 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11990 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11991 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11992 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11993 ac_save_CPPFLAGS
=$CPPFLAGS
11994 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11995 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11996 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11998 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11999 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
12000 $as_echo_n "(cached) " >&6
12002 ac_check_lib_save_LIBS
=$LIBS
12003 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
12004 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12005 /* end confdefs.h. */
12007 /* Override any GCC internal prototype to avoid an error.
12008 Use char because int might match the return type of a GCC
12009 builtin and then its argument prototype would still apply. */
12013 char gp_camera_new ();
12017 return gp_camera_new ();
12022 if ac_fn_c_try_link
"$LINENO"; then :
12023 ac_cv_lib_gphoto2_gp_camera_new
=yes
12025 ac_cv_lib_gphoto2_gp_camera_new
=no
12027 rm -f core conftest.err conftest.
$ac_objext \
12028 conftest
$ac_exeext conftest.
$ac_ext
12029 LIBS
=$ac_check_lib_save_LIBS
12031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
12032 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
12033 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
12035 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
12038 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12042 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12046 CPPFLAGS
=$ac_save_CPPFLAGS
12047 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12048 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12050 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12051 if ${PKG_CONFIG+:} false
; then :
12052 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12055 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
12056 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12057 if ${PKG_CONFIG+:} false
; then :
12058 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12061 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
12062 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12063 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12064 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12065 ac_save_CPPFLAGS
=$CPPFLAGS
12066 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12067 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12068 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12070 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12071 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12072 $as_echo_n "(cached) " >&6
12074 ac_check_lib_save_LIBS
=$LIBS
12075 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12076 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12077 /* end confdefs.h. */
12079 /* Override any GCC internal prototype to avoid an error.
12080 Use char because int might match the return type of a GCC
12081 builtin and then its argument prototype would still apply. */
12085 char gp_port_info_list_new ();
12089 return gp_port_info_list_new ();
12094 if ac_fn_c_try_link
"$LINENO"; then :
12095 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12097 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12099 rm -f core conftest.err conftest.
$ac_objext \
12100 conftest
$ac_exeext conftest.
$ac_ext
12101 LIBS
=$ac_check_lib_save_LIBS
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12104 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12105 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12107 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12110 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12114 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12118 CPPFLAGS
=$ac_save_CPPFLAGS
12119 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12120 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12123 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12124 case "x$with_gphoto" in
12125 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12127 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12128 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12131 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12132 case "x$with_gphoto" in
12133 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12135 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12136 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12141 if test "$ac_cv_header_resolv_h" = "yes"
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12144 $as_echo_n "checking for resolver library... " >&6; }
12145 if ${ac_cv_have_resolv+:} false
; then :
12146 $as_echo_n "(cached) " >&6
12148 ac_save_LIBS
="$LIBS"
12149 for lib
in '' -lresolv
12151 LIBS
="$lib $ac_save_LIBS"
12152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12153 /* end confdefs.h. */
12154 #ifdef HAVE_NETINET_IN_H
12155 #include <netinet/in.h>
12157 #include <resolv.h>
12161 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12166 if ac_fn_c_try_link
"$LINENO"; then :
12167 ac_cv_have_resolv
=${lib:-"none required"}
12169 ac_cv_have_resolv
="not found"
12171 rm -f core conftest.err conftest.
$ac_objext \
12172 conftest
$ac_exeext conftest.
$ac_ext
12173 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12175 LIBS
="$ac_save_LIBS"
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12178 $as_echo "$ac_cv_have_resolv" >&6; }
12180 case "$ac_cv_have_resolv" in
12184 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12187 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12189 RESOLV_LIBS
=$ac_cv_have_resolv
12194 if test "x$with_cms" != "xno"
12196 if ${LCMS2_CFLAGS:+false} :; then :
12197 if ${PKG_CONFIG+:} false
; then :
12198 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12202 if ${LCMS2_LIBS:+false} :; then :
12203 if ${PKG_CONFIG+:} false
; then :
12204 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12208 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12209 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12210 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12211 ac_save_CPPFLAGS
=$CPPFLAGS
12212 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12213 for ac_header
in lcms2.h
12215 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12216 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12217 cat >>confdefs.h
<<_ACEOF
12218 #define HAVE_LCMS2_H 1
12225 if test "$ac_cv_header_lcms2_h" = "yes"
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12228 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12229 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12230 $as_echo_n "(cached) " >&6
12232 ac_check_lib_save_LIBS
=$LIBS
12233 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12234 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12235 /* end confdefs.h. */
12237 /* Override any GCC internal prototype to avoid an error.
12238 Use char because int might match the return type of a GCC
12239 builtin and then its argument prototype would still apply. */
12243 char cmsOpenProfileFromFile ();
12247 return cmsOpenProfileFromFile ();
12252 if ac_fn_c_try_link
"$LINENO"; then :
12253 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12255 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12257 rm -f core conftest.err conftest.
$ac_objext \
12258 conftest
$ac_exeext conftest.
$ac_ext
12259 LIBS
=$ac_check_lib_save_LIBS
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12262 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12263 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12265 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12275 CPPFLAGS
=$ac_save_CPPFLAGS
12276 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12277 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12280 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12281 case "x$with_cms" in
12282 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12284 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12285 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12289 if test "x$with_freetype" != "xno"
12291 if ${FREETYPE_CFLAGS:+false} :; then :
12292 if ${PKG_CONFIG+:} false
; then :
12293 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12296 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12297 if ${FREETYPE_LIBS:+false} :; then :
12298 if ${PKG_CONFIG+:} false
; then :
12299 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12302 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12303 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12304 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12305 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12306 ac_save_CPPFLAGS
=$CPPFLAGS
12307 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12308 for ac_header
in ft2build.h
12310 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12311 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12312 cat >>confdefs.h
<<_ACEOF
12313 #define HAVE_FT2BUILD_H 1
12320 if test "$ac_cv_header_ft2build_h" = "yes"
12322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12323 $as_echo_n "checking for -lfreetype... " >&6; }
12324 if ${ac_cv_lib_soname_freetype+:} false
; then :
12325 $as_echo_n "(cached) " >&6
12327 ac_check_soname_save_LIBS
=$LIBS
12328 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12329 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12330 /* end confdefs.h. */
12332 /* Override any GCC internal prototype to avoid an error.
12333 Use char because int might match the return type of a GCC
12334 builtin and then its argument prototype would still apply. */
12338 char FT_Init_FreeType ();
12342 return FT_Init_FreeType ();
12347 if ac_fn_c_try_link
"$LINENO"; then :
12349 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12350 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'` ;;
12351 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12352 if ${ac_cv_lib_soname_freetype:+false} :; then :
12353 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12357 rm -f core conftest.err conftest.
$ac_objext \
12358 conftest
$ac_exeext conftest.
$ac_ext
12359 LIBS
=$ac_check_soname_save_LIBS
12361 if ${ac_cv_lib_soname_freetype:+false} :; then :
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12363 $as_echo "not found" >&6; }
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12367 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12369 cat >>confdefs.h
<<_ACEOF
12370 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12374 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12376 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12377 #include FT_MODULE_H
12379 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12381 cat >>confdefs.h
<<_ACEOF
12382 #define HAVE_FT_TRUETYPEENGINETYPE 1
12393 CPPFLAGS
=$ac_save_CPPFLAGS
12394 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12395 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12398 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12399 case "x$with_freetype" in
12401 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12402 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12405 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12408 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12409 if ${ac_cv_c_ppdev+:} false
; then :
12410 $as_echo_n "(cached) " >&6
12412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12413 /* end confdefs.h. */
12414 #ifdef HAVE_SYS_IOCTL_H
12415 # include <sys/ioctl.h>
12417 #include <linux/ppdev.h>
12421 ioctl (1,PPCLAIM,0)
12426 if ac_fn_c_try_compile
"$LINENO"; then :
12427 ac_cv_c_ppdev
="yes"
12431 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12434 $as_echo "$ac_cv_c_ppdev" >&6; }
12435 if test "$ac_cv_c_ppdev" = "yes"
12438 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12442 ac_wine_check_funcs_save_LIBS
="$LIBS"
12443 LIBS
="$LIBS $PTHREAD_LIBS"
12445 pthread_attr_get_np \
12446 pthread_getattr_np \
12447 pthread_getthreadid_np \
12448 pthread_get_stackaddr_np \
12449 pthread_get_stacksize_np
12451 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12452 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12453 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12454 cat >>confdefs.h
<<_ACEOF
12455 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12461 LIBS
="$ac_wine_check_funcs_save_LIBS"
12463 if test "$ac_cv_header_zlib_h" = "yes"
12465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12466 $as_echo_n "checking for inflate in -lz... " >&6; }
12467 if ${ac_cv_lib_z_inflate+:} false
; then :
12468 $as_echo_n "(cached) " >&6
12470 ac_check_lib_save_LIBS
=$LIBS
12472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12473 /* end confdefs.h. */
12475 /* Override any GCC internal prototype to avoid an error.
12476 Use char because int might match the return type of a GCC
12477 builtin and then its argument prototype would still apply. */
12490 if ac_fn_c_try_link
"$LINENO"; then :
12491 ac_cv_lib_z_inflate
=yes
12493 ac_cv_lib_z_inflate
=no
12495 rm -f core conftest.err conftest.
$ac_objext \
12496 conftest
$ac_exeext conftest.
$ac_ext
12497 LIBS
=$ac_check_lib_save_LIBS
12499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12500 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12501 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12503 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12510 if test "x$Z_LIBS" = "x"; then :
12511 case "x$with_zlib" in
12512 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12514 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12515 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12519 if test "x$enable_tools" != xno
12521 if test "$ac_cv_header_gettext_po_h" = "yes"
12523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12524 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12525 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12526 $as_echo_n "(cached) " >&6
12528 ac_check_lib_save_LIBS
=$LIBS
12529 LIBS
="-lgettextpo $LIBS"
12530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12531 /* end confdefs.h. */
12533 /* Override any GCC internal prototype to avoid an error.
12534 Use char because int might match the return type of a GCC
12535 builtin and then its argument prototype would still apply. */
12539 char po_message_msgctxt ();
12543 return po_message_msgctxt ();
12548 if ac_fn_c_try_link
"$LINENO"; then :
12549 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12551 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12553 rm -f core conftest.err conftest.
$ac_objext \
12554 conftest
$ac_exeext conftest.
$ac_ext
12555 LIBS
=$ac_check_lib_save_LIBS
12557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12558 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12559 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12561 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12563 GETTEXTPO_LIBS
="-lgettextpo"
12568 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12569 case "x$with_gettextpo" in
12570 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12572 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12573 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12578 if test "x$with_gstreamer" != "xno"
12580 if ${GSTREAMER_CFLAGS:+false} :; then :
12581 if ${PKG_CONFIG+:} false
; then :
12582 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12586 if ${GSTREAMER_LIBS:+false} :; then :
12587 if ${PKG_CONFIG+:} false
; then :
12588 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12593 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12594 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12595 ac_save_CPPFLAGS
=$CPPFLAGS
12596 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12598 for i
in $GSTREAMER_CFLAGS
12601 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12604 GSTREAMER_CFLAGS
=$ac_gst_incl
12605 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12606 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12607 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12608 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12609 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12611 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12612 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12613 /* end confdefs.h. */
12614 #include <gst/app/gstappsink.h>
12618 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12623 if ac_fn_c_try_compile
"$LINENO"; then :
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12625 $as_echo "yes" >&6; }
12626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12627 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12628 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12629 $as_echo_n "(cached) " >&6
12631 ac_check_lib_save_LIBS
=$LIBS
12632 LIBS
="-lgstreamer-0.10 $LIBS"
12633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12634 /* end confdefs.h. */
12636 /* Override any GCC internal prototype to avoid an error.
12637 Use char because int might match the return type of a GCC
12638 builtin and then its argument prototype would still apply. */
12642 char gst_pad_get_caps_reffed ();
12646 return gst_pad_get_caps_reffed ();
12651 if ac_fn_c_try_link
"$LINENO"; then :
12652 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12654 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12656 rm -f core conftest.err conftest.
$ac_objext \
12657 conftest
$ac_exeext conftest.
$ac_ext
12658 LIBS
=$ac_check_lib_save_LIBS
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12661 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12662 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12664 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12665 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12666 $as_echo_n "(cached) " >&6
12668 ac_check_lib_save_LIBS
=$LIBS
12669 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12671 /* end confdefs.h. */
12673 /* Override any GCC internal prototype to avoid an error.
12674 Use char because int might match the return type of a GCC
12675 builtin and then its argument prototype would still apply. */
12679 char gst_app_buffer_new ();
12683 return gst_app_buffer_new ();
12688 if ac_fn_c_try_link
"$LINENO"; then :
12689 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12691 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12693 rm -f core conftest.err conftest.
$ac_objext \
12694 conftest
$ac_exeext conftest.
$ac_ext
12695 LIBS
=$ac_check_lib_save_LIBS
12697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12698 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12699 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12707 $as_echo "no" >&6; }
12709 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12714 GSTREAMER_CFLAGS
=""
12718 CPPFLAGS
=$ac_save_CPPFLAGS
12719 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12720 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12723 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12724 case "x$with_gstreamer" in
12725 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12727 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12728 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12731 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12735 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12738 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12739 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12740 $as_echo_n "(cached) " >&6
12742 ac_check_lib_save_LIBS
=$LIBS
12743 LIBS
="-lasound $LIBS"
12744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12745 /* end confdefs.h. */
12747 /* Override any GCC internal prototype to avoid an error.
12748 Use char because int might match the return type of a GCC
12749 builtin and then its argument prototype would still apply. */
12753 char snd_pcm_hw_params_get_access_mask ();
12757 return snd_pcm_hw_params_get_access_mask ();
12762 if ac_fn_c_try_link
"$LINENO"; then :
12763 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12765 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12767 rm -f core conftest.err conftest.
$ac_objext \
12768 conftest
$ac_exeext conftest.
$ac_ext
12769 LIBS
=$ac_check_lib_save_LIBS
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12772 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12773 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12774 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12775 /* end confdefs.h. */
12776 #ifdef HAVE_ALSA_ASOUNDLIB_H
12777 #include <alsa/asoundlib.h>
12778 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12779 #include <sys/asoundlib.h>
12784 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12789 if ac_fn_c_try_compile
"$LINENO"; then :
12790 ALSA_LIBS
="-lasound"
12792 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12797 if test "x$with_oss" != xno
12799 ac_save_CPPFLAGS
="$CPPFLAGS"
12800 if test -f /etc
/oss.conf
12804 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12805 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12806 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12807 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12808 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12810 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12812 cat >>confdefs.h
<<_ACEOF
12813 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12816 OSS4_CFLAGS
="$ac_oss_incl"
12823 CPPFLAGS
="$ac_save_CPPFLAGS"
12824 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12826 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12830 if test "x$with_capi" != "xno"
12832 if ${CAPI20_CFLAGS:+false} :; then :
12833 if ${PKG_CONFIG+:} false
; then :
12834 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12838 if ${CAPI20_LIBS:+false} :; then :
12839 if ${PKG_CONFIG+:} false
; then :
12840 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12845 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12846 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12847 ac_save_CPPFLAGS
=$CPPFLAGS
12848 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12849 for ac_header
in capi20.h linux
/capi.h
12851 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12852 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12854 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12855 cat >>confdefs.h
<<_ACEOF
12856 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12863 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12866 $as_echo_n "checking for -lcapi20... " >&6; }
12867 if ${ac_cv_lib_soname_capi20+:} false
; then :
12868 $as_echo_n "(cached) " >&6
12870 ac_check_soname_save_LIBS
=$LIBS
12871 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12872 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12873 /* end confdefs.h. */
12875 /* Override any GCC internal prototype to avoid an error.
12876 Use char because int might match the return type of a GCC
12877 builtin and then its argument prototype would still apply. */
12881 char capi20_register ();
12885 return capi20_register ();
12890 if ac_fn_c_try_link
"$LINENO"; then :
12892 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12893 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'` ;;
12894 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12895 if ${ac_cv_lib_soname_capi20:+false} :; then :
12896 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12900 rm -f core conftest.err conftest.
$ac_objext \
12901 conftest
$ac_exeext conftest.
$ac_ext
12902 LIBS
=$ac_check_soname_save_LIBS
12904 if ${ac_cv_lib_soname_capi20:+false} :; then :
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12906 $as_echo "not found" >&6; }
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12910 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12912 cat >>confdefs.h
<<_ACEOF
12913 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12919 CPPFLAGS
=$ac_save_CPPFLAGS
12920 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12921 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12924 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12925 case "x$with_capi" in
12926 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12928 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12929 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12935 if test "x$with_cups" != "xno"
12937 ac_save_CPPFLAGS
="$CPPFLAGS"
12938 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12939 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12940 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12941 for ac_header
in cups
/cups.h
12943 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12944 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12945 cat >>confdefs.h
<<_ACEOF
12946 #define HAVE_CUPS_CUPS_H 1
12948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12949 $as_echo_n "checking for -lcups... " >&6; }
12950 if ${ac_cv_lib_soname_cups+:} false
; then :
12951 $as_echo_n "(cached) " >&6
12953 ac_check_soname_save_LIBS
=$LIBS
12954 LIBS
="-lcups $ac_cups_libs $LIBS"
12955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12956 /* end confdefs.h. */
12958 /* Override any GCC internal prototype to avoid an error.
12959 Use char because int might match the return type of a GCC
12960 builtin and then its argument prototype would still apply. */
12964 char cupsGetDefault ();
12968 return cupsGetDefault ();
12973 if ac_fn_c_try_link
"$LINENO"; then :
12975 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12976 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'` ;;
12977 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12978 if ${ac_cv_lib_soname_cups:+false} :; then :
12979 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12983 rm -f core conftest.err conftest.
$ac_objext \
12984 conftest
$ac_exeext conftest.
$ac_ext
12985 LIBS
=$ac_check_soname_save_LIBS
12987 if ${ac_cv_lib_soname_cups:+false} :; then :
12988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12989 $as_echo "not found" >&6; }
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12993 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12995 cat >>confdefs.h
<<_ACEOF
12996 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12999 CUPS_CFLAGS
="$ac_cups_cflags"
13005 CPPFLAGS
="$ac_save_CPPFLAGS"
13007 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13008 case "x$with_cups" in
13009 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13011 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13012 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13016 if test "x$with_fontconfig" != "xno"
13018 if ${FONTCONFIG_CFLAGS:+false} :; then :
13019 if ${PKG_CONFIG+:} false
; then :
13020 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13023 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13024 if ${FONTCONFIG_LIBS:+false} :; then :
13025 if ${PKG_CONFIG+:} false
; then :
13026 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13029 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13031 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13032 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13033 ac_save_CPPFLAGS
=$CPPFLAGS
13034 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13035 for ac_header
in fontconfig
/fontconfig.h
13037 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13038 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13039 cat >>confdefs.h
<<_ACEOF
13040 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13047 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13050 $as_echo_n "checking for -lfontconfig... " >&6; }
13051 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13052 $as_echo_n "(cached) " >&6
13054 ac_check_soname_save_LIBS
=$LIBS
13055 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13057 /* end confdefs.h. */
13059 /* Override any GCC internal prototype to avoid an error.
13060 Use char because int might match the return type of a GCC
13061 builtin and then its argument prototype would still apply. */
13074 if ac_fn_c_try_link
"$LINENO"; then :
13076 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13077 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'` ;;
13078 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13079 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13080 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13084 rm -f core conftest.err conftest.
$ac_objext \
13085 conftest
$ac_exeext conftest.
$ac_ext
13086 LIBS
=$ac_check_soname_save_LIBS
13088 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13090 $as_echo "not found" >&6; }
13091 FONTCONFIG_CFLAGS
=""
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13094 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13096 cat >>confdefs.h
<<_ACEOF
13097 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13103 FONTCONFIG_CFLAGS
=""
13105 CPPFLAGS
=$ac_save_CPPFLAGS
13106 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13107 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13110 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13111 case "x$with_fontconfig" in
13112 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13114 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13115 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13119 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13122 $as_echo_n "checking for -lgsm... " >&6; }
13123 if ${ac_cv_lib_soname_gsm+:} false
; then :
13124 $as_echo_n "(cached) " >&6
13126 ac_check_soname_save_LIBS
=$LIBS
13128 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13129 /* end confdefs.h. */
13131 /* Override any GCC internal prototype to avoid an error.
13132 Use char because int might match the return type of a GCC
13133 builtin and then its argument prototype would still apply. */
13137 char gsm_create ();
13141 return gsm_create ();
13146 if ac_fn_c_try_link
"$LINENO"; then :
13148 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13149 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'` ;;
13150 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13151 if ${ac_cv_lib_soname_gsm:+false} :; then :
13152 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13156 rm -f core conftest.err conftest.
$ac_objext \
13157 conftest
$ac_exeext conftest.
$ac_ext
13158 LIBS
=$ac_check_soname_save_LIBS
13160 if ${ac_cv_lib_soname_gsm:+false} :; then :
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13162 $as_echo "not found" >&6; }
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13166 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13168 cat >>confdefs.h
<<_ACEOF
13169 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13175 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13176 case "x$with_gsm" in
13177 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13179 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13180 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13184 if test "x$with_jpeg" != "xno"
13186 if ${JPEG_CFLAGS:+false} :; then :
13187 if ${PKG_CONFIG+:} false
; then :
13188 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13192 if ${JPEG_LIBS:+false} :; then :
13193 if ${PKG_CONFIG+:} false
; then :
13194 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13199 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13200 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13201 ac_save_CPPFLAGS
=$CPPFLAGS
13202 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13203 for ac_header
in jpeglib.h
13205 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13206 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13207 cat >>confdefs.h
<<_ACEOF
13208 #define HAVE_JPEGLIB_H 1
13215 if test "$ac_cv_header_jpeglib_h" = "yes"
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13218 $as_echo_n "checking for -ljpeg... " >&6; }
13219 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13220 $as_echo_n "(cached) " >&6
13222 ac_check_soname_save_LIBS
=$LIBS
13223 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13225 /* end confdefs.h. */
13227 /* Override any GCC internal prototype to avoid an error.
13228 Use char because int might match the return type of a GCC
13229 builtin and then its argument prototype would still apply. */
13233 char jpeg_start_decompress ();
13237 return jpeg_start_decompress ();
13242 if ac_fn_c_try_link
"$LINENO"; then :
13244 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13245 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'` ;;
13246 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13247 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13248 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13252 rm -f core conftest.err conftest.
$ac_objext \
13253 conftest
$ac_exeext conftest.
$ac_ext
13254 LIBS
=$ac_check_soname_save_LIBS
13256 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13258 $as_echo "not found" >&6; }
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13262 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13264 cat >>confdefs.h
<<_ACEOF
13265 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13273 CPPFLAGS
=$ac_save_CPPFLAGS
13274 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13275 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13278 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13279 case "x$with_jpeg" in
13280 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13282 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13283 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13287 if test "x$with_png" != "xno"
13289 if ${PNG_CFLAGS:+false} :; then :
13290 if ${PKG_CONFIG+:} false
; then :
13291 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13294 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13295 if ${PNG_LIBS:+false} :; then :
13296 if ${PKG_CONFIG+:} false
; then :
13297 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13300 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13302 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13303 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13304 ac_save_CPPFLAGS
=$CPPFLAGS
13305 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13306 for ac_header
in png.h
13308 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13309 if test "x$ac_cv_header_png_h" = xyes
; then :
13310 cat >>confdefs.h
<<_ACEOF
13311 #define HAVE_PNG_H 1
13318 if test "$ac_cv_header_png_h" = "yes"
13320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13321 $as_echo_n "checking for -lpng... " >&6; }
13322 if ${ac_cv_lib_soname_png+:} false
; then :
13323 $as_echo_n "(cached) " >&6
13325 ac_check_soname_save_LIBS
=$LIBS
13326 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13327 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13328 /* end confdefs.h. */
13330 /* Override any GCC internal prototype to avoid an error.
13331 Use char because int might match the return type of a GCC
13332 builtin and then its argument prototype would still apply. */
13336 char png_create_read_struct ();
13340 return png_create_read_struct ();
13345 if ac_fn_c_try_link
"$LINENO"; then :
13347 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13348 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'` ;;
13349 *) 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'`
13350 if ${ac_cv_lib_soname_png:+false} :; then :
13351 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13355 rm -f core conftest.err conftest.
$ac_objext \
13356 conftest
$ac_exeext conftest.
$ac_ext
13357 LIBS
=$ac_check_soname_save_LIBS
13359 if ${ac_cv_lib_soname_png:+false} :; then :
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13361 $as_echo "not found" >&6; }
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13365 $as_echo "$ac_cv_lib_soname_png" >&6; }
13367 cat >>confdefs.h
<<_ACEOF
13368 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13372 /* end confdefs.h. */
13377 typeof(png_set_expand_gray_1_2_4_to_8) *p
13382 if ac_fn_c_try_compile
"$LINENO"; then :
13384 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13387 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13392 CPPFLAGS
=$ac_save_CPPFLAGS
13393 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13394 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13397 if test "x$ac_cv_lib_soname_png" = "x"; then :
13398 case "x$with_png" in
13399 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13401 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13402 This is an error since --with-png was requested." "$LINENO" 5 ;;
13406 if test "x$with_tiff" != "xno"
13408 if ${TIFF_CFLAGS:+false} :; then :
13409 if ${PKG_CONFIG+:} false
; then :
13410 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13414 if ${TIFF_LIBS:+false} :; then :
13415 if ${PKG_CONFIG+:} false
; then :
13416 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13421 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13422 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13423 ac_save_CPPFLAGS
=$CPPFLAGS
13424 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13425 for ac_header
in tiffio.h
13427 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13428 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13429 cat >>confdefs.h
<<_ACEOF
13430 #define HAVE_TIFFIO_H 1
13437 if test "$ac_cv_header_tiffio_h" = "yes"
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13440 $as_echo_n "checking for -ltiff... " >&6; }
13441 if ${ac_cv_lib_soname_tiff+:} false
; then :
13442 $as_echo_n "(cached) " >&6
13444 ac_check_soname_save_LIBS
=$LIBS
13445 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13446 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13447 /* end confdefs.h. */
13449 /* Override any GCC internal prototype to avoid an error.
13450 Use char because int might match the return type of a GCC
13451 builtin and then its argument prototype would still apply. */
13455 char TIFFClientOpen ();
13459 return TIFFClientOpen ();
13464 if ac_fn_c_try_link
"$LINENO"; then :
13466 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13467 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'` ;;
13468 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13469 if ${ac_cv_lib_soname_tiff:+false} :; then :
13470 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13474 rm -f core conftest.err conftest.
$ac_objext \
13475 conftest
$ac_exeext conftest.
$ac_ext
13476 LIBS
=$ac_check_soname_save_LIBS
13478 if ${ac_cv_lib_soname_tiff:+false} :; then :
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13480 $as_echo "not found" >&6; }
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13484 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13486 cat >>confdefs.h
<<_ACEOF
13487 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13493 CPPFLAGS
=$ac_save_CPPFLAGS
13494 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13495 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13498 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13499 case "x$with_tiff" in
13500 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13502 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13503 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13507 if test "x$with_mpg123" != "xno"
13509 if ${MPG123_CFLAGS:+false} :; then :
13510 if ${PKG_CONFIG+:} false
; then :
13511 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13515 if ${MPG123_LIBS:+false} :; then :
13516 if ${PKG_CONFIG+:} false
; then :
13517 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13521 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13522 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13523 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13524 ac_save_CPPFLAGS
=$CPPFLAGS
13525 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13526 for ac_header
in mpg123.h
13528 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13529 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13530 cat >>confdefs.h
<<_ACEOF
13531 #define HAVE_MPG123_H 1
13538 if test "$ac_cv_header_mpg123_h" = "yes"
13540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13541 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13542 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13543 $as_echo_n "(cached) " >&6
13545 ac_check_lib_save_LIBS
=$LIBS
13546 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13547 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13548 /* end confdefs.h. */
13550 /* Override any GCC internal prototype to avoid an error.
13551 Use char because int might match the return type of a GCC
13552 builtin and then its argument prototype would still apply. */
13556 char mpg123_feed ();
13560 return mpg123_feed ();
13565 if ac_fn_c_try_link
"$LINENO"; then :
13566 ac_cv_lib_mpg123_mpg123_feed
=yes
13568 ac_cv_lib_mpg123_mpg123_feed
=no
13570 rm -f core conftest.err conftest.
$ac_objext \
13571 conftest
$ac_exeext conftest.
$ac_ext
13572 LIBS
=$ac_check_lib_save_LIBS
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13575 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13576 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13586 CPPFLAGS
=$ac_save_CPPFLAGS
13587 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13588 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13591 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13592 case "x$with_mpg123" in
13593 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13595 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13596 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13599 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}
13601 if test "$ac_cv_header_AL_al_h" = "yes"
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13604 $as_echo_n "checking for -lopenal... " >&6; }
13605 if ${ac_cv_lib_soname_openal+:} false
; then :
13606 $as_echo_n "(cached) " >&6
13608 ac_check_soname_save_LIBS
=$LIBS
13609 LIBS
="-lopenal $LIBS"
13610 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13611 /* end confdefs.h. */
13613 /* Override any GCC internal prototype to avoid an error.
13614 Use char because int might match the return type of a GCC
13615 builtin and then its argument prototype would still apply. */
13619 char alGetSource3i ();
13623 return alGetSource3i ();
13628 if ac_fn_c_try_link
"$LINENO"; then :
13630 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13631 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'` ;;
13632 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13633 if ${ac_cv_lib_soname_openal:+false} :; then :
13634 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13638 rm -f core conftest.err conftest.
$ac_objext \
13639 conftest
$ac_exeext conftest.
$ac_ext
13640 LIBS
=$ac_check_soname_save_LIBS
13642 if ${ac_cv_lib_soname_openal:+false} :; then :
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13644 $as_echo "not found" >&6; }
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13648 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13650 cat >>confdefs.h
<<_ACEOF
13651 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13654 OPENAL_LIBS
="-lopenal"
13656 ac_cv_lib_openal
=yes
13658 cat >>confdefs.h
<<_ACEOF
13659 #define HAVE_OPENAL 1
13664 if test "x$ac_cv_lib_openal" != xyes
; then :
13665 case "x$with_openal" in
13666 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13668 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13669 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13672 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13674 if test "x$ac_cv_lib_openal" = xyes
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13677 $as_echo_n "checking for openal-soft... " >&6; }
13678 if ${ac_cv_have_openalsoft+:} false
; then :
13679 $as_echo_n "(cached) " >&6
13681 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13682 /* end confdefs.h. */
13683 #include <AL/alext.h>
13684 LPALCRENDERSAMPLESSOFT x;
13693 if ac_fn_c_try_compile
"$LINENO"; then :
13694 ac_cv_have_openalsoft
=yes
13696 ac_cv_have_openalsoft
=no
13698 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13701 $as_echo "$ac_cv_have_openalsoft" >&6; }
13703 if test "x$ac_cv_have_openalsoft" != xyes
13705 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13706 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13709 if test "$ac_cv_header_kstat_h" = "yes"
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13712 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13713 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13714 $as_echo_n "(cached) " >&6
13716 ac_check_lib_save_LIBS
=$LIBS
13717 LIBS
="-lkstat $LIBS"
13718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13719 /* end confdefs.h. */
13721 /* Override any GCC internal prototype to avoid an error.
13722 Use char because int might match the return type of a GCC
13723 builtin and then its argument prototype would still apply. */
13727 char kstat_open ();
13731 return kstat_open ();
13736 if ac_fn_c_try_link
"$LINENO"; then :
13737 ac_cv_lib_kstat_kstat_open
=yes
13739 ac_cv_lib_kstat_kstat_open
=no
13741 rm -f core conftest.err conftest.
$ac_objext \
13742 conftest
$ac_exeext conftest.
$ac_ext
13743 LIBS
=$ac_check_lib_save_LIBS
13745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13746 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13747 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13749 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13751 KSTAT_LIBS
="-lkstat"
13757 if test "$ac_cv_header_libprocstat_h" = "yes"
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13760 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13761 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13762 $as_echo_n "(cached) " >&6
13764 ac_check_lib_save_LIBS
=$LIBS
13765 LIBS
="-lprocstat $LIBS"
13766 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13767 /* end confdefs.h. */
13769 /* Override any GCC internal prototype to avoid an error.
13770 Use char because int might match the return type of a GCC
13771 builtin and then its argument prototype would still apply. */
13775 char procstat_open_sysctl ();
13779 return procstat_open_sysctl ();
13784 if ac_fn_c_try_link
"$LINENO"; then :
13785 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13787 ac_cv_lib_procstat_procstat_open_sysctl
=no
13789 rm -f core conftest.err conftest.
$ac_objext \
13790 conftest
$ac_exeext conftest.
$ac_ext
13791 LIBS
=$ac_check_lib_save_LIBS
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13794 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13795 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13797 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13799 PROCSTAT_LIBS
="-lprocstat"
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13806 $as_echo_n "checking for -lodbc... " >&6; }
13807 if ${ac_cv_lib_soname_odbc+:} false
; then :
13808 $as_echo_n "(cached) " >&6
13810 ac_check_soname_save_LIBS
=$LIBS
13811 LIBS
="-lodbc $LIBS"
13812 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13813 /* end confdefs.h. */
13815 /* Override any GCC internal prototype to avoid an error.
13816 Use char because int might match the return type of a GCC
13817 builtin and then its argument prototype would still apply. */
13821 char SQLConnect ();
13825 return SQLConnect ();
13830 if ac_fn_c_try_link
"$LINENO"; then :
13832 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13833 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'` ;;
13834 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13835 if ${ac_cv_lib_soname_odbc:+false} :; then :
13836 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13840 rm -f core conftest.err conftest.
$ac_objext \
13841 conftest
$ac_exeext conftest.
$ac_ext
13842 LIBS
=$ac_check_soname_save_LIBS
13844 if ${ac_cv_lib_soname_odbc:+false} :; then :
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13846 $as_echo "not found" >&6; }
13847 cat >>confdefs.h
<<_ACEOF
13848 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13853 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13855 cat >>confdefs.h
<<_ACEOF
13856 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13862 if test "x$with_netapi" != "xno"
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13865 $as_echo_n "checking for -lnetapi... " >&6; }
13866 if ${ac_cv_lib_soname_netapi+:} false
; then :
13867 $as_echo_n "(cached) " >&6
13869 ac_check_soname_save_LIBS
=$LIBS
13870 LIBS
="-lnetapi $LIBS"
13871 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13872 /* end confdefs.h. */
13874 /* Override any GCC internal prototype to avoid an error.
13875 Use char because int might match the return type of a GCC
13876 builtin and then its argument prototype would still apply. */
13880 char libnetapi_init ();
13884 return libnetapi_init ();
13889 if ac_fn_c_try_link
"$LINENO"; then :
13891 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13892 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'` ;;
13893 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13894 if ${ac_cv_lib_soname_netapi:+false} :; then :
13895 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13899 rm -f core conftest.err conftest.
$ac_objext \
13900 conftest
$ac_exeext conftest.
$ac_ext
13901 LIBS
=$ac_check_soname_save_LIBS
13903 if ${ac_cv_lib_soname_netapi:+false} :; then :
13904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13905 $as_echo "not found" >&6; }
13906 cat >>confdefs.h
<<_ACEOF
13907 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13912 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13914 cat >>confdefs.h
<<_ACEOF
13915 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13922 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13923 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13924 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13925 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13927 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13928 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13929 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13931 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13937 if test "x${GCC}" = "xyes"
13939 EXTRACFLAGS
="-Wall -pipe"
13941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13942 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13943 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13944 $as_echo_n "(cached) " >&6
13946 if test "$cross_compiling" = yes; then :
13947 ac_cv_c_gcc_strength_bug
="no"
13949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13950 /* end confdefs.h. */
13951 int L[4] = {0,1,2,3};
13955 static int Array[3];
13956 unsigned int B = 3;
13958 for(i=0; i<B; i++) Array[i] = i - 3;
13959 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13961 return (Array[1] != -2 || L[2] != 3)
13966 if ac_fn_c_try_run
"$LINENO"; then :
13967 ac_cv_c_gcc_strength_bug
="no"
13969 ac_cv_c_gcc_strength_bug
="yes"
13971 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13972 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13977 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13978 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13980 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13984 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13985 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13986 $as_echo_n "(cached) " >&6
13988 ac_wine_try_cflags_saved
=$CFLAGS
13989 CFLAGS
="$CFLAGS -fno-builtin"
13990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13991 /* end confdefs.h. */
13992 int main(int argc, char **argv) { return 0; }
13994 if ac_fn_c_try_link
"$LINENO"; then :
13995 ac_cv_cflags__fno_builtin
=yes
13997 ac_cv_cflags__fno_builtin
=no
13999 rm -f core conftest.err conftest.
$ac_objext \
14000 conftest
$ac_exeext conftest.
$ac_ext
14001 CFLAGS
=$ac_wine_try_cflags_saved
14003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14004 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14005 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14006 BUILTINFLAG
="-fno-builtin"
14009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14010 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14011 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14012 $as_echo_n "(cached) " >&6
14014 ac_wine_try_cflags_saved
=$CFLAGS
14015 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14017 /* end confdefs.h. */
14018 int main(int argc, char **argv) { return 0; }
14020 if ac_fn_c_try_link
"$LINENO"; then :
14021 ac_cv_cflags__fno_strict_aliasing
=yes
14023 ac_cv_cflags__fno_strict_aliasing
=no
14025 rm -f core conftest.err conftest.
$ac_objext \
14026 conftest
$ac_exeext conftest.
$ac_ext
14027 CFLAGS
=$ac_wine_try_cflags_saved
14029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14030 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14031 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14032 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14035 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14036 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14037 $as_echo_n "(cached) " >&6
14039 ac_wine_try_cflags_saved
=$CFLAGS
14040 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14042 /* end confdefs.h. */
14043 int main(int argc, char **argv) { return 0; }
14045 if ac_fn_c_try_link
"$LINENO"; then :
14046 ac_cv_cflags__fexcess_precision_standard
=yes
14048 ac_cv_cflags__fexcess_precision_standard
=no
14050 rm -f core conftest.err conftest.
$ac_objext \
14051 conftest
$ac_exeext conftest.
$ac_ext
14052 CFLAGS
=$ac_wine_try_cflags_saved
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14055 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14056 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14057 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14060 saved_CFLAGS
=$CFLAGS
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14062 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14063 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14064 $as_echo_n "(cached) " >&6
14066 ac_wine_try_cflags_saved
=$CFLAGS
14067 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14069 /* end confdefs.h. */
14070 int main(int argc, char **argv) { return 0; }
14072 if ac_fn_c_try_link
"$LINENO"; then :
14073 ac_cv_cflags__Werror_unknown_warning_option
=yes
14075 ac_cv_cflags__Werror_unknown_warning_option
=no
14077 rm -f core conftest.err conftest.
$ac_objext \
14078 conftest
$ac_exeext conftest.
$ac_ext
14079 CFLAGS
=$ac_wine_try_cflags_saved
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14082 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14083 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14084 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14087 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14088 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14089 $as_echo_n "(cached) " >&6
14091 ac_wine_try_cflags_saved
=$CFLAGS
14092 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14093 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14094 /* end confdefs.h. */
14095 int main(int argc, char **argv) { return 0; }
14097 if ac_fn_c_try_link
"$LINENO"; then :
14098 ac_cv_cflags__Wdeclaration_after_statement
=yes
14100 ac_cv_cflags__Wdeclaration_after_statement
=no
14102 rm -f core conftest.err conftest.
$ac_objext \
14103 conftest
$ac_exeext conftest.
$ac_ext
14104 CFLAGS
=$ac_wine_try_cflags_saved
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14107 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14108 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14109 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14112 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14113 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14114 $as_echo_n "(cached) " >&6
14116 ac_wine_try_cflags_saved
=$CFLAGS
14117 CFLAGS
="$CFLAGS -Wempty-body"
14118 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14119 /* end confdefs.h. */
14120 int main(int argc, char **argv) { return 0; }
14122 if ac_fn_c_try_link
"$LINENO"; then :
14123 ac_cv_cflags__Wempty_body
=yes
14125 ac_cv_cflags__Wempty_body
=no
14127 rm -f core conftest.err conftest.
$ac_objext \
14128 conftest
$ac_exeext conftest.
$ac_ext
14129 CFLAGS
=$ac_wine_try_cflags_saved
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14132 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14133 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14134 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14137 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14138 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14139 $as_echo_n "(cached) " >&6
14141 ac_wine_try_cflags_saved
=$CFLAGS
14142 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14144 /* end confdefs.h. */
14145 int main(int argc, char **argv) { return 0; }
14147 if ac_fn_c_try_link
"$LINENO"; then :
14148 ac_cv_cflags__Wignored_qualifiers
=yes
14150 ac_cv_cflags__Wignored_qualifiers
=no
14152 rm -f core conftest.err conftest.
$ac_objext \
14153 conftest
$ac_exeext conftest.
$ac_ext
14154 CFLAGS
=$ac_wine_try_cflags_saved
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14157 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14158 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14159 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14162 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14163 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14164 $as_echo_n "(cached) " >&6
14166 ac_wine_try_cflags_saved
=$CFLAGS
14167 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14168 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14169 /* end confdefs.h. */
14170 int main(int argc, char **argv) { return 0; }
14172 if ac_fn_c_try_link
"$LINENO"; then :
14173 ac_cv_cflags__Wshift_overflow_2
=yes
14175 ac_cv_cflags__Wshift_overflow_2
=no
14177 rm -f core conftest.err conftest.
$ac_objext \
14178 conftest
$ac_exeext conftest.
$ac_ext
14179 CFLAGS
=$ac_wine_try_cflags_saved
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14182 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14183 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14184 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14187 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14188 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14189 $as_echo_n "(cached) " >&6
14191 ac_wine_try_cflags_saved
=$CFLAGS
14192 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14194 /* end confdefs.h. */
14195 int main(int argc, char **argv) { return 0; }
14197 if ac_fn_c_try_link
"$LINENO"; then :
14198 ac_cv_cflags__Wstrict_prototypes
=yes
14200 ac_cv_cflags__Wstrict_prototypes
=no
14202 rm -f core conftest.err conftest.
$ac_objext \
14203 conftest
$ac_exeext conftest.
$ac_ext
14204 CFLAGS
=$ac_wine_try_cflags_saved
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14207 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14208 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14209 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14212 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14213 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14214 $as_echo_n "(cached) " >&6
14216 ac_wine_try_cflags_saved
=$CFLAGS
14217 CFLAGS
="$CFLAGS -Wtype-limits"
14218 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14219 /* end confdefs.h. */
14220 int main(int argc, char **argv) { return 0; }
14222 if ac_fn_c_try_link
"$LINENO"; then :
14223 ac_cv_cflags__Wtype_limits
=yes
14225 ac_cv_cflags__Wtype_limits
=no
14227 rm -f core conftest.err conftest.
$ac_objext \
14228 conftest
$ac_exeext conftest.
$ac_ext
14229 CFLAGS
=$ac_wine_try_cflags_saved
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14232 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14233 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14234 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14237 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14238 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14239 $as_echo_n "(cached) " >&6
14241 ac_wine_try_cflags_saved
=$CFLAGS
14242 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14243 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14244 /* end confdefs.h. */
14245 int main(int argc, char **argv) { return 0; }
14247 if ac_fn_c_try_link
"$LINENO"; then :
14248 ac_cv_cflags__Wunused_but_set_parameter
=yes
14250 ac_cv_cflags__Wunused_but_set_parameter
=no
14252 rm -f core conftest.err conftest.
$ac_objext \
14253 conftest
$ac_exeext conftest.
$ac_ext
14254 CFLAGS
=$ac_wine_try_cflags_saved
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14257 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14258 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14259 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14262 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14263 if ${ac_cv_cflags__Wvla+:} false
; then :
14264 $as_echo_n "(cached) " >&6
14266 ac_wine_try_cflags_saved
=$CFLAGS
14267 CFLAGS
="$CFLAGS -Wvla"
14268 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14269 /* end confdefs.h. */
14270 int main(int argc, char **argv) { return 0; }
14272 if ac_fn_c_try_link
"$LINENO"; then :
14273 ac_cv_cflags__Wvla
=yes
14275 ac_cv_cflags__Wvla
=no
14277 rm -f core conftest.err conftest.
$ac_objext \
14278 conftest
$ac_exeext conftest.
$ac_ext
14279 CFLAGS
=$ac_wine_try_cflags_saved
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14282 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14283 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14284 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14287 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14288 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14289 $as_echo_n "(cached) " >&6
14291 ac_wine_try_cflags_saved
=$CFLAGS
14292 CFLAGS
="$CFLAGS -Wwrite-strings"
14293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14294 /* end confdefs.h. */
14295 int main(int argc, char **argv) { return 0; }
14297 if ac_fn_c_try_link
"$LINENO"; then :
14298 ac_cv_cflags__Wwrite_strings
=yes
14300 ac_cv_cflags__Wwrite_strings
=no
14302 rm -f core conftest.err conftest.
$ac_objext \
14303 conftest
$ac_exeext conftest.
$ac_ext
14304 CFLAGS
=$ac_wine_try_cflags_saved
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14307 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14308 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14309 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14313 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14314 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14315 $as_echo_n "(cached) " >&6
14317 ac_wine_try_cflags_saved
=$CFLAGS
14318 CFLAGS
="$CFLAGS -Wpointer-arith"
14319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14320 /* end confdefs.h. */
14321 int main(int argc, char **argv) { return 0; }
14323 if ac_fn_c_try_link
"$LINENO"; then :
14324 ac_cv_cflags__Wpointer_arith
=yes
14326 ac_cv_cflags__Wpointer_arith
=no
14328 rm -f core conftest.err conftest.
$ac_objext \
14329 conftest
$ac_exeext conftest.
$ac_ext
14330 CFLAGS
=$ac_wine_try_cflags_saved
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14333 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14334 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14335 saved_string_h_CFLAGS
=$CFLAGS
14336 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14338 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14339 if ${ac_cv_c_string_h_warnings+:} false
; then :
14340 $as_echo_n "(cached) " >&6
14342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14343 /* end confdefs.h. */
14344 #include <string.h>
14353 if ac_fn_c_try_compile
"$LINENO"; then :
14354 ac_cv_c_string_h_warnings
=no
14356 ac_cv_c_string_h_warnings
=yes
14358 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14361 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14362 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14363 CFLAGS
=$saved_string_h_CFLAGS
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14367 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14368 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14369 $as_echo_n "(cached) " >&6
14371 ac_wine_try_cflags_saved
=$CFLAGS
14372 CFLAGS
="$CFLAGS -Wlogical-op"
14373 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14374 /* end confdefs.h. */
14375 int main(int argc, char **argv) { return 0; }
14377 if ac_fn_c_try_link
"$LINENO"; then :
14378 ac_cv_cflags__Wlogical_op
=yes
14380 ac_cv_cflags__Wlogical_op
=no
14382 rm -f core conftest.err conftest.
$ac_objext \
14383 conftest
$ac_exeext conftest.
$ac_ext
14384 CFLAGS
=$ac_wine_try_cflags_saved
14386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14387 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14388 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14389 saved_string_h_CFLAGS
=$CFLAGS
14390 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14392 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14393 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14394 $as_echo_n "(cached) " >&6
14396 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14397 /* end confdefs.h. */
14398 #include <string.h>
14399 char*f(const char *h,char n) {return strchr(h,n);}
14408 if ac_fn_c_try_compile
"$LINENO"; then :
14409 ac_cv_c_logicalop_noisy
=no
14411 ac_cv_c_logicalop_noisy
=yes
14413 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14416 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14417 CFLAGS
=$saved_string_h_CFLAGS
14418 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14421 CFLAGS
=$saved_CFLAGS
14423 for ac_flag
in $CFLAGS; do
14425 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14426 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14427 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14428 $as_echo_n "(cached) " >&6
14430 ac_wine_try_cflags_saved
=$CFLAGS
14431 CFLAGS
="$CFLAGS -gdwarf-2"
14432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14433 /* end confdefs.h. */
14434 int main(int argc, char **argv) { return 0; }
14436 if ac_fn_c_try_link
"$LINENO"; then :
14437 ac_cv_cflags__gdwarf_2
=yes
14439 ac_cv_cflags__gdwarf_2
=no
14441 rm -f core conftest.err conftest.
$ac_objext \
14442 conftest
$ac_exeext conftest.
$ac_ext
14443 CFLAGS
=$ac_wine_try_cflags_saved
14445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14446 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14447 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14448 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14451 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14452 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14453 $as_echo_n "(cached) " >&6
14455 ac_wine_try_cflags_saved
=$CFLAGS
14456 CFLAGS
="$CFLAGS -gstrict-dwarf"
14457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14458 /* end confdefs.h. */
14459 int main(int argc, char **argv) { return 0; }
14461 if ac_fn_c_try_link
"$LINENO"; then :
14462 ac_cv_cflags__gstrict_dwarf
=yes
14464 ac_cv_cflags__gstrict_dwarf
=no
14466 rm -f core conftest.err conftest.
$ac_objext \
14467 conftest
$ac_exeext conftest.
$ac_ext
14468 CFLAGS
=$ac_wine_try_cflags_saved
14470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14471 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14472 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14473 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14479 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14480 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14481 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14482 $as_echo_n "(cached) " >&6
14484 ac_wine_try_cflags_saved
=$CFLAGS
14485 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14486 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14487 /* end confdefs.h. */
14488 int main(int argc, char **argv) { return 0; }
14490 if ac_fn_c_try_link
"$LINENO"; then :
14491 ac_cv_cflags__fno_omit_frame_pointer
=yes
14493 ac_cv_cflags__fno_omit_frame_pointer
=no
14495 rm -f core conftest.err conftest.
$ac_objext \
14496 conftest
$ac_exeext conftest.
$ac_ext
14497 CFLAGS
=$ac_wine_try_cflags_saved
14499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14500 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14501 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14502 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14507 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14508 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14509 if ${ac_cv_cflags__Wno_format+:} false
; then :
14510 $as_echo_n "(cached) " >&6
14512 ac_wine_try_cflags_saved
=$CFLAGS
14513 CFLAGS
="$CFLAGS -Wno-format"
14514 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14515 /* end confdefs.h. */
14516 int main(int argc, char **argv) { return 0; }
14518 if ac_fn_c_try_link
"$LINENO"; then :
14519 ac_cv_cflags__Wno_format
=yes
14521 ac_cv_cflags__Wno_format
=no
14523 rm -f core conftest.err conftest.
$ac_objext \
14524 conftest
$ac_exeext conftest.
$ac_ext
14525 CFLAGS
=$ac_wine_try_cflags_saved
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14528 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14529 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14530 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14534 if test "x$enable_maintainer_mode" = "xyes"
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14537 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14538 if ${ac_cv_cflags__Werror+:} false
; then :
14539 $as_echo_n "(cached) " >&6
14541 ac_wine_try_cflags_saved
=$CFLAGS
14542 CFLAGS
="$CFLAGS -Werror"
14543 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14544 /* end confdefs.h. */
14545 int main(int argc, char **argv) { return 0; }
14547 if ac_fn_c_try_link
"$LINENO"; then :
14548 ac_cv_cflags__Werror
=yes
14550 ac_cv_cflags__Werror
=no
14552 rm -f core conftest.err conftest.
$ac_objext \
14553 conftest
$ac_exeext conftest.
$ac_ext
14554 CFLAGS
=$ac_wine_try_cflags_saved
14556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14557 $as_echo "$ac_cv_cflags__Werror" >&6; }
14558 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14559 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14563 saved_CFLAGS
="$CFLAGS"
14564 CFLAGS
="$CFLAGS -Werror"
14565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14566 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14567 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14568 $as_echo_n "(cached) " >&6
14570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14571 /* end confdefs.h. */
14572 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14581 if ac_fn_c_try_compile
"$LINENO"; then :
14582 ac_cv_have_ms_hook_prologue
="yes"
14584 ac_cv_have_ms_hook_prologue
="no"
14586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14589 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14590 CFLAGS
="$saved_CFLAGS"
14591 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14594 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14597 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14604 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14605 if ${ac_cv_c_fortify_enabled+:} false
; then :
14606 $as_echo_n "(cached) " >&6
14608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14609 /* end confdefs.h. */
14610 #include <string.h>
14614 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14615 #error Fortify enabled
14621 if ac_fn_c_try_compile
"$LINENO"; then :
14622 ac_cv_c_fortify_enabled
=no
14624 ac_cv_c_fortify_enabled
=yes
14626 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14629 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14630 if test "$ac_cv_c_fortify_enabled" = yes
14632 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14637 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14638 if ${ac_cv_c_extern_prefix+:} false
; then :
14639 $as_echo_n "(cached) " >&6
14641 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14642 /* end confdefs.h. */
14643 extern int ac_test;
14647 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14652 if ac_fn_c_try_link
"$LINENO"; then :
14653 ac_cv_c_extern_prefix
="yes"
14655 ac_cv_c_extern_prefix
="no"
14657 rm -f core conftest.err conftest.
$ac_objext \
14658 conftest
$ac_exeext conftest.
$ac_ext
14660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14661 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14666 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14667 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14668 $as_echo_n "(cached) " >&6
14670 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14671 /* end confdefs.h. */
14673 #define __stdcall __attribute__((__stdcall__))
14675 int __stdcall ac_test(int i) { return i; }
14679 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14684 if ac_fn_c_try_link
"$LINENO"; then :
14685 ac_cv_c_stdcall_suffix
="yes"
14687 ac_cv_c_stdcall_suffix
="no"
14689 rm -f core conftest.err conftest.
$ac_objext \
14690 conftest
$ac_exeext conftest.
$ac_ext
14692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14693 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14694 *) ac_cv_c_stdcall_suffix
="no" ;;
14698 if test "$ac_cv_c_extern_prefix" = "yes"
14700 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14702 asm_name_prefix
="_"
14704 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14710 if test "$ac_cv_c_stdcall_suffix" = "yes"
14712 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14715 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14721 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14722 if ${ac_cv_asm_func_def+:} false
; then :
14723 $as_echo_n "(cached) " >&6
14725 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14726 /* end confdefs.h. */
14731 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14736 if ac_fn_c_try_link
"$LINENO"; then :
14737 ac_cv_asm_func_def
=".def"
14739 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14740 /* end confdefs.h. */
14745 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14750 if ac_fn_c_try_link
"$LINENO"; then :
14751 ac_cv_asm_func_def
=".type @function"
14753 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14754 /* end confdefs.h. */
14759 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14764 if ac_fn_c_try_link
"$LINENO"; then :
14765 ac_cv_asm_func_def
=".type 2"
14767 ac_cv_asm_func_def
="unknown"
14769 rm -f core conftest.err conftest.
$ac_objext \
14770 conftest
$ac_exeext conftest.
$ac_ext
14772 rm -f core conftest.err conftest.
$ac_objext \
14773 conftest
$ac_exeext conftest.
$ac_ext
14775 rm -f core conftest.err conftest.
$ac_objext \
14776 conftest
$ac_exeext conftest.
$ac_ext
14778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14779 $as_echo "$ac_cv_asm_func_def" >&6; }
14782 case "$ac_cv_asm_func_def" in
14784 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14786 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14788 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14790 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14792 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14794 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14796 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14798 asm_func_header
="" ;;
14801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14802 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14803 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14804 $as_echo_n "(cached) " >&6
14806 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14807 /* end confdefs.h. */
14808 asm(".text\n\t.long 0");
14817 if ac_fn_c_try_compile
"$LINENO"; then :
14818 ac_cv_c_asm_outside_funcs
="yes"
14820 ac_cv_c_asm_outside_funcs
="no"
14822 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14825 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14828 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14829 if ${ac_cv_c_dot_previous+:} false
; then :
14830 $as_echo_n "(cached) " >&6
14832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14833 /* end confdefs.h. */
14838 asm(".text\nac_test:\t.long 0\n\t.previous");
14843 if ac_fn_c_try_link
"$LINENO"; then :
14844 ac_cv_c_dot_previous
="yes"
14846 ac_cv_c_dot_previous
="no"
14848 rm -f core conftest.err conftest.
$ac_objext \
14849 conftest
$ac_exeext conftest.
$ac_ext
14851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14852 $as_echo "$ac_cv_c_dot_previous" >&6; }
14854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14855 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14856 if ${ac_cv_c_cfi_support+:} false
; then :
14857 $as_echo_n "(cached) " >&6
14859 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14860 /* end confdefs.h. */
14861 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14870 if ac_fn_c_try_compile
"$LINENO"; then :
14871 ac_cv_c_cfi_support
="yes"
14873 ac_cv_c_cfi_support
="no"
14875 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14878 $as_echo "$ac_cv_c_cfi_support" >&6; }
14880 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14881 asm_func_trailer
=""
14882 if test "$ac_cv_c_dot_previous" = "yes"
14884 asm_func_trailer
="\\n\\t.previous"
14886 if test "$ac_cv_c_cfi_support" = "yes"
14888 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14889 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14891 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14893 UNWINDFLAGS
=-fasynchronous-unwind-tables
14896 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14898 if test "x$enable_win64" = "xyes"
14900 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14904 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14907 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14909 cat >>confdefs.h
<<_ACEOF
14910 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14914 cat >>confdefs.h
<<_ACEOF
14915 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14920 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14923 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14928 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14935 *i
[3456789]86*|x86_64
*)
14936 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14937 loader_programs
="$loader_programs $wine_binary-preloader"
14938 as_fn_append LOADER_RULES
"
14939 preloader_EXTRADEFS = $BUILTINFLAG
14940 ${wine_binary}_preloader_OBJS = preloader.o
14941 ${wine_binary}_preloader_LDFLAGS = -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000
14946 as_fn_append LOADER_RULES
"
14947 PROGRAMS = $loader_programs
14948 INSTALL_LIB = $loader_programs
14952 ac_save_CFLAGS
="$CFLAGS"
14953 CFLAGS
="$CFLAGS $BUILTINFLAG"
15032 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15033 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15034 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15035 cat >>confdefs.h
<<_ACEOF
15036 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15042 CFLAGS
="$ac_save_CFLAGS"
15044 if test "$ac_cv_func_dlopen" = no
15046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15047 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15048 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15049 $as_echo_n "(cached) " >&6
15051 ac_check_lib_save_LIBS
=$LIBS
15053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15054 /* end confdefs.h. */
15056 /* Override any GCC internal prototype to avoid an error.
15057 Use char because int might match the return type of a GCC
15058 builtin and then its argument prototype would still apply. */
15071 if ac_fn_c_try_link
"$LINENO"; then :
15072 ac_cv_lib_dl_dlopen
=yes
15074 ac_cv_lib_dl_dlopen
=no
15076 rm -f core conftest.err conftest.
$ac_objext \
15077 conftest
$ac_exeext conftest.
$ac_ext
15078 LIBS
=$ac_check_lib_save_LIBS
15080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15081 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15082 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15083 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15089 ac_wine_check_funcs_save_LIBS
="$LIBS"
15090 LIBS
="$LIBS $DL_LIBS"
15091 for ac_func
in dladdr
15093 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15094 if test "x$ac_cv_func_dladdr" = xyes
; then :
15095 cat >>confdefs.h
<<_ACEOF
15096 #define HAVE_DLADDR 1
15102 LIBS
="$ac_wine_check_funcs_save_LIBS"
15104 if test "$ac_cv_func_poll" = no
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15107 $as_echo_n "checking for poll in -lpoll... " >&6; }
15108 if ${ac_cv_lib_poll_poll+:} false
; then :
15109 $as_echo_n "(cached) " >&6
15111 ac_check_lib_save_LIBS
=$LIBS
15112 LIBS
="-lpoll $LIBS"
15113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15114 /* end confdefs.h. */
15116 /* Override any GCC internal prototype to avoid an error.
15117 Use char because int might match the return type of a GCC
15118 builtin and then its argument prototype would still apply. */
15131 if ac_fn_c_try_link
"$LINENO"; then :
15132 ac_cv_lib_poll_poll
=yes
15134 ac_cv_lib_poll_poll
=no
15136 rm -f core conftest.err conftest.
$ac_objext \
15137 conftest
$ac_exeext conftest.
$ac_ext
15138 LIBS
=$ac_check_lib_save_LIBS
15140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15141 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15142 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15143 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15151 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15152 if ${ac_cv_search_gethostbyname+:} false
; then :
15153 $as_echo_n "(cached) " >&6
15155 ac_func_search_save_LIBS
=$LIBS
15156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15157 /* end confdefs.h. */
15159 /* Override any GCC internal prototype to avoid an error.
15160 Use char because int might match the return type of a GCC
15161 builtin and then its argument prototype would still apply. */
15165 char gethostbyname ();
15169 return gethostbyname ();
15174 for ac_lib
in '' nsl
; do
15175 if test -z "$ac_lib"; then
15176 ac_res
="none required"
15179 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15181 if ac_fn_c_try_link
"$LINENO"; then :
15182 ac_cv_search_gethostbyname
=$ac_res
15184 rm -f core conftest.err conftest.
$ac_objext \
15186 if ${ac_cv_search_gethostbyname+:} false
; then :
15190 if ${ac_cv_search_gethostbyname+:} false
; then :
15193 ac_cv_search_gethostbyname
=no
15195 rm conftest.
$ac_ext
15196 LIBS
=$ac_func_search_save_LIBS
15198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15199 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15200 ac_res
=$ac_cv_search_gethostbyname
15201 if test "$ac_res" != no
; then :
15202 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15208 $as_echo_n "checking for library containing connect... " >&6; }
15209 if ${ac_cv_search_connect+:} false
; then :
15210 $as_echo_n "(cached) " >&6
15212 ac_func_search_save_LIBS
=$LIBS
15213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15214 /* end confdefs.h. */
15216 /* Override any GCC internal prototype to avoid an error.
15217 Use char because int might match the return type of a GCC
15218 builtin and then its argument prototype would still apply. */
15231 for ac_lib
in '' socket
; do
15232 if test -z "$ac_lib"; then
15233 ac_res
="none required"
15236 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15238 if ac_fn_c_try_link
"$LINENO"; then :
15239 ac_cv_search_connect
=$ac_res
15241 rm -f core conftest.err conftest.
$ac_objext \
15243 if ${ac_cv_search_connect+:} false
; then :
15247 if ${ac_cv_search_connect+:} false
; then :
15250 ac_cv_search_connect
=no
15252 rm conftest.
$ac_ext
15253 LIBS
=$ac_func_search_save_LIBS
15255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15256 $as_echo "$ac_cv_search_connect" >&6; }
15257 ac_res
=$ac_cv_search_connect
15258 if test "$ac_res" != no
; then :
15259 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15265 $as_echo_n "checking for library containing inet_aton... " >&6; }
15266 if ${ac_cv_search_inet_aton+:} false
; then :
15267 $as_echo_n "(cached) " >&6
15269 ac_func_search_save_LIBS
=$LIBS
15270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15271 /* end confdefs.h. */
15273 /* Override any GCC internal prototype to avoid an error.
15274 Use char because int might match the return type of a GCC
15275 builtin and then its argument prototype would still apply. */
15283 return inet_aton ();
15288 for ac_lib
in '' resolv
; do
15289 if test -z "$ac_lib"; then
15290 ac_res
="none required"
15293 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15295 if ac_fn_c_try_link
"$LINENO"; then :
15296 ac_cv_search_inet_aton
=$ac_res
15298 rm -f core conftest.err conftest.
$ac_objext \
15300 if ${ac_cv_search_inet_aton+:} false
; then :
15304 if ${ac_cv_search_inet_aton+:} false
; then :
15307 ac_cv_search_inet_aton
=no
15309 rm conftest.
$ac_ext
15310 LIBS
=$ac_func_search_save_LIBS
15312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15313 $as_echo "$ac_cv_search_inet_aton" >&6; }
15314 ac_res
=$ac_cv_search_inet_aton
15315 if test "$ac_res" != no
; then :
15316 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15336 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15337 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15338 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15339 cat >>confdefs.h
<<_ACEOF
15340 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15349 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15350 if ${ac_cv_search_clock_gettime+:} false
; then :
15351 $as_echo_n "(cached) " >&6
15353 ac_func_search_save_LIBS
=$LIBS
15354 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15355 /* end confdefs.h. */
15357 /* Override any GCC internal prototype to avoid an error.
15358 Use char because int might match the return type of a GCC
15359 builtin and then its argument prototype would still apply. */
15363 char clock_gettime ();
15367 return clock_gettime ();
15372 for ac_lib
in '' rt
; do
15373 if test -z "$ac_lib"; then
15374 ac_res
="none required"
15377 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15379 if ac_fn_c_try_link
"$LINENO"; then :
15380 ac_cv_search_clock_gettime
=$ac_res
15382 rm -f core conftest.err conftest.
$ac_objext \
15384 if ${ac_cv_search_clock_gettime+:} false
; then :
15388 if ${ac_cv_search_clock_gettime+:} false
; then :
15391 ac_cv_search_clock_gettime
=no
15393 rm conftest.
$ac_ext
15394 LIBS
=$ac_func_search_save_LIBS
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15397 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15398 ac_res
=$ac_cv_search_clock_gettime
15399 if test "$ac_res" != no
; then :
15400 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15402 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15404 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15412 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15414 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15416 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15418 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15419 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15420 $as_echo_n "(cached) " >&6
15422 ac_check_lib_save_LIBS
=$LIBS
15423 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15425 /* end confdefs.h. */
15427 /* Override any GCC internal prototype to avoid an error.
15428 Use char because int might match the return type of a GCC
15429 builtin and then its argument prototype would still apply. */
15433 char ldap_initialize ();
15437 return ldap_initialize ();
15442 if ac_fn_c_try_link
"$LINENO"; then :
15443 ac_cv_lib_ldap_r_ldap_initialize
=yes
15445 ac_cv_lib_ldap_r_ldap_initialize
=no
15447 rm -f core conftest.err conftest.
$ac_objext \
15448 conftest
$ac_exeext conftest.
$ac_ext
15449 LIBS
=$ac_check_lib_save_LIBS
15451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15452 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15453 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15455 $as_echo_n "checking for ber_init in -llber... " >&6; }
15456 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15457 $as_echo_n "(cached) " >&6
15459 ac_check_lib_save_LIBS
=$LIBS
15460 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15461 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15462 /* end confdefs.h. */
15464 /* Override any GCC internal prototype to avoid an error.
15465 Use char because int might match the return type of a GCC
15466 builtin and then its argument prototype would still apply. */
15474 return ber_init ();
15479 if ac_fn_c_try_link
"$LINENO"; then :
15480 ac_cv_lib_lber_ber_init
=yes
15482 ac_cv_lib_lber_ber_init
=no
15484 rm -f core conftest.err conftest.
$ac_objext \
15485 conftest
$ac_exeext conftest.
$ac_ext
15486 LIBS
=$ac_check_lib_save_LIBS
15488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15489 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15490 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15492 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15494 LDAP_LIBS
="-lldap_r -llber"
15501 ac_wine_check_funcs_save_LIBS
="$LIBS"
15502 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15504 ldap_count_references \
15505 ldap_first_reference \
15506 ldap_next_reference \
15507 ldap_parse_reference \
15508 ldap_parse_sort_control \
15509 ldap_parse_sortresponse_control \
15510 ldap_parse_vlv_control \
15511 ldap_parse_vlvresponse_control
15513 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15514 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15515 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15516 cat >>confdefs.h
<<_ACEOF
15517 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15523 LIBS
="$ac_wine_check_funcs_save_LIBS"
15525 if test "x$LDAP_LIBS" = "x"; then :
15526 case "x$with_ldap" in
15527 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15529 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15530 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15535 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15536 if ${wine_cv_one_arg_mkdir+:} false
; then :
15537 $as_echo_n "(cached) " >&6
15539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15540 /* end confdefs.h. */
15541 #include <sys/stat.h>
15550 if ac_fn_c_try_compile
"$LINENO"; then :
15551 wine_cv_one_arg_mkdir
=yes
15553 wine_cv_one_arg_mkdir
=no
15555 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15558 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15559 if test "$wine_cv_one_arg_mkdir" = "yes"
15562 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15567 $as_echo_n "checking for sched_setaffinity... " >&6; }
15568 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15569 $as_echo_n "(cached) " >&6
15571 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15572 /* end confdefs.h. */
15573 #define _GNU_SOURCE
15578 sched_setaffinity(0, 0, 0);
15583 if ac_fn_c_try_link
"$LINENO"; then :
15584 wine_cv_have_sched_setaffinity
=yes
15586 wine_cv_have_sched_setaffinity
=no
15588 rm -f core conftest.err conftest.
$ac_objext \
15589 conftest
$ac_exeext conftest.
$ac_ext
15591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15592 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15593 if test "$wine_cv_have_sched_setaffinity" = "yes"
15596 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15601 $as_echo_n "checking for fallocate... " >&6; }
15602 if ${wine_cv_have_fallocate+:} false
; then :
15603 $as_echo_n "(cached) " >&6
15605 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15606 /* end confdefs.h. */
15607 #define _GNU_SOURCE
15612 fallocate(-1, 0, 0, 0);
15617 if ac_fn_c_try_link
"$LINENO"; then :
15618 wine_cv_have_fallocate
=yes
15620 wine_cv_have_fallocate
=no
15622 rm -f core conftest.err conftest.
$ac_objext \
15623 conftest
$ac_exeext conftest.
$ac_ext
15625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15626 $as_echo "$wine_cv_have_fallocate" >&6; }
15627 if test "$wine_cv_have_fallocate" = "yes"
15630 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15636 $as_echo_n "checking for inline... " >&6; }
15637 if ${ac_cv_c_inline+:} false
; then :
15638 $as_echo_n "(cached) " >&6
15641 for ac_kw
in inline __inline__ __inline
; do
15642 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15643 /* end confdefs.h. */
15644 #ifndef __cplusplus
15646 static $ac_kw foo_t static_foo () {return 0; }
15647 $ac_kw foo_t foo () {return 0; }
15651 if ac_fn_c_try_compile
"$LINENO"; then :
15652 ac_cv_c_inline
=$ac_kw
15654 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15655 test "$ac_cv_c_inline" != no
&& break
15659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15660 $as_echo "$ac_cv_c_inline" >&6; }
15662 case $ac_cv_c_inline in
15665 case $ac_cv_c_inline in
15667 *) ac_val
=$ac_cv_c_inline;;
15669 cat >>confdefs.h
<<_ACEOF
15670 #ifndef __cplusplus
15671 #define inline $ac_val
15677 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15678 if test "x$ac_cv_type_mode_t" = xyes
; then :
15680 cat >>confdefs.h
<<_ACEOF
15681 #define HAVE_MODE_T 1
15686 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15687 if test "x$ac_cv_type_off_t" = xyes
; then :
15689 cat >>confdefs.h
<<_ACEOF
15690 #define HAVE_OFF_T 1
15695 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15696 if test "x$ac_cv_type_pid_t" = xyes
; then :
15698 cat >>confdefs.h
<<_ACEOF
15699 #define HAVE_PID_T 1
15704 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15705 if test "x$ac_cv_type_size_t" = xyes
; then :
15707 cat >>confdefs.h
<<_ACEOF
15708 #define HAVE_SIZE_T 1
15713 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15714 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15716 cat >>confdefs.h
<<_ACEOF
15717 #define HAVE_SSIZE_T 1
15722 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15723 if test "x$ac_cv_type_long_long" = xyes
; then :
15725 cat >>confdefs.h
<<_ACEOF
15726 #define HAVE_LONG_LONG 1
15731 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15732 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15734 cat >>confdefs.h
<<_ACEOF
15735 #define HAVE_FSBLKCNT_T 1
15740 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15741 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15743 cat >>confdefs.h
<<_ACEOF
15744 #define HAVE_FSFILCNT_T 1
15750 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15751 #include <signal.h>
15753 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15755 cat >>confdefs.h
<<_ACEOF
15756 #define HAVE_SIGSET_T 1
15762 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15764 if test "x$ac_cv_type_request_sense" = xyes
; then :
15766 cat >>confdefs.h
<<_ACEOF
15767 #define HAVE_REQUEST_SENSE 1
15774 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15775 #ifdef HAVE_SYS_SOCKET_H
15776 #include <sys/socket.h>
15778 #ifdef HAVE_SYS_SOCKETVAR_H
15779 #include <sys/socketvar.h>
15781 #ifdef HAVE_NET_ROUTE_H
15782 #include <net/route.h>
15784 #ifdef HAVE_NETINET_IN_H
15785 #include <netinet/in.h>
15787 #ifdef HAVE_NETINET_IN_SYSTM_H
15788 #include <netinet/in_systm.h>
15790 #ifdef HAVE_NETINET_IP_H
15791 #include <netinet/ip.h>
15793 #ifdef HAVE_NETINET_IN_PCB_H
15794 #include <netinet/in_pcb.h>
15797 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15799 cat >>confdefs.h
<<_ACEOF
15800 #define HAVE_STRUCT_XINPGEN 1
15807 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15810 #ifdef HAVE_SYS_LINK_H
15811 #include <sys/link.h>
15814 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15816 cat >>confdefs.h
<<_ACEOF
15817 #define HAVE_STRUCT_R_DEBUG 1
15822 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15825 #ifdef HAVE_SYS_LINK_H
15826 #include <sys/link.h>
15829 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15831 cat >>confdefs.h
<<_ACEOF
15832 #define HAVE_STRUCT_LINK_MAP 1
15839 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15840 #include <linux/input.h>
15843 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15845 cat >>confdefs.h
<<_ACEOF
15846 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15854 $as_echo_n "checking for sigaddset... " >&6; }
15855 if ${wine_cv_have_sigaddset+:} false
; then :
15856 $as_echo_n "(cached) " >&6
15858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15859 /* end confdefs.h. */
15860 #include <signal.h>
15864 sigset_t set; sigaddset(&set,SIGTERM);
15869 if ac_fn_c_try_link
"$LINENO"; then :
15870 wine_cv_have_sigaddset
=yes
15872 wine_cv_have_sigaddset
=no
15874 rm -f core conftest.err conftest.
$ac_objext \
15875 conftest
$ac_exeext conftest.
$ac_ext
15877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15878 $as_echo "$wine_cv_have_sigaddset" >&6; }
15879 if test "$wine_cv_have_sigaddset" = "yes"
15882 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15888 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15889 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15890 $as_echo_n "(cached) " >&6
15892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15893 /* end confdefs.h. */
15901 struct hostent *result;
15908 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15909 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15915 if ac_fn_c_try_link
"$LINENO"; then :
15916 wine_cv_linux_gethostbyname_r_6
=yes
15918 wine_cv_linux_gethostbyname_r_6
=no
15921 rm -f core conftest.err conftest.
$ac_objext \
15922 conftest
$ac_exeext conftest.
$ac_ext
15925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15926 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15927 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15930 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15934 if test "$ac_cv_header_linux_joystick_h" = "yes"
15936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15937 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15938 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15939 $as_echo_n "(cached) " >&6
15941 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15942 /* end confdefs.h. */
15944 #include <sys/ioctl.h>
15945 #include <sys/types.h>
15946 #include <linux/joystick.h>
15948 struct js_event blub;
15949 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15950 #error "no 2.2 header"
15961 if ac_fn_c_try_compile
"$LINENO"; then :
15962 wine_cv_linux_joystick_22_api
=yes
15964 wine_cv_linux_joystick_22_api
=no
15966 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15970 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15971 if test "$wine_cv_linux_joystick_22_api" = "yes"
15974 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15980 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15981 #ifdef HAVE_SYS_PARAM_H
15982 # include <sys/param.h>
15984 #ifdef HAVE_SYS_MOUNT_H
15985 # include <sys/mount.h>
15987 #ifdef HAVE_SYS_VFS_H
15988 # include <sys/vfs.h>
15990 #ifdef HAVE_SYS_STATFS_H
15991 # include <sys/statfs.h>
15994 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15996 cat >>confdefs.h
<<_ACEOF
15997 #define HAVE_STRUCT_STATFS_F_BFREE 1
16002 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16003 #ifdef HAVE_SYS_PARAM_H
16004 # include <sys/param.h>
16006 #ifdef HAVE_SYS_MOUNT_H
16007 # include <sys/mount.h>
16009 #ifdef HAVE_SYS_VFS_H
16010 # include <sys/vfs.h>
16012 #ifdef HAVE_SYS_STATFS_H
16013 # include <sys/statfs.h>
16016 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16018 cat >>confdefs.h
<<_ACEOF
16019 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16024 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16025 #ifdef HAVE_SYS_PARAM_H
16026 # include <sys/param.h>
16028 #ifdef HAVE_SYS_MOUNT_H
16029 # include <sys/mount.h>
16031 #ifdef HAVE_SYS_VFS_H
16032 # include <sys/vfs.h>
16034 #ifdef HAVE_SYS_STATFS_H
16035 # include <sys/statfs.h>
16038 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16040 cat >>confdefs.h
<<_ACEOF
16041 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16046 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16047 #ifdef HAVE_SYS_PARAM_H
16048 # include <sys/param.h>
16050 #ifdef HAVE_SYS_MOUNT_H
16051 # include <sys/mount.h>
16053 #ifdef HAVE_SYS_VFS_H
16054 # include <sys/vfs.h>
16056 #ifdef HAVE_SYS_STATFS_H
16057 # include <sys/statfs.h>
16060 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16062 cat >>confdefs.h
<<_ACEOF
16063 #define HAVE_STRUCT_STATFS_F_FFREE 1
16068 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16069 #ifdef HAVE_SYS_PARAM_H
16070 # include <sys/param.h>
16072 #ifdef HAVE_SYS_MOUNT_H
16073 # include <sys/mount.h>
16075 #ifdef HAVE_SYS_VFS_H
16076 # include <sys/vfs.h>
16078 #ifdef HAVE_SYS_STATFS_H
16079 # include <sys/statfs.h>
16082 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16084 cat >>confdefs.h
<<_ACEOF
16085 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16090 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16091 #ifdef HAVE_SYS_PARAM_H
16092 # include <sys/param.h>
16094 #ifdef HAVE_SYS_MOUNT_H
16095 # include <sys/mount.h>
16097 #ifdef HAVE_SYS_VFS_H
16098 # include <sys/vfs.h>
16100 #ifdef HAVE_SYS_STATFS_H
16101 # include <sys/statfs.h>
16104 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16106 cat >>confdefs.h
<<_ACEOF
16107 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16114 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16115 #include <sys/statvfs.h>
16118 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16120 cat >>confdefs.h
<<_ACEOF
16121 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16128 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16129 #include <dirent.h>
16132 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16134 cat >>confdefs.h
<<_ACEOF
16135 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16142 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16143 #ifdef HAVE_SYS_SOCKET_H
16144 # include <sys/socket.h>
16146 #ifdef HAVE_SYS_UN_H
16147 # include <sys/un.h>
16150 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16152 cat >>confdefs.h
<<_ACEOF
16153 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16158 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16159 #ifdef HAVE_SYS_SOCKET_H
16160 # include <sys/socket.h>
16162 #ifdef HAVE_SYS_UN_H
16163 # include <sys/un.h>
16166 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16168 cat >>confdefs.h
<<_ACEOF
16169 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16174 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16175 #ifdef HAVE_SYS_SOCKET_H
16176 # include <sys/socket.h>
16178 #ifdef HAVE_SYS_UN_H
16179 # include <sys/un.h>
16182 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16184 cat >>confdefs.h
<<_ACEOF
16185 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16192 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16193 #ifdef HAVE_SCSI_SG_H
16194 #include <scsi/sg.h>
16197 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16199 cat >>confdefs.h
<<_ACEOF
16200 #define HAVE_SCSIREQ_T_CMD 1
16205 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>
16206 #ifdef HAVE_SCSI_SG_H
16207 #include <scsi/sg.h>
16210 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16212 cat >>confdefs.h
<<_ACEOF
16213 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16220 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16222 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16224 cat >>confdefs.h
<<_ACEOF
16225 #define HAVE_SIGINFO_T_SI_FD 1
16232 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16233 #ifdef HAVE_SYS_MTIO_H
16234 #include <sys/mtio.h>
16237 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16239 cat >>confdefs.h
<<_ACEOF
16240 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16245 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16246 #ifdef HAVE_SYS_MTIO_H
16247 #include <sys/mtio.h>
16250 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16252 cat >>confdefs.h
<<_ACEOF
16253 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16258 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16259 #ifdef HAVE_SYS_MTIO_H
16260 #include <sys/mtio.h>
16263 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16265 cat >>confdefs.h
<<_ACEOF
16266 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16273 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16274 #include <getopt.h>
16277 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16279 cat >>confdefs.h
<<_ACEOF
16280 #define HAVE_STRUCT_OPTION_NAME 1
16287 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16288 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16290 cat >>confdefs.h
<<_ACEOF
16291 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16296 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16297 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16299 cat >>confdefs.h
<<_ACEOF
16300 #define HAVE_STRUCT_STAT_ST_MTIM 1
16305 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16306 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16308 cat >>confdefs.h
<<_ACEOF
16309 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16314 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16315 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16317 cat >>confdefs.h
<<_ACEOF
16318 #define HAVE_STRUCT_STAT_ST_CTIM 1
16323 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16324 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16326 cat >>confdefs.h
<<_ACEOF
16327 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16332 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16333 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16335 cat >>confdefs.h
<<_ACEOF
16336 #define HAVE_STRUCT_STAT_ST_ATIM 1
16341 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16342 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16344 cat >>confdefs.h
<<_ACEOF
16345 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16350 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16351 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16353 cat >>confdefs.h
<<_ACEOF
16354 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16359 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16360 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16362 cat >>confdefs.h
<<_ACEOF
16363 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16368 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16369 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16371 cat >>confdefs.h
<<_ACEOF
16372 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16377 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16378 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16380 cat >>confdefs.h
<<_ACEOF
16381 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16386 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16387 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16389 cat >>confdefs.h
<<_ACEOF
16390 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16397 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
16398 #include <sys/types.h>
16400 #ifdef HAVE_NETINET_IN_H
16401 #include <netinet/in.h>
16404 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16406 cat >>confdefs.h
<<_ACEOF
16407 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16414 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16415 #include <resolv.h>
16418 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16420 cat >>confdefs.h
<<_ACEOF
16421 #define HAVE_STRUCT___RES_STATE 1
16428 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
16429 #include <resolv.h>
16432 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16434 cat >>confdefs.h
<<_ACEOF
16435 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16442 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16443 #include <sys/types.h>
16445 #ifdef HAVE_NETINET_IN_H
16446 # include <netinet/in.h>
16448 #ifdef HAVE_ARPA_NAMESER_H
16449 # include <arpa/nameser.h>
16452 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16454 cat >>confdefs.h
<<_ACEOF
16455 #define HAVE_NS_MSG__MSG_PTR 1
16462 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16463 #include <sys/types.h>
16465 #ifdef HAVE_NETINET_IP_H
16466 #include <netinet/ip.h>
16468 #ifdef HAVE_NETINET_IP_ICMP_H
16469 #include <netinet/ip_icmp.h>
16471 #ifdef HAVE_NETINET_ICMP_VAR_H
16472 #include <netinet/icmp_var.h>
16475 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16477 cat >>confdefs.h
<<_ACEOF
16478 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16485 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16486 #include <sys/types.h>
16488 #ifdef HAVE_ALIAS_H
16491 #ifdef HAVE_SYS_SOCKET_H
16492 #include <sys/socket.h>
16494 #ifdef HAVE_SYS_SOCKETVAR_H
16495 #include <sys/socketvar.h>
16497 #ifdef HAVE_SYS_TIMEOUT_H
16498 #include <sys/timeout.h>
16500 #ifdef HAVE_NETINET_IN_H
16501 #include <netinet/in.h>
16503 #ifdef HAVE_NETINET_IN_SYSTM_H
16504 #include <netinet/in_systm.h>
16506 #ifdef HAVE_NETINET_IP_H
16507 #include <netinet/ip.h>
16509 #ifdef HAVE_NETINET_IP_VAR_H
16510 #include <netinet/ip_var.h>
16512 #ifdef HAVE_NETINET_IP_ICMP_H
16513 #include <netinet/ip_icmp.h>
16515 #ifdef HAVE_NETINET_ICMP_VAR_H
16516 #include <netinet/icmp_var.h>
16519 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16521 cat >>confdefs.h
<<_ACEOF
16522 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16529 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16530 #include <sys/types.h>
16532 #ifdef HAVE_SYS_SOCKETVAR_H
16533 #include <sys/socketvar.h>
16535 #ifdef HAVE_NETINET_IN_H
16536 #include <netinet/in.h>
16538 #ifdef HAVE_NETINET_IP_VAR_H
16539 #include <netinet/ip_var.h>
16542 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16544 cat >>confdefs.h
<<_ACEOF
16545 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16552 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
16553 #include <netinet/ip_var.h>
16556 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16558 cat >>confdefs.h
<<_ACEOF
16559 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16566 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16567 #include <sys/types.h>
16569 #ifdef HAVE_SYS_SOCKETVAR_H
16570 #include <sys/socketvar.h>
16572 #ifdef HAVE_NETINET_IN_H
16573 #include <netinet/in.h>
16575 #ifdef HAVE_NETINET_TCP_H
16576 #include <netinet/tcp.h>
16578 #ifdef HAVE_NETINET_TCP_VAR_H
16579 #include <netinet/tcp_var.h>
16582 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16584 cat >>confdefs.h
<<_ACEOF
16585 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16592 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
16593 #include <netinet/tcp_var.h>
16596 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16598 cat >>confdefs.h
<<_ACEOF
16599 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16606 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16607 #include <sys/types.h>
16609 #ifdef HAVE_NETINET_IN_H
16610 #include <netinet/in.h>
16612 #ifdef HAVE_NETINET_IP_VAR_H
16613 #include <netinet/ip_var.h>
16615 #ifdef HAVE_NETINET_UDP_H
16616 #include <netinet/udp.h>
16618 #ifdef HAVE_NETINET_UDP_VAR_H
16619 #include <netinet/udp_var.h>
16622 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16624 cat >>confdefs.h
<<_ACEOF
16625 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16632 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16633 #include <sys/types.h>
16635 #ifdef HAVE_NET_IF_H
16636 # include <net/if.h>
16639 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16641 cat >>confdefs.h
<<_ACEOF
16642 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16650 $as_echo_n "checking for timezone variable... " >&6; }
16651 if ${ac_cv_have_timezone+:} false
; then :
16652 $as_echo_n "(cached) " >&6
16654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16655 /* end confdefs.h. */
16665 if ac_fn_c_try_link
"$LINENO"; then :
16666 ac_cv_have_timezone
="yes"
16668 ac_cv_have_timezone
="no"
16670 rm -f core conftest.err conftest.
$ac_objext \
16671 conftest
$ac_exeext conftest.
$ac_ext
16673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16674 $as_echo "$ac_cv_have_timezone" >&6; }
16675 if test "$ac_cv_have_timezone" = "yes"
16678 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16682 $as_echo_n "checking for daylight variable... " >&6; }
16683 if ${ac_cv_have_daylight+:} false
; then :
16684 $as_echo_n "(cached) " >&6
16686 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16687 /* end confdefs.h. */
16697 if ac_fn_c_try_link
"$LINENO"; then :
16698 ac_cv_have_daylight
="yes"
16700 ac_cv_have_daylight
="no"
16702 rm -f core conftest.err conftest.
$ac_objext \
16703 conftest
$ac_exeext conftest.
$ac_ext
16705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16706 $as_echo "$ac_cv_have_daylight" >&6; }
16707 if test "$ac_cv_have_daylight" = "yes"
16710 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16714 ac_save_LIBS
="$LIBS"
16716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16717 $as_echo_n "checking for isfinite... " >&6; }
16718 if ${ac_cv_have_isfinite+:} false
; then :
16719 $as_echo_n "(cached) " >&6
16721 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16722 /* end confdefs.h. */
16723 #define _GNU_SOURCE
16728 float f = 0.0; return isfinite(f)
16733 if ac_fn_c_try_link
"$LINENO"; then :
16734 ac_cv_have_isfinite
="yes"
16736 ac_cv_have_isfinite
="no"
16738 rm -f core conftest.err conftest.
$ac_objext \
16739 conftest
$ac_exeext conftest.
$ac_ext
16741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16742 $as_echo "$ac_cv_have_isfinite" >&6; }
16743 if test "$ac_cv_have_isfinite" = "yes"
16746 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16751 $as_echo_n "checking for isinf... " >&6; }
16752 if ${ac_cv_have_isinf+:} false
; then :
16753 $as_echo_n "(cached) " >&6
16755 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16756 /* end confdefs.h. */
16761 float f = 0.0; return isinf(f)
16766 if ac_fn_c_try_link
"$LINENO"; then :
16767 ac_cv_have_isinf
="yes"
16769 ac_cv_have_isinf
="no"
16771 rm -f core conftest.err conftest.
$ac_objext \
16772 conftest
$ac_exeext conftest.
$ac_ext
16774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16775 $as_echo "$ac_cv_have_isinf" >&6; }
16776 if test "$ac_cv_have_isinf" = "yes"
16779 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16784 $as_echo_n "checking for isnan... " >&6; }
16785 if ${ac_cv_have_isnan+:} false
; then :
16786 $as_echo_n "(cached) " >&6
16788 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16789 /* end confdefs.h. */
16794 float f = 0.0; return isnan(f)
16799 if ac_fn_c_try_link
"$LINENO"; then :
16800 ac_cv_have_isnan
="yes"
16802 ac_cv_have_isnan
="no"
16804 rm -f core conftest.err conftest.
$ac_objext \
16805 conftest
$ac_exeext conftest.
$ac_ext
16807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16808 $as_echo "$ac_cv_have_isnan" >&6; }
16809 if test "$ac_cv_have_isnan" = "yes"
16812 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16841 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16842 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16843 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16844 cat >>confdefs.h
<<_ACEOF
16845 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16851 LIBS
="$ac_save_LIBS"
16853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16854 $as_echo_n "checking for __builtin_clz... " >&6; }
16855 if ${ac_cv_have___builtin_clz+:} false
; then :
16856 $as_echo_n "(cached) " >&6
16858 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16859 /* end confdefs.h. */
16864 return __builtin_clz(1)
16869 if ac_fn_c_try_link
"$LINENO"; then :
16870 ac_cv_have___builtin_clz
="yes"
16872 ac_cv_have___builtin_clz
="no"
16874 rm -f core conftest.err conftest.
$ac_objext \
16875 conftest
$ac_exeext conftest.
$ac_ext
16877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16878 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16879 if test "$ac_cv_have___builtin_clz" = "yes"
16882 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16888 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16889 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16890 if ${ac_cv_cpp_def___i386__+:} false
; then :
16891 $as_echo_n "(cached) " >&6
16893 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16894 /* end confdefs.h. */
16899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16900 $EGREP "yes" >/dev
/null
2>&1; then :
16901 ac_cv_cpp_def___i386__
=yes
16903 ac_cv_cpp_def___i386__
=no
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16909 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16910 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16911 CFLAGS
="$CFLAGS -D__i386__"
16912 LINTFLAGS
="$LINTFLAGS -D__i386__"
16914 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16915 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16916 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16917 $as_echo_n "(cached) " >&6
16919 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16920 /* end confdefs.h. */
16925 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16926 $EGREP "yes" >/dev
/null
2>&1; then :
16927 ac_cv_cpp_def___x86_64__
=yes
16929 ac_cv_cpp_def___x86_64__
=no
16934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16935 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16936 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16937 CFLAGS
="$CFLAGS -D__x86_64__"
16938 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16940 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16941 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16942 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16943 $as_echo_n "(cached) " >&6
16945 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16946 /* end confdefs.h. */
16947 #ifndef __sparc64__
16951 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16952 $EGREP "yes" >/dev
/null
2>&1; then :
16953 ac_cv_cpp_def___sparc64__
=yes
16955 ac_cv_cpp_def___sparc64__
=no
16960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16961 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16962 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16963 CFLAGS
="$CFLAGS -D__sparc64__"
16964 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16966 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16967 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16968 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16969 $as_echo_n "(cached) " >&6
16971 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16972 /* end confdefs.h. */
16977 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16978 $EGREP "yes" >/dev
/null
2>&1; then :
16979 ac_cv_cpp_def___sparc__
=yes
16981 ac_cv_cpp_def___sparc__
=no
16986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16987 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16988 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16989 CFLAGS
="$CFLAGS -D__sparc__"
16990 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16992 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16993 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16994 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16995 $as_echo_n "(cached) " >&6
16997 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16998 /* end confdefs.h. */
16999 #ifndef __powerpc64__
17003 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17004 $EGREP "yes" >/dev
/null
2>&1; then :
17005 ac_cv_cpp_def___powerpc64__
=yes
17007 ac_cv_cpp_def___powerpc64__
=no
17012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17013 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17014 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17015 CFLAGS
="$CFLAGS -D__powerpc64__"
17016 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17018 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17019 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17020 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17021 $as_echo_n "(cached) " >&6
17023 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17024 /* end confdefs.h. */
17025 #ifndef __powerpc__
17029 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17030 $EGREP "yes" >/dev
/null
2>&1; then :
17031 ac_cv_cpp_def___powerpc__
=yes
17033 ac_cv_cpp_def___powerpc__
=no
17038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17039 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17040 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17041 CFLAGS
="$CFLAGS -D__powerpc__"
17042 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17044 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17045 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17046 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17047 $as_echo_n "(cached) " >&6
17049 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17050 /* end confdefs.h. */
17051 #ifndef __aarch64__
17055 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17056 $EGREP "yes" >/dev
/null
2>&1; then :
17057 ac_cv_cpp_def___aarch64__
=yes
17059 ac_cv_cpp_def___aarch64__
=no
17064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17065 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17066 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17067 CFLAGS
="$CFLAGS -D__aarch64__"
17068 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17070 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17071 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17072 if ${ac_cv_cpp_def___arm__+:} false
; then :
17073 $as_echo_n "(cached) " >&6
17075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17076 /* end confdefs.h. */
17081 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17082 $EGREP "yes" >/dev
/null
2>&1; then :
17083 ac_cv_cpp_def___arm__
=yes
17085 ac_cv_cpp_def___arm__
=no
17090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17091 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17092 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17093 CFLAGS
="$CFLAGS -D__arm__"
17094 LINTFLAGS
="$LINTFLAGS -D__arm__"
17098 case $host_vendor in
17099 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17100 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17101 if ${ac_cv_cpp_def___sun__+:} false
; then :
17102 $as_echo_n "(cached) " >&6
17104 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17105 /* end confdefs.h. */
17110 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17111 $EGREP "yes" >/dev
/null
2>&1; then :
17112 ac_cv_cpp_def___sun__
=yes
17114 ac_cv_cpp_def___sun__
=no
17119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17120 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17121 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17122 CFLAGS
="$CFLAGS -D__sun__"
17123 LINTFLAGS
="$LINTFLAGS -D__sun__"
17131 ac_config_commands
="$ac_config_commands include/stamp-h"
17133 $as_echo_n "creating Makefile rules..." >&6
17135 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17136 SOCKET_LIBS = $SOCKET_LIBS
17137 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17138 IOKIT_LIBS = $IOKIT_LIBS
17139 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17140 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17141 CORESERVICES_LIBS = $CORESERVICES_LIBS
17142 APPKIT_LIBS = $APPKIT_LIBS
17143 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17144 SECURITY_LIBS = $SECURITY_LIBS
17145 COREAUDIO_LIBS = $COREAUDIO_LIBS
17146 OPENAL_LIBS = $OPENAL_LIBS
17147 OPENCL_LIBS = $OPENCL_LIBS
17148 QUICKTIME_LIBS = $QUICKTIME_LIBS
17149 CARBON_LIBS = $CARBON_LIBS
17150 PTHREAD_LIBS = $PTHREAD_LIBS
17151 X_CFLAGS = $X_CFLAGS
17152 X_PRE_LIBS = $X_PRE_LIBS
17154 X_EXTRA_LIBS = $X_EXTRA_LIBS
17155 PCAP_LIBS = $PCAP_LIBS
17156 XML2_CFLAGS = $XML2_CFLAGS
17157 XML2_LIBS = $XML2_LIBS
17158 XSLT_CFLAGS = $XSLT_CFLAGS
17159 XSLT_LIBS = $XSLT_LIBS
17160 DBUS_CFLAGS = $DBUS_CFLAGS
17161 DBUS_LIBS = $DBUS_LIBS
17162 HAL_CFLAGS = $HAL_CFLAGS
17163 HAL_LIBS = $HAL_LIBS
17164 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17165 GNUTLS_LIBS = $GNUTLS_LIBS
17166 SANE_CFLAGS = $SANE_CFLAGS
17167 SANE_LIBS = $SANE_LIBS
17168 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17169 GPHOTO2_LIBS = $GPHOTO2_LIBS
17170 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17171 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17172 RESOLV_LIBS = $RESOLV_LIBS
17173 LCMS2_CFLAGS = $LCMS2_CFLAGS
17174 LCMS2_LIBS = $LCMS2_LIBS
17175 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17176 FREETYPE_LIBS = $FREETYPE_LIBS
17178 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17179 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17180 GSTREAMER_LIBS = $GSTREAMER_LIBS
17181 ALSA_LIBS = $ALSA_LIBS
17182 OSS4_CFLAGS = $OSS4_CFLAGS
17183 CAPI20_CFLAGS = $CAPI20_CFLAGS
17184 CAPI20_LIBS = $CAPI20_LIBS
17185 CUPS_CFLAGS = $CUPS_CFLAGS
17186 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17187 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17188 JPEG_CFLAGS = $JPEG_CFLAGS
17189 JPEG_LIBS = $JPEG_LIBS
17190 PNG_CFLAGS = $PNG_CFLAGS
17191 PNG_LIBS = $PNG_LIBS
17192 TIFF_CFLAGS = $TIFF_CFLAGS
17193 TIFF_LIBS = $TIFF_LIBS
17194 MPG123_CFLAGS = $MPG123_CFLAGS
17195 MPG123_LIBS = $MPG123_LIBS
17196 KSTAT_LIBS = $KSTAT_LIBS
17197 PROCSTAT_LIBS = $PROCSTAT_LIBS
17198 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17200 POLL_LIBS = $POLL_LIBS
17202 LDAP_LIBS = $LDAP_LIBS
17207 wine_fn_append_rule
"
17208 # Rules automatically generated by configure
17210 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17215 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17216 @./config.status Make.tmp Makefile"
17218 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17219 .gitignore: config.status
17220 @./config.status .gitignore"
17222 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17223 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17225 if test "x$enable_fonts" != xno
; then
17226 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17227 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17228 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17229 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17230 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17231 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17233 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17234 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17235 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17236 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17237 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17238 wine_fn_config_symlink wine
17239 if test "x$enable_win64" != xno
; then
17240 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17241 wine_fn_config_symlink wine64
17244 wine_fn_config_dll acledit enable_acledit
17245 wine_fn_config_dll aclui enable_aclui implib
17246 wine_fn_config_dll activeds enable_activeds implib
17247 wine_fn_config_dll actxprxy enable_actxprxy clean
17248 wine_fn_config_lib adsiid
17249 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17250 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17251 wine_fn_config_dll advpack enable_advpack implib
17252 wine_fn_config_test dlls
/advpack
/tests advpack_test
17253 wine_fn_config_dll amstream enable_amstream clean
17254 wine_fn_config_test dlls
/amstream
/tests amstream_test
17255 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17256 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17257 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17258 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17259 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17260 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17261 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17262 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17263 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17264 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17265 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17266 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17267 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17268 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17269 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17270 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17271 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17272 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17273 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17274 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17275 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17276 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17277 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17278 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17279 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17280 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17281 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17282 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17283 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17284 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17285 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17286 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17287 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17288 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17289 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17290 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17291 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17292 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17293 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17294 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17295 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17296 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17297 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17298 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17299 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17300 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17301 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17302 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17303 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17304 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17305 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17306 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17307 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17308 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17309 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17310 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17311 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17312 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17313 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17314 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17315 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17316 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17317 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17318 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17319 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17320 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17321 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17322 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17323 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17324 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17325 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17326 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17327 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17328 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17329 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17330 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17331 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17332 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17333 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17334 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17335 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17336 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17337 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17338 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17339 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17340 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17341 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17342 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17343 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17344 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17345 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17346 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17347 wine_fn_config_dll apphelp enable_apphelp
17348 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17349 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17350 wine_fn_config_dll atl enable_atl clean
,implib
17351 wine_fn_config_test dlls
/atl
/tests atl_test
17352 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17353 wine_fn_config_test dlls
/atl100
/tests atl100_test
17354 wine_fn_config_dll atl110 enable_atl110 clean
17355 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17356 wine_fn_config_test dlls
/atl80
/tests atl80_test
17357 wine_fn_config_dll atl90 enable_atl90 clean
17358 wine_fn_config_dll authz enable_authz
17359 wine_fn_config_dll avicap32 enable_avicap32 implib
17360 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17361 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17362 wine_fn_config_dll avifile.dll16 enable_win16
17363 wine_fn_config_dll avrt enable_avrt implib
17364 wine_fn_config_dll bcrypt enable_bcrypt
17365 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17366 wine_fn_config_dll browseui enable_browseui clean
,po
17367 wine_fn_config_test dlls
/browseui
/tests browseui_test
17368 wine_fn_config_dll cabinet enable_cabinet implib
17369 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17370 wine_fn_config_dll capi2032 enable_capi2032 implib
17371 wine_fn_config_dll cards enable_cards implib
17372 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17373 wine_fn_config_dll clusapi enable_clusapi implib
17374 wine_fn_config_dll combase enable_combase
17375 wine_fn_config_test dlls
/combase
/tests combase_test
17376 wine_fn_config_dll comcat enable_comcat
17377 wine_fn_config_test dlls
/comcat
/tests comcat_test
17378 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17379 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17380 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17381 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17382 wine_fn_config_dll
comm.drv16 enable_win16
17383 wine_fn_config_dll commdlg.dll16 enable_win16
17384 wine_fn_config_dll compobj.dll16 enable_win16
17385 wine_fn_config_dll compstui enable_compstui implib
17386 wine_fn_config_dll comsvcs enable_comsvcs implib
17387 wine_fn_config_dll connect enable_connect
17388 wine_fn_config_dll credui enable_credui implib
,po
17389 wine_fn_config_test dlls
/credui
/tests credui_test
17390 wine_fn_config_dll crtdll enable_crtdll implib
17391 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17392 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17393 wine_fn_config_dll cryptdlg enable_cryptdlg po
17394 wine_fn_config_dll cryptdll enable_cryptdll implib
17395 wine_fn_config_dll cryptext enable_cryptext
17396 wine_fn_config_dll cryptnet enable_cryptnet implib
17397 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17398 wine_fn_config_dll cryptui enable_cryptui implib
,po
17399 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17400 wine_fn_config_dll ctapi32 enable_ctapi32
17401 wine_fn_config_dll ctl3d.dll16 enable_win16
17402 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17403 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17404 wine_fn_config_dll d2d1 enable_d2d1 implib
17405 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17406 wine_fn_config_dll d3d10 enable_d3d10 implib
17407 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17408 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17409 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17410 wine_fn_config_dll d3d10core enable_d3d10core implib
17411 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17412 wine_fn_config_dll d3d11 enable_d3d11 implib
17413 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17414 wine_fn_config_dll d3d8 enable_d3d8 implib
17415 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17416 wine_fn_config_dll d3d9 enable_d3d9 implib
17417 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17418 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17419 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17420 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17421 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17422 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17423 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17424 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17425 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17426 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17427 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17428 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17429 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17430 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17431 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17432 wine_fn_config_dll d3dim enable_d3dim implib
17433 wine_fn_config_dll d3drm enable_d3drm implib
17434 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17435 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17436 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17437 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17438 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17439 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17440 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17441 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17442 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17443 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17444 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17445 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17446 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17447 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17448 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17449 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17450 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17451 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17452 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17453 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17454 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17455 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17456 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17457 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17458 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17459 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17460 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17461 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17462 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17463 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17464 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17465 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17466 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17467 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17468 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17469 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17470 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17471 wine_fn_config_dll davclnt enable_davclnt
17472 wine_fn_config_dll dbgeng enable_dbgeng implib
17473 wine_fn_config_dll dbghelp enable_dbghelp implib
17474 wine_fn_config_dll dciman32 enable_dciman32 implib
17475 wine_fn_config_dll ddeml.dll16 enable_win16
17476 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17477 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17478 wine_fn_config_dll ddrawex enable_ddrawex clean
17479 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17480 wine_fn_config_dll devenum enable_devenum clean
,po
17481 wine_fn_config_test dlls
/devenum
/tests devenum_test
17482 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17483 wine_fn_config_dll difxapi enable_difxapi
17484 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17485 wine_fn_config_test dlls
/dinput
/tests dinput_test
17486 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17487 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17488 wine_fn_config_dll dispdib.dll16 enable_win16
17489 wine_fn_config_dll dispex enable_dispex clean
17490 wine_fn_config_test dlls
/dispex
/tests dispex_test
17491 wine_fn_config_dll display.drv16 enable_win16
17492 wine_fn_config_dll dmband enable_dmband clean
17493 wine_fn_config_test dlls
/dmband
/tests dmband_test
17494 wine_fn_config_dll dmcompos enable_dmcompos clean
17495 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17496 wine_fn_config_dll dmime enable_dmime clean
17497 wine_fn_config_test dlls
/dmime
/tests dmime_test
17498 wine_fn_config_dll dmloader enable_dmloader clean
17499 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17500 wine_fn_config_dll dmscript enable_dmscript clean
17501 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17502 wine_fn_config_dll dmstyle enable_dmstyle clean
17503 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17504 wine_fn_config_dll dmsynth enable_dmsynth clean
17505 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17506 wine_fn_config_dll dmusic enable_dmusic clean
17507 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17508 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17509 wine_fn_config_dll dnsapi enable_dnsapi implib
17510 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17511 wine_fn_config_dll dplay enable_dplay implib
17512 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17513 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17514 wine_fn_config_dll dpnaddr enable_dpnaddr
17515 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17516 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17517 wine_fn_config_dll dpnhpast enable_dpnhpast
17518 wine_fn_config_dll dpnlobby enable_dpnlobby
17519 wine_fn_config_dll dpvoice enable_dpvoice clean
17520 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17521 wine_fn_config_dll dpwsockx enable_dpwsockx
17522 wine_fn_config_dll drmclien enable_drmclien
17523 wine_fn_config_dll dsound enable_dsound clean
,implib
17524 wine_fn_config_test dlls
/dsound
/tests dsound_test
17525 wine_fn_config_dll dssenh enable_dssenh
17526 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17527 wine_fn_config_dll dswave enable_dswave clean
17528 wine_fn_config_test dlls
/dswave
/tests dswave_test
17529 wine_fn_config_dll dwmapi enable_dwmapi implib
17530 wine_fn_config_dll dwrite enable_dwrite implib
17531 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17532 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17533 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17534 wine_fn_config_lib dxerr8
17535 wine_fn_config_lib dxerr9
17536 wine_fn_config_dll dxgi enable_dxgi implib
17537 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17538 wine_fn_config_lib dxguid
17539 wine_fn_config_dll dxva2 enable_dxva2
17540 wine_fn_config_dll esent enable_esent
17541 wine_fn_config_dll evr enable_evr
17542 wine_fn_config_dll explorerframe enable_explorerframe clean
17543 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17544 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17545 wine_fn_config_dll faultrep enable_faultrep implib
17546 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17547 wine_fn_config_dll fltlib enable_fltlib
17548 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17549 wine_fn_config_dll fntcache enable_fntcache
17550 wine_fn_config_dll fontsub enable_fontsub
17551 wine_fn_config_dll fusion enable_fusion
17552 wine_fn_config_test dlls
/fusion
/tests fusion_test
17553 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17554 wine_fn_config_dll gameux enable_gameux clean
17555 wine_fn_config_test dlls
/gameux
/tests gameux_test
17556 wine_fn_config_dll gdi.exe16 enable_win16
17557 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17558 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17559 wine_fn_config_dll gdiplus enable_gdiplus implib
17560 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17561 wine_fn_config_dll glu32 enable_glu32 implib
17562 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17563 wine_fn_config_dll gpkcsp enable_gpkcsp
17564 wine_fn_config_dll hal enable_hal
17565 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17566 wine_fn_config_dll hid enable_hid implib
17567 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17568 wine_fn_config_dll hlink enable_hlink clean
,implib
17569 wine_fn_config_test dlls
/hlink
/tests hlink_test
17570 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17571 wine_fn_config_dll httpapi enable_httpapi
17572 wine_fn_config_dll iccvid enable_iccvid po
17573 wine_fn_config_dll icmp enable_icmp
17574 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17575 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17576 wine_fn_config_dll ifsmgr.vxd enable_win16
17577 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17578 wine_fn_config_dll imagehlp enable_imagehlp implib
17579 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17580 wine_fn_config_dll imm.dll16 enable_win16
17581 wine_fn_config_dll imm32 enable_imm32 implib
17582 wine_fn_config_test dlls
/imm32
/tests imm32_test
17583 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17584 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17585 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17586 wine_fn_config_dll inetmib1 enable_inetmib1
17587 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17588 wine_fn_config_dll infosoft enable_infosoft clean
17589 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17590 wine_fn_config_dll initpki enable_initpki
17591 wine_fn_config_dll inkobj enable_inkobj
17592 wine_fn_config_dll inseng enable_inseng clean
17593 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17594 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17595 wine_fn_config_dll itircl enable_itircl
17596 wine_fn_config_dll itss enable_itss clean
17597 wine_fn_config_test dlls
/itss
/tests itss_test
17598 wine_fn_config_dll joy.cpl enable_joy_cpl po
17599 wine_fn_config_dll jscript enable_jscript clean
,po
17600 wine_fn_config_test dlls
/jscript
/tests jscript_test
17601 wine_fn_config_dll jsproxy enable_jsproxy implib
17602 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17603 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17604 wine_fn_config_dll keyboard.drv16 enable_win16
17605 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17606 wine_fn_config_dll ksuser enable_ksuser
17607 wine_fn_config_dll ktmw32 enable_ktmw32
17608 wine_fn_config_dll loadperf enable_loadperf implib
17609 wine_fn_config_dll localspl enable_localspl po
17610 wine_fn_config_test dlls
/localspl
/tests localspl_test
17611 wine_fn_config_dll localui enable_localui po
17612 wine_fn_config_test dlls
/localui
/tests localui_test
17613 wine_fn_config_dll lz32 enable_lz32 implib
17614 wine_fn_config_test dlls
/lz32
/tests lz32_test
17615 wine_fn_config_dll lzexpand.dll16 enable_win16
17616 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17617 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17618 wine_fn_config_dll mapistub enable_mapistub
17619 wine_fn_config_dll mciavi32 enable_mciavi32
17620 wine_fn_config_dll mcicda enable_mcicda
17621 wine_fn_config_dll mciqtz32 enable_mciqtz32
17622 wine_fn_config_dll mciseq enable_mciseq
17623 wine_fn_config_dll mciwave enable_mciwave
17624 wine_fn_config_dll mf enable_mf
17625 wine_fn_config_dll mfplat enable_mfplat
17626 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17627 wine_fn_config_dll mgmtapi enable_mgmtapi
17628 wine_fn_config_dll midimap enable_midimap
17629 wine_fn_config_dll mlang enable_mlang clean
,implib
17630 wine_fn_config_test dlls
/mlang
/tests mlang_test
17631 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17632 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17633 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17634 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17635 wine_fn_config_dll mmdevldr.vxd enable_win16
17636 wine_fn_config_dll mmsystem.dll16 enable_win16
17637 wine_fn_config_dll monodebg.vxd enable_win16
17638 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17639 wine_fn_config_dll mouse.drv16 enable_win16
17640 wine_fn_config_dll mpr enable_mpr implib
,po
17641 wine_fn_config_test dlls
/mpr
/tests mpr_test
17642 wine_fn_config_dll mprapi enable_mprapi implib
17643 wine_fn_config_dll msacm.dll16 enable_win16
17644 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17645 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17646 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17647 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17648 wine_fn_config_dll msasn1 enable_msasn1 implib
17649 wine_fn_config_dll mscat32 enable_mscat32
17650 wine_fn_config_dll mscms enable_mscms implib
17651 wine_fn_config_test dlls
/mscms
/tests mscms_test
17652 wine_fn_config_dll mscoree enable_mscoree clean
17653 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17654 wine_fn_config_dll msctf enable_msctf clean
17655 wine_fn_config_test dlls
/msctf
/tests msctf_test
17656 wine_fn_config_dll msctfp enable_msctfp clean
17657 wine_fn_config_dll msdaps enable_msdaps clean
17658 wine_fn_config_dll msdelta enable_msdelta
17659 wine_fn_config_dll msdmo enable_msdmo implib
17660 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17661 wine_fn_config_dll msftedit enable_msftedit
17662 wine_fn_config_dll msg711.acm enable_msg711_acm
17663 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17664 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17665 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17666 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17667 wine_fn_config_dll msi enable_msi clean
,implib
,po
17668 wine_fn_config_test dlls
/msi
/tests msi_test
17669 wine_fn_config_dll msident enable_msident clean
17670 wine_fn_config_dll msimg32 enable_msimg32 implib
17671 wine_fn_config_dll msimsg enable_msimsg
17672 wine_fn_config_dll msimtf enable_msimtf clean
17673 wine_fn_config_dll msisip enable_msisip
17674 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17675 wine_fn_config_dll msls31 enable_msls31
17676 wine_fn_config_dll msnet32 enable_msnet32
17677 wine_fn_config_dll mspatcha enable_mspatcha implib
17678 wine_fn_config_dll msrle32 enable_msrle32 po
17679 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17680 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17681 wine_fn_config_dll mssign32 enable_mssign32
17682 wine_fn_config_dll mssip32 enable_mssip32
17683 wine_fn_config_dll mstask enable_mstask clean
17684 wine_fn_config_test dlls
/mstask
/tests mstask_test
17685 wine_fn_config_dll msvcirt enable_msvcirt
17686 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17687 wine_fn_config_dll msvcm80 enable_msvcm80
17688 wine_fn_config_dll msvcm90 enable_msvcm90
17689 wine_fn_config_dll msvcp100 enable_msvcp100
17690 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17691 wine_fn_config_dll msvcp110 enable_msvcp110
17692 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17693 wine_fn_config_dll msvcp120 enable_msvcp120
17694 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17695 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17696 wine_fn_config_dll msvcp60 enable_msvcp60
17697 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17698 wine_fn_config_dll msvcp70 enable_msvcp70
17699 wine_fn_config_dll msvcp71 enable_msvcp71
17700 wine_fn_config_dll msvcp80 enable_msvcp80
17701 wine_fn_config_dll msvcp90 enable_msvcp90
17702 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17703 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17704 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17705 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17706 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17707 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17708 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17709 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17710 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17711 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17712 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17713 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17714 wine_fn_config_dll msvcrt enable_msvcrt implib
17715 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17716 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17717 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17718 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17719 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17720 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17721 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17722 wine_fn_config_dll msvidc32 enable_msvidc32 po
17723 wine_fn_config_dll msvideo.dll16 enable_win16
17724 wine_fn_config_dll mswsock enable_mswsock implib
17725 wine_fn_config_dll msxml enable_msxml clean
17726 wine_fn_config_dll msxml2 enable_msxml2 clean
17727 wine_fn_config_dll msxml3 enable_msxml3 clean
17728 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17729 wine_fn_config_dll msxml4 enable_msxml4 clean
17730 wine_fn_config_dll msxml6 enable_msxml6 clean
17731 wine_fn_config_dll nddeapi enable_nddeapi implib
17732 wine_fn_config_dll ndis.sys enable_ndis_sys
17733 wine_fn_config_dll netapi32 enable_netapi32 implib
17734 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17735 wine_fn_config_dll netcfgx enable_netcfgx clean
17736 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17737 wine_fn_config_dll netprofm enable_netprofm clean
17738 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17739 wine_fn_config_dll newdev enable_newdev implib
17740 wine_fn_config_dll normaliz enable_normaliz implib
17741 wine_fn_config_dll npmshtml enable_npmshtml
17742 wine_fn_config_dll npptools enable_npptools
17743 wine_fn_config_dll ntdll enable_ntdll implib
17744 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17745 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17746 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17747 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17748 wine_fn_config_dll ntprint enable_ntprint
17749 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17750 wine_fn_config_dll objsel enable_objsel clean
17751 wine_fn_config_dll odbc32 enable_odbc32 implib
17752 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17753 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17754 wine_fn_config_dll odbccu32 enable_odbccu32
17755 wine_fn_config_dll ole2.dll16 enable_win16
17756 wine_fn_config_dll ole2conv.dll16 enable_win16
17757 wine_fn_config_dll ole2disp.dll16 enable_win16
17758 wine_fn_config_dll ole2nls.dll16 enable_win16
17759 wine_fn_config_dll ole2prox.dll16 enable_win16
17760 wine_fn_config_dll ole2thk.dll16 enable_win16
17761 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17762 wine_fn_config_test dlls
/ole32
/tests ole32_test
17763 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17764 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17765 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17766 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17767 wine_fn_config_dll olecli.dll16 enable_win16
17768 wine_fn_config_dll olecli32 enable_olecli32 implib
17769 wine_fn_config_dll oledb32 enable_oledb32 clean
17770 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17771 wine_fn_config_dll oledlg enable_oledlg implib
,po
17772 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17773 wine_fn_config_dll olepro32 enable_olepro32 implib
17774 wine_fn_config_dll olesvr.dll16 enable_win16
17775 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17776 wine_fn_config_dll olethk32 enable_olethk32
17777 wine_fn_config_dll openal32 enable_openal32
17778 wine_fn_config_dll opencl enable_opencl
17779 wine_fn_config_dll opengl32 enable_opengl32 implib
17780 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17781 wine_fn_config_dll packager enable_packager clean
17782 wine_fn_config_test dlls
/packager
/tests packager_test
17783 wine_fn_config_dll pdh enable_pdh implib
17784 wine_fn_config_test dlls
/pdh
/tests pdh_test
17785 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17786 wine_fn_config_dll pidgen enable_pidgen
17787 wine_fn_config_dll powrprof enable_powrprof implib
17788 wine_fn_config_dll printui enable_printui
17789 wine_fn_config_dll prntvpt enable_prntvpt
17790 wine_fn_config_dll propsys enable_propsys clean
,implib
17791 wine_fn_config_test dlls
/propsys
/tests propsys_test
17792 wine_fn_config_dll psapi enable_psapi implib
17793 wine_fn_config_test dlls
/psapi
/tests psapi_test
17794 wine_fn_config_dll pstorec enable_pstorec clean
17795 wine_fn_config_dll qcap enable_qcap
17796 wine_fn_config_test dlls
/qcap
/tests qcap_test
17797 wine_fn_config_dll qedit enable_qedit clean
17798 wine_fn_config_test dlls
/qedit
/tests qedit_test
17799 wine_fn_config_dll qmgr enable_qmgr clean
17800 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17801 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17802 wine_fn_config_dll quartz enable_quartz clean
,implib
17803 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17804 wine_fn_config_dll query enable_query
17805 wine_fn_config_dll rasapi16.dll16 enable_win16
17806 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17807 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17808 wine_fn_config_dll rasdlg enable_rasdlg implib
17809 wine_fn_config_dll regapi enable_regapi
17810 wine_fn_config_dll resutils enable_resutils implib
17811 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17812 wine_fn_config_test dlls
/riched20
/tests riched20_test
17813 wine_fn_config_dll riched32 enable_riched32
17814 wine_fn_config_test dlls
/riched32
/tests riched32_test
17815 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17816 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17817 wine_fn_config_dll rsabase enable_rsabase
17818 wine_fn_config_dll rsaenh enable_rsaenh implib
17819 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17820 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17821 wine_fn_config_dll rtutils enable_rtutils implib
17822 wine_fn_config_dll samlib enable_samlib
17823 wine_fn_config_dll sane.ds enable_sane_ds po
17824 wine_fn_config_dll scarddlg enable_scarddlg
17825 wine_fn_config_dll sccbase enable_sccbase
17826 wine_fn_config_dll schannel enable_schannel
17827 wine_fn_config_test dlls
/schannel
/tests schannel_test
17828 wine_fn_config_dll schedsvc enable_schedsvc clean
17829 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17830 wine_fn_config_dll scrrun enable_scrrun clean
17831 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17832 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17833 wine_fn_config_dll secur32 enable_secur32 implib
17834 wine_fn_config_test dlls
/secur32
/tests secur32_test
17835 wine_fn_config_dll security enable_security
17836 wine_fn_config_dll sensapi enable_sensapi implib
17837 wine_fn_config_dll serialui enable_serialui implib
,po
17838 wine_fn_config_test dlls
/serialui
/tests serialui_test
17839 wine_fn_config_dll setupapi enable_setupapi implib
,po
17840 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17841 wine_fn_config_dll setupx.dll16 enable_win16
17842 wine_fn_config_dll sfc enable_sfc implib
17843 wine_fn_config_dll sfc_os enable_sfc_os implib
17844 wine_fn_config_dll shdoclc enable_shdoclc po
17845 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17846 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17847 wine_fn_config_dll shell.dll16 enable_win16
17848 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17849 wine_fn_config_test dlls
/shell32
/tests shell32_test
17850 wine_fn_config_dll shfolder enable_shfolder implib
17851 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17852 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17853 wine_fn_config_dll slbcsp enable_slbcsp
17854 wine_fn_config_dll slc enable_slc implib
17855 wine_fn_config_test dlls
/slc
/tests slc_test
17856 wine_fn_config_dll snmpapi enable_snmpapi implib
17857 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17858 wine_fn_config_dll softpub enable_softpub
17859 wine_fn_config_dll sound.drv16 enable_win16
17860 wine_fn_config_dll spoolss enable_spoolss implib
17861 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17862 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17863 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17864 wine_fn_config_dll sti enable_sti clean
,implib
17865 wine_fn_config_test dlls
/sti
/tests sti_test
17866 wine_fn_config_dll storage.dll16 enable_win16
17867 wine_fn_config_dll stress.dll16 enable_win16
17868 wine_fn_config_lib strmbase
17869 wine_fn_config_lib strmiids
17870 wine_fn_config_dll svrapi enable_svrapi
17871 wine_fn_config_dll sxs enable_sxs implib
17872 wine_fn_config_test dlls
/sxs
/tests sxs_test
17873 wine_fn_config_dll system.drv16 enable_win16
17874 wine_fn_config_dll t2embed enable_t2embed
17875 wine_fn_config_dll tapi32 enable_tapi32 implib
17876 wine_fn_config_dll taskschd enable_taskschd clean
17877 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17878 wine_fn_config_dll toolhelp.dll16 enable_win16
17879 wine_fn_config_dll traffic enable_traffic
17880 wine_fn_config_dll twain.dll16 enable_win16
17881 wine_fn_config_dll twain_32 enable_twain_32
17882 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17883 wine_fn_config_dll typelib.dll16 enable_win16
17884 wine_fn_config_dll ucrtbase enable_ucrtbase
17885 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17886 wine_fn_config_dll unicows enable_unicows implib
17887 wine_fn_config_dll updspapi enable_updspapi
17888 wine_fn_config_dll url enable_url implib
17889 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17890 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17891 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17892 wine_fn_config_dll user.exe16 enable_win16
17893 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17894 wine_fn_config_test dlls
/user32
/tests user32_test
17895 wine_fn_config_dll userenv enable_userenv implib
17896 wine_fn_config_test dlls
/userenv
/tests userenv_test
17897 wine_fn_config_dll usp10 enable_usp10 implib
17898 wine_fn_config_test dlls
/usp10
/tests usp10_test
17899 wine_fn_config_lib uuid
17900 wine_fn_config_dll uxtheme enable_uxtheme implib
17901 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17902 wine_fn_config_dll vbscript enable_vbscript clean
17903 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17904 wine_fn_config_dll vcomp enable_vcomp
17905 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17906 wine_fn_config_dll vcomp100 enable_vcomp100
17907 wine_fn_config_dll vcomp110 enable_vcomp110
17908 wine_fn_config_dll vcomp120 enable_vcomp120
17909 wine_fn_config_dll vcomp90 enable_vcomp90
17910 wine_fn_config_dll vdhcp.vxd enable_win16
17911 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17912 wine_fn_config_dll ver.dll16 enable_win16
17913 wine_fn_config_dll version enable_version implib
17914 wine_fn_config_test dlls
/version
/tests version_test
17915 wine_fn_config_dll vmm.vxd enable_win16
17916 wine_fn_config_dll vnbt.vxd enable_win16
17917 wine_fn_config_dll vnetbios.vxd enable_win16
17918 wine_fn_config_dll vssapi enable_vssapi
17919 wine_fn_config_dll vtdapi.vxd enable_win16
17920 wine_fn_config_dll vwin32.vxd enable_win16
17921 wine_fn_config_dll w32skrnl enable_win16
17922 wine_fn_config_dll w32sys.dll16 enable_win16
17923 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17924 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17925 wine_fn_config_dll wbemprox enable_wbemprox clean
17926 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17927 wine_fn_config_dll webservices enable_webservices implib
17928 wine_fn_config_test dlls
/webservices
/tests webservices_test
17929 wine_fn_config_dll wer enable_wer implib
17930 wine_fn_config_test dlls
/wer
/tests wer_test
17931 wine_fn_config_dll wevtapi enable_wevtapi
17932 wine_fn_config_dll wiaservc enable_wiaservc clean
17933 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
17934 wine_fn_config_dll wimgapi enable_wimgapi
17935 wine_fn_config_dll win32s16.dll16 enable_win16
17936 wine_fn_config_dll win87em.dll16 enable_win16
17937 wine_fn_config_dll winaspi.dll16 enable_win16
17938 wine_fn_config_dll windebug.dll16 enable_win16
17939 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17940 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17941 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17942 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17943 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17944 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17945 wine_fn_config_lib winecrt0
17946 wine_fn_config_dll wined3d enable_wined3d implib
17947 wine_fn_config_dll winegstreamer enable_winegstreamer
17948 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17949 wine_fn_config_dll winemac.drv enable_winemac_drv
17950 wine_fn_config_dll winemapi enable_winemapi
17951 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17952 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17953 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17954 wine_fn_config_dll wineps16.drv16 enable_win16
17955 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17956 wine_fn_config_dll winex11.drv enable_winex11_drv
17957 wine_fn_config_dll wing.dll16 enable_win16
17958 wine_fn_config_dll wing32 enable_wing32
17959 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17960 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17961 wine_fn_config_dll wininet enable_wininet implib
,po
17962 wine_fn_config_test dlls
/wininet
/tests wininet_test
17963 wine_fn_config_dll winmm enable_winmm implib
,po
17964 wine_fn_config_test dlls
/winmm
/tests winmm_test
17965 wine_fn_config_dll winnls.dll16 enable_win16
17966 wine_fn_config_dll winnls32 enable_winnls32 implib
17967 wine_fn_config_dll winscard enable_winscard implib
17968 wine_fn_config_dll winsock.dll16 enable_win16
17969 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17970 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17971 wine_fn_config_dll winsta enable_winsta
17972 wine_fn_config_dll wintab.dll16 enable_win16
17973 wine_fn_config_dll wintab32 enable_wintab32 implib
17974 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17975 wine_fn_config_dll wintrust enable_wintrust implib
17976 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17977 wine_fn_config_dll wlanapi enable_wlanapi
17978 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17979 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17980 wine_fn_config_dll wmi enable_wmi
17981 wine_fn_config_dll wmiutils enable_wmiutils clean
17982 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17983 wine_fn_config_dll wmp enable_wmp clean
17984 wine_fn_config_test dlls
/wmp
/tests wmp_test
17985 wine_fn_config_dll wmvcore enable_wmvcore
17986 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17987 wine_fn_config_dll wow32 enable_win16 implib
17988 wine_fn_config_dll wpcap enable_wpcap
17989 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17990 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17991 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17992 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17993 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17994 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17995 wine_fn_config_dll wsock32 enable_wsock32 implib
17996 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17997 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
17998 wine_fn_config_dll wuapi enable_wuapi clean
17999 wine_fn_config_dll wuaueng enable_wuaueng
18000 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18001 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18002 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18003 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18004 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18005 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18006 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18007 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18008 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18009 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18010 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18011 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18012 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18013 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18014 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18015 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18016 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18017 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18018 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18019 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18020 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18021 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18022 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 implib
18023 wine_fn_config_dll xinput1_1 enable_xinput1_1
18024 wine_fn_config_dll xinput1_2 enable_xinput1_2
18025 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18026 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18027 wine_fn_config_dll xinput1_4 enable_xinput1_4
18028 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18029 wine_fn_config_dll xmllite enable_xmllite implib
18030 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18031 wine_fn_config_dll xolehlp enable_xolehlp
18032 wine_fn_config_dll xpsprint enable_xpsprint
18033 wine_fn_config_dll xpssvcs enable_xpssvcs
18034 wine_fn_config_makefile documentation enable_documentation clean
18035 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18036 wine_fn_config_makefile include enable_include clean
,install-dev
18037 wine_fn_config_makefile libs
/port enable_libs_port
18038 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,config
,install-dev
,install-lib
18039 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18040 wine_fn_config_makefile loader enable_loader clean
,config
,install-lib
,manpage
18041 wine_fn_config_program arp enable_arp
install
18042 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18043 wine_fn_config_program attrib enable_attrib
install,po
18044 wine_fn_config_program cabarc enable_cabarc
install
18045 wine_fn_config_program cacls enable_cacls
install
18046 wine_fn_config_program
clock enable_clock
install,po
18047 wine_fn_config_program cmd enable_cmd
install,po
18048 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18049 wine_fn_config_program conhost enable_conhost
install
18050 wine_fn_config_program control enable_control
install
18051 wine_fn_config_program cscript enable_cscript clean
,install
18052 wine_fn_config_program dpnsvr enable_dpnsvr
install
18053 wine_fn_config_program dxdiag enable_dxdiag
install,po
18054 wine_fn_config_program eject enable_eject
install
18055 wine_fn_config_program
expand enable_expand
install
18056 wine_fn_config_program explorer enable_explorer
install,po
18057 wine_fn_config_program extrac32 enable_extrac32
install
18058 wine_fn_config_program findstr enable_findstr
install
18059 wine_fn_config_program hh enable_hh
install
18060 wine_fn_config_program hostname enable_hostname
install,po
18061 wine_fn_config_program icinfo enable_icinfo
install
18062 wine_fn_config_program iexplore enable_iexplore
install
18063 wine_fn_config_program ipconfig enable_ipconfig
install,po
18064 wine_fn_config_program lodctr enable_lodctr
install
18065 wine_fn_config_program mofcomp enable_mofcomp
install
18066 wine_fn_config_program mshta enable_mshta
install
18067 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18068 wine_fn_config_program net enable_net
install,po
18069 wine_fn_config_program netsh enable_netsh
install
18070 wine_fn_config_program netstat enable_netstat
install,po
18071 wine_fn_config_program ngen enable_ngen
install
18072 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18073 wine_fn_config_program oleview enable_oleview
install,po
18074 wine_fn_config_program
ping enable_ping
install
18075 wine_fn_config_program plugplay enable_plugplay
install
18076 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18077 wine_fn_config_program progman enable_progman
install,po
18078 wine_fn_config_program reg enable_reg
install,po
18079 wine_fn_config_test programs
/reg
/tests reg.exe_test
18080 wine_fn_config_program regasm enable_regasm
install
18081 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18082 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18083 wine_fn_config_program regsvcs enable_regsvcs
install
18084 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18085 wine_fn_config_program rpcss enable_rpcss clean
,install
18086 wine_fn_config_program rundll.exe16 enable_win16
install
18087 wine_fn_config_program rundll32 enable_rundll32
install
18088 wine_fn_config_program sc enable_sc
install
18089 wine_fn_config_program schtasks enable_schtasks
install
18090 wine_fn_config_program sdbinst enable_sdbinst
install
18091 wine_fn_config_program secedit enable_secedit
install
18092 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18093 wine_fn_config_program services enable_services clean
,install
18094 wine_fn_config_test programs
/services
/tests services.exe_test
18095 wine_fn_config_program spoolsv enable_spoolsv
install
18096 wine_fn_config_program start enable_start
install,po
18097 wine_fn_config_program svchost enable_svchost
install
18098 wine_fn_config_program systeminfo enable_systeminfo
install
18099 wine_fn_config_program taskkill enable_taskkill
install,po
18100 wine_fn_config_program tasklist enable_tasklist
install
18101 wine_fn_config_program taskmgr enable_taskmgr
install,po
18102 wine_fn_config_program termsv enable_termsv
install
18103 wine_fn_config_program uninstaller enable_uninstaller
install,po
18104 wine_fn_config_program unlodctr enable_unlodctr
install
18105 wine_fn_config_program view enable_view
install,po
18106 wine_fn_config_program wevtutil enable_wevtutil
install
18107 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18108 wine_fn_config_program winebrowser enable_winebrowser
install
18109 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18110 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18111 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18112 wine_fn_config_program winedevice enable_winedevice
install
18113 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18114 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18115 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18116 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18117 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18118 wine_fn_config_program winetest enable_winetest clean
,config
18119 wine_fn_config_program winevdm enable_win16
install
18120 wine_fn_config_program winhelp.exe16 enable_win16
install
18121 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18122 wine_fn_config_program winoldap.mod16 enable_win16
install
18123 wine_fn_config_program winver enable_winver
install
18124 wine_fn_config_program wmic enable_wmic
install,po
18125 wine_fn_config_program wordpad enable_wordpad
install,po
18126 wine_fn_config_program
write enable_write
install,po
18127 wine_fn_config_program wscript enable_wscript clean
,install
18128 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18129 wine_fn_config_program wusa enable_wusa
install
18130 wine_fn_config_program xcopy enable_xcopy
install,po
18131 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18132 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
18133 wine_fn_config_tool tools clean
18134 wine_fn_config_tool tools
/sfnt2fon clean
18135 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
18136 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
18137 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
18138 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
18139 wine_fn_config_tool tools
/winemaker install-dev
,manpage
18140 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
18141 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
18193 wine_fn_ignore_file
".gitignore"
18194 wine_fn_ignore_file
"Makefile"
18195 wine_fn_ignore_file
"TAGS"
18196 wine_fn_ignore_file
"tags"
18197 wine_fn_ignore_file
"autom4te.cache"
18198 wine_fn_ignore_file
"config.cache"
18199 wine_fn_ignore_file
"config.log"
18200 wine_fn_ignore_file
"config.status"
18201 wine_fn_ignore_file
"configure.lineno"
18202 wine_fn_ignore_file
"include/config.h"
18203 wine_fn_ignore_file
"include/stamp-h"
18204 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18206 if test "x$enable_tools" != xno
18208 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18209 ac_config_commands
="$ac_config_commands tools/makedep"
18213 ac_config_commands
="$ac_config_commands Makefile"
18216 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18220 if test "x$enable_maintainer_mode" = xyes
18222 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18223 autoconf --warnings=all
18224 include/config.h.in: include/stamp-h.in
18225 include/stamp-h.in: configure.ac aclocal.m4
18226 autoheader --warnings=all
18227 @echo timestamp > \$@"
18230 if test "x$with_gettextpo" = xyes
18232 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18233 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18234 \$(LINGUAS:%=po/%.po): po/wine.pot
18235 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18236 po/wine.pot: \$(ALL_POT_FILES)
18237 msgcat -o \$@ \$(ALL_POT_FILES)"
18240 if test "$MSGFMT" != false
18242 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18244 \$(RM) \$(LINGUAS:%=po/%.mo)"
18247 test "$srcdir" = . || posrc
="$srcdir/po"
18250 wine_fn_ignore_file
"po/$i.mo"
18251 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18252 \$(MSGFMT) -o \$@ $posrc/$i.po"
18258 if test "x$enable_tools" != xno
18260 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18261 @./config.status tools/makedep
18262 Makefile: tools/makedep$ac_exeext
18264 \$(RM) tools/makedep$ac_exeext"
18266 wine_fn_append_rule
"\$(MAKEDEP):
18267 @echo \"You need to run make in $TOOLSDIR first\" && false"
18270 if test -n "$with_wine64"
18272 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18273 fonts server tools:
18274 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18275 $with_wine64/loader/wine:
18276 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18277 $with_wine64/loader/wine-preloader:
18278 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18280 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18282 as_fn_append LOADER_RULES
"
18283 install install-lib:: wine.inf
18284 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18285 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18288 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18292 if test "$srcdir" = .
18294 ac_config_commands
="$ac_config_commands .gitignore"
18298 $as_echo " done" >&6
18299 cat >confcache
<<\_ACEOF
18300 # This file is a shell script that caches the results of configure
18301 # tests run on this system so they can be shared between configure
18302 # scripts and configure runs, see configure's option --config-cache.
18303 # It is not useful on other systems. If it contains results you don't
18304 # want to keep, you may remove or edit it.
18306 # config.status only pays attention to the cache file if you give it
18307 # the --recheck option to rerun configure.
18309 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18310 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18311 # following values.
18315 # The following way of writing the cache mishandles newlines in values,
18316 # but we know of no workaround that is simple, portable, and efficient.
18317 # So, we kill variables containing newlines.
18318 # Ultrix sh set writes to stderr and can't be redirected directly,
18319 # and sets the high bit in the cache file unless we assign to the vars.
18321 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18322 eval ac_val
=\$
$ac_var
18326 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18327 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18330 _ | IFS | as_nl
) ;; #(
18331 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18332 *) { eval $ac_var=; unset $ac_var;} ;;
18338 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18339 *${as_nl}ac_space
=\
*)
18340 # `set' does not quote correctly, so add quotes: double-quote
18341 # substitution turns \\\\ into \\, and sed turns \\ into \.
18344 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18347 # `set' quotes correctly as required by POSIX, so do not add quotes.
18348 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18357 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18359 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18361 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18362 if test -w "$cache_file"; then
18363 if test "x$cache_file" != "x/dev/null"; then
18364 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18365 $as_echo "$as_me: updating cache $cache_file" >&6;}
18366 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18367 cat confcache
>"$cache_file"
18369 case $cache_file in #(
18371 mv -f confcache
"$cache_file"$$
&&
18372 mv -f "$cache_file"$$
"$cache_file" ;; #(
18374 mv -f confcache
"$cache_file" ;;
18379 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18380 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18385 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18386 # Let make expand exec_prefix.
18387 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18389 DEFS
=-DHAVE_CONFIG_H
18394 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18395 # 1. Remove the extension, and $U if already installed.
18396 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18397 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18398 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18399 # will be set to the directory where LIBOBJS objects are built.
18400 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18401 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18403 LIBOBJS
=$ac_libobjs
18405 LTLIBOBJS
=$ac_ltlibobjs
18409 : "${CONFIG_STATUS=./config.status}"
18411 ac_clean_files_save
=$ac_clean_files
18412 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18413 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18414 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18416 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18418 # Generated by $as_me.
18419 # Run this file to recreate the current configuration.
18420 # Compiler output produced by configure, useful for debugging
18421 # configure, is in config.log if it exists.
18424 ac_cs_recheck=false
18427 SHELL=\${CONFIG_SHELL-$SHELL}
18430 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18431 ## -------------------- ##
18432 ## M4sh Initialization. ##
18433 ## -------------------- ##
18435 # Be more Bourne compatible
18436 DUALCASE
=1; export DUALCASE
# for MKS sh
18437 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18440 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18441 # is contrary to our usage. Disable this feature.
18442 alias -g '${1+"$@"}'='"$@"'
18443 setopt NO_GLOB_SUBST
18445 case `(set -o) 2>/dev/null` in #(
18457 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18458 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18459 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18460 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18461 # Prefer a ksh shell builtin over an external printf program on Solaris,
18462 # but without wasting forks for bash or zsh.
18463 if test -z "$BASH_VERSION$ZSH_VERSION" \
18464 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18465 as_echo='print
-r --'
18466 as_echo_n='print
-rn --'
18467 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18468 as_echo='printf %s
\n'
18469 as_echo_n='printf %s
'
18471 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18472 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18473 as_echo_n='/usr
/ucb
/echo -n'
18475 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18476 as_echo_n_body='eval
18480 expr "X$arg" : "X\\(.*\\)$as_nl";
18481 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18483 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18485 export as_echo_n_body
18486 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18488 export as_echo_body
18489 as_echo='sh
-c $as_echo_body as_echo
'
18492 # The user is always right.
18493 if test "${PATH_SEPARATOR+set}" != set; then
18495 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18496 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18503 # We need space, tab and new line, in precisely that order. Quoting is
18504 # there to prevent editors from complaining about space-tab.
18505 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18506 # splitting by setting IFS to empty value.)
18509 # Find who we are. Look in the path if we contain no directory separator.
18512 *[\\/]* ) as_myself=$0 ;;
18513 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18514 for as_dir in $PATH
18517 test -z "$as_dir" && as_dir=.
18518 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18524 # We did not find ourselves, most probably we were run as `sh COMMAND'
18525 # in which case we are not to be found in the path.
18526 if test "x$as_myself" = x
; then
18529 if test ! -f "$as_myself"; then
18530 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18534 # Unset variables that we do not need and which cause bugs (e.g. in
18535 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18536 # suppresses any "Segmentation fault" message there. '((' could
18537 # trigger a bug in pdksh 5.2.14.
18538 for as_var
in BASH_ENV ENV MAIL MAILPATH
18539 do eval test x\
${$as_var+set} = xset \
18540 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18553 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18556 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18557 # ----------------------------------------
18558 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18559 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18560 # script with STATUS, using 1 if that was 0.
18563 as_status
=$1; test $as_status -eq 0 && as_status
=1
18565 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18566 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18568 $as_echo "$as_me: error: $2" >&2
18569 as_fn_exit
$as_status
18573 # as_fn_set_status STATUS
18574 # -----------------------
18575 # Set $? to STATUS, without forking.
18576 as_fn_set_status
()
18579 } # as_fn_set_status
18581 # as_fn_exit STATUS
18582 # -----------------
18583 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18587 as_fn_set_status
$1
18593 # Portably unset VAR.
18596 { eval $1=; unset $1;}
18598 as_unset
=as_fn_unset
18599 # as_fn_append VAR VALUE
18600 # ----------------------
18601 # Append the text in VALUE to the end of the definition contained in VAR. Take
18602 # advantage of any shell optimizations that allow amortized linear growth over
18603 # repeated appends, instead of the typical quadratic growth present in naive
18605 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18606 eval 'as_fn_append ()
18617 # as_fn_arith ARG...
18618 # ------------------
18619 # Perform arithmetic evaluation on the ARGs, and store the result in the
18620 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18621 # must be portable across $(()) and expr.
18622 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18623 eval 'as_fn_arith ()
18630 as_val
=`expr "$@" || test $? -eq 1`
18635 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18636 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18642 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18643 as_basename
=basename
18648 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18654 as_me
=`$as_basename -- "$0" ||
18655 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18656 X"$0" : 'X\(//\)$' \| \
18657 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18659 sed '/^.*\/\([^/][^/]*\)\/*$/{
18673 # Avoid depending upon Character Ranges.
18674 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18675 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18676 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18677 as_cr_digits
='0123456789'
18678 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18680 ECHO_C
= ECHO_N
= ECHO_T
=
18681 case `echo -n x` in #(((((
18683 case `echo 'xy\c'` in
18684 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18686 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18693 rm -f conf$$ conf$$.exe conf$$.
file
18694 if test -d conf$$.dir
; then
18695 rm -f conf$$.dir
/conf$$.
file
18698 mkdir conf$$.dir
2>/dev
/null
18700 if (echo >conf$$.
file) 2>/dev
/null
; then
18701 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18703 # ... but there are two gotchas:
18704 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18705 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18706 # In both cases, we have to default to `cp -pR'.
18707 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18709 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18717 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18718 rmdir conf$$.dir
2>/dev
/null
18723 # Create "$as_dir" as a directory, including parents if necessary.
18728 -*) as_dir
=.
/$as_dir;;
18730 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18734 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18735 *) as_qdir
=$as_dir;;
18737 as_dirs
="'$as_qdir' $as_dirs"
18738 as_dir
=`$as_dirname -- "$as_dir" ||
18739 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18740 X"$as_dir" : 'X\(//\)[^/]' \| \
18741 X"$as_dir" : 'X\(//\)$' \| \
18742 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18743 $as_echo X"$as_dir" |
18744 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18748 /^X\(\/\/\)[^/].*/{
18761 test -d "$as_dir" && break
18763 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18764 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18768 if mkdir
-p .
2>/dev
/null
; then
18769 as_mkdir_p
='mkdir -p "$as_dir"'
18771 test -d .
/-p && rmdir .
/-p
18776 # as_fn_executable_p FILE
18777 # -----------------------
18778 # Test if FILE is an executable regular file.
18779 as_fn_executable_p
()
18781 test -f "$1" && test -x "$1"
18782 } # as_fn_executable_p
18783 as_test_x
='test -x'
18784 as_executable_p
=as_fn_executable_p
18786 # Sed expression to map a string onto a valid CPP name.
18787 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18789 # Sed expression to map a string onto a valid variable name.
18790 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18794 ## ----------------------------------- ##
18795 ## Main body of $CONFIG_STATUS script. ##
18796 ## ----------------------------------- ##
18798 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18800 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18801 # Save the log message, to keep $0 and so on meaningful, and to
18802 # report actual input values of CONFIG_FILES etc. instead of their
18803 # values after options handling.
18805 This file was extended by Wine $as_me 1.7.53, which was
18806 generated by GNU Autoconf 2.69. Invocation command line was
18808 CONFIG_FILES = $CONFIG_FILES
18809 CONFIG_HEADERS = $CONFIG_HEADERS
18810 CONFIG_LINKS = $CONFIG_LINKS
18811 CONFIG_COMMANDS = $CONFIG_COMMANDS
18814 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18819 case $ac_config_files in *"
18820 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18823 case $ac_config_headers in *"
18824 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18828 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18829 # Files that config.status was made for.
18830 config_files="$ac_config_files"
18831 config_headers="$ac_config_headers"
18832 config_links="$ac_config_links"
18833 config_commands="$ac_config_commands"
18837 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18839 \`$as_me' instantiates files and other configuration actions
18840 from templates according to the current configuration. Unless the files
18841 and actions are specified as TAGs, all are instantiated by default.
18843 Usage: $0 [OPTION]... [TAG]...
18845 -h, --help print this help, then exit
18846 -V, --version print version number and configuration settings, then exit
18847 --config print configuration, then exit
18848 -q, --quiet, --silent
18849 do not print progress messages
18850 -d, --debug don't remove temporary files
18851 --recheck update $as_me by reconfiguring in the same conditions
18852 --file=FILE[:TEMPLATE]
18853 instantiate the configuration file FILE
18854 --header=FILE[:TEMPLATE]
18855 instantiate the configuration header FILE
18857 Configuration files:
18860 Configuration headers:
18863 Configuration links:
18866 Configuration commands:
18869 Report bugs to <wine-devel@winehq.org>.
18870 Wine home page: <http://www.winehq.org>."
18873 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18874 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18876 Wine config.status 1.7.53
18877 configured by $0, generated by GNU Autoconf 2.69,
18878 with options \\"\$ac_cs_config\\"
18880 Copyright (C) 2012 Free Software Foundation, Inc.
18881 This config.status script is free software; the Free Software Foundation
18882 gives unlimited permission to copy, distribute and modify it."
18886 test -n "\$AWK" || AWK=awk
18889 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18890 # The default lists apply if the user does not specify any file.
18896 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18897 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18901 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18913 # Handling of the options.
18914 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18916 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18917 $as_echo "$ac_cs_version"; exit ;;
18918 --config |
--confi |
--conf |
--con |
--co |
--c )
18919 $as_echo "$ac_cs_config"; exit ;;
18920 --debug |
--debu |
--deb |
--de |
--d |
-d )
18922 --file |
--fil |
--fi |
--f )
18925 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18926 '') as_fn_error $?
"missing file argument" ;;
18928 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18929 ac_need_defaults
=false
;;
18930 --header |
--heade |
--head |
--hea )
18933 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18935 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18936 ac_need_defaults
=false
;;
18938 # Conflict between --help and --header
18939 as_fn_error $?
"ambiguous option: \`$1'
18940 Try \`$0 --help' for more information.";;
18941 --help |
--hel |
-h )
18942 $as_echo "$ac_cs_usage"; exit ;;
18943 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18944 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18947 # This is an error.
18948 -*) as_fn_error $?
"unrecognized option: \`$1'
18949 Try \`$0 --help' for more information." ;;
18951 *) as_fn_append ac_config_targets
" $1"
18952 ac_need_defaults
=false
;;
18958 ac_configure_extra_args
=
18960 if $ac_cs_silent; then
18962 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18966 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18967 if \$ac_cs_recheck; then
18968 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18970 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18971 CONFIG_SHELL='$SHELL'
18972 export CONFIG_SHELL
18977 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18981 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18982 ## Running $as_me. ##
18988 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18992 wine_fn_output_makedep ()
18994 as_dir=tools; as_fn_mkdir_p
18995 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18997 wine_fn_output_makefile ()
18999 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
19000 `cat $wine_rules_file`
19002 as_fn_error $? "could not create Makefile" "$LINENO" 5
19004 wine_fn_output_gitignore ()
19006 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19009 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19014 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19016 # Handling of arguments.
19017 for ac_config_target
in $ac_config_targets
19019 case $ac_config_target in
19020 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19021 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19022 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19023 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19024 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19025 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19026 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19027 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19028 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19029 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19030 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19031 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19032 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19033 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19034 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19036 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19041 # If the user did not use the arguments to specify the items to instantiate,
19042 # then the envvar interface is used. Set only those that are not.
19043 # We use the long form for the default assignment because of an extremely
19044 # bizarre bug on SunOS 4.1.3.
19045 if $ac_need_defaults; then
19046 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19047 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19048 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19049 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19052 # Have a temporary directory for convenience. Make it in the build tree
19053 # simply because there is no reason against having it here, and in addition,
19054 # creating and moving files from /tmp can sometimes cause problems.
19055 # Hook for its removal unless debugging.
19056 # Note that there is a small window in which the directory will not be cleaned:
19057 # after its creation but before its name has been assigned to `$tmp'.
19061 trap 'exit_status=$?
19062 : "${ac_tmp:=$tmp}"
19063 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19065 trap 'as_fn_exit 1' 1 2 13 15
19067 # Create a (secure) tmp directory for tmp files.
19070 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19074 tmp
=.
/conf$$
-$RANDOM
19075 (umask 077 && mkdir
"$tmp")
19076 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19079 # Set up the scripts for CONFIG_FILES section.
19080 # No need to generate them if there are no CONFIG_FILES.
19081 # This happens for instance with `./config.status config.h'.
19082 if test -n "$CONFIG_FILES"; then
19085 ac_cr
=`echo X | tr X '\015'`
19086 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19087 # But we know of no other shell where ac_cr would be empty at this
19088 # point, so we can use a bashism as a fallback.
19089 if test "x$ac_cr" = x
; then
19090 eval ac_cr
=\$
\'\\r
\'
19092 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19093 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19096 ac_cs_awk_cr
=$ac_cr
19099 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19104 echo "cat >conf$$subs.awk <<_ACEOF" &&
19105 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19107 } >conf$$subs.sh ||
19108 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19109 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19111 for ac_last_try in false false false false false :; do
19112 . ./conf$$subs.sh ||
19113 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19115 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19116 if test $ac_delim_n = $ac_delim_num; then
19118 elif $ac_last_try; then
19119 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19121 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19124 rm -f conf$$subs.sh
19126 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19127 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19131 s/^/S["/; s
/!.
*/"]=/
19141 s/\(.\{148\}\)..*/\1/
19143 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19148 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19155 s/\(.\{148\}\)..*/\1/
19157 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19161 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19166 ' <conf$$subs.awk | sed '
19171 ' >>$CONFIG_STATUS || ac_write_fail=1
19172 rm -f conf$$subs.awk
19173 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19175 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19176 for (key in S) S_is_set[key] = 1
19182 nfields = split(line, field, "@
")
19184 len = length(field[1])
19185 for (i = 2; i < nfields; i++) {
19187 keylen = length(key)
19188 if (S_is_set[key]) {
19190 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19191 len += length(value) + length(field[++i])
19202 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19203 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19204 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19207 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19208 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19211 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19212 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19213 # trailing colons and then remove the whole line if VPATH becomes empty
19214 # (actually we leave an empty line to preserve line numbers).
19215 if test "x
$srcdir" = x.; then
19216 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19234 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19235 fi # test -n "$CONFIG_FILES"
19237 # Set up the scripts for CONFIG_HEADERS section.
19238 # No need to generate them if there are no CONFIG_HEADERS.
19239 # This happens for instance with `./config.status Makefile'.
19240 if test -n "$CONFIG_HEADERS"; then
19241 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19245 # Transform confdefs.h into an awk script `defines.awk', embedded as
19246 # here-document in config.status, that substitutes the proper values into
19247 # config.h.in to produce config.h.
19249 # Create a delimiter string that does not exist in confdefs.h, to ease
19250 # handling of long lines.
19252 for ac_last_try in false false :; do
19253 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19254 if test -z "$ac_tt"; then
19256 elif $ac_last_try; then
19257 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19259 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19263 # For the awk script, D is an array of macro values keyed by name,
19264 # likewise P contains macro parameters if any. Preserve backslash
19265 # newline sequences.
19267 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19269 s/.\{148\}/&'"$ac_delim"'/g
19272 s/^[ ]*#[ ]*define[ ][ ]*/ /
19279 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19281 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19285 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19286 D["\
1"]=" \
3\\\\\\n
"\\/p
19288 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19293 s/.\{148\}/&'"$ac_delim"'/g
19298 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19301 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19303 ' <confdefs.h | sed '
19304 s/'"$ac_delim"'/"\\\
19305 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19307 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19308 for (key in D) D_is_set[key] = 1
19311 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19313 split(line, arg, " ")
19314 if (arg[1] == "#") {
19318 defundef
= substr
(arg
[1], 2)
19321 split(mac1
, mac2
, "(") #)
19323 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19324 if (D_is_set
[macro
]) {
19325 # Preserve the white space surrounding the "#".
19326 print prefix
"define", macro P
[macro
] D
[macro
]
19329 # Replace #undef with comments. This is necessary, for example,
19330 # in the case of _POSIX_SOURCE, which is predefined and required
19331 # on some systems where configure will not decide to define it.
19332 if (defundef
== "undef") {
19333 print
"/*", prefix defundef
, macro
, "*/"
19341 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19342 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19343 fi # test -n "$CONFIG_HEADERS"
19346 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19351 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19353 case $ac_mode$ac_tag in
19355 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19356 :[FH
]-) ac_tag
=-:-;;
19357 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19374 -) ac_f
="$ac_tmp/stdin";;
19375 *) # Look for the file first in the build tree, then in the source tree
19376 # (if the path is not absolute). The absolute path cannot be DOS-style,
19377 # because $ac_f cannot contain `:'.
19381 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19383 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19385 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19386 as_fn_append ac_file_inputs
" '$ac_f'"
19389 # Let's still pretend it is `configure' which instantiates (i.e., don't
19390 # use $as_me), people would be surprised to read:
19391 # /* config.h. Generated by config.status. */
19392 configure_input
='Generated from '`
19393 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19395 if test x
"$ac_file" != x-
; then
19396 configure_input
="$ac_file. $configure_input"
19397 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19398 $as_echo "$as_me: creating $ac_file" >&6;}
19400 # Neutralize special characters interpreted by sed in replacement strings.
19401 case $configure_input in #(
19402 *\
&* |
*\|
* |
*\\* )
19403 ac_sed_conf_input
=`$as_echo "$configure_input" |
19404 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19405 *) ac_sed_conf_input
=$configure_input;;
19409 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19410 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19415 ac_dir
=`$as_dirname -- "$ac_file" ||
19416 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19417 X"$ac_file" : 'X\(//\)[^/]' \| \
19418 X"$ac_file" : 'X\(//\)$' \| \
19419 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19420 $as_echo X"$ac_file" |
19421 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19425 /^X\(\/\/\)[^/].*/{
19438 as_dir
="$ac_dir"; as_fn_mkdir_p
19442 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19444 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19445 # A ".." for each directory in $ac_dir_suffix.
19446 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19447 case $ac_top_builddir_sub in
19448 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19449 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19452 ac_abs_top_builddir
=$ac_pwd
19453 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19454 # for backward compatibility:
19455 ac_top_builddir
=$ac_top_build_prefix
19458 .
) # We are building in place.
19460 ac_top_srcdir
=$ac_top_builddir_sub
19461 ac_abs_top_srcdir
=$ac_pwd ;;
19462 [\\/]* | ?
:[\\/]* ) # Absolute name.
19463 ac_srcdir
=$srcdir$ac_dir_suffix;
19464 ac_top_srcdir
=$srcdir
19465 ac_abs_top_srcdir
=$srcdir ;;
19466 *) # Relative name.
19467 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19468 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19469 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19471 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19483 # If the template does not know about datarootdir, expand it.
19484 # FIXME: This hack should be removed a few years after 2.60.
19485 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19496 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19497 *datarootdir
*) ac_datarootdir_seen
=yes;;
19498 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19499 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19500 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19502 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19503 ac_datarootdir_hack='
19504 s&@datadir@&$datadir&g
19505 s&@docdir@&$docdir&g
19506 s&@infodir@&$infodir&g
19507 s&@localedir@&$localedir&g
19508 s&@mandir@&$mandir&g
19509 s&\\\${datarootdir}&$datarootdir&g' ;;
19513 # Neutralize VPATH when `$srcdir' = `.'.
19514 # Shell code in configure.ac might set extrasub.
19515 # FIXME: do we really want to maintain this feature?
19516 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19517 ac_sed_extra="$ac_vpsub
19520 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19522 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19523 s|@configure_input@|
$ac_sed_conf_input|
;t t
19524 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19525 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19526 s
&@srcdir@
&$ac_srcdir&;t t
19527 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19528 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19529 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19530 s
&@builddir@
&$ac_builddir&;t t
19531 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19532 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19533 $ac_datarootdir_hack
19535 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19536 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19538 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19539 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19540 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19541 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19542 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19543 which seems to be undefined. Please make sure it is defined" >&5
19544 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19545 which seems to be undefined. Please make sure it is defined" >&2;}
19547 rm -f "$ac_tmp/stdin"
19549 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19550 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19552 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19558 if test x"$ac_file" != x-; then
19560 $as_echo "/* $configure_input */" \
19561 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19562 } >"$ac_tmp/config.h" \
19563 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19564 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19565 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19566 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19569 mv "$ac_tmp/config.h" "$ac_file" \
19570 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19573 $as_echo "/* $configure_input */" \
19574 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19575 || as_fn_error $? "could not create -" "$LINENO" 5
19583 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19586 # Prefer the file from the source tree if names are identical.
19587 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19588 ac_source=$srcdir/$ac_source
19591 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19592 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19594 if test ! -r "$ac_source"; then
19595 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19599 # Try a relative symlink, then a hard link, then a copy.
19601 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19602 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19604 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19605 ln "$ac_source" "$ac_file" 2>/dev/null ||
19606 cp -p "$ac_source" "$ac_file" ||
19607 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19610 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19611 $as_echo "$as_me: executing $ac_file commands" >&6;}
19616 case $ac_file$ac_mode in
19617 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19618 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19619 "Makefile":C) wine_fn_output_makefile Makefile ;;
19620 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19628 ac_clean_files=$ac_clean_files_save
19630 test $ac_write_fail = 0 ||
19631 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19634 # configure is writing to config.log, and then calls config.status.
19635 # config.status does its own redirection, appending to config.log.
19636 # Unfortunately, on DOS this fails, as config.log is still kept open
19637 # by configure, so config.status won't be able to
write to it
; its
19638 # output is simply discarded. So we exec the FD to /dev/null,
19639 # effectively closing config.log, so it can be properly (re)opened and
19640 # appended to by config.status. When coming back to configure, we
19641 # need to make the FD available again.
19642 if test "$no_create" != yes; then
19644 ac_config_status_args
=
19645 test "$silent" = yes &&
19646 ac_config_status_args
="$ac_config_status_args --quiet"
19648 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19650 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19651 # would make configure fail if this is the last instruction.
19652 $ac_cs_success || as_fn_exit
1
19654 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19656 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19660 if test "$no_create" = "yes"
19666 if test "x$wine_notices != "x
; then
19669 for msg
in $wine_notices; do
19671 if ${msg:+false} :; then :
19674 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19675 $as_echo "$as_me: $msg" >&6;}
19680 for msg
in $wine_warnings; do
19682 if ${msg:+false} :; then :
19686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19687 $as_echo "$as_me: WARNING: $msg" >&2;}
19693 $as_me: Finished. Do '${ac_make}' to compile Wine.