2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.9.3.
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.9.3'
584 PACKAGE_STRING
='Wine 1.9.3'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
636 EXCESS_PRECISION_CFLAGS
705 APPLICATIONSERVICES_LIBS
798 program_transform_name
811 enable_option_checking
815 enable_maintainer_mode
873 enable_api_ms_win_core_com_l1_1_0
874 enable_api_ms_win_core_com_l1_1_1
875 enable_api_ms_win_core_console_l1_1_0
876 enable_api_ms_win_core_datetime_l1_1_0
877 enable_api_ms_win_core_datetime_l1_1_1
878 enable_api_ms_win_core_debug_l1_1_0
879 enable_api_ms_win_core_debug_l1_1_1
880 enable_api_ms_win_core_delayload_l1_1_1
881 enable_api_ms_win_core_errorhandling_l1_1_0
882 enable_api_ms_win_core_errorhandling_l1_1_1
883 enable_api_ms_win_core_errorhandling_l1_1_2
884 enable_api_ms_win_core_fibers_l1_1_0
885 enable_api_ms_win_core_fibers_l1_1_1
886 enable_api_ms_win_core_file_l1_1_0
887 enable_api_ms_win_core_file_l1_2_0
888 enable_api_ms_win_core_file_l2_1_0
889 enable_api_ms_win_core_file_l2_1_1
890 enable_api_ms_win_core_handle_l1_1_0
891 enable_api_ms_win_core_heap_l1_1_0
892 enable_api_ms_win_core_heap_l1_2_0
893 enable_api_ms_win_core_heap_obsolete_l1_1_0
894 enable_api_ms_win_core_interlocked_l1_1_0
895 enable_api_ms_win_core_interlocked_l1_2_0
896 enable_api_ms_win_core_io_l1_1_1
897 enable_api_ms_win_core_kernel32_legacy_l1_1_0
898 enable_api_ms_win_core_kernel32_legacy_l1_1_1
899 enable_api_ms_win_core_libraryloader_l1_1_0
900 enable_api_ms_win_core_libraryloader_l1_1_1
901 enable_api_ms_win_core_libraryloader_l1_2_0
902 enable_api_ms_win_core_localization_l1_1_0
903 enable_api_ms_win_core_localization_l1_2_0
904 enable_api_ms_win_core_localization_l1_2_1
905 enable_api_ms_win_core_localization_obsolete_l1_1_0
906 enable_api_ms_win_core_localregistry_l1_1_0
907 enable_api_ms_win_core_memory_l1_1_0
908 enable_api_ms_win_core_memory_l1_1_1
909 enable_api_ms_win_core_misc_l1_1_0
910 enable_api_ms_win_core_namedpipe_l1_1_0
911 enable_api_ms_win_core_namedpipe_l1_2_0
912 enable_api_ms_win_core_path_l1_1_0
913 enable_api_ms_win_core_processenvironment_l1_1_0
914 enable_api_ms_win_core_processenvironment_l1_2_0
915 enable_api_ms_win_core_processthreads_l1_1_0
916 enable_api_ms_win_core_processthreads_l1_1_1
917 enable_api_ms_win_core_processthreads_l1_1_2
918 enable_api_ms_win_core_profile_l1_1_0
919 enable_api_ms_win_core_psapi_l1_1_0
920 enable_api_ms_win_core_registry_l1_1_0
921 enable_api_ms_win_core_rtlsupport_l1_1_0
922 enable_api_ms_win_core_rtlsupport_l1_2_0
923 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
924 enable_api_ms_win_core_string_l1_1_0
925 enable_api_ms_win_core_synch_l1_1_0
926 enable_api_ms_win_core_synch_l1_2_0
927 enable_api_ms_win_core_sysinfo_l1_1_0
928 enable_api_ms_win_core_sysinfo_l1_2_0
929 enable_api_ms_win_core_sysinfo_l1_2_1
930 enable_api_ms_win_core_threadpool_legacy_l1_1_0
931 enable_api_ms_win_core_timezone_l1_1_0
932 enable_api_ms_win_core_url_l1_1_0
933 enable_api_ms_win_core_util_l1_1_0
934 enable_api_ms_win_core_winrt_error_l1_1_0
935 enable_api_ms_win_core_winrt_error_l1_1_1
936 enable_api_ms_win_core_winrt_l1_1_0
937 enable_api_ms_win_core_winrt_registration_l1_1_0
938 enable_api_ms_win_core_winrt_string_l1_1_0
939 enable_api_ms_win_core_xstate_l2_1_0
940 enable_api_ms_win_crt_conio_l1_1_0
941 enable_api_ms_win_crt_convert_l1_1_0
942 enable_api_ms_win_crt_environment_l1_1_0
943 enable_api_ms_win_crt_filesystem_l1_1_0
944 enable_api_ms_win_crt_heap_l1_1_0
945 enable_api_ms_win_crt_locale_l1_1_0
946 enable_api_ms_win_crt_math_l1_1_0
947 enable_api_ms_win_crt_multibyte_l1_1_0
948 enable_api_ms_win_crt_private_l1_1_0
949 enable_api_ms_win_crt_process_l1_1_0
950 enable_api_ms_win_crt_runtime_l1_1_0
951 enable_api_ms_win_crt_stdio_l1_1_0
952 enable_api_ms_win_crt_string_l1_1_0
953 enable_api_ms_win_crt_time_l1_1_0
954 enable_api_ms_win_crt_utility_l1_1_0
955 enable_api_ms_win_downlevel_advapi32_l1_1_0
956 enable_api_ms_win_downlevel_advapi32_l2_1_0
957 enable_api_ms_win_downlevel_normaliz_l1_1_0
958 enable_api_ms_win_downlevel_ole32_l1_1_0
959 enable_api_ms_win_downlevel_shell32_l1_1_0
960 enable_api_ms_win_downlevel_shlwapi_l1_1_0
961 enable_api_ms_win_downlevel_shlwapi_l2_1_0
962 enable_api_ms_win_downlevel_user32_l1_1_0
963 enable_api_ms_win_downlevel_version_l1_1_0
964 enable_api_ms_win_eventing_classicprovider_l1_1_0
965 enable_api_ms_win_eventing_provider_l1_1_0
966 enable_api_ms_win_ntuser_dc_access_l1_1_0
967 enable_api_ms_win_security_base_l1_1_0
968 enable_api_ms_win_security_base_l1_2_0
969 enable_api_ms_win_security_lsalookup_l1_1_0
970 enable_api_ms_win_security_lsalookup_l1_1_1
971 enable_api_ms_win_security_sddl_l1_1_0
972 enable_api_ms_win_service_core_l1_1_1
973 enable_api_ms_win_service_management_l1_1_0
974 enable_api_ms_win_service_winsvc_l1_2_0
1019 enable_d3dcompiler_33
1020 enable_d3dcompiler_34
1021 enable_d3dcompiler_35
1022 enable_d3dcompiler_36
1023 enable_d3dcompiler_37
1024 enable_d3dcompiler_38
1025 enable_d3dcompiler_39
1026 enable_d3dcompiler_40
1027 enable_d3dcompiler_41
1028 enable_d3dcompiler_42
1029 enable_d3dcompiler_43
1030 enable_d3dcompiler_46
1031 enable_d3dcompiler_47
1109 enable_explorerframe
1110 enable_ext_ms_win_gdi_devcaps_l1_1_0
1272 enable_photometadatahandler
1360 enable_windowscodecs
1361 enable_windowscodecsext
1363 enable_winecoreaudio_drv
1365 enable_winegstreamer
1366 enable_winejoystick_drv
1372 enable_winepulse_drv
1373 enable_wineqtdecoder
1439 enable_aspnet_regiis
1473 enable_presentationfontcache
1486 enable_servicemodelreg
1507 enable_winemenubuilder
1509 enable_winemsibuilder
1524 ac_precious_vars
='build_alias
1577 # Initialize some variables set by options.
1579 ac_init_version
=false
1580 ac_unrecognized_opts
=
1581 ac_unrecognized_sep
=
1582 # The variables have the same names as the options, with
1583 # dashes changed to underlines.
1584 cache_file
=/dev
/null
1591 program_transform_name
=s
,x
,x
,
1599 # Installation directory options.
1600 # These are left unexpanded so users can "make install exec_prefix=/foo"
1601 # and all the variables that are supposed to be based on exec_prefix
1602 # by default will actually change.
1603 # Use braces instead of parens because sh, perl, etc. also accept them.
1604 # (The list follows the same order as the GNU Coding Standards.)
1605 bindir
='${exec_prefix}/bin'
1606 sbindir
='${exec_prefix}/sbin'
1607 libexecdir
='${exec_prefix}/libexec'
1608 datarootdir
='${prefix}/share'
1609 datadir
='${datarootdir}'
1610 sysconfdir
='${prefix}/etc'
1611 sharedstatedir
='${prefix}/com'
1612 localstatedir
='${prefix}/var'
1613 runstatedir
='${localstatedir}/run'
1614 includedir
='${prefix}/include'
1615 oldincludedir
='/usr/include'
1616 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1617 infodir
='${datarootdir}/info'
1622 libdir
='${exec_prefix}/lib'
1623 localedir
='${datarootdir}/locale'
1624 mandir
='${datarootdir}/man'
1630 # If the previous option needs an argument, assign it.
1631 if test -n "$ac_prev"; then
1632 eval $ac_prev=\
$ac_option
1638 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1643 # Accept the important Cygnus configure options, so we can diagnose typos.
1645 case $ac_dashdash$ac_option in
1649 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1651 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1652 bindir
=$ac_optarg ;;
1654 -build |
--build |
--buil |
--bui |
--bu)
1655 ac_prev
=build_alias
;;
1656 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1657 build_alias
=$ac_optarg ;;
1659 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1660 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1661 ac_prev
=cache_file
;;
1662 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1663 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1664 cache_file
=$ac_optarg ;;
1666 --config-cache |
-C)
1667 cache_file
=config.cache
;;
1669 -datadir |
--datadir |
--datadi |
--datad)
1671 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1672 datadir
=$ac_optarg ;;
1674 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1675 |
--dataroo |
--dataro |
--datar)
1676 ac_prev
=datarootdir
;;
1677 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1678 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1679 datarootdir
=$ac_optarg ;;
1681 -disable-* |
--disable-*)
1682 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1683 # Reject names that are not valid shell variable names.
1684 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1685 as_fn_error $?
"invalid feature name: $ac_useropt"
1686 ac_useropt_orig
=$ac_useropt
1687 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1688 case $ac_user_opts in
1690 "enable_
$ac_useropt"
1692 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1693 ac_unrecognized_sep
=', ';;
1695 eval enable_
$ac_useropt=no
;;
1697 -docdir |
--docdir |
--docdi |
--doc |
--do)
1699 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1700 docdir
=$ac_optarg ;;
1702 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1704 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1705 dvidir
=$ac_optarg ;;
1707 -enable-* |
--enable-*)
1708 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1709 # Reject names that are not valid shell variable names.
1710 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1711 as_fn_error $?
"invalid feature name: $ac_useropt"
1712 ac_useropt_orig
=$ac_useropt
1713 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1714 case $ac_user_opts in
1716 "enable_
$ac_useropt"
1718 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1719 ac_unrecognized_sep
=', ';;
1721 eval enable_
$ac_useropt=\
$ac_optarg ;;
1723 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1724 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1725 |
--exec |
--exe |
--ex)
1726 ac_prev
=exec_prefix
;;
1727 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1728 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1729 |
--exec=* |
--exe=* |
--ex=*)
1730 exec_prefix
=$ac_optarg ;;
1732 -gas |
--gas |
--ga |
--g)
1733 # Obsolete; use --with-gas.
1736 -help |
--help |
--hel |
--he |
-h)
1737 ac_init_help
=long
;;
1738 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1739 ac_init_help
=recursive
;;
1740 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1741 ac_init_help
=short
;;
1743 -host |
--host |
--hos |
--ho)
1744 ac_prev
=host_alias
;;
1745 -host=* |
--host=* |
--hos=* |
--ho=*)
1746 host_alias
=$ac_optarg ;;
1748 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1750 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1752 htmldir
=$ac_optarg ;;
1754 -includedir |
--includedir |
--includedi |
--included |
--include \
1755 |
--includ |
--inclu |
--incl |
--inc)
1756 ac_prev
=includedir
;;
1757 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1758 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1759 includedir
=$ac_optarg ;;
1761 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1763 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1764 infodir
=$ac_optarg ;;
1766 -libdir |
--libdir |
--libdi |
--libd)
1768 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1769 libdir
=$ac_optarg ;;
1771 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1772 |
--libexe |
--libex |
--libe)
1773 ac_prev
=libexecdir
;;
1774 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1775 |
--libexe=* |
--libex=* |
--libe=*)
1776 libexecdir
=$ac_optarg ;;
1778 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1779 ac_prev
=localedir
;;
1780 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1781 localedir
=$ac_optarg ;;
1783 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1784 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1785 ac_prev
=localstatedir
;;
1786 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1787 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1788 localstatedir
=$ac_optarg ;;
1790 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1792 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1793 mandir
=$ac_optarg ;;
1795 -nfp |
--nfp |
--nf)
1796 # Obsolete; use --without-fp.
1799 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1800 |
--no-cr |
--no-c |
-n)
1803 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1804 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1807 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1808 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1809 |
--oldin |
--oldi |
--old |
--ol |
--o)
1810 ac_prev
=oldincludedir
;;
1811 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1812 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1813 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1814 oldincludedir
=$ac_optarg ;;
1816 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1818 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1819 prefix
=$ac_optarg ;;
1821 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1822 |
--program-pre |
--program-pr |
--program-p)
1823 ac_prev
=program_prefix
;;
1824 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1825 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1826 program_prefix
=$ac_optarg ;;
1828 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1829 |
--program-suf |
--program-su |
--program-s)
1830 ac_prev
=program_suffix
;;
1831 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1832 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1833 program_suffix
=$ac_optarg ;;
1835 -program-transform-name |
--program-transform-name \
1836 |
--program-transform-nam |
--program-transform-na \
1837 |
--program-transform-n |
--program-transform- \
1838 |
--program-transform |
--program-transfor \
1839 |
--program-transfo |
--program-transf \
1840 |
--program-trans |
--program-tran \
1841 |
--progr-tra |
--program-tr |
--program-t)
1842 ac_prev
=program_transform_name
;;
1843 -program-transform-name=* |
--program-transform-name=* \
1844 |
--program-transform-nam=* |
--program-transform-na=* \
1845 |
--program-transform-n=* |
--program-transform-=* \
1846 |
--program-transform=* |
--program-transfor=* \
1847 |
--program-transfo=* |
--program-transf=* \
1848 |
--program-trans=* |
--program-tran=* \
1849 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1850 program_transform_name
=$ac_optarg ;;
1852 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1854 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1855 pdfdir
=$ac_optarg ;;
1857 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1859 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1862 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1863 |
-silent |
--silent |
--silen |
--sile |
--sil)
1866 -runstatedir |
--runstatedir |
--runstatedi |
--runstated \
1867 |
--runstate |
--runstat |
--runsta |
--runst |
--runs \
1868 |
--run |
--ru |
--r)
1869 ac_prev
=runstatedir
;;
1870 -runstatedir=* |
--runstatedir=* |
--runstatedi=* |
--runstated=* \
1871 |
--runstate=* |
--runstat=* |
--runsta=* |
--runst=* |
--runs=* \
1872 |
--run=* |
--ru=* |
--r=*)
1873 runstatedir
=$ac_optarg ;;
1875 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1877 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1879 sbindir
=$ac_optarg ;;
1881 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1882 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1883 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1885 ac_prev
=sharedstatedir
;;
1886 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1887 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1888 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1890 sharedstatedir
=$ac_optarg ;;
1892 -site |
--site |
--sit)
1894 -site=* |
--site=* |
--sit=*)
1897 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1899 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1900 srcdir
=$ac_optarg ;;
1902 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1903 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1904 ac_prev
=sysconfdir
;;
1905 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1906 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1907 sysconfdir
=$ac_optarg ;;
1909 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1910 ac_prev
=target_alias
;;
1911 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1912 target_alias
=$ac_optarg ;;
1914 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1917 -version |
--version |
--versio |
--versi |
--vers |
-V)
1918 ac_init_version
=: ;;
1921 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1922 # Reject names that are not valid shell variable names.
1923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1924 as_fn_error $?
"invalid package name: $ac_useropt"
1925 ac_useropt_orig
=$ac_useropt
1926 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1927 case $ac_user_opts in
1931 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1932 ac_unrecognized_sep
=', ';;
1934 eval with_
$ac_useropt=\
$ac_optarg ;;
1936 -without-* |
--without-*)
1937 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1938 # Reject names that are not valid shell variable names.
1939 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1940 as_fn_error $?
"invalid package name: $ac_useropt"
1941 ac_useropt_orig
=$ac_useropt
1942 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1943 case $ac_user_opts in
1947 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1948 ac_unrecognized_sep
=', ';;
1950 eval with_
$ac_useropt=no
;;
1953 # Obsolete; use --with-x.
1956 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1957 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1958 ac_prev
=x_includes
;;
1959 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1960 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1961 x_includes
=$ac_optarg ;;
1963 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1964 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1965 ac_prev
=x_libraries
;;
1966 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1967 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1968 x_libraries
=$ac_optarg ;;
1970 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1971 Try \`$0 --help' for more information"
1975 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1976 # Reject names that are not valid shell variable names.
1977 case $ac_envvar in #(
1978 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1979 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1981 eval $ac_envvar=\
$ac_optarg
1982 export $ac_envvar ;;
1985 # FIXME: should be removed in autoconf 3.0.
1986 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1987 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1988 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1989 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1995 if test -n "$ac_prev"; then
1996 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1997 as_fn_error $?
"missing argument to $ac_option"
2000 if test -n "$ac_unrecognized_opts"; then
2001 case $enable_option_checking in
2003 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
2004 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
2008 # Check all directory arguments for consistency.
2009 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
2010 datadir sysconfdir sharedstatedir localstatedir includedir \
2011 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
2012 libdir localedir mandir runstatedir
2014 eval ac_val
=\$
$ac_var
2015 # Remove trailing slashes.
2018 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
2019 eval $ac_var=\
$ac_val;;
2021 # Be sure to have absolute directory names.
2023 [\\/$
]* | ?
:[\\/]* ) continue;;
2024 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
2026 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
2029 # There might be people who depend on the old broken behavior: `$host'
2030 # used to hold the argument of --host etc.
2031 # FIXME: To remove some day.
2034 target
=$target_alias
2036 # FIXME: To remove some day.
2037 if test "x$host_alias" != x
; then
2038 if test "x$build_alias" = x
; then
2039 cross_compiling
=maybe
2040 elif test "x$build_alias" != "x$host_alias"; then
2046 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
2048 test "$silent" = yes && exec 6>/dev
/null
2051 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
2052 ac_ls_di
=`ls -di .` &&
2053 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
2054 as_fn_error $?
"working directory cannot be determined"
2055 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
2056 as_fn_error $?
"pwd does not report name of working directory"
2059 # Find the source files, if location was not specified.
2060 if test -z "$srcdir"; then
2061 ac_srcdir_defaulted
=yes
2062 # Try the directory containing this script, then the parent directory.
2063 ac_confdir
=`$as_dirname -- "$as_myself" ||
2064 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2065 X"$as_myself" : 'X\(//\)[^/]' \| \
2066 X"$as_myself" : 'X\(//\)$' \| \
2067 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
2068 $as_echo X"$as_myself" |
2069 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2087 if test ! -r "$srcdir/$ac_unique_file"; then
2091 ac_srcdir_defaulted
=no
2093 if test ! -r "$srcdir/$ac_unique_file"; then
2094 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2095 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2097 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2099 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2101 # When building in place, set srcdir=.
2102 if test "$ac_abs_confdir" = "$ac_pwd"; then
2105 # Remove unnecessary trailing slashes from srcdir.
2106 # Double slashes in file names in object file debugging info
2107 # mess up M-x gdb in Emacs.
2109 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2111 for ac_var
in $ac_precious_vars; do
2112 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2113 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2114 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2115 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2119 # Report the --help message.
2121 if test "$ac_init_help" = "long"; then
2122 # Omit some internal or obsolete options to make the list less imposing.
2123 # This message is too long to be a string in the A/UX 3.1 sh.
2125 \`configure' configures Wine 1.9.3 to adapt to many kinds of systems.
2127 Usage: $0 [OPTION]... [VAR=VALUE]...
2129 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2130 VAR=VALUE. See below for descriptions of some of the useful variables.
2132 Defaults for the options are specified in brackets.
2135 -h, --help display this help and exit
2136 --help=short display options specific to this package
2137 --help=recursive display the short help of all the included packages
2138 -V, --version display version information and exit
2139 -q, --quiet, --silent do not print \`checking ...' messages
2140 --cache-file=FILE cache test results in FILE [disabled]
2141 -C, --config-cache alias for \`--cache-file=config.cache'
2142 -n, --no-create do not create output files
2143 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2145 Installation directories:
2146 --prefix=PREFIX install architecture-independent files in PREFIX
2147 [$ac_default_prefix]
2148 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2151 By default, \`make install' will install all the files in
2152 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2153 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2154 for instance \`--prefix=\$HOME'.
2156 For better control, use the options below.
2158 Fine tuning of the installation directories:
2159 --bindir=DIR user executables [EPREFIX/bin]
2160 --sbindir=DIR system admin executables [EPREFIX/sbin]
2161 --libexecdir=DIR program executables [EPREFIX/libexec]
2162 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2163 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2164 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2165 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
2166 --libdir=DIR object code libraries [EPREFIX/lib]
2167 --includedir=DIR C header files [PREFIX/include]
2168 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2169 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2170 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2171 --infodir=DIR info documentation [DATAROOTDIR/info]
2172 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2173 --mandir=DIR man documentation [DATAROOTDIR/man]
2174 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2175 --htmldir=DIR html documentation [DOCDIR]
2176 --dvidir=DIR dvi documentation [DOCDIR]
2177 --pdfdir=DIR pdf documentation [DOCDIR]
2178 --psdir=DIR ps documentation [DOCDIR]
2184 --x-includes=DIR X include files are
in DIR
2185 --x-libraries=DIR X library files are
in DIR
2188 --build=BUILD configure
for building on BUILD
[guessed
]
2189 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2193 if test -n "$ac_init_help"; then
2194 case $ac_init_help in
2195 short | recursive
) echo "Configuration of Wine 1.9.3:";;
2200 --disable-option-checking ignore unrecognized
--enable/--with options
2201 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2202 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2203 --disable-win16 do not include Win16 support
2204 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2206 --disable-tests do not build the regression tests
2207 --enable-maintainer-mode
2208 enable maintainer-specific build rules
2209 --disable-largefile omit support for large files
2212 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2213 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2214 --without-alsa do not use the Alsa sound support
2215 --without-capi do not use CAPI (ISDN support)
2216 --without-cms do not use CMS (color management support)
2217 --without-coreaudio do not use the CoreAudio sound support
2218 --without-cups do not use CUPS
2219 --without-curses do not use (n)curses
2220 --without-dbus do not use DBus (dynamic device support)
2221 --without-fontconfig do not use fontconfig
2222 --without-freetype do not use the FreeType library
2223 --without-gettext do not use gettext
2224 --with-gettextpo use the GetTextPO library to rebuild po files
2225 --without-gphoto do not use gphoto (Digital Camera support)
2226 --without-glu do not use the GLU library
2227 --without-gnutls do not use GnuTLS (schannel support)
2228 --without-gsm do not use libgsm (GSM 06.10 codec support)
2229 --without-gstreamer do not use GStreamer (codecs support)
2230 --without-hal do not use HAL (dynamic device support)
2231 --without-jpeg do not use JPEG
2232 --without-ldap do not use LDAP
2233 --without-mpg123 do not use the mpg123 library
2234 --without-netapi do not use the Samba NetAPI library
2235 --without-openal do not use OpenAL
2236 --without-opencl do not use OpenCL
2237 --without-opengl do not use OpenGL
2238 --without-osmesa do not use the OSMesa library
2239 --without-oss do not use the OSS sound support
2240 --without-pcap do not use the Packet Capture library
2241 --without-png do not use PNG
2242 --without-pthread do not use the pthread library
2243 --without-pulse do not use PulseAudio sound support
2244 --without-sane do not use SANE (scanner support)
2245 --without-tiff do not use TIFF
2246 --without-v4l do not use v4l1 (v4l support)
2247 --without-xcomposite do not use the Xcomposite extension
2248 --without-xcursor do not use the Xcursor extension
2249 --without-xinerama do not use Xinerama (multi-monitor support)
2250 --without-xinput do not use the Xinput extension
2251 --without-xinput2 do not use the Xinput 2 extension
2252 --without-xml do not use XML
2253 --without-xrandr do not use Xrandr (resolution changes)
2254 --without-xrender do not use the Xrender extension
2255 --without-xshape do not use the Xshape extension
2256 --without-xshm do not use XShm (shared memory extension)
2257 --without-xslt do not use XSLT
2258 --without-xxf86vm do not use XFree video mode extension
2259 --without-zlib do not use Zlib (data compression)
2260 --with-wine-tools=DIR use Wine tools from directory DIR
2261 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2262 --with-x use the X Window System
2264 Some influential environment variables:
2265 CC C compiler command
2266 CFLAGS C compiler flags
2267 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2268 nonstandard directory <lib dir>
2269 LIBS libraries to pass to the linker, e.g. -l<library>
2270 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2271 you have headers in a nonstandard directory <include dir>
2272 CXX C++ compiler command
2273 CXXFLAGS C++ compiler flags
2275 XMKMF Path to xmkmf, Makefile generator for X Window System
2276 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2277 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2278 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2279 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2280 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2281 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2282 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2283 HAL_LIBS Linker flags for hal, overriding pkg-config
2285 C compiler flags for gnutls, overriding pkg-config
2286 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2287 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2288 SANE_LIBS Linker flags for libsane, overriding pkg-config
2290 C compiler flags for libgphoto2, overriding pkg-config
2292 Linker flags for libgphoto2, overriding pkg-config
2294 C compiler flags for libgphoto2_port, overriding pkg-config
2296 Linker flags for libgphoto2_port, overriding pkg-config
2298 C compiler flags for lcms2, overriding pkg-config
2299 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2301 C compiler flags for freetype2, overriding pkg-config
2303 Linker flags for freetype2, overriding pkg-config
2305 C compiler flags for libpulse, overriding pkg-config
2306 PULSE_LIBS Linker flags for libpulse, overriding pkg-config
2308 C compiler flags for gstreamer-1.0 gstreamer-video-1.0
2309 gstreamer-audio-1.0, overriding pkg-config
2311 Linker flags for gstreamer-1.0 gstreamer-video-1.0
2312 gstreamer-audio-1.0, overriding pkg-config
2314 C compiler flags for capi20, overriding pkg-config
2315 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2317 C compiler flags for fontconfig, overriding pkg-config
2319 Linker flags for fontconfig, overriding pkg-config
2320 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2321 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2322 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2323 PNG_LIBS Linker flags for libpng, overriding pkg-config
2324 TIFF_CFLAGS C compiler flags for libtiff-4, overriding pkg-config
2325 TIFF_LIBS Linker flags for libtiff-4, overriding pkg-config
2327 C compiler flags for libmpg123, overriding pkg-config
2328 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2330 C compiler flags for netapi, overriding pkg-config
2331 NETAPI_LIBS Linker flags for netapi, overriding pkg-config
2333 Use these variables to override the choices made by `configure' or to
help
2334 it to
find libraries and programs with nonstandard names
/locations.
2336 Report bugs to
<wine-devel@winehq.org
>.
2337 Wine home page
: <http
://www.winehq.org
>.
2342 if test "$ac_init_help" = "recursive"; then
2343 # If there are subdirs, report their specific --help.
2344 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2345 test -d "$ac_dir" ||
2346 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2351 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2353 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2354 # A ".." for each directory in $ac_dir_suffix.
2355 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2356 case $ac_top_builddir_sub in
2357 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2358 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2361 ac_abs_top_builddir
=$ac_pwd
2362 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2363 # for backward compatibility:
2364 ac_top_builddir
=$ac_top_build_prefix
2367 .
) # We are building in place.
2369 ac_top_srcdir
=$ac_top_builddir_sub
2370 ac_abs_top_srcdir
=$ac_pwd ;;
2371 [\\/]* | ?
:[\\/]* ) # Absolute name.
2372 ac_srcdir
=$srcdir$ac_dir_suffix;
2373 ac_top_srcdir
=$srcdir
2374 ac_abs_top_srcdir
=$srcdir ;;
2376 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2377 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2378 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2380 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2382 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2383 # Check for guested configure.
2384 if test -f "$ac_srcdir/configure.gnu"; then
2386 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2387 elif test -f "$ac_srcdir/configure"; then
2389 $SHELL "$ac_srcdir/configure" --help=recursive
2391 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2393 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2397 test -n "$ac_init_help" && exit $ac_status
2398 if $ac_init_version; then
2400 Wine configure
1.9.3
2401 generated by GNU Autoconf
2.69
2403 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2404 This configure
script is free software
; the Free Software Foundation
2405 gives unlimited permission to copy
, distribute and modify it.
2410 ## ------------------------ ##
2411 ## Autoconf initialization. ##
2412 ## ------------------------ ##
2414 # ac_fn_c_try_compile LINENO
2415 # --------------------------
2416 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2417 ac_fn_c_try_compile
()
2419 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2420 rm -f conftest.
$ac_objext
2421 if { { ac_try
="$ac_compile"
2423 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2424 *) ac_try_echo=$ac_try;;
2426 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2427 $as_echo "$ac_try_echo"; } >&5
2428 (eval "$ac_compile") 2>conftest.err
2430 if test -s conftest.err; then
2431 grep -v '^ *+' conftest.err >conftest.er1
2432 cat conftest.er1 >&5
2433 mv -f conftest.er1 conftest.err
2435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2436 test $ac_status = 0; } && {
2437 test -z "$ac_c_werror_flag" ||
2438 test ! -s conftest.err
2439 } && test -s conftest.$ac_objext; then :
2442 $as_echo "$as_me: failed program was:" >&5
2443 sed 's/^/| /' conftest.$ac_ext >&5
2447 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2448 as_fn_set_status $ac_retval
2450 } # ac_fn_c_try_compile
2452 # ac_fn_cxx_try_compile LINENO
2453 # ----------------------------
2454 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2455 ac_fn_cxx_try_compile ()
2457 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2458 rm -f conftest.$ac_objext
2459 if { { ac_try="$ac_compile"
2461 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2462 *) ac_try_echo
=$ac_try;;
2464 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2465 $as_echo "$ac_try_echo"; } >&5
2466 (eval "$ac_compile") 2>conftest.err
2468 if test -s conftest.err
; then
2469 grep -v '^ *+' conftest.err
>conftest.er1
2470 cat conftest.er1
>&5
2471 mv -f conftest.er1 conftest.err
2473 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2474 test $ac_status = 0; } && {
2475 test -z "$ac_cxx_werror_flag" ||
2476 test ! -s conftest.err
2477 } && test -s conftest.
$ac_objext; then :
2480 $as_echo "$as_me: failed program was:" >&5
2481 sed 's/^/| /' conftest.
$ac_ext >&5
2485 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2486 as_fn_set_status
$ac_retval
2488 } # ac_fn_cxx_try_compile
2490 # ac_fn_c_try_link LINENO
2491 # -----------------------
2492 # Try to link conftest.$ac_ext, and return whether this succeeded.
2495 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2496 rm -f conftest.
$ac_objext conftest
$ac_exeext
2497 if { { ac_try
="$ac_link"
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_link") 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; } && {
2513 test -z "$ac_c_werror_flag" ||
2514 test ! -s conftest.err
2515 } && test -s conftest$ac_exeext && {
2516 test "$cross_compiling" = yes ||
2517 test -x conftest$ac_exeext
2521 $as_echo "$as_me: failed program was:" >&5
2522 sed 's/^/| /' conftest.$ac_ext >&5
2526 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2527 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2528 # interfere with the next link command; also delete a directory that is
2529 # left behind by Apple's compiler. We do this before executing the actions.
2530 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2531 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2532 as_fn_set_status $ac_retval
2534 } # ac_fn_c_try_link
2536 # ac_fn_c_try_cpp LINENO
2537 # ----------------------
2538 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2541 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2542 if { { ac_try="$ac_cpp conftest.$ac_ext"
2544 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2545 *) ac_try_echo
=$ac_try;;
2547 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2548 $as_echo "$ac_try_echo"; } >&5
2549 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2551 if test -s conftest.err
; then
2552 grep -v '^ *+' conftest.err
>conftest.er1
2553 cat conftest.er1
>&5
2554 mv -f conftest.er1 conftest.err
2556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2557 test $ac_status = 0; } > conftest.i
&& {
2558 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2559 test ! -s conftest.err
2563 $as_echo "$as_me: failed program was:" >&5
2564 sed 's/^/| /' conftest.
$ac_ext >&5
2568 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2569 as_fn_set_status
$ac_retval
2573 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2574 # -------------------------------------------------------
2575 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2576 # the include files in INCLUDES and setting the cache variable VAR
2578 ac_fn_c_check_header_mongrel
()
2580 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2581 if eval \
${$3+:} false
; then :
2582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2583 $as_echo_n "checking for $2... " >&6; }
2584 if eval \
${$3+:} false
; then :
2585 $as_echo_n "(cached) " >&6
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2589 $as_echo "$ac_res" >&6; }
2591 # Is the header compilable?
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2593 $as_echo_n "checking $2 usability... " >&6; }
2594 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2595 /* end confdefs.h. */
2599 if ac_fn_c_try_compile
"$LINENO"; then :
2600 ac_header_compiler
=yes
2602 ac_header_compiler
=no
2604 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2606 $as_echo "$ac_header_compiler" >&6; }
2608 # Is the header present?
2609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2610 $as_echo_n "checking $2 presence... " >&6; }
2611 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2612 /* end confdefs.h. */
2615 if ac_fn_c_try_cpp
"$LINENO"; then :
2616 ac_header_preproc
=yes
2618 ac_header_preproc
=no
2620 rm -f conftest.err conftest.i conftest.
$ac_ext
2621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2622 $as_echo "$ac_header_preproc" >&6; }
2624 # So? What about this header?
2625 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2628 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2630 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2634 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2636 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2638 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2640 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2642 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2643 ( $as_echo "## ------------------------------------ ##
2644 ## Report this to wine-devel@winehq.org ##
2645 ## ------------------------------------ ##"
2646 ) |
sed "s/^/$as_me: WARNING: /" >&2
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2650 $as_echo_n "checking for $2... " >&6; }
2651 if eval \
${$3+:} false
; then :
2652 $as_echo_n "(cached) " >&6
2654 eval "$3=\$ac_header_compiler"
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2658 $as_echo "$ac_res" >&6; }
2660 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2662 } # ac_fn_c_check_header_mongrel
2664 # ac_fn_c_try_run LINENO
2665 # ----------------------
2666 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2667 # that executables *can* be run.
2670 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2671 if { { ac_try
="$ac_link"
2673 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2674 *) ac_try_echo=$ac_try;;
2676 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2677 $as_echo "$ac_try_echo"; } >&5
2678 (eval "$ac_link") 2>&5
2680 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2681 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2682 { { case "(($ac_try" in
2683 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2684 *) ac_try_echo
=$ac_try;;
2686 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2687 $as_echo "$ac_try_echo"; } >&5
2688 (eval "$ac_try") 2>&5
2690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2691 test $ac_status = 0; }; }; then :
2694 $as_echo "$as_me: program exited with status $ac_status" >&5
2695 $as_echo "$as_me: failed program was:" >&5
2696 sed 's/^/| /' conftest.
$ac_ext >&5
2698 ac_retval
=$ac_status
2700 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2701 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2702 as_fn_set_status
$ac_retval
2706 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2707 # -------------------------------------------------------
2708 # Tests whether HEADER exists and can be compiled using the include files in
2709 # INCLUDES, setting the cache variable VAR accordingly.
2710 ac_fn_c_check_header_compile
()
2712 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2714 $as_echo_n "checking for $2... " >&6; }
2715 if eval \
${$3+:} false
; then :
2716 $as_echo_n "(cached) " >&6
2718 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2719 /* end confdefs.h. */
2723 if ac_fn_c_try_compile
"$LINENO"; then :
2728 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2732 $as_echo "$ac_res" >&6; }
2733 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2735 } # ac_fn_c_check_header_compile
2737 # ac_fn_c_check_func LINENO FUNC VAR
2738 # ----------------------------------
2739 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2740 ac_fn_c_check_func
()
2742 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2744 $as_echo_n "checking for $2... " >&6; }
2745 if eval \
${$3+:} false
; then :
2746 $as_echo_n "(cached) " >&6
2748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2749 /* end confdefs.h. */
2750 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2751 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2752 #define $2 innocuous_$2
2754 /* System header to define __stub macros and hopefully few prototypes,
2755 which can conflict with char $2 (); below.
2756 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2757 <limits.h> exists even on freestanding compilers. */
2760 # include <limits.h>
2762 # include <assert.h>
2767 /* Override any GCC internal prototype to avoid an error.
2768 Use char because int might match the return type of a GCC
2769 builtin and then its argument prototype would still apply. */
2774 /* The GNU C library defines this for functions which it implements
2775 to always fail with ENOSYS. Some functions are actually named
2776 something starting with __ and the normal name is an alias. */
2777 #if defined __stub_$2 || defined __stub___$2
2789 if ac_fn_c_try_link
"$LINENO"; then :
2794 rm -f core conftest.err conftest.
$ac_objext \
2795 conftest
$ac_exeext conftest.
$ac_ext
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2799 $as_echo "$ac_res" >&6; }
2800 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2802 } # ac_fn_c_check_func
2804 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2805 # ----------------------------------------------------
2806 # Tries to find if the field MEMBER exists in type AGGR, after including
2807 # INCLUDES, setting cache variable VAR accordingly.
2808 ac_fn_c_check_member
()
2810 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2812 $as_echo_n "checking for $2.$3... " >&6; }
2813 if eval \
${$4+:} false
; then :
2814 $as_echo_n "(cached) " >&6
2816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2817 /* end confdefs.h. */
2829 if ac_fn_c_try_compile
"$LINENO"; then :
2832 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2833 /* end confdefs.h. */
2839 if (sizeof ac_aggr.$3)
2845 if ac_fn_c_try_compile
"$LINENO"; then :
2850 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2852 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2856 $as_echo "$ac_res" >&6; }
2857 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2859 } # ac_fn_c_check_member
2861 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2862 # -------------------------------------------
2863 # Tests whether TYPE exists after having included INCLUDES, setting cache
2864 # variable VAR accordingly.
2865 ac_fn_c_check_type
()
2867 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2869 $as_echo_n "checking for $2... " >&6; }
2870 if eval \
${$3+:} false
; then :
2871 $as_echo_n "(cached) " >&6
2874 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2875 /* end confdefs.h. */
2886 if ac_fn_c_try_compile
"$LINENO"; then :
2887 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2888 /* end confdefs.h. */
2899 if ac_fn_c_try_compile
"$LINENO"; then :
2904 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2906 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2910 $as_echo "$ac_res" >&6; }
2911 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2913 } # ac_fn_c_check_type
2914 cat >config.log
<<_ACEOF
2915 This file contains any messages produced by compilers while
2916 running configure, to aid debugging if configure makes a mistake.
2918 It was created by Wine $as_me 1.9.3, which was
2919 generated by GNU Autoconf 2.69. Invocation command line was
2931 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2932 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2933 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2934 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2935 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2937 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2938 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2940 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2941 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2942 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2943 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2944 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2945 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2946 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2950 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2954 test -z "$as_dir" && as_dir
=.
2955 $as_echo "PATH: $as_dir"
2971 # Keep a trace of the command line.
2972 # Strip out --no-create and --no-recursion so they do not pile up.
2973 # Strip out --silent because we don't want to record it for future runs.
2974 # Also quote any args containing shell meta-characters.
2975 # Make two passes to allow for proper duplicate-argument suppression.
2979 ac_must_keep_next
=false
2985 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2986 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2987 |
-silent |
--silent |
--silen |
--sile |
--sil)
2990 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2993 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2995 as_fn_append ac_configure_args1
" '$ac_arg'"
2996 if test $ac_must_keep_next = true
; then
2997 ac_must_keep_next
=false
# Got value, back to normal.
3000 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
3001 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
3002 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
3003 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
3004 case "$ac_configure_args0 " in
3005 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3008 -* ) ac_must_keep_next
=true
;;
3011 as_fn_append ac_configure_args
" '$ac_arg'"
3016 { ac_configure_args0
=; unset ac_configure_args0
;}
3017 { ac_configure_args1
=; unset ac_configure_args1
;}
3019 # When interrupted or exit'd, cleanup temporary files, and complete
3020 # config.log. We remove comments because anyway the quotes in there
3021 # would cause problems or look ugly.
3022 # WARNING: Use '\'' to represent an apostrophe within the trap.
3023 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3024 trap 'exit_status=$?
3025 # Save into config.log some information that might help in debugging.
3029 $as_echo "## ---------------- ##
3030 ## Cache variables. ##
3031 ## ---------------- ##"
3033 # The following way of writing the cache mishandles newlines in values,
3035 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3036 eval ac_val=\$$ac_var
3040 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3041 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3044 _ | IFS | as_nl) ;; #(
3045 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3046 *) { eval $ac_var=; unset $ac_var;} ;;
3051 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3052 *${as_nl}ac_space=\ *)
3054 "s/'\''/'\''\\\\'\'''\''/g;
3055 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3058 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3065 $as_echo "## ----------------- ##
3066 ## Output variables. ##
3067 ## ----------------- ##"
3069 for ac_var in $ac_subst_vars
3071 eval ac_val=\$$ac_var
3073 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3075 $as_echo "$ac_var='\''$ac_val'\''"
3079 if test -n "$ac_subst_files"; then
3080 $as_echo "## ------------------- ##
3081 ## File substitutions. ##
3082 ## ------------------- ##"
3084 for ac_var
in $ac_subst_files
3086 eval ac_val
=\$
$ac_var
3088 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3090 $as_echo "$ac_var='\''$ac_val'\''"
3095 if test -s confdefs.h; then
3096 $as_echo "## ----------- ##
3103 test "$ac_signal" != 0 &&
3104 $as_echo "$as_me: caught signal $ac_signal"
3105 $as_echo "$as_me: exit $exit_status"
3107 rm -f core *.core core.conftest.* &&
3108 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3111 for ac_signal
in 1 2 13 15; do
3112 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3116 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3117 rm -f -r conftest
* confdefs.h
3119 $as_echo "/* confdefs.h */" > confdefs.h
3121 # Predefined preprocessor variables.
3123 cat >>confdefs.h
<<_ACEOF
3124 #define PACKAGE_NAME "$PACKAGE_NAME"
3127 cat >>confdefs.h
<<_ACEOF
3128 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3131 cat >>confdefs.h
<<_ACEOF
3132 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3135 cat >>confdefs.h
<<_ACEOF
3136 #define PACKAGE_STRING "$PACKAGE_STRING"
3139 cat >>confdefs.h
<<_ACEOF
3140 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3143 cat >>confdefs.h
<<_ACEOF
3144 #define PACKAGE_URL "$PACKAGE_URL"
3148 # Let the site file select an alternate cache file if it wants to.
3149 # Prefer an explicitly selected file to automatically selected ones.
3152 if test -n "$CONFIG_SITE"; then
3153 # We do not want a PATH search for config.site.
3154 case $CONFIG_SITE in #((
3155 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3156 */*) ac_site_file1
=$CONFIG_SITE;;
3157 *) ac_site_file1
=.
/$CONFIG_SITE;;
3159 elif test "x$prefix" != xNONE
; then
3160 ac_site_file1
=$prefix/share
/config.site
3161 ac_site_file2
=$prefix/etc
/config.site
3163 ac_site_file1
=$ac_default_prefix/share
/config.site
3164 ac_site_file2
=$ac_default_prefix/etc
/config.site
3166 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3168 test "x$ac_site_file" = xNONE
&& continue
3169 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3171 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3172 sed 's/^/| /' "$ac_site_file" >&5
3174 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3175 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3176 as_fn_error $?
"failed to load site script $ac_site_file
3177 See \`config.log' for more details" "$LINENO" 5; }
3181 if test -r "$cache_file"; then
3182 # Some versions of bash will fail to source /dev/null (special files
3183 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3184 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3186 $as_echo "$as_me: loading cache $cache_file" >&6;}
3188 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3189 *) .
"./$cache_file";;
3193 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3194 $as_echo "$as_me: creating cache $cache_file" >&6;}
3198 # Check that the precious variables saved in the cache have kept the same
3200 ac_cache_corrupted
=false
3201 for ac_var
in $ac_precious_vars; do
3202 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3203 eval ac_new_set
=\
$ac_env_${ac_var}_set
3204 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3205 eval ac_new_val
=\
$ac_env_${ac_var}_value
3206 case $ac_old_set,$ac_new_set in
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3209 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3210 ac_cache_corrupted
=: ;;
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3213 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3214 ac_cache_corrupted
=: ;;
3217 if test "x$ac_old_val" != "x$ac_new_val"; then
3218 # differences in whitespace do not lead to failure.
3219 ac_old_val_w
=`echo x $ac_old_val`
3220 ac_new_val_w
=`echo x $ac_new_val`
3221 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3222 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3223 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3224 ac_cache_corrupted
=:
3226 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3227 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3228 eval $ac_var=\
$ac_old_val
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3231 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3233 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3236 # Pass precious variables to config.status.
3237 if test "$ac_new_set" = set; then
3239 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3240 *) ac_arg
=$ac_var=$ac_new_val ;;
3242 case " $ac_configure_args " in
3243 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3244 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3248 if $ac_cache_corrupted; then
3249 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3250 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3252 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3253 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3255 ## -------------------- ##
3256 ## Main body of script. ##
3257 ## -------------------- ##
3260 ac_cpp
='$CPP $CPPFLAGS'
3261 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3262 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3263 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3267 ac_config_headers
="$ac_config_headers include/config.h"
3270 for ac_dir
in tools
"$srcdir"/tools
; do
3271 if test -f "$ac_dir/install-sh"; then
3273 ac_install_sh
="$ac_aux_dir/install-sh -c"
3275 elif test -f "$ac_dir/install.sh"; then
3277 ac_install_sh
="$ac_aux_dir/install.sh -c"
3279 elif test -f "$ac_dir/shtool"; then
3281 ac_install_sh
="$ac_aux_dir/shtool install -c"
3285 if test -z "$ac_aux_dir"; then
3286 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3289 # These three variables are undocumented and unsupported,
3290 # and are intended to be withdrawn in a future Autoconf release.
3291 # They can cause serious problems if a builder's source tree is in a directory
3292 # whose full name contains unusual characters.
3293 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3294 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3295 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3299 libwine_version
="1.0"
3303 # Check whether --enable-win16 was given.
3304 if test "${enable_win16+set}" = set; then :
3305 enableval
=$enable_win16;
3308 # Check whether --enable-win64 was given.
3309 if test "${enable_win64+set}" = set; then :
3310 enableval
=$enable_win64;
3313 # Check whether --enable-tests was given.
3314 if test "${enable_tests+set}" = set; then :
3315 enableval
=$enable_tests;
3318 # Check whether --enable-maintainer-mode was given.
3319 if test "${enable_maintainer_mode+set}" = set; then :
3320 enableval
=$enable_maintainer_mode;
3325 # Check whether --with-alsa was given.
3326 if test "${with_alsa+set}" = set; then :
3327 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3331 # Check whether --with-capi was given.
3332 if test "${with_capi+set}" = set; then :
3337 # Check whether --with-cms was given.
3338 if test "${with_cms+set}" = set; then :
3343 # Check whether --with-coreaudio was given.
3344 if test "${with_coreaudio+set}" = set; then :
3345 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3349 # Check whether --with-cups was given.
3350 if test "${with_cups+set}" = set; then :
3355 # Check whether --with-curses was given.
3356 if test "${with_curses+set}" = set; then :
3357 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3361 # Check whether --with-dbus was given.
3362 if test "${with_dbus+set}" = set; then :
3367 # Check whether --with-fontconfig was given.
3368 if test "${with_fontconfig+set}" = set; then :
3369 withval
=$with_fontconfig;
3373 # Check whether --with-freetype was given.
3374 if test "${with_freetype+set}" = set; then :
3375 withval
=$with_freetype;
3379 # Check whether --with-gettext was given.
3380 if test "${with_gettext+set}" = set; then :
3381 withval
=$with_gettext;
3385 # Check whether --with-gettextpo was given.
3386 if test "${with_gettextpo+set}" = set; then :
3387 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3391 # Check whether --with-gphoto was given.
3392 if test "${with_gphoto+set}" = set; then :
3393 withval
=$with_gphoto;
3397 # Check whether --with-glu was given.
3398 if test "${with_glu+set}" = set; then :
3403 # Check whether --with-gnutls was given.
3404 if test "${with_gnutls+set}" = set; then :
3405 withval
=$with_gnutls;
3409 # Check whether --with-gsm was given.
3410 if test "${with_gsm+set}" = set; then :
3411 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3415 # Check whether --with-gstreamer was given.
3416 if test "${with_gstreamer+set}" = set; then :
3417 withval
=$with_gstreamer;
3421 # Check whether --with-hal was given.
3422 if test "${with_hal+set}" = set; then :
3427 # Check whether --with-jpeg was given.
3428 if test "${with_jpeg+set}" = set; then :
3433 # Check whether --with-ldap was given.
3434 if test "${with_ldap+set}" = set; then :
3435 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3439 # Check whether --with-mpg123 was given.
3440 if test "${with_mpg123+set}" = set; then :
3441 withval
=$with_mpg123;
3445 # Check whether --with-netapi was given.
3446 if test "${with_netapi+set}" = set; then :
3447 withval
=$with_netapi;
3451 # Check whether --with-openal was given.
3452 if test "${with_openal+set}" = set; then :
3453 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3457 # Check whether --with-opencl was given.
3458 if test "${with_opencl+set}" = set; then :
3459 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3463 # Check whether --with-opengl was given.
3464 if test "${with_opengl+set}" = set; then :
3465 withval
=$with_opengl;
3469 # Check whether --with-osmesa was given.
3470 if test "${with_osmesa+set}" = set; then :
3471 withval
=$with_osmesa;
3475 # Check whether --with-oss was given.
3476 if test "${with_oss+set}" = set; then :
3481 # Check whether --with-pcap was given.
3482 if test "${with_pcap+set}" = set; then :
3483 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3487 # Check whether --with-png was given.
3488 if test "${with_png+set}" = set; then :
3493 # Check whether --with-pthread was given.
3494 if test "${with_pthread+set}" = set; then :
3495 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3499 # Check whether --with-pulse was given.
3500 if test "${with_pulse+set}" = set; then :
3501 withval
=$with_pulse;
3505 # Check whether --with-sane was given.
3506 if test "${with_sane+set}" = set; then :
3511 # Check whether --with-tiff was given.
3512 if test "${with_tiff+set}" = set; then :
3517 # Check whether --with-v4l was given.
3518 if test "${with_v4l+set}" = set; then :
3523 # Check whether --with-xcomposite was given.
3524 if test "${with_xcomposite+set}" = set; then :
3525 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3529 # Check whether --with-xcursor was given.
3530 if test "${with_xcursor+set}" = set; then :
3531 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3535 # Check whether --with-xinerama was given.
3536 if test "${with_xinerama+set}" = set; then :
3537 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3541 # Check whether --with-xinput was given.
3542 if test "${with_xinput+set}" = set; then :
3543 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3547 # Check whether --with-xinput2 was given.
3548 if test "${with_xinput2+set}" = set; then :
3549 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3553 # Check whether --with-xml was given.
3554 if test "${with_xml+set}" = set; then :
3559 # Check whether --with-xrandr was given.
3560 if test "${with_xrandr+set}" = set; then :
3561 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3565 # Check whether --with-xrender was given.
3566 if test "${with_xrender+set}" = set; then :
3567 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3571 # Check whether --with-xshape was given.
3572 if test "${with_xshape+set}" = set; then :
3573 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3577 # Check whether --with-xshm was given.
3578 if test "${with_xshm+set}" = set; then :
3579 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3583 # Check whether --with-xslt was given.
3584 if test "${with_xslt+set}" = set; then :
3589 # Check whether --with-xxf86vm was given.
3590 if test "${with_xxf86vm+set}" = set; then :
3591 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
3595 # Check whether --with-zlib was given.
3596 if test "${with_zlib+set}" = set; then :
3597 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3602 # Check whether --with-wine-tools was given.
3603 if test "${with_wine_tools+set}" = set; then :
3604 withval
=$with_wine_tools;
3608 # Check whether --with-wine64 was given.
3609 if test "${with_wine64+set}" = set; then :
3610 withval
=$with_wine64;
3614 # Make sure we can run config.sub.
3615 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3616 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3619 $as_echo_n "checking build system type... " >&6; }
3620 if ${ac_cv_build+:} false
; then :
3621 $as_echo_n "(cached) " >&6
3623 ac_build_alias
=$build_alias
3624 test "x$ac_build_alias" = x
&&
3625 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3626 test "x$ac_build_alias" = x
&&
3627 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3628 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3629 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3633 $as_echo "$ac_cv_build" >&6; }
3634 case $ac_cv_build in
3636 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3639 ac_save_IFS
=$IFS; IFS
='-'
3645 # Remember, the first character of IFS is used to create $*,
3646 # except with old shells:
3649 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3653 $as_echo_n "checking host system type... " >&6; }
3654 if ${ac_cv_host+:} false
; then :
3655 $as_echo_n "(cached) " >&6
3657 if test "x$host_alias" = x
; then
3658 ac_cv_host
=$ac_cv_build
3660 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3661 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3666 $as_echo "$ac_cv_host" >&6; }
3669 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3672 ac_save_IFS
=$IFS; IFS
='-'
3678 # Remember, the first character of IFS is used to create $*,
3679 # except with old shells:
3682 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3688 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3689 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3690 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3696 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3698 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3699 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3700 $as_echo_n "(cached) " >&6
3702 cat >conftest.
make <<\_ACEOF
3705 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3707 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3708 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3710 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3712 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3716 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3718 $as_echo "yes" >&6; }
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3722 $as_echo "no" >&6; }
3723 SET_MAKE
="MAKE=${MAKE-make}"
3727 ac_cpp
='$CPP $CPPFLAGS'
3728 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3729 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3730 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3731 if test -n "$ac_tool_prefix"; then
3732 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3733 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3735 $as_echo_n "checking for $ac_word... " >&6; }
3736 if ${ac_cv_prog_CC+:} false
; then :
3737 $as_echo_n "(cached) " >&6
3739 if test -n "$CC"; then
3740 ac_cv_prog_CC
="$CC" # Let the user override the test.
3742 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3746 test -z "$as_dir" && as_dir
=.
3747 for ac_exec_ext
in '' $ac_executable_extensions; do
3748 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3749 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3760 if test -n "$CC"; then
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3762 $as_echo "$CC" >&6; }
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3765 $as_echo "no" >&6; }
3770 if test -z "$ac_cv_prog_CC"; then
3772 # Extract the first word of "gcc", so it can be a program name with args.
3773 set dummy gcc
; ac_word
=$2
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3775 $as_echo_n "checking for $ac_word... " >&6; }
3776 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3777 $as_echo_n "(cached) " >&6
3779 if test -n "$ac_ct_CC"; then
3780 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3782 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3786 test -z "$as_dir" && as_dir
=.
3787 for ac_exec_ext
in '' $ac_executable_extensions; do
3788 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3789 ac_cv_prog_ac_ct_CC
="gcc"
3790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3799 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3800 if test -n "$ac_ct_CC"; then
3801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3802 $as_echo "$ac_ct_CC" >&6; }
3804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3805 $as_echo "no" >&6; }
3808 if test "x$ac_ct_CC" = x
; then
3811 case $cross_compiling:$ac_tool_warned in
3813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3814 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3815 ac_tool_warned
=yes ;;
3823 if test -z "$CC"; then
3824 if test -n "$ac_tool_prefix"; then
3825 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3826 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3828 $as_echo_n "checking for $ac_word... " >&6; }
3829 if ${ac_cv_prog_CC+:} false
; then :
3830 $as_echo_n "(cached) " >&6
3832 if test -n "$CC"; then
3833 ac_cv_prog_CC
="$CC" # Let the user override the test.
3835 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3839 test -z "$as_dir" && as_dir
=.
3840 for ac_exec_ext
in '' $ac_executable_extensions; do
3841 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3842 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3853 if test -n "$CC"; then
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3855 $as_echo "$CC" >&6; }
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3858 $as_echo "no" >&6; }
3864 if test -z "$CC"; then
3865 # Extract the first word of "cc", so it can be a program name with args.
3866 set dummy cc
; ac_word
=$2
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3868 $as_echo_n "checking for $ac_word... " >&6; }
3869 if ${ac_cv_prog_CC+:} false
; then :
3870 $as_echo_n "(cached) " >&6
3872 if test -n "$CC"; then
3873 ac_cv_prog_CC
="$CC" # Let the user override the test.
3876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3880 test -z "$as_dir" && as_dir
=.
3881 for ac_exec_ext
in '' $ac_executable_extensions; do
3882 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3883 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3884 ac_prog_rejected
=yes
3888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3895 if test $ac_prog_rejected = yes; then
3896 # We found a bogon in the path, so make sure we never use it.
3897 set dummy
$ac_cv_prog_CC
3899 if test $# != 0; then
3900 # We chose a different compiler from the bogus one.
3901 # However, it has the same basename, so the bogon will be chosen
3902 # first if we set CC to just the basename; use the full file name.
3904 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3910 if test -n "$CC"; then
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3912 $as_echo "$CC" >&6; }
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3915 $as_echo "no" >&6; }
3920 if test -z "$CC"; then
3921 if test -n "$ac_tool_prefix"; then
3922 for ac_prog
in cl.exe
3924 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3925 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927 $as_echo_n "checking for $ac_word... " >&6; }
3928 if ${ac_cv_prog_CC+:} false
; then :
3929 $as_echo_n "(cached) " >&6
3931 if test -n "$CC"; then
3932 ac_cv_prog_CC
="$CC" # Let the user override the test.
3934 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3938 test -z "$as_dir" && as_dir
=.
3939 for ac_exec_ext
in '' $ac_executable_extensions; do
3940 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3941 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3952 if test -n "$CC"; then
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3954 $as_echo "$CC" >&6; }
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957 $as_echo "no" >&6; }
3961 test -n "$CC" && break
3964 if test -z "$CC"; then
3966 for ac_prog
in cl.exe
3968 # Extract the first word of "$ac_prog", so it can be a program name with args.
3969 set dummy
$ac_prog; ac_word
=$2
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3971 $as_echo_n "checking for $ac_word... " >&6; }
3972 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3973 $as_echo_n "(cached) " >&6
3975 if test -n "$ac_ct_CC"; then
3976 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3978 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3982 test -z "$as_dir" && as_dir
=.
3983 for ac_exec_ext
in '' $ac_executable_extensions; do
3984 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3985 ac_cv_prog_ac_ct_CC
="$ac_prog"
3986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3995 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3996 if test -n "$ac_ct_CC"; then
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3998 $as_echo "$ac_ct_CC" >&6; }
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4001 $as_echo "no" >&6; }
4005 test -n "$ac_ct_CC" && break
4008 if test "x$ac_ct_CC" = x
; then
4011 case $cross_compiling:$ac_tool_warned in
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4014 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4015 ac_tool_warned
=yes ;;
4024 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4025 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4026 as_fn_error $?
"no acceptable C compiler found in \$PATH
4027 See \`config.log' for more details" "$LINENO" 5; }
4029 # Provide some information about the compiler.
4030 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4033 for ac_option
in --version -v -V -qversion; do
4034 { { ac_try
="$ac_compiler $ac_option >&5"
4036 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4037 *) ac_try_echo=$ac_try;;
4039 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4040 $as_echo "$ac_try_echo"; } >&5
4041 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4043 if test -s conftest.err; then
4045 ... rest of stderr output deleted ...
4046 10q' conftest.err >conftest.er1
4047 cat conftest.er1 >&5
4049 rm -f conftest.er1 conftest.err
4050 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4051 test $ac_status = 0; }
4054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4055 /* end confdefs.h. */
4065 ac_clean_files_save=$ac_clean_files
4066 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4067 # Try to create an executable without -o first, disregard a.out.
4068 # It will help us diagnose broken compilers, and finding out an intuition
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4071 $as_echo_n "checking whether the C compiler works... " >&6; }
4072 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
4074 # The possible output files:
4075 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4078 for ac_file in $ac_files
4081 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4082 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4087 if { { ac_try="$ac_link_default"
4089 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4090 *) ac_try_echo
=$ac_try;;
4092 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4093 $as_echo "$ac_try_echo"; } >&5
4094 (eval "$ac_link_default") 2>&5
4096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4097 test $ac_status = 0; }; then :
4098 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4099 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4100 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4101 # so that the user can short-circuit this test for compilers unknown to
4103 for ac_file
in $ac_files ''
4105 test -f "$ac_file" ||
continue
4107 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4110 # We found the default executable, but exeext='' is most
4114 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4116 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4118 # We set ac_cv_exeext here because the later test for it is not
4119 # safe: cross compilers may not add the suffix if given an `-o'
4120 # argument, so we may need to know it at that point already.
4121 # Even if this section looks crufty: it has the advantage of
4128 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4133 if test -z "$ac_file"; then :
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4135 $as_echo "no" >&6; }
4136 $as_echo "$as_me: failed program was:" >&5
4137 sed 's/^/| /' conftest.
$ac_ext >&5
4139 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4140 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4141 as_fn_error
77 "C compiler cannot create executables
4142 See \`config.log' for more details" "$LINENO" 5; }
4144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4145 $as_echo "yes" >&6; }
4147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4148 $as_echo_n "checking for C compiler default output file name... " >&6; }
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4150 $as_echo "$ac_file" >&6; }
4151 ac_exeext
=$ac_cv_exeext
4153 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4154 ac_clean_files
=$ac_clean_files_save
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4156 $as_echo_n "checking for suffix of executables... " >&6; }
4157 if { { ac_try
="$ac_link"
4159 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4160 *) ac_try_echo=$ac_try;;
4162 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4163 $as_echo "$ac_try_echo"; } >&5
4164 (eval "$ac_link") 2>&5
4166 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4167 test $ac_status = 0; }; then :
4168 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4169 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4170 # work properly (i.e., refer to `conftest.exe'), while it won't with
4172 for ac_file
in conftest.exe conftest conftest.
*; do
4173 test -f "$ac_file" ||
continue
4175 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4176 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4182 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4183 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4184 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4185 See \`config.log' for more details" "$LINENO" 5; }
4187 rm -f conftest conftest
$ac_cv_exeext
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4189 $as_echo "$ac_cv_exeext" >&6; }
4191 rm -f conftest.
$ac_ext
4192 EXEEXT
=$ac_cv_exeext
4194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4195 /* end confdefs.h. */
4200 FILE *f = fopen ("conftest.out", "w");
4201 return ferror (f) || fclose (f) != 0;
4207 ac_clean_files
="$ac_clean_files conftest.out"
4208 # Check that the compiler produces executables we can run. If not, either
4209 # the compiler is broken, or we cross compile.
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4211 $as_echo_n "checking whether we are cross compiling... " >&6; }
4212 if test "$cross_compiling" != yes; then
4213 { { ac_try
="$ac_link"
4215 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4216 *) ac_try_echo=$ac_try;;
4218 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4219 $as_echo "$ac_try_echo"; } >&5
4220 (eval "$ac_link") 2>&5
4222 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4223 test $ac_status = 0; }
4224 if { ac_try='./conftest$ac_cv_exeext'
4225 { { case "(($ac_try" in
4226 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4227 *) ac_try_echo
=$ac_try;;
4229 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4230 $as_echo "$ac_try_echo"; } >&5
4231 (eval "$ac_try") 2>&5
4233 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4234 test $ac_status = 0; }; }; then
4237 if test "$cross_compiling" = maybe
; then
4240 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4241 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4242 as_fn_error $?
"cannot run C compiled programs.
4243 If you meant to cross compile, use \`--host'.
4244 See \`config.log' for more details" "$LINENO" 5; }
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4249 $as_echo "$cross_compiling" >&6; }
4251 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4252 ac_clean_files
=$ac_clean_files_save
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4254 $as_echo_n "checking for suffix of object files... " >&6; }
4255 if ${ac_cv_objext+:} false
; then :
4256 $as_echo_n "(cached) " >&6
4258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4259 /* end confdefs.h. */
4269 rm -f conftest.o conftest.obj
4270 if { { ac_try
="$ac_compile"
4272 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4273 *) ac_try_echo=$ac_try;;
4275 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4276 $as_echo "$ac_try_echo"; } >&5
4277 (eval "$ac_compile") 2>&5
4279 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4280 test $ac_status = 0; }; then :
4281 for ac_file in conftest.o conftest.obj conftest.*; do
4282 test -f "$ac_file" || continue;
4284 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4285 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4290 $as_echo "$as_me: failed program was:" >&5
4291 sed 's/^/| /' conftest.$ac_ext >&5
4293 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4294 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4295 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4296 See \
`config.log' for more details" "$LINENO" 5; }
4298 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4301 $as_echo "$ac_cv_objext" >&6; }
4302 OBJEXT=$ac_cv_objext
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4305 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4306 if ${ac_cv_c_compiler_gnu+:} false; then :
4307 $as_echo_n "(cached) " >&6
4309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4310 /* end confdefs.h. */
4323 if ac_fn_c_try_compile "$LINENO"; then :
4328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4329 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4333 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4334 if test $ac_compiler_gnu = yes; then
4339 ac_test_CFLAGS=${CFLAGS+set}
4340 ac_save_CFLAGS=$CFLAGS
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4342 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4343 if ${ac_cv_prog_cc_g+:} false; then :
4344 $as_echo_n "(cached) " >&6
4346 ac_save_c_werror_flag=$ac_c_werror_flag
4347 ac_c_werror_flag=yes
4350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4351 /* end confdefs.h. */
4361 if ac_fn_c_try_compile "$LINENO"; then :
4365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4366 /* end confdefs.h. */
4376 if ac_fn_c_try_compile "$LINENO"; then :
4379 ac_c_werror_flag=$ac_save_c_werror_flag
4381 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4382 /* end confdefs.h. */
4392 if ac_fn_c_try_compile "$LINENO"; then :
4395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4400 ac_c_werror_flag=$ac_save_c_werror_flag
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4403 $as_echo "$ac_cv_prog_cc_g" >&6; }
4404 if test "$ac_test_CFLAGS" = set; then
4405 CFLAGS=$ac_save_CFLAGS
4406 elif test $ac_cv_prog_cc_g = yes; then
4407 if test "$GCC" = yes; then
4413 if test "$GCC" = yes; then
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4420 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4421 if ${ac_cv_prog_cc_c89+:} false; then :
4422 $as_echo_n "(cached) " >&6
4424 ac_cv_prog_cc_c89=no
4426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4427 /* end confdefs.h. */
4431 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4432 struct buf { int x; };
4433 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4434 static char *e (p, i)
4440 static char *f (char * (*g) (char **, int), char **p, ...)
4445 s = g (p, va_arg (v,int));
4450 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4451 function prototypes and stuff, but not '\xHH' hex character constants.
4452 These don't provoke an error unfortunately, instead are silently treated
4453 as 'x'. The following induces an error, until -std is added to get
4454 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4455 array size at least. It's necessary to write '\x00'==0 to get something
4456 that's true only with -std. */
4457 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4459 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4460 inside strings and character constants. */
4462 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4464 int test (int i, double x);
4465 struct s1 {int (*f) (int a);};
4466 struct s2 {int (*f) (double a);};
4467 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4473 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4478 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4479 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4481 CC="$ac_save_CC $ac_arg"
4482 if ac_fn_c_try_compile "$LINENO"; then :
4483 ac_cv_prog_cc_c89=$ac_arg
4485 rm -f core conftest.err conftest.$ac_objext
4486 test "x$ac_cv_prog_cc_c89" != "xno" && break
4488 rm -f conftest.$ac_ext
4493 case "x$ac_cv_prog_cc_c89" in
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4496 $as_echo "none needed" >&6; } ;;
4498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4499 $as_echo "unsupported" >&6; } ;;
4501 CC="$CC $ac_cv_prog_cc_c89"
4502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4503 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4505 if test "x$ac_cv_prog_cc_c89" != xno; then :
4510 ac_cpp='$CPP $CPPFLAGS'
4511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4516 ac_cpp='$CXXCPP $CPPFLAGS'
4517 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4518 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4519 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4520 if test -z "$CXX"; then
4521 if test -n "$CCC"; then
4524 if test -n "$ac_tool_prefix"; then
4525 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4527 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4528 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4530 $as_echo_n "checking for $ac_word... " >&6; }
4531 if ${ac_cv_prog_CXX+:} false; then :
4532 $as_echo_n "(cached) " >&6
4534 if test -n "$CXX"; then
4535 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4541 test -z "$as_dir" && as_dir=.
4542 for ac_exec_ext in '' $ac_executable_extensions; do
4543 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4544 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4545 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4555 if test -n "$CXX"; then
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4557 $as_echo "$CXX" >&6; }
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4560 $as_echo "no" >&6; }
4564 test -n "$CXX" && break
4567 if test -z "$CXX"; then
4569 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4571 # Extract the first word of "$ac_prog", so it can be a program name with args.
4572 set dummy $ac_prog; ac_word=$2
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4574 $as_echo_n "checking for $ac_word... " >&6; }
4575 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4576 $as_echo_n "(cached) " >&6
4578 if test -n "$ac_ct_CXX"; then
4579 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 test -z "$as_dir" && as_dir=.
4586 for ac_exec_ext in '' $ac_executable_extensions; do
4587 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4588 ac_cv_prog_ac_ct_CXX="$ac_prog"
4589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4598 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4599 if test -n "$ac_ct_CXX"; then
4600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4601 $as_echo "$ac_ct_CXX" >&6; }
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4604 $as_echo "no" >&6; }
4608 test -n "$ac_ct_CXX" && break
4611 if test "x$ac_ct_CXX" = x; then
4614 case $cross_compiling:$ac_tool_warned in
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4617 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4618 ac_tool_warned=yes ;;
4626 # Provide some information about the compiler.
4627 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4630 for ac_option in --version -v -V -qversion; do
4631 { { ac_try="$ac_compiler $ac_option >&5"
4633 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4634 *) ac_try_echo
=$ac_try;;
4636 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4637 $as_echo "$ac_try_echo"; } >&5
4638 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4640 if test -s conftest.err
; then
4642 ... rest of stderr output deleted ...
4643 10q' conftest.err
>conftest.er1
4644 cat conftest.er1
>&5
4646 rm -f conftest.er1 conftest.err
4647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4648 test $ac_status = 0; }
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4652 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4653 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4654 $as_echo_n "(cached) " >&6
4656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4657 /* end confdefs.h. */
4670 if ac_fn_cxx_try_compile
"$LINENO"; then :
4675 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4676 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4680 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4681 if test $ac_compiler_gnu = yes; then
4686 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4687 ac_save_CXXFLAGS
=$CXXFLAGS
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4689 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4690 if ${ac_cv_prog_cxx_g+:} false
; then :
4691 $as_echo_n "(cached) " >&6
4693 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4694 ac_cxx_werror_flag
=yes
4697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4698 /* end confdefs.h. */
4708 if ac_fn_cxx_try_compile
"$LINENO"; then :
4709 ac_cv_prog_cxx_g
=yes
4712 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4713 /* end confdefs.h. */
4723 if ac_fn_cxx_try_compile
"$LINENO"; then :
4726 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4729 /* end confdefs.h. */
4739 if ac_fn_cxx_try_compile
"$LINENO"; then :
4740 ac_cv_prog_cxx_g
=yes
4742 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4744 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4746 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4747 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4750 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4751 if test "$ac_test_CXXFLAGS" = set; then
4752 CXXFLAGS
=$ac_save_CXXFLAGS
4753 elif test $ac_cv_prog_cxx_g = yes; then
4754 if test "$GXX" = yes; then
4760 if test "$GXX" = yes; then
4767 ac_cpp
='$CPP $CPPFLAGS'
4768 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4769 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4770 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4772 if test -n "$ac_tool_prefix"; then
4773 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4774 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4776 $as_echo_n "checking for $ac_word... " >&6; }
4777 if ${ac_cv_prog_CPPBIN+:} false
; then :
4778 $as_echo_n "(cached) " >&6
4780 if test -n "$CPPBIN"; then
4781 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4787 test -z "$as_dir" && as_dir
=.
4788 for ac_exec_ext
in '' $ac_executable_extensions; do
4789 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4790 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4800 CPPBIN
=$ac_cv_prog_CPPBIN
4801 if test -n "$CPPBIN"; then
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4803 $as_echo "$CPPBIN" >&6; }
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4806 $as_echo "no" >&6; }
4811 if test -z "$ac_cv_prog_CPPBIN"; then
4812 ac_ct_CPPBIN
=$CPPBIN
4813 # Extract the first word of "cpp", so it can be a program name with args.
4814 set dummy cpp
; ac_word
=$2
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4816 $as_echo_n "checking for $ac_word... " >&6; }
4817 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4818 $as_echo_n "(cached) " >&6
4820 if test -n "$ac_ct_CPPBIN"; then
4821 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4827 test -z "$as_dir" && as_dir
=.
4828 for ac_exec_ext
in '' $ac_executable_extensions; do
4829 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4830 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4840 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4841 if test -n "$ac_ct_CPPBIN"; then
4842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4843 $as_echo "$ac_ct_CPPBIN" >&6; }
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4846 $as_echo "no" >&6; }
4849 if test "x$ac_ct_CPPBIN" = x
; then
4852 case $cross_compiling:$ac_tool_warned in
4854 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4855 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4856 ac_tool_warned
=yes ;;
4858 CPPBIN
=$ac_ct_CPPBIN
4861 CPPBIN
="$ac_cv_prog_CPPBIN"
4865 cat >>confdefs.h
<<_ACEOF
4866 #define EXEEXT "$ac_exeext"
4869 if test -n "$ac_tool_prefix"; then
4870 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4871 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4873 $as_echo_n "checking for $ac_word... " >&6; }
4874 if ${ac_cv_prog_LD+:} false
; then :
4875 $as_echo_n "(cached) " >&6
4877 if test -n "$LD"; then
4878 ac_cv_prog_LD
="$LD" # Let the user override the test.
4880 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4884 test -z "$as_dir" && as_dir
=.
4885 for ac_exec_ext
in '' $ac_executable_extensions; do
4886 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4887 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4898 if test -n "$LD"; then
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4900 $as_echo "$LD" >&6; }
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4903 $as_echo "no" >&6; }
4908 if test -z "$ac_cv_prog_LD"; then
4910 # Extract the first word of "ld", so it can be a program name with args.
4911 set dummy ld
; ac_word
=$2
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4913 $as_echo_n "checking for $ac_word... " >&6; }
4914 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4915 $as_echo_n "(cached) " >&6
4917 if test -n "$ac_ct_LD"; then
4918 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4920 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4924 test -z "$as_dir" && as_dir
=.
4925 for ac_exec_ext
in '' $ac_executable_extensions; do
4926 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4927 ac_cv_prog_ac_ct_LD
="ld"
4928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4937 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4938 if test -n "$ac_ct_LD"; then
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4940 $as_echo "$ac_ct_LD" >&6; }
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4943 $as_echo "no" >&6; }
4946 if test "x$ac_ct_LD" = x
; then
4949 case $cross_compiling:$ac_tool_warned in
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4953 ac_tool_warned
=yes ;;
4964 if test "x$enable_win64" = "xyes"
4969 notice_platform
="64-bit "
4976 notice_platform
="32-bit "
4979 enable_win16
=${enable_win16:-yes}
4981 with_fontconfig
=${with_fontconfig:-no}
4984 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4989 $as_echo_n "checking whether $CC works... " >&6; }
4991 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4992 /* end confdefs.h. */
5002 if ac_fn_c_try_link
"$LINENO"; then :
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5004 $as_echo "yes" >&6; }
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5007 $as_echo "no" >&6; }
5008 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
5010 rm -f core conftest.err conftest.
$ac_objext \
5011 conftest
$ac_exeext conftest.
$ac_ext
5013 notice_platform
="32-bit "
5016 enable_win16
=${enable_win16:-yes}
5018 if test "x${GCC}" = "xyes"
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
5021 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
5022 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5023 /* end confdefs.h. */
5028 void func(__builtin_ms_va_list *args);
5033 if ac_fn_c_try_compile
"$LINENO"; then :
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5035 $as_echo "yes" >&6; }
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038 $as_echo "no" >&6; }
5039 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
5041 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
5050 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
5051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
5052 /* end confdefs.h. */
5053 int ac_test(int i) { return i; }
5057 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
5062 if ac_fn_c_try_link
"$LINENO"; then :
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5064 $as_echo "yes" >&6; }
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5067 $as_echo "no" >&6; }
5068 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
5070 rm -f core conftest.err conftest.
$ac_objext \
5071 conftest
$ac_exeext conftest.
$ac_ext
5072 CFLAGS
="$CFLAGS -marm"
5076 *-mingw32*|
*-cygwin*)
5077 enable_win16
=${enable_win16:-no}
5078 CFLAGS
="$CFLAGS -D_WIN32"
5081 enable_win16
=${enable_win16:-yes}
5085 enable_win16
=${enable_win16:-no}
5086 enable_win64
=${enable_win64:-no}
5088 enable_winetest
=${enable_winetest:-$enable_tests}
5090 if test -n "$with_wine64"
5092 if test "x$enable_win64" = "xyes"
5094 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5095 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5097 test "$srcdir" != . || as_fn_error $?
"--with-wine64 cannot be used when building inside the source tree.
5098 You should create a separate build directory and run configure from there." "$LINENO" 5
5099 enable_fonts
=${enable_fonts:-no}
5100 enable_server
=${enable_server:-no}
5101 elif test "x$enable_win64" = "xyes"
5103 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5107 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5108 if ${wine_cv_toolsdir+:} false
; then :
5109 $as_echo_n "(cached) " >&6
5111 wine_cv_toolsdir
="$with_wine_tools"
5112 if test -z "$with_wine_tools"; then
5113 if test "$cross_compiling" = "yes"; then
5114 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5115 elif test -n "$with_wine64"; then
5116 wine_cv_toolsdir
="$with_wine64"
5119 if test -z "$wine_cv_toolsdir"; then
5120 wine_makedep
=tools
/makedep
5121 wine_cv_toolsdir
="\$(top_builddir)"
5122 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5123 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5124 case "$wine_cv_toolsdir" in
5126 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5128 enable_tools
=${enable_tools:-no}
5129 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5131 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5135 $as_echo "$wine_cv_toolsdir" >&6; }
5136 TOOLSDIR
=$wine_cv_toolsdir
5138 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5140 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5146 # Extract the first word of "$ac_prog", so it can be a program name with args.
5147 set dummy
$ac_prog; ac_word
=$2
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5149 $as_echo_n "checking for $ac_word... " >&6; }
5150 if ${ac_cv_prog_FLEX+:} false
; then :
5151 $as_echo_n "(cached) " >&6
5153 if test -n "$FLEX"; then
5154 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5156 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5160 test -z "$as_dir" && as_dir
=.
5161 for ac_exec_ext
in '' $ac_executable_extensions; do
5162 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5163 ac_cv_prog_FLEX
="$ac_prog"
5164 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5173 FLEX
=$ac_cv_prog_FLEX
5174 if test -n "$FLEX"; then
5175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5176 $as_echo "$FLEX" >&6; }
5178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5179 $as_echo "no" >&6; }
5183 test -n "$FLEX" && break
5185 test -n "$FLEX" || FLEX
="none"
5187 if test "$FLEX" = "none"
5189 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5192 $as_echo_n "checking whether flex is recent enough... " >&6; }
5193 cat >conftest.l
<<EOF
5195 #include "prediluvian.h"
5199 if $FLEX -t conftest.l
>/dev
/null
2>&5
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5202 $as_echo "yes" >&6; }
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5205 $as_echo "no" >&6; }
5206 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5209 for ac_prog
in bison
5211 # Extract the first word of "$ac_prog", so it can be a program name with args.
5212 set dummy
$ac_prog; ac_word
=$2
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5214 $as_echo_n "checking for $ac_word... " >&6; }
5215 if ${ac_cv_prog_BISON+:} false
; then :
5216 $as_echo_n "(cached) " >&6
5218 if test -n "$BISON"; then
5219 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5225 test -z "$as_dir" && as_dir
=.
5226 for ac_exec_ext
in '' $ac_executable_extensions; do
5227 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5228 ac_cv_prog_BISON
="$ac_prog"
5229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5238 BISON
=$ac_cv_prog_BISON
5239 if test -n "$BISON"; then
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5241 $as_echo "$BISON" >&6; }
5243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5244 $as_echo "no" >&6; }
5248 test -n "$BISON" && break
5250 test -n "$BISON" || BISON
="none"
5252 if test "$BISON" = "none"
5254 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5257 if test -n "$ac_tool_prefix"; then
5258 for ac_prog
in ar gar
5260 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5261 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5263 $as_echo_n "checking for $ac_word... " >&6; }
5264 if ${ac_cv_prog_AR+:} false
; then :
5265 $as_echo_n "(cached) " >&6
5267 if test -n "$AR"; then
5268 ac_cv_prog_AR
="$AR" # Let the user override the test.
5270 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5274 test -z "$as_dir" && as_dir
=.
5275 for ac_exec_ext
in '' $ac_executable_extensions; do
5276 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5277 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5288 if test -n "$AR"; then
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5290 $as_echo "$AR" >&6; }
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5293 $as_echo "no" >&6; }
5297 test -n "$AR" && break
5300 if test -z "$AR"; then
5302 for ac_prog
in ar gar
5304 # Extract the first word of "$ac_prog", so it can be a program name with args.
5305 set dummy
$ac_prog; ac_word
=$2
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5307 $as_echo_n "checking for $ac_word... " >&6; }
5308 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5309 $as_echo_n "(cached) " >&6
5311 if test -n "$ac_ct_AR"; then
5312 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5318 test -z "$as_dir" && as_dir
=.
5319 for ac_exec_ext
in '' $ac_executable_extensions; do
5320 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5321 ac_cv_prog_ac_ct_AR
="$ac_prog"
5322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5331 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5332 if test -n "$ac_ct_AR"; then
5333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5334 $as_echo "$ac_ct_AR" >&6; }
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5337 $as_echo "no" >&6; }
5341 test -n "$ac_ct_AR" && break
5344 if test "x$ac_ct_AR" = x
; then
5347 case $cross_compiling:$ac_tool_warned in
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5351 ac_tool_warned
=yes ;;
5357 if test -n "$ac_tool_prefix"; then
5358 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5359 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5361 $as_echo_n "checking for $ac_word... " >&6; }
5362 if ${ac_cv_prog_STRIP+:} false
; then :
5363 $as_echo_n "(cached) " >&6
5365 if test -n "$STRIP"; then
5366 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5368 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5372 test -z "$as_dir" && as_dir
=.
5373 for ac_exec_ext
in '' $ac_executable_extensions; do
5374 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5375 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5385 STRIP
=$ac_cv_prog_STRIP
5386 if test -n "$STRIP"; then
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5388 $as_echo "$STRIP" >&6; }
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5391 $as_echo "no" >&6; }
5396 if test -z "$ac_cv_prog_STRIP"; then
5398 # Extract the first word of "strip", so it can be a program name with args.
5399 set dummy strip
; ac_word
=$2
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5401 $as_echo_n "checking for $ac_word... " >&6; }
5402 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5403 $as_echo_n "(cached) " >&6
5405 if test -n "$ac_ct_STRIP"; then
5406 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5408 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5412 test -z "$as_dir" && as_dir
=.
5413 for ac_exec_ext
in '' $ac_executable_extensions; do
5414 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5415 ac_cv_prog_ac_ct_STRIP
="strip"
5416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5425 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5426 if test -n "$ac_ct_STRIP"; then
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5428 $as_echo "$ac_ct_STRIP" >&6; }
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5431 $as_echo "no" >&6; }
5434 if test "x$ac_ct_STRIP" = x
; then
5437 case $cross_compiling:$ac_tool_warned in
5439 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5440 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5441 ac_tool_warned
=yes ;;
5446 STRIP
="$ac_cv_prog_STRIP"
5451 if test -n "$ac_tool_prefix"; then
5452 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5453 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5455 $as_echo_n "checking for $ac_word... " >&6; }
5456 if ${ac_cv_prog_RANLIB+:} false
; then :
5457 $as_echo_n "(cached) " >&6
5459 if test -n "$RANLIB"; then
5460 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5462 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5466 test -z "$as_dir" && as_dir
=.
5467 for ac_exec_ext
in '' $ac_executable_extensions; do
5468 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5469 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5479 RANLIB
=$ac_cv_prog_RANLIB
5480 if test -n "$RANLIB"; then
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5482 $as_echo "$RANLIB" >&6; }
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5485 $as_echo "no" >&6; }
5490 if test -z "$ac_cv_prog_RANLIB"; then
5491 ac_ct_RANLIB
=$RANLIB
5492 # Extract the first word of "ranlib", so it can be a program name with args.
5493 set dummy ranlib
; ac_word
=$2
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5495 $as_echo_n "checking for $ac_word... " >&6; }
5496 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5497 $as_echo_n "(cached) " >&6
5499 if test -n "$ac_ct_RANLIB"; then
5500 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5502 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5506 test -z "$as_dir" && as_dir
=.
5507 for ac_exec_ext
in '' $ac_executable_extensions; do
5508 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5509 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5519 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5520 if test -n "$ac_ct_RANLIB"; then
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5522 $as_echo "$ac_ct_RANLIB" >&6; }
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5525 $as_echo "no" >&6; }
5528 if test "x$ac_ct_RANLIB" = x
; then
5531 case $cross_compiling:$ac_tool_warned in
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5534 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5535 ac_tool_warned
=yes ;;
5537 RANLIB
=$ac_ct_RANLIB
5540 RANLIB
="$ac_cv_prog_RANLIB"
5543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5544 $as_echo_n "checking whether ln -s works... " >&6; }
5546 if test "$LN_S" = "ln -s"; then
5547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5548 $as_echo "yes" >&6; }
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5551 $as_echo "no, using $LN_S" >&6; }
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5555 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5556 if ${ac_cv_path_GREP+:} false
; then :
5557 $as_echo_n "(cached) " >&6
5559 if test -z "$GREP"; then
5560 ac_path_GREP_found
=false
5561 # Loop through the user's path and test for each of PROGNAME-LIST
5562 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5563 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5566 test -z "$as_dir" && as_dir
=.
5567 for ac_prog
in grep ggrep
; do
5568 for ac_exec_ext
in '' $ac_executable_extensions; do
5569 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5570 as_fn_executable_p
"$ac_path_GREP" ||
continue
5571 # Check for GNU ac_path_GREP and select it if it is found.
5572 # Check for GNU $ac_path_GREP
5573 case `"$ac_path_GREP" --version 2>&1` in
5575 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5578 $as_echo_n 0123456789 >"conftest.in"
5581 cat "conftest.in" "conftest.in" >"conftest.tmp"
5582 mv "conftest.tmp" "conftest.in"
5583 cp "conftest.in" "conftest.nl"
5584 $as_echo 'GREP' >> "conftest.nl"
5585 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5586 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5587 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5588 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5589 # Best one so far, save it but keep looking for a better one
5590 ac_cv_path_GREP
="$ac_path_GREP"
5591 ac_path_GREP_max
=$ac_count
5593 # 10*(2^10) chars as input seems more than enough
5594 test $ac_count -gt 10 && break
5596 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5599 $ac_path_GREP_found && break 3
5604 if test -z "$ac_cv_path_GREP"; then
5605 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5608 ac_cv_path_GREP
=$GREP
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5613 $as_echo "$ac_cv_path_GREP" >&6; }
5614 GREP
="$ac_cv_path_GREP"
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5618 $as_echo_n "checking for egrep... " >&6; }
5619 if ${ac_cv_path_EGREP+:} false
; then :
5620 $as_echo_n "(cached) " >&6
5622 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5623 then ac_cv_path_EGREP
="$GREP -E"
5625 if test -z "$EGREP"; then
5626 ac_path_EGREP_found
=false
5627 # Loop through the user's path and test for each of PROGNAME-LIST
5628 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5629 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5632 test -z "$as_dir" && as_dir
=.
5633 for ac_prog
in egrep; do
5634 for ac_exec_ext
in '' $ac_executable_extensions; do
5635 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5636 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5637 # Check for GNU ac_path_EGREP and select it if it is found.
5638 # Check for GNU $ac_path_EGREP
5639 case `"$ac_path_EGREP" --version 2>&1` in
5641 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5644 $as_echo_n 0123456789 >"conftest.in"
5647 cat "conftest.in" "conftest.in" >"conftest.tmp"
5648 mv "conftest.tmp" "conftest.in"
5649 cp "conftest.in" "conftest.nl"
5650 $as_echo 'EGREP' >> "conftest.nl"
5651 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5652 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5653 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5654 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5655 # Best one so far, save it but keep looking for a better one
5656 ac_cv_path_EGREP
="$ac_path_EGREP"
5657 ac_path_EGREP_max
=$ac_count
5659 # 10*(2^10) chars as input seems more than enough
5660 test $ac_count -gt 10 && break
5662 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5665 $ac_path_EGREP_found && break 3
5670 if test -z "$ac_cv_path_EGREP"; then
5671 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5674 ac_cv_path_EGREP
=$EGREP
5679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5680 $as_echo "$ac_cv_path_EGREP" >&6; }
5681 EGREP
="$ac_cv_path_EGREP"
5684 # Extract the first word of "ldconfig", so it can be a program name with args.
5685 set dummy ldconfig
; ac_word
=$2
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5687 $as_echo_n "checking for $ac_word... " >&6; }
5688 if ${ac_cv_path_LDCONFIG+:} false
; then :
5689 $as_echo_n "(cached) " >&6
5693 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5696 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5697 for as_dir
in /sbin
/usr
/sbin
$PATH
5700 test -z "$as_dir" && as_dir
=.
5701 for ac_exec_ext
in '' $ac_executable_extensions; do
5702 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5703 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5711 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5715 LDCONFIG
=$ac_cv_path_LDCONFIG
5716 if test -n "$LDCONFIG"; then
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5718 $as_echo "$LDCONFIG" >&6; }
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5721 $as_echo "no" >&6; }
5725 for ac_prog
in msgfmt
5727 # Extract the first word of "$ac_prog", so it can be a program name with args.
5728 set dummy
$ac_prog; ac_word
=$2
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5730 $as_echo_n "checking for $ac_word... " >&6; }
5731 if ${ac_cv_prog_MSGFMT+:} false
; then :
5732 $as_echo_n "(cached) " >&6
5734 if test -n "$MSGFMT"; then
5735 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5737 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5741 test -z "$as_dir" && as_dir
=.
5742 for ac_exec_ext
in '' $ac_executable_extensions; do
5743 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5744 ac_cv_prog_MSGFMT
="$ac_prog"
5745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5754 MSGFMT
=$ac_cv_prog_MSGFMT
5755 if test -n "$MSGFMT"; then
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5757 $as_echo "$MSGFMT" >&6; }
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5760 $as_echo "no" >&6; }
5764 test -n "$MSGFMT" && break
5766 test -n "$MSGFMT" || MSGFMT
="false"
5768 if ${ac_tool_prefix+:} false
; then :
5769 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5770 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5772 $as_echo_n "checking for $ac_word... " >&6; }
5773 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5774 $as_echo_n "(cached) " >&6
5776 if test -n "$PKG_CONFIG"; then
5777 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5779 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5783 test -z "$as_dir" && as_dir
=.
5784 for ac_exec_ext
in '' $ac_executable_extensions; do
5785 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5786 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5796 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5797 if test -n "$PKG_CONFIG"; then
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5799 $as_echo "$PKG_CONFIG" >&6; }
5801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5802 $as_echo "no" >&6; }
5807 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5808 if test "x$cross_compiling" = xyes
; then :
5811 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5812 # Extract the first word of "pkg-config", so it can be a program name with args.
5813 set dummy pkg-config
; ac_word
=$2
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5815 $as_echo_n "checking for $ac_word... " >&6; }
5816 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5817 $as_echo_n "(cached) " >&6
5819 if test -n "$PKG_CONFIG"; then
5820 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5822 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5826 test -z "$as_dir" && as_dir
=.
5827 for ac_exec_ext
in '' $ac_executable_extensions; do
5828 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5829 ac_cv_prog_PKG_CONFIG
="pkg-config"
5830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5839 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5840 if test -n "$PKG_CONFIG"; then
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5842 $as_echo "$PKG_CONFIG" >&6; }
5844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5845 $as_echo "no" >&6; }
5851 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5854 if test "x$enable_maintainer_mode" != "xyes"
5861 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5862 for ac_prog
in fontforge
5864 # Extract the first word of "$ac_prog", so it can be a program name with args.
5865 set dummy
$ac_prog; ac_word
=$2
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5869 $as_echo_n "(cached) " >&6
5871 if test -n "$FONTFORGE"; then
5872 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5878 test -z "$as_dir" && as_dir
=.
5879 for ac_exec_ext
in '' $ac_executable_extensions; do
5880 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_FONTFORGE
="$ac_prog"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891 FONTFORGE
=$ac_cv_prog_FONTFORGE
5892 if test -n "$FONTFORGE"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5894 $as_echo "$FONTFORGE" >&6; }
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897 $as_echo "no" >&6; }
5901 test -n "$FONTFORGE" && break
5903 test -n "$FONTFORGE" || FONTFORGE
="false"
5905 for ac_prog
in rsvg-convert rsvg
5907 # Extract the first word of "$ac_prog", so it can be a program name with args.
5908 set dummy
$ac_prog; ac_word
=$2
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5910 $as_echo_n "checking for $ac_word... " >&6; }
5911 if ${ac_cv_prog_RSVG+:} false
; then :
5912 $as_echo_n "(cached) " >&6
5914 if test -n "$RSVG"; then
5915 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5917 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5921 test -z "$as_dir" && as_dir
=.
5922 for ac_exec_ext
in '' $ac_executable_extensions; do
5923 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5924 ac_cv_prog_RSVG
="$ac_prog"
5925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 RSVG
=$ac_cv_prog_RSVG
5935 if test -n "$RSVG"; then
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5937 $as_echo "$RSVG" >&6; }
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5940 $as_echo "no" >&6; }
5944 test -n "$RSVG" && break
5946 test -n "$RSVG" || RSVG
="false"
5948 for ac_prog
in convert
5950 # Extract the first word of "$ac_prog", so it can be a program name with args.
5951 set dummy
$ac_prog; ac_word
=$2
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5953 $as_echo_n "checking for $ac_word... " >&6; }
5954 if ${ac_cv_prog_CONVERT+:} false
; then :
5955 $as_echo_n "(cached) " >&6
5957 if test -n "$CONVERT"; then
5958 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5964 test -z "$as_dir" && as_dir
=.
5965 for ac_exec_ext
in '' $ac_executable_extensions; do
5966 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5967 ac_cv_prog_CONVERT
="$ac_prog"
5968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5977 CONVERT
=$ac_cv_prog_CONVERT
5978 if test -n "$CONVERT"; then
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5980 $as_echo "$CONVERT" >&6; }
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5983 $as_echo "no" >&6; }
5987 test -n "$CONVERT" && break
5989 test -n "$CONVERT" || CONVERT
="false"
5991 for ac_prog
in icotool
5993 # Extract the first word of "$ac_prog", so it can be a program name with args.
5994 set dummy
$ac_prog; ac_word
=$2
5995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5996 $as_echo_n "checking for $ac_word... " >&6; }
5997 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5998 $as_echo_n "(cached) " >&6
6000 if test -n "$ICOTOOL"; then
6001 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6003 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6007 test -z "$as_dir" && as_dir
=.
6008 for ac_exec_ext
in '' $ac_executable_extensions; do
6009 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
6010 ac_cv_prog_ICOTOOL
="$ac_prog"
6011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6020 ICOTOOL
=$ac_cv_prog_ICOTOOL
6021 if test -n "$ICOTOOL"; then
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
6023 $as_echo "$ICOTOOL" >&6; }
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6026 $as_echo "no" >&6; }
6030 test -n "$ICOTOOL" && break
6032 test -n "$ICOTOOL" || ICOTOOL
="false"
6034 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
6035 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
6037 if test "$CONVERT" = false
6039 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
6042 $as_echo_n "checking for recent enough imagemagick... " >&6; }
6043 convert_version
=`convert --version | head -n1`
6044 if test "x$convert_version" != "x"
6046 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
6047 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
6048 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
6053 if test "$CONVERT" = false
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
6056 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
6057 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
6060 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
6064 if test "$ICOTOOL" = false
6066 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
6069 $as_echo_n "checking for recent enough icotool... " >&6; }
6070 icotool_version
=`icotool --version | head -n1`
6071 if test "x$icotool_version" != "x"
6073 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
6074 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
6075 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
6078 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
6081 if test "$ICOTOOL" = false
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
6084 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
6085 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
6087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
6088 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
6094 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6097 test "x$with_gettext" != xno || MSGFMT
=false
6098 if test "$MSGFMT" != "false"
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6101 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6102 cat >conftest.po
<<EOF
6108 if $MSGFMT -o /dev
/null conftest.po
2>&5
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6111 $as_echo "yes" >&6; }
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6114 $as_echo "no" >&6; }
6118 if test "$MSGFMT" = false
; then :
6119 case "x$with_gettext" in
6120 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6122 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6123 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6129 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6130 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6131 $as_echo_n "(cached) " >&6
6133 ac_check_lib_save_LIBS
=$LIBS
6135 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6136 /* end confdefs.h. */
6138 /* Override any GCC internal prototype to avoid an error.
6139 Use char because int might match the return type of a GCC
6140 builtin and then its argument prototype would still apply. */
6144 char i386_set_ldt ();
6148 return i386_set_ldt ();
6153 if ac_fn_c_try_link
"$LINENO"; then :
6154 ac_cv_lib_i386_i386_set_ldt
=yes
6156 ac_cv_lib_i386_i386_set_ldt
=no
6158 rm -f core conftest.err conftest.
$ac_objext \
6159 conftest
$ac_exeext conftest.
$ac_ext
6160 LIBS
=$ac_check_lib_save_LIBS
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6163 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6164 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6165 cat >>confdefs.h
<<_ACEOF
6166 #define HAVE_LIBI386 1
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6174 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6175 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6176 $as_echo_n "(cached) " >&6
6178 ac_check_lib_save_LIBS
=$LIBS
6179 LIBS
="-lossaudio $LIBS"
6180 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6181 /* end confdefs.h. */
6183 /* Override any GCC internal prototype to avoid an error.
6184 Use char because int might match the return type of a GCC
6185 builtin and then its argument prototype would still apply. */
6193 return _oss_ioctl ();
6198 if ac_fn_c_try_link
"$LINENO"; then :
6199 ac_cv_lib_ossaudio__oss_ioctl
=yes
6201 ac_cv_lib_ossaudio__oss_ioctl
=no
6203 rm -f core conftest.err conftest.
$ac_objext \
6204 conftest
$ac_exeext conftest.
$ac_ext
6205 LIBS
=$ac_check_lib_save_LIBS
6207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6208 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6209 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6210 cat >>confdefs.h
<<_ACEOF
6211 #define HAVE_LIBOSSAUDIO 1
6214 LIBS
="-lossaudio $LIBS"
6223 # Check whether --enable-largefile was given.
6224 if test "${enable_largefile+set}" = set; then :
6225 enableval
=$enable_largefile;
6228 if test "$enable_largefile" != no
; then
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6231 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6232 if ${ac_cv_sys_largefile_CC+:} false
; then :
6233 $as_echo_n "(cached) " >&6
6235 ac_cv_sys_largefile_CC
=no
6236 if test "$GCC" != yes; then
6239 # IRIX 6.2 and later do not support large files by default,
6240 # so use the C compiler's -n32 option if that helps.
6241 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6242 /* end confdefs.h. */
6243 #include <sys/types.h>
6244 /* Check that off_t can represent 2**63 - 1 correctly.
6245 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6246 since some C++ compilers masquerading as C compilers
6247 incorrectly reject 9223372036854775807. */
6248 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6249 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6250 && LARGE_OFF_T % 2147483647 == 1)
6260 if ac_fn_c_try_compile
"$LINENO"; then :
6263 rm -f core conftest.err conftest.
$ac_objext
6265 if ac_fn_c_try_compile
"$LINENO"; then :
6266 ac_cv_sys_largefile_CC
=' -n32'; break
6268 rm -f core conftest.err conftest.
$ac_objext
6272 rm -f conftest.
$ac_ext
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6276 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6277 if test "$ac_cv_sys_largefile_CC" != no
; then
6278 CC
=$CC$ac_cv_sys_largefile_CC
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6282 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6283 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6284 $as_echo_n "(cached) " >&6
6287 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6288 /* end confdefs.h. */
6289 #include <sys/types.h>
6290 /* Check that off_t can represent 2**63 - 1 correctly.
6291 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6292 since some C++ compilers masquerading as C compilers
6293 incorrectly reject 9223372036854775807. */
6294 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6295 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6296 && LARGE_OFF_T % 2147483647 == 1)
6306 if ac_fn_c_try_compile
"$LINENO"; then :
6307 ac_cv_sys_file_offset_bits
=no
; break
6309 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6311 /* end confdefs.h. */
6312 #define _FILE_OFFSET_BITS 64
6313 #include <sys/types.h>
6314 /* Check that off_t can represent 2**63 - 1 correctly.
6315 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6316 since some C++ compilers masquerading as C compilers
6317 incorrectly reject 9223372036854775807. */
6318 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6319 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6320 && LARGE_OFF_T % 2147483647 == 1)
6330 if ac_fn_c_try_compile
"$LINENO"; then :
6331 ac_cv_sys_file_offset_bits
=64; break
6333 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6334 ac_cv_sys_file_offset_bits
=unknown
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6339 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6340 case $ac_cv_sys_file_offset_bits in #(
6343 cat >>confdefs.h
<<_ACEOF
6344 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6349 if test $ac_cv_sys_file_offset_bits = unknown
; then
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6351 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6352 if ${ac_cv_sys_large_files+:} false
; then :
6353 $as_echo_n "(cached) " >&6
6356 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6357 /* end confdefs.h. */
6358 #include <sys/types.h>
6359 /* Check that off_t can represent 2**63 - 1 correctly.
6360 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6361 since some C++ compilers masquerading as C compilers
6362 incorrectly reject 9223372036854775807. */
6363 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6364 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6365 && LARGE_OFF_T % 2147483647 == 1)
6375 if ac_fn_c_try_compile
"$LINENO"; then :
6376 ac_cv_sys_large_files
=no
; break
6378 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6379 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6380 /* end confdefs.h. */
6381 #define _LARGE_FILES 1
6382 #include <sys/types.h>
6383 /* Check that off_t can represent 2**63 - 1 correctly.
6384 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6385 since some C++ compilers masquerading as C compilers
6386 incorrectly reject 9223372036854775807. */
6387 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6388 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6389 && LARGE_OFF_T % 2147483647 == 1)
6399 if ac_fn_c_try_compile
"$LINENO"; then :
6400 ac_cv_sys_large_files
=1; break
6402 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6403 ac_cv_sys_large_files
=unknown
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6408 $as_echo "$ac_cv_sys_large_files" >&6; }
6409 case $ac_cv_sys_large_files in #(
6412 cat >>confdefs.h
<<_ACEOF
6413 #define _LARGE_FILES $ac_cv_sys_large_files
6425 ac_cpp
='$CPP $CPPFLAGS'
6426 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6427 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6428 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6430 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6431 # On Suns, sometimes $CPP names a directory.
6432 if test -n "$CPP" && test -d "$CPP"; then
6435 if test -z "$CPP"; then
6436 if ${ac_cv_prog_CPP+:} false
; then :
6437 $as_echo_n "(cached) " >&6
6439 # Double quotes because CPP needs to be expanded
6440 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6443 for ac_c_preproc_warn_flag
in '' yes
6445 # Use a header file that comes with gcc, so configuring glibc
6446 # with a fresh cross-compiler works.
6447 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6448 # <limits.h> exists even on freestanding compilers.
6449 # On the NeXT, cc -E runs the code through the compiler's parser,
6450 # not just through cpp. "Syntax error" is here to catch this case.
6451 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6452 /* end confdefs.h. */
6454 # include <limits.h>
6456 # include <assert.h>
6460 if ac_fn_c_try_cpp
"$LINENO"; then :
6463 # Broken: fails on valid input.
6466 rm -f conftest.err conftest.i conftest.
$ac_ext
6468 # OK, works on sane cases. Now check whether nonexistent headers
6469 # can be detected and how.
6470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6471 /* end confdefs.h. */
6472 #include <ac_nonexistent.h>
6474 if ac_fn_c_try_cpp
"$LINENO"; then :
6475 # Broken: success on invalid input.
6478 # Passes both tests.
6482 rm -f conftest.err conftest.i conftest.
$ac_ext
6485 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6486 rm -f conftest.i conftest.err conftest.
$ac_ext
6487 if $ac_preproc_ok; then :
6499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6500 $as_echo "$CPP" >&6; }
6502 for ac_c_preproc_warn_flag
in '' yes
6504 # Use a header file that comes with gcc, so configuring glibc
6505 # with a fresh cross-compiler works.
6506 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6507 # <limits.h> exists even on freestanding compilers.
6508 # On the NeXT, cc -E runs the code through the compiler's parser,
6509 # not just through cpp. "Syntax error" is here to catch this case.
6510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6511 /* end confdefs.h. */
6513 # include <limits.h>
6515 # include <assert.h>
6519 if ac_fn_c_try_cpp
"$LINENO"; then :
6522 # Broken: fails on valid input.
6525 rm -f conftest.err conftest.i conftest.
$ac_ext
6527 # OK, works on sane cases. Now check whether nonexistent headers
6528 # can be detected and how.
6529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6530 /* end confdefs.h. */
6531 #include <ac_nonexistent.h>
6533 if ac_fn_c_try_cpp
"$LINENO"; then :
6534 # Broken: success on invalid input.
6537 # Passes both tests.
6541 rm -f conftest.err conftest.i conftest.
$ac_ext
6544 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6545 rm -f conftest.i conftest.err conftest.
$ac_ext
6546 if $ac_preproc_ok; then :
6549 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6550 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6551 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6552 See \`config.log' for more details" "$LINENO" 5; }
6556 ac_cpp
='$CPP $CPPFLAGS'
6557 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6558 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6559 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6563 $as_echo_n "checking for ANSI C header files... " >&6; }
6564 if ${ac_cv_header_stdc+:} false
; then :
6565 $as_echo_n "(cached) " >&6
6567 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6568 /* end confdefs.h. */
6582 if ac_fn_c_try_compile
"$LINENO"; then :
6583 ac_cv_header_stdc
=yes
6585 ac_cv_header_stdc
=no
6587 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6589 if test $ac_cv_header_stdc = yes; then
6590 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6591 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6592 /* end confdefs.h. */
6596 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6597 $EGREP "memchr" >/dev
/null
2>&1; then :
6600 ac_cv_header_stdc
=no
6606 if test $ac_cv_header_stdc = yes; then
6607 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6609 /* end confdefs.h. */
6613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6614 $EGREP "free" >/dev
/null
2>&1; then :
6617 ac_cv_header_stdc
=no
6623 if test $ac_cv_header_stdc = yes; then
6624 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6625 if test "$cross_compiling" = yes; then :
6628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6629 /* end confdefs.h. */
6632 #if ((' ' & 0x0FF) == 0x020)
6633 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6634 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6636 # define ISLOWER(c) \
6637 (('a' <= (c) && (c) <= 'i') \
6638 || ('j' <= (c) && (c) <= 'r') \
6639 || ('s' <= (c) && (c) <= 'z'))
6640 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6643 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6648 for (i = 0; i < 256; i++)
6649 if (XOR (islower (i), ISLOWER (i))
6650 || toupper (i) != TOUPPER (i))
6655 if ac_fn_c_try_run
"$LINENO"; then :
6658 ac_cv_header_stdc
=no
6660 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6661 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6667 $as_echo "$ac_cv_header_stdc" >&6; }
6668 if test $ac_cv_header_stdc = yes; then
6670 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6674 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6675 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6676 inttypes.h stdint.h unistd.h
6678 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6679 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6681 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6682 cat >>confdefs.h
<<_ACEOF
6683 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6693 ApplicationServices
/ApplicationServices.h \
6694 AudioToolbox
/AudioConverter.h \
6695 AudioUnit
/AudioUnit.h \
6696 AudioUnit
/AudioComponent.h \
6699 CommonCrypto
/CommonDigest.h \
6700 CoreAudio
/CoreAudio.h \
6701 CoreServices
/CoreServices.h \
6702 DiskArbitration
/DiskArbitration.h \
6704 IOKit
/hid
/IOHIDLib.h \
6707 QuickTime
/ImageCompression.h \
6708 Security
/Security.h \
6759 netinet
/in_systm.h \
6822 valgrind
/memcheck.h \
6823 valgrind
/valgrind.h \
6827 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6828 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6829 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6830 cat >>confdefs.h
<<_ACEOF
6831 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6839 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6840 if ${ac_cv_header_stat_broken+:} false
; then :
6841 $as_echo_n "(cached) " >&6
6843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6844 /* end confdefs.h. */
6845 #include <sys/types.h>
6846 #include <sys/stat.h>
6848 #if defined S_ISBLK && defined S_IFDIR
6849 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6852 #if defined S_ISBLK && defined S_IFCHR
6853 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6856 #if defined S_ISLNK && defined S_IFREG
6857 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6860 #if defined S_ISSOCK && defined S_IFREG
6861 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6865 if ac_fn_c_try_compile
"$LINENO"; then :
6866 ac_cv_header_stat_broken
=no
6868 ac_cv_header_stat_broken
=yes
6870 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6873 $as_echo "$ac_cv_header_stat_broken" >&6; }
6874 if test $ac_cv_header_stat_broken = yes; then
6876 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6882 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6884 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6885 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6886 #ifdef HAVE_SYS_PARAM_H
6887 # include <sys/param.h>
6890 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6891 cat >>confdefs.h
<<_ACEOF
6892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6907 netinet
/if_ether.h \
6908 netinet
/if_inarp.h \
6917 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6918 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6919 #ifdef HAVE_SYS_SOCKET_H
6920 # include <sys/socket.h>
6922 #ifdef HAVE_SYS_SOCKETVAR_H
6923 # include <sys/socketvar.h>
6925 #ifdef HAVE_NET_ROUTE_H
6926 # include <net/route.h>
6928 #ifdef HAVE_NETINET_IN_H
6929 # include <netinet/in.h>
6931 #ifdef HAVE_NETINET_IN_SYSTM_H
6932 # include <netinet/in_systm.h>
6934 #ifdef HAVE_NET_IF_H
6935 # include <net/if.h>
6937 #ifdef HAVE_NETINET_IP_H
6938 # include <netinet/ip.h>
6941 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6942 cat >>confdefs.h
<<_ACEOF
6943 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6951 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6953 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6954 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6958 #ifdef HAVE_SYS_SOCKET_H
6959 # include <sys/socket.h>
6961 #ifdef HAVE_SYS_SOCKETVAR_H
6962 # include <sys/socketvar.h>
6964 #ifdef HAVE_SYS_TIMEOUT_H
6965 # include <sys/timeout.h>
6967 #ifdef HAVE_NETINET_IN_H
6968 # include <netinet/in.h>
6970 #ifdef HAVE_NETINET_IN_SYSTM_H
6971 # include <netinet/in_systm.h>
6973 #ifdef HAVE_NETINET_IP_H
6974 # include <netinet/ip.h>
6976 #ifdef HAVE_NETINET_IP_VAR_H
6977 # include <netinet/ip_var.h>
6979 #ifdef HAVE_NETINET_IP_ICMP_H
6980 # include <netinet/ip_icmp.h>
6982 #ifdef HAVE_NETINET_UDP_H
6983 # include <netinet/udp.h>
6985 #ifdef HAVE_NETINET_TCP_H
6986 # include <netinet/tcp.h>
6988 #ifdef HAVE_NETINET_TCP_TIMER_H
6989 #include <netinet/tcp_timer.h>
6992 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6993 cat >>confdefs.h
<<_ACEOF
6994 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7002 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
7004 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7005 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
7006 #ifdef HAVE_ASM_TYPES_H
7007 # include <asm/types.h>
7009 #ifdef HAVE_SYS_SOCKET_H
7010 # include <sys/socket.h>
7012 #ifdef HAVE_LINUX_TYPES_H
7013 # include <linux/types.h>
7016 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7017 cat >>confdefs.h
<<_ACEOF
7018 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7026 for ac_header
in mach-o
/dyld_images.h
7028 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
7029 # include <stdbool.h>
7031 #ifdef HAVE_STDINT_H
7032 # include <stdint.h>
7035 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
7036 cat >>confdefs.h
<<_ACEOF
7037 #define HAVE_MACH_O_DYLD_IMAGES_H 1
7045 for ac_header
in resolv.h
7047 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
7048 #ifdef HAVE_SYS_SOCKET_H
7049 # include <sys/socket.h>
7051 #ifdef HAVE_NETINET_IN_H
7052 # include <netinet/in.h>
7054 #ifdef HAVE_ARPA_NAMESER_H
7055 # include <arpa/nameser.h>
7058 if test "x$ac_cv_header_resolv_h" = xyes
; then :
7059 cat >>confdefs.h
<<_ACEOF
7060 #define HAVE_RESOLV_H 1
7068 for ac_header
in ifaddrs.h
7070 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
7072 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
7073 cat >>confdefs.h
<<_ACEOF
7074 #define HAVE_IFADDRS_H 1
7082 for ac_header
in sys
/ucontext.h
7084 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
7086 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
7087 cat >>confdefs.h
<<_ACEOF
7088 #define HAVE_SYS_UCONTEXT_H 1
7096 for ac_header
in sys
/thr.h
7098 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7099 #ifdef HAVE_SYS_UCONTEXT_H
7100 #include <sys/ucontext.h>
7103 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7104 cat >>confdefs.h
<<_ACEOF
7105 #define HAVE_SYS_THR_H 1
7113 for ac_header
in pthread_np.h
7115 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7116 #include <pthread.h>
7119 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7120 cat >>confdefs.h
<<_ACEOF
7121 #define HAVE_PTHREAD_NP_H 1
7129 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7131 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7132 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7133 #include <sys/time.h>
7135 #include <sys/types.h>
7136 #ifdef HAVE_ASM_TYPES_H
7137 #include <asm/types.h>
7140 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7141 cat >>confdefs.h
<<_ACEOF
7142 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7150 for ac_header
in libprocstat.h
7152 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7153 #include <sys/param.h>
7155 #ifdef HAVE_SYS_QUEUE_H
7156 #include <sys/queue.h>
7158 #ifdef HAVE_SYS_SOCKET_H
7159 #include <sys/socket.h>
7162 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7163 cat >>confdefs.h
<<_ACEOF
7164 #define HAVE_LIBPROCSTAT_H 1
7173 dlldir
="\${libdir}/wine"
7175 DLLFLAGS
="-D_REENTRANT"
7186 STATIC_IMPLIBEXT
="def.a"
7187 # Extract the first word of "ldd", so it can be a program name with args.
7188 set dummy ldd
; ac_word
=$2
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7190 $as_echo_n "checking for $ac_word... " >&6; }
7191 if ${ac_cv_path_LDD+:} false
; then :
7192 $as_echo_n "(cached) " >&6
7196 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7199 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7200 as_dummy
="/sbin:/usr/sbin:$PATH"
7201 for as_dir
in $as_dummy
7204 test -z "$as_dir" && as_dir
=.
7205 for ac_exec_ext
in '' $ac_executable_extensions; do
7206 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7207 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7215 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7220 if test -n "$LDD"; then
7221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7222 $as_echo "$LDD" >&6; }
7224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7225 $as_echo "no" >&6; }
7229 if test -n "$ac_tool_prefix"; then
7230 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7231 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7233 $as_echo_n "checking for $ac_word... " >&6; }
7234 if ${ac_cv_prog_OTOOL+:} false
; then :
7235 $as_echo_n "(cached) " >&6
7237 if test -n "$OTOOL"; then
7238 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7240 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7244 test -z "$as_dir" && as_dir
=.
7245 for ac_exec_ext
in '' $ac_executable_extensions; do
7246 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7247 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7257 OTOOL
=$ac_cv_prog_OTOOL
7258 if test -n "$OTOOL"; then
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7260 $as_echo "$OTOOL" >&6; }
7262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7263 $as_echo "no" >&6; }
7268 if test -z "$ac_cv_prog_OTOOL"; then
7270 # Extract the first word of "otool", so it can be a program name with args.
7271 set dummy otool
; ac_word
=$2
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7273 $as_echo_n "checking for $ac_word... " >&6; }
7274 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7275 $as_echo_n "(cached) " >&6
7277 if test -n "$ac_ct_OTOOL"; then
7278 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7280 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7284 test -z "$as_dir" && as_dir
=.
7285 for ac_exec_ext
in '' $ac_executable_extensions; do
7286 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7287 ac_cv_prog_ac_ct_OTOOL
="otool"
7288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7297 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7298 if test -n "$ac_ct_OTOOL"; then
7299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7300 $as_echo "$ac_ct_OTOOL" >&6; }
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7303 $as_echo "no" >&6; }
7306 if test "x$ac_ct_OTOOL" = x
; then
7309 case $cross_compiling:$ac_tool_warned in
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7312 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7313 ac_tool_warned
=yes ;;
7318 OTOOL
="$ac_cv_prog_OTOOL"
7321 if test -n "$ac_tool_prefix"; then
7322 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7323 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7325 $as_echo_n "checking for $ac_word... " >&6; }
7326 if ${ac_cv_prog_READELF+:} false
; then :
7327 $as_echo_n "(cached) " >&6
7329 if test -n "$READELF"; then
7330 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7332 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7336 test -z "$as_dir" && as_dir
=.
7337 for ac_exec_ext
in '' $ac_executable_extensions; do
7338 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7339 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7349 READELF
=$ac_cv_prog_READELF
7350 if test -n "$READELF"; then
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7352 $as_echo "$READELF" >&6; }
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7355 $as_echo "no" >&6; }
7360 if test -z "$ac_cv_prog_READELF"; then
7361 ac_ct_READELF
=$READELF
7362 # Extract the first word of "readelf", so it can be a program name with args.
7363 set dummy readelf
; ac_word
=$2
7364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7365 $as_echo_n "checking for $ac_word... " >&6; }
7366 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7367 $as_echo_n "(cached) " >&6
7369 if test -n "$ac_ct_READELF"; then
7370 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7372 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7376 test -z "$as_dir" && as_dir
=.
7377 for ac_exec_ext
in '' $ac_executable_extensions; do
7378 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7379 ac_cv_prog_ac_ct_READELF
="readelf"
7380 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7389 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7390 if test -n "$ac_ct_READELF"; then
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7392 $as_echo "$ac_ct_READELF" >&6; }
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7395 $as_echo "no" >&6; }
7398 if test "x$ac_ct_READELF" = x
; then
7401 case $cross_compiling:$ac_tool_warned in
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7404 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7405 ac_tool_warned
=yes ;;
7407 READELF
=$ac_ct_READELF
7410 READELF
="$ac_cv_prog_READELF"
7413 wine_rules_file
=conf$
$rules.
make
7414 rm -f $wine_rules_file
7416 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7419 ALL_TEST_RESOURCES
=""
7422 wine_fn_append_file
()
7424 as_fn_append
$1 " \\$as_nl $2"
7427 wine_fn_ignore_file
()
7430 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7431 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7432 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7436 wine_fn_append_rule
()
7438 $as_echo "$1" >>$wine_rules_file
7443 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7446 wine_fn_depend_rules
()
7448 wine_fn_append_file SUBDIRS
$ac_dir
7451 wine_fn_pot_rules
()
7453 test "x$with_gettextpo" = xyes ||
return
7455 if wine_fn_has_flag mc
7457 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7458 wine_fn_append_rule \
7459 "$ac_dir/msg.pot: dummy
7460 @cd $ac_dir && \$(MAKE) msg.pot
7461 $ac_dir/msg.pot: tools/wmc include"
7463 if wine_fn_has_flag po
7465 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7466 wine_fn_append_rule \
7467 "$ac_dir/rsrc.pot: dummy
7468 @cd $ac_dir && \$(MAKE) rsrc.pot
7469 $ac_dir/rsrc.pot: tools/wrc include"
7473 wine_fn_all_rules
()
7475 wine_fn_depend_rules
7476 wine_fn_append_rule \
7480 @cd $ac_dir && \$(MAKE)"
7483 wine_fn_install_rules
()
7485 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7487 wine_fn_append_rule \
7488 ".PHONY: $ac_dir/install $ac_dir/uninstall
7489 $ac_dir/install:: $ac_dir
7490 @cd $ac_dir && \$(MAKE) install
7492 @cd $ac_dir && \$(MAKE) uninstall
7493 install:: $ac_dir/install
7494 __uninstall__: $ac_dir/uninstall"
7496 if wine_fn_has_flag install-lib
7498 wine_fn_append_rule \
7499 ".PHONY: $ac_dir/install-lib
7500 $ac_dir/install-lib:: $ac_dir
7501 @cd $ac_dir && \$(MAKE) install-lib
7502 install-lib:: $ac_dir/install-lib"
7505 if wine_fn_has_flag install-dev
7507 wine_fn_append_rule \
7508 ".PHONY: $ac_dir/install-dev
7509 $ac_dir/install-dev:: $ac_dir
7510 @cd $ac_dir && \$(MAKE) install-dev
7511 install-dev:: $ac_dir/install-dev"
7515 wine_fn_clean_rules
()
7519 if wine_fn_has_flag clean
7521 wine_fn_append_rule \
7522 "$ac_dir/clean: dummy
7523 @cd $ac_dir && \$(MAKE) clean"
7525 wine_fn_append_rule \
7526 "$ac_dir/clean: dummy
7527 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7529 wine_fn_append_rule \
7530 "__clean__: $ac_dir/clean
7531 .PHONY: $ac_dir/clean"
7534 wine_fn_disabled_rules
()
7538 wine_fn_append_rule \
7539 "__clean__: $ac_dir/clean
7540 .PHONY: $ac_dir/clean
7541 $ac_dir/clean: dummy
7542 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean"
7545 wine_fn_config_makefile
()
7551 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7552 wine_fn_disabled_rules
; return
7555 wine_fn_install_rules
7559 wine_fn_config_lib
()
7563 ac_dir
=dlls
/$ac_name
7566 if test "x$enable_tools" = xno
; then :
7569 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7574 wine_fn_append_rule \
7575 ".PHONY: $ac_dir/install $ac_dir/uninstall
7576 $ac_dir/install:: $ac_dir
7577 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7579 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7580 install install-dev:: $ac_dir/install
7581 __uninstall__: $ac_dir/uninstall
7582 __builddeps__: $ac_dir
7586 wine_fn_config_dll
()
7589 ac_dir
=dlls
/$ac_name
7592 ac_implib
=${4:-$ac_name}
7593 ac_file
=$ac_dir/lib
$ac_implib
7598 if test "x$enable_tools" = xno
; then :
7601 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7604 *16) ac_implibflags
=" -m16" ;;
7606 *) ac_dll
=$ac_dll.dll
;;
7610 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7611 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7612 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7613 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7615 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7616 if test "$ac_enable" != enable_win16
7618 wine_fn_depend_rules
7619 wine_fn_clean_rules
$ac_clean
7622 wine_fn_disabled_rules
$ac_clean
7627 wine_fn_clean_rules
$ac_clean
7628 wine_fn_append_rule \
7629 "$ac_dir: __builddeps__
7630 manpages htmlpages sgmlpages xmlpages::
7631 @cd $ac_dir && \$(MAKE) \$@
7632 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7633 install install-lib:: $ac_dir/install-lib
7634 __uninstall__: $ac_dir/uninstall"
7635 if test -n "$DLLEXT"
7637 wine_fn_append_rule \
7638 "$ac_dir/install-lib:: $ac_dir
7639 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT
7640 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7642 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7644 wine_fn_append_rule \
7645 "$ac_dir/install-lib:: $ac_dir
7646 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7648 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7654 if wine_fn_has_flag staticimplib
7656 wine_fn_append_rule \
7657 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7658 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7659 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7660 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7661 $ac_file.$STATIC_IMPLIBEXT: dummy
7662 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7663 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7664 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7665 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7667 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7668 install install-dev:: $ac_dir/install-dev
7669 __uninstall__: $ac_dir/uninstall"
7671 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7673 wine_fn_append_rule \
7674 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7675 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7677 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7680 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7682 wine_fn_append_rule \
7683 "__builddeps__: $ac_file.cross.a
7684 $ac_file.cross.a: dummy
7685 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7688 elif wine_fn_has_flag implib
7690 wine_fn_append_rule \
7691 "__builddeps__: $ac_file.$IMPLIBEXT
7692 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7693 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7694 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7695 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7696 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7697 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7698 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7700 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7701 install install-dev:: $ac_dir/install-dev
7702 __uninstall__: $ac_dir/uninstall"
7703 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7705 wine_fn_append_rule \
7706 "__builddeps__: $ac_file.cross.a
7707 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec \$(WINEBUILD)
7708 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7711 if test "$ac_name" != "$ac_implib"
7713 wine_fn_append_rule \
7714 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7715 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7716 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7718 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7719 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7720 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7722 wine_fn_append_rule \
7723 "__builddeps__: dlls/lib$ac_implib.cross.a
7724 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7725 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7727 \$(RM) dlls/lib$ac_implib.cross.a"
7728 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7734 wine_fn_config_program
()
7737 ac_dir
=programs
/$ac_name
7744 *) ac_program
=$ac_program.exe
;;
7748 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7749 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7750 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7751 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7753 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7754 wine_fn_disabled_rules
$ac_clean; return
7758 wine_fn_clean_rules
$ac_clean
7759 wine_fn_append_rule
"$ac_dir: __builddeps__"
7762 wine_fn_has_flag
install ||
return
7763 wine_fn_append_rule \
7764 ".PHONY: $ac_dir/install $ac_dir/uninstall
7765 install install-lib:: $ac_dir/install
7766 __uninstall__: $ac_dir/uninstall"
7768 if test -n "$DLLEXT"
7770 wine_fn_append_rule \
7771 "$ac_dir/install:: $ac_dir
7772 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT
7773 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7775 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7777 if test -z "$with_wine64" && wine_fn_has_flag installbin
7779 wine_fn_append_rule \
7780 "$ac_dir/install:: __tooldeps__
7781 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7783 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7786 wine_fn_append_rule \
7787 "$ac_dir/install:: $ac_dir
7788 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7790 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7793 if test -z "$with_wine64" && wine_fn_has_flag manpage
7795 wine_fn_append_rule \
7796 "$ac_dir/install:: $ac_dir
7797 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7799 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7803 wine_fn_config_test
()
7810 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7811 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7813 if test "x$enable_tests" = xno
; then :
7814 wine_fn_disabled_rules
$ac_clean; return
7817 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7819 wine_fn_clean_rules
$ac_clean
7821 wine_fn_append_rule \
7822 "$ac_dir: __builddeps__
7823 programs/winetest: $ac_dir
7824 check test: $ac_dir/test
7825 .PHONY: $ac_dir/test
7827 @cd $ac_dir && \$(MAKE) test
7829 \$(RM) $ac_dir/*.ok"
7831 if test -n "$CROSSTARGET"
7833 wine_fn_append_rule \
7834 "crosstest: $ac_dir/crosstest
7835 .PHONY: $ac_dir/crosstest
7836 $ac_dir/crosstest: __builddeps__ dummy
7837 @cd $ac_dir && \$(MAKE) crosstest"
7841 wine_fn_config_tool
()
7845 if test "x$enable_tools" = xno
; then :
7850 wine_fn_install_rules
7853 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7854 wine_fn_append_rule
"$ac_dir: libs/port"
7856 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7860 wine_fn_config_symlink
()
7863 if test "x$1" = "x-d"
7869 wine_fn_append_rule \
7871 @./config.status \$@
7874 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7875 test -n "$ac_linkdir" ||
return
7876 wine_fn_append_rule
"$ac_linkdir/depend: $ac_links"
7880 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7881 WINELOADER_PROGRAMS
="$wine_binary"
7883 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7887 if test -n "$ac_tool_prefix"; then
7888 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7889 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7891 $as_echo_n "checking for $ac_word... " >&6; }
7892 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7893 $as_echo_n "(cached) " >&6
7895 if test -n "$DLLTOOL"; then
7896 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7902 test -z "$as_dir" && as_dir
=.
7903 for ac_exec_ext
in '' $ac_executable_extensions; do
7904 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7905 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7915 DLLTOOL
=$ac_cv_prog_DLLTOOL
7916 if test -n "$DLLTOOL"; then
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7918 $as_echo "$DLLTOOL" >&6; }
7920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7921 $as_echo "no" >&6; }
7926 if test -z "$ac_cv_prog_DLLTOOL"; then
7927 ac_ct_DLLTOOL
=$DLLTOOL
7928 # Extract the first word of "dlltool", so it can be a program name with args.
7929 set dummy dlltool
; ac_word
=$2
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7931 $as_echo_n "checking for $ac_word... " >&6; }
7932 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7933 $as_echo_n "(cached) " >&6
7935 if test -n "$ac_ct_DLLTOOL"; then
7936 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7938 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7942 test -z "$as_dir" && as_dir
=.
7943 for ac_exec_ext
in '' $ac_executable_extensions; do
7944 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7945 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7946 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7955 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7956 if test -n "$ac_ct_DLLTOOL"; then
7957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7958 $as_echo "$ac_ct_DLLTOOL" >&6; }
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7961 $as_echo "no" >&6; }
7964 if test "x$ac_ct_DLLTOOL" = x
; then
7967 case $cross_compiling:$ac_tool_warned in
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7970 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7971 ac_tool_warned
=yes ;;
7973 DLLTOOL
=$ac_ct_DLLTOOL
7976 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7982 STATIC_IMPLIBEXT
="a"
7983 enable_iphlpapi
=${enable_iphlpapi:-no}
7984 enable_kernel32
=${enable_kernel32:-no}
7985 enable_msvcrt
=${enable_msvcrt:-no}
7986 enable_ntdll
=${enable_ntdll:-no}
7987 enable_ws2_32
=${enable_ws2_32:-no}
7988 enable_loader
=${enable_loader:-no}
7989 enable_server
=${enable_server:-no}
7990 with_x
=${with_x:-no}
7991 with_pthread
=${with_pthread:-no}
7997 SOCKET_LIBS
="-lws2_32"
8001 LIBWINE_SHAREDLIB
="libwine.dll"
8003 LIBWINE_IMPORTLIB
="libwine.a"
8005 LIBWINE_INSTALL_LIB
="libwine.dll"
8007 LIBWINE_INSTALL_DEV
="libwine.a"
8009 LIBWINE_LDFLAGS
="-shared \$(srcdir)/wine.def"
8011 LIBWINE_DEPENDS
="wine.def"
8016 for ac_header
in libunwind.h
8018 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
8019 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
8020 cat >>confdefs.h
<<_ACEOF
8021 #define HAVE_LIBUNWIND_H 1
8029 DLLFLAGS
="$DLLFLAGS -fPIC"
8030 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8031 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
8032 COREFOUNDATION_LIBS
="-framework CoreFoundation"
8034 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
8036 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
8038 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
8040 CORESERVICES_LIBS
="-framework CoreServices"
8042 APPKIT_LIBS
="-framework AppKit"
8044 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
8046 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
8047 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
8048 $as_echo_n "(cached) " >&6
8050 ac_wine_try_cflags_saved
=$CFLAGS
8051 CFLAGS
="$CFLAGS -Wl,-no_pie"
8052 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8053 /* end confdefs.h. */
8054 int main(int argc, char **argv) { return 0; }
8056 if ac_fn_c_try_link
"$LINENO"; then :
8057 ac_cv_cflags__Wl__no_pie
=yes
8059 ac_cv_cflags__Wl__no_pie
=no
8061 rm -f core conftest.err conftest.
$ac_objext \
8062 conftest
$ac_exeext conftest.
$ac_ext
8063 CFLAGS
=$ac_wine_try_cflags_saved
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8066 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8067 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8068 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8070 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8072 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8075 if test "$ac_cv_header_Security_Security_h" = "yes"
8077 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8079 ac_save_LIBS
="$LIBS"
8080 LIBS
="$LIBS $SECURITY_LIBS"
8081 for ac_func
in SSLCopyPeerCertificates
8083 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8084 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8085 cat >>confdefs.h
<<_ACEOF
8086 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8092 LIBS
="$ac_save_LIBS"
8093 with_gnutls
=${with_gnutls:-no}
8095 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8097 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8099 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8102 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8105 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-yes}
8106 ac_save_LIBS
="$LIBS"
8107 LIBS
="$LIBS $COREAUDIO_LIBS"
8108 for ac_func
in AUGraphAddNode
8110 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8111 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8112 cat >>confdefs.h
<<_ACEOF
8113 #define HAVE_AUGRAPHADDNODE 1
8119 LIBS
="$ac_save_LIBS"
8121 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8123 OPENAL_LIBS
="-framework OpenAL"
8126 cat >>confdefs.h
<<_ACEOF
8127 #define HAVE_OPENAL 1
8130 ac_cv_lib_openal
=yes
8132 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8134 OPENCL_LIBS
="-framework OpenCL"
8136 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8138 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8140 ac_save_LIBS
="$LIBS"
8141 LIBS
="$LIBS $IOKIT_LIBS"
8142 for ac_func
in IOHIDManagerCreate
8144 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8145 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8146 cat >>confdefs.h
<<_ACEOF
8147 #define HAVE_IOHIDMANAGERCREATE 1
8153 LIBS
="$ac_save_LIBS"
8155 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8157 ac_save_LIBS
="$LIBS"
8158 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8160 $as_echo_n "checking for the QuickTime framework... " >&6; }
8161 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8162 /* end confdefs.h. */
8163 #include <QuickTime/ImageCompression.h>
8167 CodecManagerVersion(NULL);
8172 if ac_fn_c_try_link
"$LINENO"; then :
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8174 $as_echo "yes" >&6; }
8175 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8177 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8180 $as_echo "no" >&6; }
8181 ac_cv_header_QuickTime_ImageCompression_h
=no
8183 rm -f core conftest.err conftest.
$ac_objext \
8184 conftest
$ac_exeext conftest.
$ac_ext
8185 LIBS
="$ac_save_LIBS"
8187 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8189 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8191 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8193 CARBON_LIBS
="-framework Carbon"
8197 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8199 ac_save_LIBS
="$LIBS"
8200 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8201 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8202 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8203 enable_winemac_drv
=${enable_winemac_drv:-yes}
8206 LIBS
="$ac_save_LIBS"
8209 if test "x$enable_win16" = "xyes"
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8212 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8213 if test "$cross_compiling" = yes; then :
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8215 $as_echo "cross-compiling, assuming yes" >&6; }
8217 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8218 /* end confdefs.h. */
8221 "good:\tnop;nop\n\t"
8222 ".globl _testfunc\n"
8223 "_testfunc:\tcallw good");
8224 extern void testfunc();
8228 unsigned short *p = (unsigned short *)testfunc;
8229 return p[0] != 0xe866 || p[1] != 0xfffa
8234 if ac_fn_c_try_run
"$LINENO"; then :
8235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8236 $as_echo "yes" >&6; }
8238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8239 $as_echo "no" >&6; }
8240 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
8242 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8243 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8248 LIBWINE_SHAREDLIB
="libwine.$libwine_version.dylib"
8250 LIBWINE_INSTALL_LIB
="libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib"
8252 LIBWINE_INSTALL_DEV
="libwine.dylib"
8254 LIBWINE_LDFLAGS
="-dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version"
8256 WINELOADER_DEPENDS
="wine_info.plist"
8261 DLLFLAGS
="$DLLFLAGS -fPIC"
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8263 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8264 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8265 $as_echo_n "(cached) " >&6
8267 ac_wine_try_cflags_saved
=$CFLAGS
8268 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8270 /* end confdefs.h. */
8271 int main(int argc, char **argv) { return 0; }
8273 if ac_fn_c_try_link
"$LINENO"; then :
8274 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8276 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8278 rm -f core conftest.err conftest.
$ac_objext \
8279 conftest
$ac_exeext conftest.
$ac_ext
8280 CFLAGS
=$ac_wine_try_cflags_saved
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8283 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8284 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8285 LDEXECFLAGS
="-Wl,--export-dynamic"
8287 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8289 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8290 if eval \
${$as_ac_var+:} false
; then :
8291 $as_echo_n "(cached) " >&6
8293 ac_wine_try_cflags_saved
=$CFLAGS
8294 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8295 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8296 /* end confdefs.h. */
8297 int main(int argc, char **argv) { return 0; }
8299 if ac_fn_c_try_link
"$LINENO"; then :
8300 eval "$as_ac_var=yes"
8302 eval "$as_ac_var=no"
8304 rm -f core conftest.err conftest.
$ac_objext \
8305 conftest
$ac_exeext conftest.
$ac_ext
8306 CFLAGS
=$ac_wine_try_cflags_saved
8308 eval ac_res
=\$
$as_ac_var
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8310 $as_echo "$ac_res" >&6; }
8311 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8312 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8313 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8315 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8317 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8318 if eval \
${$as_ac_var+:} false
; then :
8319 $as_echo_n "(cached) " >&6
8321 ac_wine_try_cflags_saved
=$CFLAGS
8322 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8324 /* end confdefs.h. */
8325 int main(int argc, char **argv) { return 0; }
8327 if ac_fn_c_try_link
"$LINENO"; then :
8328 eval "$as_ac_var=yes"
8330 eval "$as_ac_var=no"
8332 rm -f core conftest.err conftest.
$ac_objext \
8333 conftest
$ac_exeext conftest.
$ac_ext
8334 CFLAGS
=$ac_wine_try_cflags_saved
8336 eval ac_res
=\$
$as_ac_var
8337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8338 $as_echo "$ac_res" >&6; }
8339 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8340 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8341 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8346 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8347 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8348 $as_echo_n "(cached) " >&6
8350 ac_wine_try_cflags_saved
=$CFLAGS
8351 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8353 /* end confdefs.h. */
8354 int main(int argc, char **argv) { return 0; }
8356 if ac_fn_c_try_link
"$LINENO"; then :
8357 ac_cv_cflags__Wl___enable_new_dtags
=yes
8359 ac_cv_cflags__Wl___enable_new_dtags
=no
8361 rm -f core conftest.err conftest.
$ac_objext \
8362 conftest
$ac_exeext conftest.
$ac_ext
8363 CFLAGS
=$ac_wine_try_cflags_saved
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8366 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8367 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8368 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-pie" >&5
8371 $as_echo_n "checking whether the compiler supports -Wl,-pie... " >&6; }
8372 if ${ac_cv_cflags__Wl__pie+:} false
; then :
8373 $as_echo_n "(cached) " >&6
8375 ac_wine_try_cflags_saved
=$CFLAGS
8376 CFLAGS
="$CFLAGS -Wl,-pie"
8377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8378 /* end confdefs.h. */
8379 int main(int argc, char **argv) { return 0; }
8381 if ac_fn_c_try_link
"$LINENO"; then :
8382 ac_cv_cflags__Wl__pie
=yes
8384 ac_cv_cflags__Wl__pie
=no
8386 rm -f core conftest.err conftest.
$ac_objext \
8387 conftest
$ac_exeext conftest.
$ac_ext
8388 CFLAGS
=$ac_wine_try_cflags_saved
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__pie" >&5
8391 $as_echo "$ac_cv_cflags__Wl__pie" >&6; }
8392 if test "x$ac_cv_cflags__Wl__pie" = xyes
; then :
8393 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,-pie"
8396 LIBWINE_SHAREDLIB
="libwine.so"
8398 LIBWINE_INSTALL_LIB
="libwine.so"
8400 LIBWINE_LDFLAGS
="-shared"
8405 DLLFLAGS
="$DLLFLAGS -fPIC"
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8408 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8409 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8410 $as_echo_n "(cached) " >&6
8412 ac_wine_try_cflags_saved
=$CFLAGS
8413 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8415 /* end confdefs.h. */
8418 if ac_fn_c_try_link
"$LINENO"; then :
8419 ac_cv_c_dll_gnuelf
="yes"
8421 ac_cv_c_dll_gnuelf
="no"
8423 rm -f core conftest.err conftest.
$ac_objext \
8424 conftest
$ac_exeext conftest.
$ac_ext
8425 CFLAGS
=$ac_wine_try_cflags_saved
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8428 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8429 if test "$ac_cv_c_dll_gnuelf" = "yes"
8431 LIBWINE_LDFLAGS
="-shared"
8432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8433 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8434 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8435 $as_echo_n "(cached) " >&6
8437 ac_wine_try_cflags_saved
=$CFLAGS
8438 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8440 /* end confdefs.h. */
8441 int main(int argc, char **argv) { return 0; }
8443 if ac_fn_c_try_link
"$LINENO"; then :
8444 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8446 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8448 rm -f core conftest.err conftest.
$ac_objext \
8449 conftest
$ac_exeext conftest.
$ac_ext
8450 CFLAGS
=$ac_wine_try_cflags_saved
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8453 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8454 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8455 LIBWINE_LDFLAGS
="-shared -Wl,-soname,libwine.so.$libwine_soversion"
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8458 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8459 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8460 $as_echo_n "(cached) " >&6
8462 ac_wine_try_cflags_saved
=$CFLAGS
8463 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8464 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8465 /* end confdefs.h. */
8466 int main(int argc, char **argv) { return 0; }
8468 if ac_fn_c_try_link
"$LINENO"; then :
8469 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8471 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8473 rm -f core conftest.err conftest.
$ac_objext \
8474 conftest
$ac_exeext conftest.
$ac_ext
8475 CFLAGS
=$ac_wine_try_cflags_saved
8477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8478 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8479 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8480 LIBWINE_LDFLAGS
="-shared -Wl,-h,libwine.so.$libwine_soversion"
8484 echo '{ global: *; };' >conftest.map
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8486 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8487 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8488 $as_echo_n "(cached) " >&6
8490 ac_wine_try_cflags_saved
=$CFLAGS
8491 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
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___version_script_conftest_map
=yes
8499 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=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___version_script_conftest_map" >&5
8506 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8507 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8508 LIBWINE_LDFLAGS
="$LIBWINE_LDFLAGS -Wl,--version-script=\$(srcdir)/wine.map"
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8513 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8514 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8515 $as_echo_n "(cached) " >&6
8517 ac_wine_try_cflags_saved
=$CFLAGS
8518 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8520 /* end confdefs.h. */
8521 int main(int argc, char **argv) { return 0; }
8523 if ac_fn_c_try_link
"$LINENO"; then :
8524 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8526 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8528 rm -f core conftest.err conftest.
$ac_objext \
8529 conftest
$ac_exeext conftest.
$ac_ext
8530 CFLAGS
=$ac_wine_try_cflags_saved
8532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8533 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8534 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8535 LDEXECFLAGS
="-Wl,--export-dynamic"
8538 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8540 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8541 if eval \
${$as_ac_var+:} false
; then :
8542 $as_echo_n "(cached) " >&6
8544 ac_wine_try_cflags_saved
=$CFLAGS
8545 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8546 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8547 /* end confdefs.h. */
8548 int main(int argc, char **argv) { return 0; }
8550 if ac_fn_c_try_link
"$LINENO"; then :
8551 eval "$as_ac_var=yes"
8553 eval "$as_ac_var=no"
8555 rm -f core conftest.err conftest.
$ac_objext \
8556 conftest
$ac_exeext conftest.
$ac_ext
8557 CFLAGS
=$ac_wine_try_cflags_saved
8559 eval ac_res
=\$
$as_ac_var
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8561 $as_echo "$ac_res" >&6; }
8562 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8563 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8564 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8566 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8568 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$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,-R,\$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,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \${bindir} \${libdir}\`"
8592 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8597 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8598 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8599 $as_echo_n "(cached) " >&6
8601 ac_wine_try_cflags_saved
=$CFLAGS
8602 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8604 /* end confdefs.h. */
8605 int main(int argc, char **argv) { return 0; }
8607 if ac_fn_c_try_link
"$LINENO"; then :
8608 ac_cv_cflags__Wl___enable_new_dtags
=yes
8610 ac_cv_cflags__Wl___enable_new_dtags
=no
8612 rm -f core conftest.err conftest.
$ac_objext \
8613 conftest
$ac_exeext conftest.
$ac_ext
8614 CFLAGS
=$ac_wine_try_cflags_saved
8616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8617 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8618 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8619 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8623 *i
[3456789]86* | x86_64
)
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8625 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8626 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8627 $as_echo_n "(cached) " >&6
8629 ac_wine_try_cflags_saved
=$CFLAGS
8630 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
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___section_start__interp_0x7bf00400
=yes
8638 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=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___section_start__interp_0x7bf00400" >&5
8645 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8646 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8648 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8649 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000" >&5
8654 $as_echo_n "checking whether the compiler supports -Wl,-Ttext-segment=0x7bc00000... " >&6; }
8655 if ${ac_cv_cflags__Wl__Ttext_segment_0x7bc00000+:} false
; then :
8656 $as_echo_n "(cached) " >&6
8658 ac_wine_try_cflags_saved
=$CFLAGS
8659 CFLAGS
="$CFLAGS -Wl,-Ttext-segment=0x7bc00000"
8660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8661 /* end confdefs.h. */
8662 int main(int argc, char **argv) { return 0; }
8664 if ac_fn_c_try_link
"$LINENO"; then :
8665 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=yes
8667 ac_cv_cflags__Wl__Ttext_segment_0x7bc00000
=no
8669 rm -f core conftest.err conftest.
$ac_objext \
8670 conftest
$ac_exeext conftest.
$ac_ext
8671 CFLAGS
=$ac_wine_try_cflags_saved
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&5
8674 $as_echo "$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" >&6; }
8675 if test "x$ac_cv_cflags__Wl__Ttext_segment_0x7bc00000" = xyes
; then :
8678 # Extract the first word of "prelink", so it can be a program name with args.
8679 set dummy prelink
; ac_word
=$2
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8681 $as_echo_n "checking for $ac_word... " >&6; }
8682 if ${ac_cv_path_PRELINK+:} false
; then :
8683 $as_echo_n "(cached) " >&6
8687 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8690 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8691 for as_dir
in /sbin
/usr
/sbin
$PATH
8694 test -z "$as_dir" && as_dir
=.
8695 for ac_exec_ext
in '' $ac_executable_extensions; do
8696 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8697 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8705 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8709 PRELINK
=$ac_cv_path_PRELINK
8710 if test -n "$PRELINK"; then
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8712 $as_echo "$PRELINK" >&6; }
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8715 $as_echo "no" >&6; }
8719 if test "x$PRELINK" = xfalse
8721 as_fn_append wine_warnings
"|prelink not found and linker does not support relocation, base address of core dlls won't be set correctly."
8728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8729 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8730 if ${ac_cv_c_dll_unixware+:} false
; then :
8731 $as_echo_n "(cached) " >&6
8733 ac_wine_try_cflags_saved
=$CFLAGS
8734 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8735 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8736 /* end confdefs.h. */
8739 if ac_fn_c_try_link
"$LINENO"; then :
8740 ac_cv_c_dll_unixware
="yes"
8742 ac_cv_c_dll_unixware
="no"
8744 rm -f core conftest.err conftest.
$ac_objext \
8745 conftest
$ac_exeext conftest.
$ac_ext
8746 CFLAGS
=$ac_wine_try_cflags_saved
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8749 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8750 if test "$ac_cv_c_dll_unixware" = "yes"
8752 LIBWINE_LDFLAGS
="-Wl,-G,-h,libwine.so.$libwine_soversion"
8755 LIBWINE_SHAREDLIB
="libwine.so.$libwine_version"
8757 LIBWINE_INSTALL_LIB
="libwine.so.$libwine_version libwine.so.$libwine_soversion"
8759 LIBWINE_INSTALL_DEV
="libwine.so"
8761 LIBWINE_DEPENDS
="wine.map"
8766 enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
8767 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8768 enable_winemac_drv
=${enable_winemac_drv:-no}
8769 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
8773 if test "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8777 ac_prefix_list
="armv7-w64-mingw32-clang armv7-w64-mingw32-gcc" ;;
8779 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
8780 i686-w64-mingw32-clang i586-w64-mingw32-clang i486-w64-mingw32-clang i386-w64-mingw32-clang
8783 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
8784 x86_64-w64-mingw32-clang amd64-w64-mingw32-clang " ;;
8786 ac_prefix_list
="" ;;
8788 for ac_prog
in $ac_prefix_list
8790 # Extract the first word of "$ac_prog", so it can be a program name with args.
8791 set dummy
$ac_prog; ac_word
=$2
8792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8793 $as_echo_n "checking for $ac_word... " >&6; }
8794 if ${ac_cv_prog_CROSSCC+:} false
; then :
8795 $as_echo_n "(cached) " >&6
8797 if test -n "$CROSSCC"; then
8798 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8800 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8804 test -z "$as_dir" && as_dir
=.
8805 for ac_exec_ext
in '' $ac_executable_extensions; do
8806 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8807 ac_cv_prog_CROSSCC
="$ac_prog"
8808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8817 CROSSCC
=$ac_cv_prog_CROSSCC
8818 if test -n "$CROSSCC"; then
8819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8820 $as_echo "$CROSSCC" >&6; }
8822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8823 $as_echo "no" >&6; }
8827 test -n "$CROSSCC" && break
8829 test -n "$CROSSCC" || CROSSCC
="false"
8831 if test "$CROSSCC" != "false"
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8836 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8838 /* end confdefs.h. */
8848 if ac_fn_c_try_compile
"$LINENO"; then :
8849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8850 $as_echo "yes" >&6; }
8856 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8857 *-clang) CROSSTARGET
=`expr "$1" : '\(.*\)-clang'` ;;
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8863 $as_echo "no" >&6; }
8865 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8871 if test "$ac_cv_header_pthread_h" = "yes"
8873 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8874 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8878 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8879 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8880 $as_echo_n "(cached) " >&6
8882 ac_check_lib_save_LIBS
=$LIBS
8883 LIBS
="-lpthread $LIBS"
8884 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8885 /* end confdefs.h. */
8887 /* Override any GCC internal prototype to avoid an error.
8888 Use char because int might match the return type of a GCC
8889 builtin and then its argument prototype would still apply. */
8893 char pthread_create ();
8897 return pthread_create ();
8902 if ac_fn_c_try_link
"$LINENO"; then :
8903 ac_cv_lib_pthread_pthread_create
=yes
8905 ac_cv_lib_pthread_pthread_create
=no
8907 rm -f core conftest.err conftest.
$ac_objext \
8908 conftest
$ac_exeext conftest.
$ac_ext
8909 LIBS
=$ac_check_lib_save_LIBS
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8912 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8913 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8914 PTHREAD_LIBS
="-lpthread"
8921 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8922 case "x$with_pthread" in
8924 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8925 Wine cannot support threads without libpthread.
8926 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8932 $as_echo_n "checking for X... " >&6; }
8935 # Check whether --with-x was given.
8936 if test "${with_x+set}" = set; then :
8940 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8941 if test "x$with_x" = xno
; then
8942 # The user explicitly disabled X.
8945 case $x_includes,$x_libraries in #(
8946 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8947 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8948 $as_echo_n "(cached) " >&6
8950 # One or both of the vars are not set, and there is no cached value.
8951 ac_x_includes
=no ac_x_libraries
=no
8952 rm -f -r conftest.dir
8953 if mkdir conftest.dir
; then
8955 cat >Imakefile
<<'_ACEOF'
8957 @echo incroot='${INCROOT}'
8959 @echo usrlibdir='${USRLIBDIR}'
8961 @echo libdir='${LIBDIR}'
8963 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8964 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8965 for ac_var
in incroot usrlibdir libdir
; do
8966 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8968 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8969 for ac_extension
in a so sl dylib la dll
; do
8970 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8971 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8972 ac_im_usrlibdir
=$ac_im_libdir; break
8975 # Screen out bogus values from the imake configuration. They are
8976 # bogus both because they are the default anyway, and because
8977 # using them would break gcc on systems where it needs fixed includes.
8978 case $ac_im_incroot in
8979 /usr
/include
) ac_x_includes
= ;;
8980 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8982 case $ac_im_usrlibdir in
8983 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8984 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8988 rm -f -r conftest.dir
8991 # Standard set of common directories for X headers.
8992 # Check X11 before X11Rn because it is often a symlink to the current release.
9006 /usr/local/X11/include
9007 /usr/local/X11R7/include
9008 /usr/local/X11R6/include
9009 /usr/local/X11R5/include
9010 /usr/local/X11R4/include
9012 /usr/local/include/X11
9013 /usr/local/include/X11R7
9014 /usr/local/include/X11R6
9015 /usr/local/include/X11R5
9016 /usr/local/include/X11R4
9020 /usr/XFree86/include/X11
9024 /usr/unsupported/include
9026 /usr/local/x11r5/include
9027 /usr/lpp/Xamples/include
9029 /usr/openwin/include
9030 /usr/openwin/share/include'
9032 if test "$ac_x_includes" = no
; then
9033 # Guess where to find include files, by looking for Xlib.h.
9034 # First, try using that file with no special directory specified.
9035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9036 /* end confdefs.h. */
9037 #include <X11/Xlib.h>
9039 if ac_fn_c_try_cpp
"$LINENO"; then :
9040 # We can compile using X headers with no special include directory.
9043 for ac_dir
in $ac_x_header_dirs; do
9044 if test -r "$ac_dir/X11/Xlib.h"; then
9045 ac_x_includes
=$ac_dir
9050 rm -f conftest.err conftest.i conftest.
$ac_ext
9051 fi # $ac_x_includes = no
9053 if test "$ac_x_libraries" = no
; then
9054 # Check for the libraries.
9055 # See if we find them without any special options.
9056 # Don't add to $LIBS permanently.
9059 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9060 /* end confdefs.h. */
9061 #include <X11/Xlib.h>
9070 if ac_fn_c_try_link
"$LINENO"; then :
9072 # We can link X programs with no special library path.
9076 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9078 # Don't even attempt the hair of trying to link an X program!
9079 for ac_extension
in a so sl dylib la dll
; do
9080 if test -r "$ac_dir/libX11.$ac_extension"; then
9081 ac_x_libraries
=$ac_dir
9087 rm -f core conftest.err conftest.
$ac_objext \
9088 conftest
$ac_exeext conftest.
$ac_ext
9089 fi # $ac_x_libraries = no
9091 case $ac_x_includes,$ac_x_libraries in #(
9093 # Didn't find X, or a directory has "'" in its name.
9094 ac_cv_have_x
="have_x=no";; #(
9096 # Record where we found X for the cache.
9097 ac_cv_have_x
="have_x=yes\
9098 ac_x_includes='$ac_x_includes'\
9099 ac_x_libraries='$ac_x_libraries'"
9105 eval "$ac_cv_have_x"
9108 if test "$have_x" != yes; then
9109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9110 $as_echo "$have_x" >&6; }
9113 # If each of the values was on the command line, it overrides each guess.
9114 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9115 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9116 # Update the cache value to reflect the command line values.
9117 ac_cv_have_x
="have_x=yes\
9118 ac_x_includes='$x_includes'\
9119 ac_x_libraries='$x_libraries'"
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9121 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9124 if test "$no_x" = yes; then
9125 # Not all programs may use this symbol, but it does not hurt to define it.
9127 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9129 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9131 if test -n "$x_includes"; then
9132 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9135 # It would also be nice to do this for all -L options, not just this one.
9136 if test -n "$x_libraries"; then
9137 X_LIBS
="$X_LIBS -L$x_libraries"
9138 # For Solaris; some versions of Sun CC require a space after -R and
9139 # others require no space. Words are not sufficient . . . .
9140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9141 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9142 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9143 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9144 ac_c_werror_flag
=yes
9145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9146 /* end confdefs.h. */
9156 if ac_fn_c_try_link
"$LINENO"; then :
9157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9158 $as_echo "no" >&6; }
9159 X_LIBS
="$X_LIBS -R$x_libraries"
9161 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9163 /* end confdefs.h. */
9173 if ac_fn_c_try_link
"$LINENO"; then :
9174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9175 $as_echo "yes" >&6; }
9176 X_LIBS
="$X_LIBS -R $x_libraries"
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9179 $as_echo "neither works" >&6; }
9181 rm -f core conftest.err conftest.
$ac_objext \
9182 conftest
$ac_exeext conftest.
$ac_ext
9184 rm -f core conftest.err conftest.
$ac_objext \
9185 conftest
$ac_exeext conftest.
$ac_ext
9186 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9190 # Check for system-dependent libraries X programs must link with.
9191 # Do this before checking for the system-independent R6 libraries
9192 # (-lICE), since we may need -lsocket or whatever for X linking.
9194 if test "$ISC" = yes; then
9195 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9197 # Martyn Johnson says this is needed for Ultrix, if the X
9198 # libraries were built with DECnet support. And Karl Berry says
9199 # the Alpha needs dnet_stub (dnet does not exist).
9200 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9201 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9202 /* end confdefs.h. */
9204 /* Override any GCC internal prototype to avoid an error.
9205 Use char because int might match the return type of a GCC
9206 builtin and then its argument prototype would still apply. */
9210 char XOpenDisplay ();
9214 return XOpenDisplay ();
9219 if ac_fn_c_try_link
"$LINENO"; then :
9222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9223 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9224 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9225 $as_echo_n "(cached) " >&6
9227 ac_check_lib_save_LIBS
=$LIBS
9229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9230 /* end confdefs.h. */
9232 /* Override any GCC internal prototype to avoid an error.
9233 Use char because int might match the return type of a GCC
9234 builtin and then its argument prototype would still apply. */
9242 return dnet_ntoa ();
9247 if ac_fn_c_try_link
"$LINENO"; then :
9248 ac_cv_lib_dnet_dnet_ntoa
=yes
9250 ac_cv_lib_dnet_dnet_ntoa
=no
9252 rm -f core conftest.err conftest.
$ac_objext \
9253 conftest
$ac_exeext conftest.
$ac_ext
9254 LIBS
=$ac_check_lib_save_LIBS
9256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9257 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9258 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9259 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9262 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9264 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9265 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9266 $as_echo_n "(cached) " >&6
9268 ac_check_lib_save_LIBS
=$LIBS
9269 LIBS
="-ldnet_stub $LIBS"
9270 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9271 /* end confdefs.h. */
9273 /* Override any GCC internal prototype to avoid an error.
9274 Use char because int might match the return type of a GCC
9275 builtin and then its argument prototype would still apply. */
9283 return dnet_ntoa ();
9288 if ac_fn_c_try_link
"$LINENO"; then :
9289 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9291 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9293 rm -f core conftest.err conftest.
$ac_objext \
9294 conftest
$ac_exeext conftest.
$ac_ext
9295 LIBS
=$ac_check_lib_save_LIBS
9297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9298 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9299 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9300 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9305 rm -f core conftest.err conftest.
$ac_objext \
9306 conftest
$ac_exeext conftest.
$ac_ext
9307 LIBS
="$ac_xsave_LIBS"
9309 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9310 # to get the SysV transport functions.
9311 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9313 # The nsl library prevents programs from opening the X display
9314 # on Irix 5.2, according to T.E. Dickey.
9315 # The functions gethostbyname, getservbyname, and inet_addr are
9316 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9317 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9318 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9322 if test $ac_cv_func_gethostbyname = no
; then
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9324 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9325 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9326 $as_echo_n "(cached) " >&6
9328 ac_check_lib_save_LIBS
=$LIBS
9330 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9331 /* end confdefs.h. */
9333 /* Override any GCC internal prototype to avoid an error.
9334 Use char because int might match the return type of a GCC
9335 builtin and then its argument prototype would still apply. */
9339 char gethostbyname ();
9343 return gethostbyname ();
9348 if ac_fn_c_try_link
"$LINENO"; then :
9349 ac_cv_lib_nsl_gethostbyname
=yes
9351 ac_cv_lib_nsl_gethostbyname
=no
9353 rm -f core conftest.err conftest.
$ac_objext \
9354 conftest
$ac_exeext conftest.
$ac_ext
9355 LIBS
=$ac_check_lib_save_LIBS
9357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9358 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9359 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9360 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9363 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9365 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9366 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9367 $as_echo_n "(cached) " >&6
9369 ac_check_lib_save_LIBS
=$LIBS
9371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9372 /* end confdefs.h. */
9374 /* Override any GCC internal prototype to avoid an error.
9375 Use char because int might match the return type of a GCC
9376 builtin and then its argument prototype would still apply. */
9380 char gethostbyname ();
9384 return gethostbyname ();
9389 if ac_fn_c_try_link
"$LINENO"; then :
9390 ac_cv_lib_bsd_gethostbyname
=yes
9392 ac_cv_lib_bsd_gethostbyname
=no
9394 rm -f core conftest.err conftest.
$ac_objext \
9395 conftest
$ac_exeext conftest.
$ac_ext
9396 LIBS
=$ac_check_lib_save_LIBS
9398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9399 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9400 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9401 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9407 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9408 # socket/setsockopt and other routines are undefined under SCO ODT
9409 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9410 # on later versions), says Simon Leinen: it contains gethostby*
9411 # variants that don't use the name server (or something). -lsocket
9412 # must be given before -lnsl if both are needed. We assume that
9413 # if connect needs -lnsl, so does gethostbyname.
9414 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9415 if test "x$ac_cv_func_connect" = xyes
; then :
9419 if test $ac_cv_func_connect = no
; then
9420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9421 $as_echo_n "checking for connect in -lsocket... " >&6; }
9422 if ${ac_cv_lib_socket_connect+:} false
; then :
9423 $as_echo_n "(cached) " >&6
9425 ac_check_lib_save_LIBS
=$LIBS
9426 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9427 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9428 /* end confdefs.h. */
9430 /* Override any GCC internal prototype to avoid an error.
9431 Use char because int might match the return type of a GCC
9432 builtin and then its argument prototype would still apply. */
9445 if ac_fn_c_try_link
"$LINENO"; then :
9446 ac_cv_lib_socket_connect
=yes
9448 ac_cv_lib_socket_connect
=no
9450 rm -f core conftest.err conftest.
$ac_objext \
9451 conftest
$ac_exeext conftest.
$ac_ext
9452 LIBS
=$ac_check_lib_save_LIBS
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9455 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9456 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9457 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9462 # Guillermo Gomez says -lposix is necessary on A/UX.
9463 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9464 if test "x$ac_cv_func_remove" = xyes
; then :
9468 if test $ac_cv_func_remove = no
; then
9469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9470 $as_echo_n "checking for remove in -lposix... " >&6; }
9471 if ${ac_cv_lib_posix_remove+:} false
; then :
9472 $as_echo_n "(cached) " >&6
9474 ac_check_lib_save_LIBS
=$LIBS
9475 LIBS
="-lposix $LIBS"
9476 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9477 /* end confdefs.h. */
9479 /* Override any GCC internal prototype to avoid an error.
9480 Use char because int might match the return type of a GCC
9481 builtin and then its argument prototype would still apply. */
9494 if ac_fn_c_try_link
"$LINENO"; then :
9495 ac_cv_lib_posix_remove
=yes
9497 ac_cv_lib_posix_remove
=no
9499 rm -f core conftest.err conftest.
$ac_objext \
9500 conftest
$ac_exeext conftest.
$ac_ext
9501 LIBS
=$ac_check_lib_save_LIBS
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9504 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9505 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9506 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9511 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9512 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9513 if test "x$ac_cv_func_shmat" = xyes
; then :
9517 if test $ac_cv_func_shmat = no
; then
9518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9519 $as_echo_n "checking for shmat in -lipc... " >&6; }
9520 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9521 $as_echo_n "(cached) " >&6
9523 ac_check_lib_save_LIBS
=$LIBS
9525 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9526 /* end confdefs.h. */
9528 /* Override any GCC internal prototype to avoid an error.
9529 Use char because int might match the return type of a GCC
9530 builtin and then its argument prototype would still apply. */
9543 if ac_fn_c_try_link
"$LINENO"; then :
9544 ac_cv_lib_ipc_shmat
=yes
9546 ac_cv_lib_ipc_shmat
=no
9548 rm -f core conftest.err conftest.
$ac_objext \
9549 conftest
$ac_exeext conftest.
$ac_ext
9550 LIBS
=$ac_check_lib_save_LIBS
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9553 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9554 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9555 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9561 # Check for libraries that X11R6 Xt/Xaw programs need.
9562 ac_save_LDFLAGS
=$LDFLAGS
9563 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9564 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9565 # check for ICE first), but we must link in the order -lSM -lICE or
9566 # we get undefined symbols. So assume we have SM if we have ICE.
9567 # These have to be linked with before -lX11, unlike the other
9568 # libraries we check for below, so use a different variable.
9569 # John Interrante, Karl Berry
9570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9571 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9572 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9573 $as_echo_n "(cached) " >&6
9575 ac_check_lib_save_LIBS
=$LIBS
9576 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9578 /* end confdefs.h. */
9580 /* Override any GCC internal prototype to avoid an error.
9581 Use char because int might match the return type of a GCC
9582 builtin and then its argument prototype would still apply. */
9586 char IceConnectionNumber ();
9590 return IceConnectionNumber ();
9595 if ac_fn_c_try_link
"$LINENO"; then :
9596 ac_cv_lib_ICE_IceConnectionNumber
=yes
9598 ac_cv_lib_ICE_IceConnectionNumber
=no
9600 rm -f core conftest.err conftest.
$ac_objext \
9601 conftest
$ac_exeext conftest.
$ac_ext
9602 LIBS
=$ac_check_lib_save_LIBS
9604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9605 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9606 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9607 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9610 LDFLAGS
=$ac_save_LDFLAGS
9615 if test "$have_x" = "yes"
9617 ac_save_CPPFLAGS
="$CPPFLAGS"
9618 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9621 $as_echo_n "checking for -lX11... " >&6; }
9622 if ${ac_cv_lib_soname_X11+:} false
; then :
9623 $as_echo_n "(cached) " >&6
9625 ac_check_soname_save_LIBS
=$LIBS
9626 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9627 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9628 /* end confdefs.h. */
9630 /* Override any GCC internal prototype to avoid an error.
9631 Use char because int might match the return type of a GCC
9632 builtin and then its argument prototype would still apply. */
9636 char XCreateWindow ();
9640 return XCreateWindow ();
9645 if ac_fn_c_try_link
"$LINENO"; then :
9647 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9648 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'` ;;
9649 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9650 if ${ac_cv_lib_soname_X11:+false} :; then :
9651 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9655 rm -f core conftest.err conftest.
$ac_objext \
9656 conftest
$ac_exeext conftest.
$ac_ext
9657 LIBS
=$ac_check_soname_save_LIBS
9659 if ${ac_cv_lib_soname_X11:+false} :; then :
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9661 $as_echo "not found" >&6; }
9664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9665 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9667 cat >>confdefs.h
<<_ACEOF
9668 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9674 $as_echo_n "checking for -lXext... " >&6; }
9675 if ${ac_cv_lib_soname_Xext+:} false
; then :
9676 $as_echo_n "(cached) " >&6
9678 ac_check_soname_save_LIBS
=$LIBS
9679 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9681 /* end confdefs.h. */
9683 /* Override any GCC internal prototype to avoid an error.
9684 Use char because int might match the return type of a GCC
9685 builtin and then its argument prototype would still apply. */
9689 char XextCreateExtension ();
9693 return XextCreateExtension ();
9698 if ac_fn_c_try_link
"$LINENO"; then :
9700 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9701 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'` ;;
9702 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9703 if ${ac_cv_lib_soname_Xext:+false} :; then :
9704 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9708 rm -f core conftest.err conftest.
$ac_objext \
9709 conftest
$ac_exeext conftest.
$ac_ext
9710 LIBS
=$ac_check_soname_save_LIBS
9712 if ${ac_cv_lib_soname_Xext:+false} :; then :
9713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9714 $as_echo "not found" >&6; }
9717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9718 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9720 cat >>confdefs.h
<<_ACEOF
9721 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9724 X_LIBS
="$X_LIBS -lXext"
9726 X_LIBS
="$X_LIBS -lX11"
9728 for ac_header
in X11
/Xlib.h \
9731 X11
/Xcursor
/Xcursor.h \
9732 X11
/extensions
/shape.h \
9733 X11
/extensions
/XInput.h \
9734 X11
/extensions
/XInput2.h \
9735 X11
/extensions
/XShm.h \
9736 X11
/extensions
/Xcomposite.h \
9737 X11
/extensions
/Xinerama.h \
9738 X11
/extensions
/Xrandr.h \
9739 X11
/extensions
/Xrender.h \
9740 X11
/extensions
/xf86vmode.h \
9741 X11
/extensions
/xf86vmproto.h
9743 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9744 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9745 # include <X11/Xlib.h>
9747 #ifdef HAVE_X11_XUTIL_H
9748 # include <X11/Xutil.h>
9751 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9752 cat >>confdefs.h
<<_ACEOF
9753 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9761 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9764 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9765 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9766 $as_echo_n "(cached) " >&6
9768 ac_check_lib_save_LIBS
=$LIBS
9769 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9771 /* end confdefs.h. */
9773 /* Override any GCC internal prototype to avoid an error.
9774 Use char because int might match the return type of a GCC
9775 builtin and then its argument prototype would still apply. */
9779 char XkbQueryExtension ();
9783 return XkbQueryExtension ();
9788 if ac_fn_c_try_link
"$LINENO"; then :
9789 ac_cv_lib_X11_XkbQueryExtension
=yes
9791 ac_cv_lib_X11_XkbQueryExtension
=no
9793 rm -f core conftest.err conftest.
$ac_objext \
9794 conftest
$ac_exeext conftest.
$ac_ext
9795 LIBS
=$ac_check_lib_save_LIBS
9797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9798 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9799 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9801 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9807 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9810 $as_echo_n "checking for -lXcursor... " >&6; }
9811 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9812 $as_echo_n "(cached) " >&6
9814 ac_check_soname_save_LIBS
=$LIBS
9815 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9817 /* end confdefs.h. */
9819 /* Override any GCC internal prototype to avoid an error.
9820 Use char because int might match the return type of a GCC
9821 builtin and then its argument prototype would still apply. */
9825 char XcursorImageLoadCursor ();
9829 return XcursorImageLoadCursor ();
9834 if ac_fn_c_try_link
"$LINENO"; then :
9836 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9837 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'` ;;
9838 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9839 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9840 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9844 rm -f core conftest.err conftest.
$ac_objext \
9845 conftest
$ac_exeext conftest.
$ac_ext
9846 LIBS
=$ac_check_soname_save_LIBS
9848 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9850 $as_echo "not found" >&6; }
9853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9854 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9856 cat >>confdefs.h
<<_ACEOF
9857 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9863 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9864 case "x$with_xcursor" in
9865 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9867 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9868 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9872 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9875 $as_echo_n "checking for -lXi... " >&6; }
9876 if ${ac_cv_lib_soname_Xi+:} false
; then :
9877 $as_echo_n "(cached) " >&6
9879 ac_check_soname_save_LIBS
=$LIBS
9880 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9881 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9882 /* end confdefs.h. */
9884 /* Override any GCC internal prototype to avoid an error.
9885 Use char because int might match the return type of a GCC
9886 builtin and then its argument prototype would still apply. */
9890 char XOpenDevice ();
9894 return XOpenDevice ();
9899 if ac_fn_c_try_link
"$LINENO"; then :
9901 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9902 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'` ;;
9903 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9904 if ${ac_cv_lib_soname_Xi:+false} :; then :
9905 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9909 rm -f core conftest.err conftest.
$ac_objext \
9910 conftest
$ac_exeext conftest.
$ac_ext
9911 LIBS
=$ac_check_soname_save_LIBS
9913 if ${ac_cv_lib_soname_Xi:+false} :; then :
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9915 $as_echo "not found" >&6; }
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9919 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9921 cat >>confdefs.h
<<_ACEOF
9922 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9928 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9929 case "x$with_xinput" in
9930 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9932 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9933 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9937 if test "x$ac_cv_lib_soname_Xi" != x
9939 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9940 case "x$with_xinput2" in
9941 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9943 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9944 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9949 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9952 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9953 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9954 $as_echo_n "(cached) " >&6
9956 ac_check_lib_save_LIBS
=$LIBS
9957 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9959 /* end confdefs.h. */
9961 /* Override any GCC internal prototype to avoid an error.
9962 Use char because int might match the return type of a GCC
9963 builtin and then its argument prototype would still apply. */
9967 char XShmQueryExtension ();
9971 return XShmQueryExtension ();
9976 if ac_fn_c_try_link
"$LINENO"; then :
9977 ac_cv_lib_Xext_XShmQueryExtension
=yes
9979 ac_cv_lib_Xext_XShmQueryExtension
=no
9981 rm -f core conftest.err conftest.
$ac_objext \
9982 conftest
$ac_exeext conftest.
$ac_ext
9983 LIBS
=$ac_check_lib_save_LIBS
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9986 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9987 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9989 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9994 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9995 case "x$with_xshm" in
9996 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9998 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9999 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
10003 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
10006 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10007 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
10008 $as_echo_n "(cached) " >&6
10010 ac_check_lib_save_LIBS
=$LIBS
10011 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
10012 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10013 /* end confdefs.h. */
10015 /* Override any GCC internal prototype to avoid an error.
10016 Use char because int might match the return type of a GCC
10017 builtin and then its argument prototype would still apply. */
10021 char XShapeQueryExtension ();
10025 return XShapeQueryExtension ();
10030 if ac_fn_c_try_link
"$LINENO"; then :
10031 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10033 ac_cv_lib_Xext_XShapeQueryExtension
=no
10035 rm -f core conftest.err conftest.
$ac_objext \
10036 conftest
$ac_exeext conftest.
$ac_ext
10037 LIBS
=$ac_check_lib_save_LIBS
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10040 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10041 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10043 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10048 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10049 case "x$with_xshape" in
10050 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10052 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10053 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10057 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10060 $as_echo_n "checking for -lXxf86vm... " >&6; }
10061 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10062 $as_echo_n "(cached) " >&6
10064 ac_check_soname_save_LIBS
=$LIBS
10065 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10066 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10067 /* end confdefs.h. */
10069 /* Override any GCC internal prototype to avoid an error.
10070 Use char because int might match the return type of a GCC
10071 builtin and then its argument prototype would still apply. */
10075 char XF86VidModeQueryExtension ();
10079 return XF86VidModeQueryExtension ();
10084 if ac_fn_c_try_link
"$LINENO"; then :
10086 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10087 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'` ;;
10088 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10089 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10090 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10094 rm -f core conftest.err conftest.
$ac_objext \
10095 conftest
$ac_exeext conftest.
$ac_ext
10096 LIBS
=$ac_check_soname_save_LIBS
10098 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10100 $as_echo "not found" >&6; }
10103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10104 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10106 cat >>confdefs.h
<<_ACEOF
10107 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10113 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10114 case "x$with_xxf86vm" in
10115 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10117 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10118 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10122 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10125 $as_echo_n "checking for -lXrender... " >&6; }
10126 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10127 $as_echo_n "(cached) " >&6
10129 ac_check_soname_save_LIBS
=$LIBS
10130 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10131 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10132 /* end confdefs.h. */
10134 /* Override any GCC internal prototype to avoid an error.
10135 Use char because int might match the return type of a GCC
10136 builtin and then its argument prototype would still apply. */
10140 char XRenderQueryExtension ();
10144 return XRenderQueryExtension ();
10149 if ac_fn_c_try_link
"$LINENO"; then :
10151 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10152 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'` ;;
10153 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10154 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10155 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10159 rm -f core conftest.err conftest.
$ac_objext \
10160 conftest
$ac_exeext conftest.
$ac_ext
10161 LIBS
=$ac_check_soname_save_LIBS
10163 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10165 $as_echo "not found" >&6; }
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10169 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10171 cat >>confdefs.h
<<_ACEOF
10172 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10176 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10177 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10178 $as_echo_n "(cached) " >&6
10180 ac_check_lib_save_LIBS
=$LIBS
10181 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10182 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10183 /* end confdefs.h. */
10185 /* Override any GCC internal prototype to avoid an error.
10186 Use char because int might match the return type of a GCC
10187 builtin and then its argument prototype would still apply. */
10191 char XRenderSetPictureTransform ();
10195 return XRenderSetPictureTransform ();
10200 if ac_fn_c_try_link
"$LINENO"; then :
10201 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10203 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10205 rm -f core conftest.err conftest.
$ac_objext \
10206 conftest
$ac_exeext conftest.
$ac_ext
10207 LIBS
=$ac_check_lib_save_LIBS
10209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10210 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10211 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10213 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10218 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10219 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10220 $as_echo_n "(cached) " >&6
10222 ac_check_lib_save_LIBS
=$LIBS
10223 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10224 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10225 /* end confdefs.h. */
10227 /* Override any GCC internal prototype to avoid an error.
10228 Use char because int might match the return type of a GCC
10229 builtin and then its argument prototype would still apply. */
10233 char XRenderCreateLinearGradient ();
10237 return XRenderCreateLinearGradient ();
10242 if ac_fn_c_try_link
"$LINENO"; then :
10243 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10245 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10247 rm -f core conftest.err conftest.
$ac_objext \
10248 conftest
$ac_exeext conftest.
$ac_ext
10249 LIBS
=$ac_check_lib_save_LIBS
10251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10252 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10253 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10255 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10262 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10263 case "x$with_xrender" in
10264 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10266 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10267 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10271 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10274 /* end confdefs.h. */
10275 #include <X11/Xlib.h>
10276 #include <X11/extensions/Xrandr.h>
10280 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10285 if ac_fn_c_try_compile
"$LINENO"; then :
10286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10287 $as_echo_n "checking for -lXrandr... " >&6; }
10288 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10289 $as_echo_n "(cached) " >&6
10291 ac_check_soname_save_LIBS
=$LIBS
10292 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10293 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10294 /* end confdefs.h. */
10296 /* Override any GCC internal prototype to avoid an error.
10297 Use char because int might match the return type of a GCC
10298 builtin and then its argument prototype would still apply. */
10302 char XRRQueryExtension ();
10306 return XRRQueryExtension ();
10311 if ac_fn_c_try_link
"$LINENO"; then :
10313 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10314 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'` ;;
10315 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10316 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10317 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10321 rm -f core conftest.err conftest.
$ac_objext \
10322 conftest
$ac_exeext conftest.
$ac_ext
10323 LIBS
=$ac_check_soname_save_LIBS
10325 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10327 $as_echo "not found" >&6; }
10330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10331 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10333 cat >>confdefs.h
<<_ACEOF
10334 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10338 /* end confdefs.h. */
10339 #include <X11/Xlib.h>
10340 #include <X11/extensions/Xrandr.h>
10344 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10349 if ac_fn_c_try_compile
"$LINENO"; then :
10351 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10354 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10357 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10359 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10360 case "x$with_xrandr" in
10361 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10363 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10364 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10368 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10372 #include <X11/Xlib.h>
10373 #include <X11/extensions/Xinerama.h>
10377 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10382 if ac_fn_c_try_compile
"$LINENO"; then :
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10384 $as_echo_n "checking for -lXinerama... " >&6; }
10385 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10386 $as_echo_n "(cached) " >&6
10388 ac_check_soname_save_LIBS
=$LIBS
10389 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10390 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10391 /* end confdefs.h. */
10393 /* Override any GCC internal prototype to avoid an error.
10394 Use char because int might match the return type of a GCC
10395 builtin and then its argument prototype would still apply. */
10399 char XineramaQueryScreens ();
10403 return XineramaQueryScreens ();
10408 if ac_fn_c_try_link
"$LINENO"; then :
10410 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10411 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'` ;;
10412 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10413 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10414 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10418 rm -f core conftest.err conftest.
$ac_objext \
10419 conftest
$ac_exeext conftest.
$ac_ext
10420 LIBS
=$ac_check_soname_save_LIBS
10422 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10424 $as_echo "not found" >&6; }
10427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10428 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10430 cat >>confdefs.h
<<_ACEOF
10431 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10437 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10439 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10440 case "x$with_xinerama" in
10441 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10443 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10444 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10448 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10451 $as_echo_n "checking for -lXcomposite... " >&6; }
10452 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10453 $as_echo_n "(cached) " >&6
10455 ac_check_soname_save_LIBS
=$LIBS
10456 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10457 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10458 /* end confdefs.h. */
10460 /* Override any GCC internal prototype to avoid an error.
10461 Use char because int might match the return type of a GCC
10462 builtin and then its argument prototype would still apply. */
10466 char XCompositeRedirectWindow ();
10470 return XCompositeRedirectWindow ();
10475 if ac_fn_c_try_link
"$LINENO"; then :
10477 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10478 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'` ;;
10479 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10480 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10481 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10485 rm -f core conftest.err conftest.
$ac_objext \
10486 conftest
$ac_exeext conftest.
$ac_ext
10487 LIBS
=$ac_check_soname_save_LIBS
10489 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10491 $as_echo "not found" >&6; }
10494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10495 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10497 cat >>confdefs.h
<<_ACEOF
10498 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10504 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10505 case "x$with_xcomposite" in
10506 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10508 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10509 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10513 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10514 #include <X11/Xlib.h>
10517 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10519 cat >>confdefs.h
<<_ACEOF
10520 #define HAVE_XICCALLBACK_CALLBACK 1
10525 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10526 #include <X11/Xlib.h>
10529 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10531 cat >>confdefs.h
<<_ACEOF
10532 #define HAVE_XEVENT_XCOOKIE 1
10541 if test "x$with_opengl" != "xno"
10543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10544 $as_echo_n "checking for -lGL... " >&6; }
10545 if ${ac_cv_lib_soname_GL+:} false
; then :
10546 $as_echo_n "(cached) " >&6
10548 ac_check_soname_save_LIBS
=$LIBS
10549 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10550 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10551 /* end confdefs.h. */
10553 /* Override any GCC internal prototype to avoid an error.
10554 Use char because int might match the return type of a GCC
10555 builtin and then its argument prototype would still apply. */
10559 char glXCreateContext ();
10563 return glXCreateContext ();
10568 if ac_fn_c_try_link
"$LINENO"; then :
10570 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10571 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'` ;;
10572 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10573 if ${ac_cv_lib_soname_GL:+false} :; then :
10574 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10578 rm -f core conftest.err conftest.
$ac_objext \
10579 conftest
$ac_exeext conftest.
$ac_ext
10580 LIBS
=$ac_check_soname_save_LIBS
10582 if ${ac_cv_lib_soname_GL:+false} :; then :
10583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10584 $as_echo "not found" >&6; }
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10586 $as_echo_n "checking for -lGL... " >&6; }
10587 if ${ac_cv_lib_soname_GL+:} false
; then :
10588 $as_echo_n "(cached) " >&6
10590 ac_check_soname_save_LIBS
=$LIBS
10591 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"
10592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10593 /* end confdefs.h. */
10595 /* Override any GCC internal prototype to avoid an error.
10596 Use char because int might match the return type of a GCC
10597 builtin and then its argument prototype would still apply. */
10601 char glXCreateContext ();
10605 return glXCreateContext ();
10610 if ac_fn_c_try_link
"$LINENO"; then :
10612 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10613 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'` ;;
10614 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10615 if ${ac_cv_lib_soname_GL:+false} :; then :
10616 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10620 rm -f core conftest.err conftest.
$ac_objext \
10621 conftest
$ac_exeext conftest.
$ac_ext
10622 LIBS
=$ac_check_soname_save_LIBS
10624 if ${ac_cv_lib_soname_GL:+false} :; then :
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10626 $as_echo "not found" >&6; }
10627 if test -f /usr
/X11R
6/lib
/libGL.a
10629 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10630 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10632 opengl_msg
="No OpenGL library found on this system."
10635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10636 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10638 cat >>confdefs.h
<<_ACEOF
10639 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10642 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"
10645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10646 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10648 cat >>confdefs.h
<<_ACEOF
10649 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10654 if test "x$with_glu" != "xno"
10656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10657 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10658 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10659 $as_echo_n "(cached) " >&6
10661 ac_check_lib_save_LIBS
=$LIBS
10662 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10663 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10664 /* end confdefs.h. */
10666 /* Override any GCC internal prototype to avoid an error.
10667 Use char because int might match the return type of a GCC
10668 builtin and then its argument prototype would still apply. */
10676 return gluLookAt ();
10681 if ac_fn_c_try_link
"$LINENO"; then :
10682 ac_cv_lib_GLU_gluLookAt
=yes
10684 ac_cv_lib_GLU_gluLookAt
=no
10686 rm -f core conftest.err conftest.
$ac_objext \
10687 conftest
$ac_exeext conftest.
$ac_ext
10688 LIBS
=$ac_check_lib_save_LIBS
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10691 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10692 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10696 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10697 case "x$with_glu" in
10698 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10700 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10701 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10706 if test "x$with_osmesa" != "xno"
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10709 $as_echo_n "checking for -lOSMesa... " >&6; }
10710 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10711 $as_echo_n "(cached) " >&6
10713 ac_check_soname_save_LIBS
=$LIBS
10714 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10716 /* end confdefs.h. */
10718 /* Override any GCC internal prototype to avoid an error.
10719 Use char because int might match the return type of a GCC
10720 builtin and then its argument prototype would still apply. */
10733 if ac_fn_c_try_link
"$LINENO"; then :
10735 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10736 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'` ;;
10737 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10738 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10739 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10743 rm -f core conftest.err conftest.
$ac_objext \
10744 conftest
$ac_exeext conftest.
$ac_ext
10745 LIBS
=$ac_check_soname_save_LIBS
10747 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10749 $as_echo "not found" >&6; }
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10753 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10755 cat >>confdefs.h
<<_ACEOF
10756 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10761 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10762 case "x$with_osmesa" in
10763 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10765 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10766 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10771 if test -n "$opengl_msg"; then :
10772 case "x$with_opengl" in
10773 x
) as_fn_append wine_warnings
"|$opengl_msg
10774 OpenGL and Direct3D won't be supported." ;;
10776 *) as_fn_error $?
"$opengl_msg
10777 OpenGL and Direct3D won't be supported.
10778 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10782 CPPFLAGS
="$ac_save_CPPFLAGS"
10786 enable_winex11_drv
=${enable_winex11_drv:-no}
10788 if test "x$X_LIBS" = "x"; then :
10791 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10792 without X support, which probably isn't what you want. You will need
10793 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10794 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10798 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10800 if test "$ac_cv_header_CL_cl_h" = "yes"
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10803 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10804 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10805 $as_echo_n "(cached) " >&6
10807 ac_check_lib_save_LIBS
=$LIBS
10808 LIBS
="-lOpenCL $LIBS"
10809 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10810 /* end confdefs.h. */
10812 /* Override any GCC internal prototype to avoid an error.
10813 Use char because int might match the return type of a GCC
10814 builtin and then its argument prototype would still apply. */
10818 char clGetPlatformInfo ();
10822 return clGetPlatformInfo ();
10827 if ac_fn_c_try_link
"$LINENO"; then :
10828 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10830 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10832 rm -f core conftest.err conftest.
$ac_objext \
10833 conftest
$ac_exeext conftest.
$ac_ext
10834 LIBS
=$ac_check_lib_save_LIBS
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10837 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10838 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10839 OPENCL_LIBS
="-lOpenCL"
10844 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10845 case "x$with_opencl" in
10846 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10848 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10849 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10852 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10854 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10857 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10858 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10859 $as_echo_n "(cached) " >&6
10861 ac_check_lib_save_LIBS
=$LIBS
10862 LIBS
="-lpcap $LIBS"
10863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10864 /* end confdefs.h. */
10866 /* Override any GCC internal prototype to avoid an error.
10867 Use char because int might match the return type of a GCC
10868 builtin and then its argument prototype would still apply. */
10872 char pcap_create ();
10876 return pcap_create ();
10881 if ac_fn_c_try_link
"$LINENO"; then :
10882 ac_cv_lib_pcap_pcap_create
=yes
10884 ac_cv_lib_pcap_pcap_create
=no
10886 rm -f core conftest.err conftest.
$ac_objext \
10887 conftest
$ac_exeext conftest.
$ac_ext
10888 LIBS
=$ac_check_lib_save_LIBS
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10891 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10892 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10898 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10899 case "x$with_pcap" in
10900 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10902 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10903 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10906 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10909 if test "x$with_xml" != "xno"
10911 if ${XML2_CFLAGS:+false} :; then :
10912 if ${PKG_CONFIG+:} false
; then :
10913 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10916 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`${XML2_CONFIG:-xml2-config} --cflags 2>/dev/null`}
10917 if ${XML2_LIBS:+false} :; then :
10918 if ${PKG_CONFIG+:} false
; then :
10919 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10922 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`${XML2_CONFIG:-xml2-config} --libs 2>/dev/null`}
10923 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10924 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10925 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10926 ac_save_CPPFLAGS
=$CPPFLAGS
10927 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10928 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10930 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10931 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10932 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10933 cat >>confdefs.h
<<_ACEOF
10934 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10941 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"
10943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10944 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10945 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10946 $as_echo_n "(cached) " >&6
10948 ac_check_lib_save_LIBS
=$LIBS
10949 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10950 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10951 /* end confdefs.h. */
10953 /* Override any GCC internal prototype to avoid an error.
10954 Use char because int might match the return type of a GCC
10955 builtin and then its argument prototype would still apply. */
10959 char xmlParseMemory ();
10963 return xmlParseMemory ();
10968 if ac_fn_c_try_link
"$LINENO"; then :
10969 ac_cv_lib_xml2_xmlParseMemory
=yes
10971 ac_cv_lib_xml2_xmlParseMemory
=no
10973 rm -f core conftest.err conftest.
$ac_objext \
10974 conftest
$ac_exeext conftest.
$ac_ext
10975 LIBS
=$ac_check_lib_save_LIBS
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10978 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10979 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10981 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10988 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10989 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10990 $as_echo_n "(cached) " >&6
10992 ac_check_lib_save_LIBS
=$LIBS
10993 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10995 /* end confdefs.h. */
10997 /* Override any GCC internal prototype to avoid an error.
10998 Use char because int might match the return type of a GCC
10999 builtin and then its argument prototype would still apply. */
11003 char xmlReadMemory ();
11007 return xmlReadMemory ();
11012 if ac_fn_c_try_link
"$LINENO"; then :
11013 ac_cv_lib_xml2_xmlReadMemory
=yes
11015 ac_cv_lib_xml2_xmlReadMemory
=no
11017 rm -f core conftest.err conftest.
$ac_objext \
11018 conftest
$ac_exeext conftest.
$ac_ext
11019 LIBS
=$ac_check_lib_save_LIBS
11021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11022 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11023 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11025 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11030 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11031 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11032 $as_echo_n "(cached) " >&6
11034 ac_check_lib_save_LIBS
=$LIBS
11035 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11036 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11037 /* end confdefs.h. */
11039 /* Override any GCC internal prototype to avoid an error.
11040 Use char because int might match the return type of a GCC
11041 builtin and then its argument prototype would still apply. */
11045 char xmlNewDocPI ();
11049 return xmlNewDocPI ();
11054 if ac_fn_c_try_link
"$LINENO"; then :
11055 ac_cv_lib_xml2_xmlNewDocPI
=yes
11057 ac_cv_lib_xml2_xmlNewDocPI
=no
11059 rm -f core conftest.err conftest.
$ac_objext \
11060 conftest
$ac_exeext conftest.
$ac_ext
11061 LIBS
=$ac_check_lib_save_LIBS
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11064 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11065 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11067 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11072 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11073 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11074 $as_echo_n "(cached) " >&6
11076 ac_check_lib_save_LIBS
=$LIBS
11077 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11078 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11079 /* end confdefs.h. */
11081 /* Override any GCC internal prototype to avoid an error.
11082 Use char because int might match the return type of a GCC
11083 builtin and then its argument prototype would still apply. */
11087 char xmlSchemaSetParserStructuredErrors ();
11091 return xmlSchemaSetParserStructuredErrors ();
11096 if ac_fn_c_try_link
"$LINENO"; then :
11097 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11099 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11101 rm -f core conftest.err conftest.
$ac_objext \
11102 conftest
$ac_exeext conftest.
$ac_ext
11103 LIBS
=$ac_check_lib_save_LIBS
11105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11106 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11107 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11109 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11114 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11115 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11116 $as_echo_n "(cached) " >&6
11118 ac_check_lib_save_LIBS
=$LIBS
11119 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11121 /* end confdefs.h. */
11123 /* Override any GCC internal prototype to avoid an error.
11124 Use char because int might match the return type of a GCC
11125 builtin and then its argument prototype would still apply. */
11129 char xmlSchemaSetValidStructuredErrors ();
11133 return xmlSchemaSetValidStructuredErrors ();
11138 if ac_fn_c_try_link
"$LINENO"; then :
11139 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11141 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11143 rm -f core conftest.err conftest.
$ac_objext \
11144 conftest
$ac_exeext conftest.
$ac_ext
11145 LIBS
=$ac_check_lib_save_LIBS
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11148 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11149 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11151 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11156 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11157 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11158 $as_echo_n "(cached) " >&6
11160 ac_check_lib_save_LIBS
=$LIBS
11161 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11163 /* end confdefs.h. */
11165 /* Override any GCC internal prototype to avoid an error.
11166 Use char because int might match the return type of a GCC
11167 builtin and then its argument prototype would still apply. */
11171 char xmlFirstElementChild ();
11175 return xmlFirstElementChild ();
11180 if ac_fn_c_try_link
"$LINENO"; then :
11181 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11183 ac_cv_lib_xml2_xmlFirstElementChild
=no
11185 rm -f core conftest.err conftest.
$ac_objext \
11186 conftest
$ac_exeext conftest.
$ac_ext
11187 LIBS
=$ac_check_lib_save_LIBS
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11190 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11191 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11193 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11197 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11199 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11201 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11209 CPPFLAGS
=$ac_save_CPPFLAGS
11210 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11211 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11214 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11215 case "x$with_xml" in
11216 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11218 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11219 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11223 if test "x$with_xslt" != "xno"
11225 if ${XSLT_CFLAGS:+false} :; then :
11226 if ${PKG_CONFIG+:} false
; then :
11227 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11230 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`${XSLT_CONFIG:-xslt-config} --cflags 2>/dev/null`}
11231 if ${XSLT_LIBS:+false} :; then :
11232 if ${PKG_CONFIG+:} false
; then :
11233 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11236 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`${XSLT_CONFIG:-xslt-config} --libs 2>/dev/null`}
11237 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11238 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11239 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11240 ac_save_CPPFLAGS
=$CPPFLAGS
11241 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11242 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11244 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11245 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11246 # include <libxslt/pattern.h>
11249 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11250 cat >>confdefs.h
<<_ACEOF
11251 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11258 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11261 $as_echo_n "checking for -lxslt... " >&6; }
11262 if ${ac_cv_lib_soname_xslt+:} false
; then :
11263 $as_echo_n "(cached) " >&6
11265 ac_check_soname_save_LIBS
=$LIBS
11266 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11268 /* end confdefs.h. */
11270 /* Override any GCC internal prototype to avoid an error.
11271 Use char because int might match the return type of a GCC
11272 builtin and then its argument prototype would still apply. */
11276 char xsltCompilePattern ();
11280 return xsltCompilePattern ();
11285 if ac_fn_c_try_link
"$LINENO"; then :
11287 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11288 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'` ;;
11289 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11290 if ${ac_cv_lib_soname_xslt:+false} :; then :
11291 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11295 rm -f core conftest.err conftest.
$ac_objext \
11296 conftest
$ac_exeext conftest.
$ac_ext
11297 LIBS
=$ac_check_soname_save_LIBS
11299 if ${ac_cv_lib_soname_xslt:+false} :; then :
11300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11301 $as_echo "not found" >&6; }
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11305 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11307 cat >>confdefs.h
<<_ACEOF
11308 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11316 CPPFLAGS
=$ac_save_CPPFLAGS
11317 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11318 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11321 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11322 case "x$with_xslt" in
11323 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11325 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11326 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11330 if test "x$with_dbus" != "xno"
11332 if ${DBUS_CFLAGS:+false} :; then :
11333 if ${PKG_CONFIG+:} false
; then :
11334 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11338 if ${DBUS_LIBS:+false} :; then :
11339 if ${PKG_CONFIG+:} false
; then :
11340 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11345 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11346 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11347 ac_save_CPPFLAGS
=$CPPFLAGS
11348 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11349 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11350 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11352 $as_echo_n "checking for -ldbus-1... " >&6; }
11353 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11354 $as_echo_n "(cached) " >&6
11356 ac_check_soname_save_LIBS
=$LIBS
11357 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11358 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11359 /* end confdefs.h. */
11361 /* Override any GCC internal prototype to avoid an error.
11362 Use char because int might match the return type of a GCC
11363 builtin and then its argument prototype would still apply. */
11367 char dbus_connection_close ();
11371 return dbus_connection_close ();
11376 if ac_fn_c_try_link
"$LINENO"; then :
11378 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11379 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'` ;;
11380 *) 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'`
11381 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11382 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11386 rm -f core conftest.err conftest.
$ac_objext \
11387 conftest
$ac_exeext conftest.
$ac_ext
11388 LIBS
=$ac_check_soname_save_LIBS
11390 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11392 $as_echo "not found" >&6; }
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11396 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11398 cat >>confdefs.h
<<_ACEOF
11399 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11409 CPPFLAGS
=$ac_save_CPPFLAGS
11410 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11411 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11414 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11415 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11416 case "x$with_dbus" in
11417 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11419 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11420 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11424 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11426 if ${HAL_CFLAGS:+false} :; then :
11427 if ${PKG_CONFIG+:} false
; then :
11428 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11432 if ${HAL_LIBS:+false} :; then :
11433 if ${PKG_CONFIG+:} false
; then :
11434 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11438 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11439 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11440 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11441 ac_save_CPPFLAGS
=$CPPFLAGS
11442 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11443 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11444 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11446 $as_echo_n "checking for -lhal... " >&6; }
11447 if ${ac_cv_lib_soname_hal+:} false
; then :
11448 $as_echo_n "(cached) " >&6
11450 ac_check_soname_save_LIBS
=$LIBS
11451 LIBS
="-lhal $HAL_LIBS $LIBS"
11452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11453 /* end confdefs.h. */
11455 /* Override any GCC internal prototype to avoid an error.
11456 Use char because int might match the return type of a GCC
11457 builtin and then its argument prototype would still apply. */
11461 char libhal_ctx_new ();
11465 return libhal_ctx_new ();
11470 if ac_fn_c_try_link
"$LINENO"; then :
11472 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11473 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'` ;;
11474 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11475 if ${ac_cv_lib_soname_hal:+false} :; then :
11476 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11480 rm -f core conftest.err conftest.
$ac_objext \
11481 conftest
$ac_exeext conftest.
$ac_ext
11482 LIBS
=$ac_check_soname_save_LIBS
11484 if ${ac_cv_lib_soname_hal:+false} :; then :
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11486 $as_echo "not found" >&6; }
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11490 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11492 cat >>confdefs.h
<<_ACEOF
11493 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11503 CPPFLAGS
=$ac_save_CPPFLAGS
11504 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11505 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11507 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11508 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11509 case "x$with_hal" in
11510 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11512 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11513 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11518 if test "x$with_gnutls" != "xno"
11520 if ${GNUTLS_CFLAGS:+false} :; then :
11521 if ${PKG_CONFIG+:} false
; then :
11522 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11526 if ${GNUTLS_LIBS:+false} :; then :
11527 if ${PKG_CONFIG+:} false
; then :
11528 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11533 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11534 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11535 ac_save_CPPFLAGS
=$CPPFLAGS
11536 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11537 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11538 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11540 /* end confdefs.h. */
11541 #include <gnutls/gnutls.h>
11542 #include <gnutls/crypto.h>
11546 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11551 if ac_fn_c_try_compile
"$LINENO"; then :
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11553 $as_echo_n "checking for -lgnutls... " >&6; }
11554 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11555 $as_echo_n "(cached) " >&6
11557 ac_check_soname_save_LIBS
=$LIBS
11558 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11560 /* end confdefs.h. */
11562 /* Override any GCC internal prototype to avoid an error.
11563 Use char because int might match the return type of a GCC
11564 builtin and then its argument prototype would still apply. */
11568 char gnutls_global_init ();
11572 return gnutls_global_init ();
11577 if ac_fn_c_try_link
"$LINENO"; then :
11579 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11580 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'` ;;
11581 *) 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'`
11582 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11583 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'`
11587 rm -f core conftest.err conftest.
$ac_objext \
11588 conftest
$ac_exeext conftest.
$ac_ext
11589 LIBS
=$ac_check_soname_save_LIBS
11591 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11593 $as_echo "not found" >&6; }
11596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11597 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11599 cat >>confdefs.h
<<_ACEOF
11600 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11605 ac_wine_check_funcs_save_LIBS
="$LIBS"
11606 LIBS
="$LIBS $GNUTLS_LIBS"
11607 for ac_func
in gnutls_hash
11609 ac_fn_c_check_func
"$LINENO" "gnutls_hash" "ac_cv_func_gnutls_hash"
11610 if test "x$ac_cv_func_gnutls_hash" = xyes
; then :
11611 cat >>confdefs.h
<<_ACEOF
11612 #define HAVE_GNUTLS_HASH 1
11616 as_fn_append wine_notices
"|libgnutls ${notice_platform}development files too old, no bcrypt hash support."
11620 LIBS
="$ac_wine_check_funcs_save_LIBS"
11622 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11628 CPPFLAGS
=$ac_save_CPPFLAGS
11629 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11630 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11633 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11634 case "x$with_gnutls" in
11635 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11637 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11638 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11643 if test "$ac_cv_header_ncurses_h" = "yes"
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11646 $as_echo_n "checking for -lncurses... " >&6; }
11647 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11648 $as_echo_n "(cached) " >&6
11650 ac_check_soname_save_LIBS
=$LIBS
11651 LIBS
="-lncurses $LIBS"
11652 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11653 /* end confdefs.h. */
11655 /* Override any GCC internal prototype to avoid an error.
11656 Use char because int might match the return type of a GCC
11657 builtin and then its argument prototype would still apply. */
11670 if ac_fn_c_try_link
"$LINENO"; then :
11672 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11673 dylib
) ac_cv_lib_soname_ncurses
=`$OTOOL -L conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncursesw\\{0,1\\}\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11674 *) ac_cv_lib_soname_ncurses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\\[\\(libncursesw\\{0,1\\}\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11675 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11676 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11680 rm -f core conftest.err conftest.
$ac_objext \
11681 conftest
$ac_exeext conftest.
$ac_ext
11682 LIBS
=$ac_check_soname_save_LIBS
11684 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11686 $as_echo "not found" >&6; }
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11690 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11692 cat >>confdefs.h
<<_ACEOF
11693 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11696 CURSES_LIBS
="-lncurses"
11698 elif test "$ac_cv_header_curses_h" = "yes"
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11701 $as_echo_n "checking for -lcurses... " >&6; }
11702 if ${ac_cv_lib_soname_curses+:} false
; then :
11703 $as_echo_n "(cached) " >&6
11705 ac_check_soname_save_LIBS
=$LIBS
11706 LIBS
="-lcurses $LIBS"
11707 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11710 /* Override any GCC internal prototype to avoid an error.
11711 Use char because int might match the return type of a GCC
11712 builtin and then its argument prototype would still apply. */
11725 if ac_fn_c_try_link
"$LINENO"; then :
11727 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11728 dylib
) ac_cv_lib_soname_curses
=`$OTOOL -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11729 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11730 if ${ac_cv_lib_soname_curses:+false} :; then :
11731 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11735 rm -f core conftest.err conftest.
$ac_objext \
11736 conftest
$ac_exeext conftest.
$ac_ext
11737 LIBS
=$ac_check_soname_save_LIBS
11739 if ${ac_cv_lib_soname_curses:+false} :; then :
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11741 $as_echo "not found" >&6; }
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11745 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11747 cat >>confdefs.h
<<_ACEOF
11748 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11751 CURSES_LIBS
="-lcurses"
11754 ac_save_LIBS
="$LIBS"
11755 LIBS
="$LIBS $CURSES_LIBS"
11756 for ac_func
in mousemask
11758 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11759 if test "x$ac_cv_func_mousemask" = xyes
; then :
11760 cat >>confdefs.h
<<_ACEOF
11761 #define HAVE_MOUSEMASK 1
11767 LIBS
="$ac_save_LIBS"
11768 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11769 case "x$with_curses" in
11770 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11772 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11773 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11777 if test "x$with_sane" != "xno"
11779 if ${SANE_CFLAGS:+false} :; then :
11780 if ${PKG_CONFIG+:} false
; then :
11781 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11784 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`${SANE_CONFIG:-sane-config} --cflags 2>/dev/null`}
11785 if ${SANE_LIBS:+false} :; then :
11786 if ${PKG_CONFIG+:} false
; then :
11787 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11790 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`${SANE_CONFIG:-sane-config} --ldflags 2>/dev/null`}
11792 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11793 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11794 ac_save_CPPFLAGS
=$CPPFLAGS
11795 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11796 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11797 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11799 $as_echo_n "checking for -lsane... " >&6; }
11800 if ${ac_cv_lib_soname_sane+:} false
; then :
11801 $as_echo_n "(cached) " >&6
11803 ac_check_soname_save_LIBS
=$LIBS
11804 LIBS
="-lsane $SANE_LIBS $LIBS"
11805 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11806 /* end confdefs.h. */
11808 /* Override any GCC internal prototype to avoid an error.
11809 Use char because int might match the return type of a GCC
11810 builtin and then its argument prototype would still apply. */
11818 return sane_init ();
11823 if ac_fn_c_try_link
"$LINENO"; then :
11825 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11826 dylib
) ac_cv_lib_soname_sane
=`$OTOOL -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11827 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11828 if ${ac_cv_lib_soname_sane:+false} :; then :
11829 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11833 rm -f core conftest.err conftest.
$ac_objext \
11834 conftest
$ac_exeext conftest.
$ac_ext
11835 LIBS
=$ac_check_soname_save_LIBS
11837 if ${ac_cv_lib_soname_sane:+false} :; then :
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11839 $as_echo "not found" >&6; }
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11843 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11845 cat >>confdefs.h
<<_ACEOF
11846 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11856 CPPFLAGS
=$ac_save_CPPFLAGS
11857 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11858 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11861 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11862 case "x$with_sane" in
11863 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11865 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11866 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11870 if test "x$with_v4l" != "xno"
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11873 $as_echo_n "checking for -lv4l1... " >&6; }
11874 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11875 $as_echo_n "(cached) " >&6
11877 ac_check_soname_save_LIBS
=$LIBS
11878 LIBS
="-lv4l1 $LIBS"
11879 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11882 /* Override any GCC internal prototype to avoid an error.
11883 Use char because int might match the return type of a GCC
11884 builtin and then its argument prototype would still apply. */
11892 return v4l1_open ();
11897 if ac_fn_c_try_link
"$LINENO"; then :
11899 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11900 dylib
) ac_cv_lib_soname_v4l1
=`$OTOOL -L conftest$ac_exeext | grep "libv4l1\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libv4l1\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11901 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11902 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11903 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11907 rm -f core conftest.err conftest.
$ac_objext \
11908 conftest
$ac_exeext conftest.
$ac_ext
11909 LIBS
=$ac_check_soname_save_LIBS
11911 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11913 $as_echo "not found" >&6; }
11916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11917 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11919 cat >>confdefs.h
<<_ACEOF
11920 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11926 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11927 case "x$with_v4l" in
11928 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11930 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11931 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11935 if test "x$with_gphoto" != "xno"
11937 if ${GPHOTO2_CFLAGS:+false} :; then :
11938 if ${PKG_CONFIG+:} false
; then :
11939 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11942 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`${GPHOTO2_CONFIG:-gphoto2-config} --cflags 2>/dev/null`}
11943 if ${GPHOTO2_LIBS:+false} :; then :
11944 if ${PKG_CONFIG+:} false
; then :
11945 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11948 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`${GPHOTO2_CONFIG:-gphoto2-config} --libs 2>/dev/null`}
11949 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11950 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11951 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11952 ac_save_CPPFLAGS
=$CPPFLAGS
11953 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11954 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11955 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11957 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11958 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11959 $as_echo_n "(cached) " >&6
11961 ac_check_lib_save_LIBS
=$LIBS
11962 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11963 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11972 char gp_camera_new ();
11976 return gp_camera_new ();
11981 if ac_fn_c_try_link
"$LINENO"; then :
11982 ac_cv_lib_gphoto2_gp_camera_new
=yes
11984 ac_cv_lib_gphoto2_gp_camera_new
=no
11986 rm -f core conftest.err conftest.
$ac_objext \
11987 conftest
$ac_exeext conftest.
$ac_ext
11988 LIBS
=$ac_check_lib_save_LIBS
11990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11991 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11992 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11994 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11997 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12001 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
12005 CPPFLAGS
=$ac_save_CPPFLAGS
12006 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12007 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12009 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
12010 if ${PKG_CONFIG+:} false
; then :
12011 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
12014 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --cflags 2>/dev/null`}
12015 if ${GPHOTO2_PORT_LIBS:+false} :; then :
12016 if ${PKG_CONFIG+:} false
; then :
12017 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
12020 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`${GPHOTO2_PORT_CONFIG:-gphoto2-port-config} --libs 2>/dev/null`}
12021 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
12022 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
12023 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
12024 ac_save_CPPFLAGS
=$CPPFLAGS
12025 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
12026 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
12027 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
12029 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
12030 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
12031 $as_echo_n "(cached) " >&6
12033 ac_check_lib_save_LIBS
=$LIBS
12034 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12036 /* end confdefs.h. */
12038 /* Override any GCC internal prototype to avoid an error.
12039 Use char because int might match the return type of a GCC
12040 builtin and then its argument prototype would still apply. */
12044 char gp_port_info_list_new ();
12048 return gp_port_info_list_new ();
12053 if ac_fn_c_try_link
"$LINENO"; then :
12054 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12056 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12058 rm -f core conftest.err conftest.
$ac_objext \
12059 conftest
$ac_exeext conftest.
$ac_ext
12060 LIBS
=$ac_check_lib_save_LIBS
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12063 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12064 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12066 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12069 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12073 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12077 CPPFLAGS
=$ac_save_CPPFLAGS
12078 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12079 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12082 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12083 case "x$with_gphoto" in
12084 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12086 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12087 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12090 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12091 case "x$with_gphoto" in
12092 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12094 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12095 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12100 if test "$ac_cv_header_resolv_h" = "yes"
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12103 $as_echo_n "checking for resolver library... " >&6; }
12104 if ${ac_cv_have_resolv+:} false
; then :
12105 $as_echo_n "(cached) " >&6
12107 ac_save_LIBS
="$LIBS"
12108 for lib
in '' -lresolv
12110 LIBS
="$lib $ac_save_LIBS"
12111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h. */
12113 #ifdef HAVE_NETINET_IN_H
12114 #include <netinet/in.h>
12116 #include <resolv.h>
12120 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12125 if ac_fn_c_try_link
"$LINENO"; then :
12126 ac_cv_have_resolv
=${lib:-"none required"}
12128 ac_cv_have_resolv
="not found"
12130 rm -f core conftest.err conftest.
$ac_objext \
12131 conftest
$ac_exeext conftest.
$ac_ext
12132 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12134 LIBS
="$ac_save_LIBS"
12136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12137 $as_echo "$ac_cv_have_resolv" >&6; }
12139 case "$ac_cv_have_resolv" in
12143 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12146 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12148 RESOLV_LIBS
=$ac_cv_have_resolv
12153 if test "x$with_cms" != "xno"
12155 if ${LCMS2_CFLAGS:+false} :; then :
12156 if ${PKG_CONFIG+:} false
; then :
12157 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12161 if ${LCMS2_LIBS:+false} :; then :
12162 if ${PKG_CONFIG+:} false
; then :
12163 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12167 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12168 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12169 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12170 ac_save_CPPFLAGS
=$CPPFLAGS
12171 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12172 for ac_header
in lcms2.h
12174 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12175 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12176 cat >>confdefs.h
<<_ACEOF
12177 #define HAVE_LCMS2_H 1
12184 if test "$ac_cv_header_lcms2_h" = "yes"
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12187 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12188 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12189 $as_echo_n "(cached) " >&6
12191 ac_check_lib_save_LIBS
=$LIBS
12192 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12193 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12194 /* end confdefs.h. */
12196 /* Override any GCC internal prototype to avoid an error.
12197 Use char because int might match the return type of a GCC
12198 builtin and then its argument prototype would still apply. */
12202 char cmsOpenProfileFromFile ();
12206 return cmsOpenProfileFromFile ();
12211 if ac_fn_c_try_link
"$LINENO"; then :
12212 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12214 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12216 rm -f core conftest.err conftest.
$ac_objext \
12217 conftest
$ac_exeext conftest.
$ac_ext
12218 LIBS
=$ac_check_lib_save_LIBS
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12221 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12222 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12224 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12234 CPPFLAGS
=$ac_save_CPPFLAGS
12235 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12236 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12239 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12240 case "x$with_cms" in
12241 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12243 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12244 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12248 if test "x$with_freetype" != "xno"
12250 if ${FREETYPE_CFLAGS:+false} :; then :
12251 if ${PKG_CONFIG+:} false
; then :
12252 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12255 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(${FREETYPE_CONFIG:-freetype-config} --cflags || ${FREETYPE2_CONFIG:-freetype2-config} --cflags) 2>/dev/null`}
12256 if ${FREETYPE_LIBS:+false} :; then :
12257 if ${PKG_CONFIG+:} false
; then :
12258 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12261 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(${FREETYPE_CONFIG:-freetype-config} --libs || ${FREETYPE2_CONFIG:-freetype2-config} --libs) 2>/dev/null`}
12262 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12263 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12264 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12265 ac_save_CPPFLAGS
=$CPPFLAGS
12266 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12267 for ac_header
in ft2build.h
12269 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12270 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12271 cat >>confdefs.h
<<_ACEOF
12272 #define HAVE_FT2BUILD_H 1
12279 if test "$ac_cv_header_ft2build_h" = "yes"
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12282 $as_echo_n "checking for -lfreetype... " >&6; }
12283 if ${ac_cv_lib_soname_freetype+:} false
; then :
12284 $as_echo_n "(cached) " >&6
12286 ac_check_soname_save_LIBS
=$LIBS
12287 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12289 /* end confdefs.h. */
12291 /* Override any GCC internal prototype to avoid an error.
12292 Use char because int might match the return type of a GCC
12293 builtin and then its argument prototype would still apply. */
12297 char FT_Init_FreeType ();
12301 return FT_Init_FreeType ();
12306 if ac_fn_c_try_link
"$LINENO"; then :
12308 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12309 dylib
) ac_cv_lib_soname_freetype
=`$OTOOL -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12310 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12311 if ${ac_cv_lib_soname_freetype:+false} :; then :
12312 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12316 rm -f core conftest.err conftest.
$ac_objext \
12317 conftest
$ac_exeext conftest.
$ac_ext
12318 LIBS
=$ac_check_soname_save_LIBS
12320 if ${ac_cv_lib_soname_freetype:+false} :; then :
12321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12322 $as_echo "not found" >&6; }
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12326 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12328 cat >>confdefs.h
<<_ACEOF
12329 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12333 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12335 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12336 #include FT_MODULE_H
12338 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12340 cat >>confdefs.h
<<_ACEOF
12341 #define HAVE_FT_TRUETYPEENGINETYPE 1
12352 CPPFLAGS
=$ac_save_CPPFLAGS
12353 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12354 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12357 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12358 case "x$with_freetype" in
12360 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12361 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12364 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12367 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12368 if ${ac_cv_c_ppdev+:} false
; then :
12369 $as_echo_n "(cached) " >&6
12371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12372 /* end confdefs.h. */
12373 #ifdef HAVE_SYS_IOCTL_H
12374 # include <sys/ioctl.h>
12376 #include <linux/ppdev.h>
12380 ioctl (1,PPCLAIM,0)
12385 if ac_fn_c_try_compile
"$LINENO"; then :
12386 ac_cv_c_ppdev
="yes"
12390 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12393 $as_echo "$ac_cv_c_ppdev" >&6; }
12394 if test "$ac_cv_c_ppdev" = "yes"
12397 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12401 ac_wine_check_funcs_save_LIBS
="$LIBS"
12402 LIBS
="$LIBS $PTHREAD_LIBS"
12404 pthread_attr_get_np \
12405 pthread_getattr_np \
12406 pthread_getthreadid_np \
12407 pthread_get_stackaddr_np \
12408 pthread_get_stacksize_np
12410 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12411 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12412 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12413 cat >>confdefs.h
<<_ACEOF
12414 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12420 LIBS
="$ac_wine_check_funcs_save_LIBS"
12422 if test "$ac_cv_header_zlib_h" = "yes"
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12425 $as_echo_n "checking for inflate in -lz... " >&6; }
12426 if ${ac_cv_lib_z_inflate+:} false
; then :
12427 $as_echo_n "(cached) " >&6
12429 ac_check_lib_save_LIBS
=$LIBS
12431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12432 /* end confdefs.h. */
12434 /* Override any GCC internal prototype to avoid an error.
12435 Use char because int might match the return type of a GCC
12436 builtin and then its argument prototype would still apply. */
12449 if ac_fn_c_try_link
"$LINENO"; then :
12450 ac_cv_lib_z_inflate
=yes
12452 ac_cv_lib_z_inflate
=no
12454 rm -f core conftest.err conftest.
$ac_objext \
12455 conftest
$ac_exeext conftest.
$ac_ext
12456 LIBS
=$ac_check_lib_save_LIBS
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12459 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12460 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12462 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12469 if test "x$Z_LIBS" = "x"; then :
12470 case "x$with_zlib" in
12471 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12473 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12474 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12478 if test "x$enable_tools" != xno
12480 if test "$ac_cv_header_gettext_po_h" = "yes"
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12483 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12484 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12485 $as_echo_n "(cached) " >&6
12487 ac_check_lib_save_LIBS
=$LIBS
12488 LIBS
="-lgettextpo $LIBS"
12489 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12492 /* Override any GCC internal prototype to avoid an error.
12493 Use char because int might match the return type of a GCC
12494 builtin and then its argument prototype would still apply. */
12498 char po_message_msgctxt ();
12502 return po_message_msgctxt ();
12507 if ac_fn_c_try_link
"$LINENO"; then :
12508 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12510 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12512 rm -f core conftest.err conftest.
$ac_objext \
12513 conftest
$ac_exeext conftest.
$ac_ext
12514 LIBS
=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12517 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12518 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12520 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12522 GETTEXTPO_LIBS
="-lgettextpo"
12527 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12528 case "x$with_gettextpo" in
12529 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12531 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12532 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12537 if test "x$with_pulse" != "xno";
12539 if ${PULSE_CFLAGS:+false} :; then :
12540 if ${PKG_CONFIG+:} false
; then :
12541 PULSE_CFLAGS
=`$PKG_CONFIG --cflags libpulse 2>/dev/null`
12545 if ${PULSE_LIBS:+false} :; then :
12546 if ${PKG_CONFIG+:} false
; then :
12547 PULSE_LIBS
=`$PKG_CONFIG --libs libpulse 2>/dev/null`
12552 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse cflags: $PULSE_CFLAGS" >&5
12553 $as_echo "$as_me:${as_lineno-$LINENO}: libpulse libs: $PULSE_LIBS" >&5
12554 ac_save_CPPFLAGS
=$CPPFLAGS
12555 CPPFLAGS
="$CPPFLAGS $PULSE_CFLAGS"
12556 for ac_header
in pulse
/pulseaudio.h
12558 ac_fn_c_check_header_mongrel
"$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
12559 if test "x$ac_cv_header_pulse_pulseaudio_h" = xyes
; then :
12560 cat >>confdefs.h
<<_ACEOF
12561 #define HAVE_PULSE_PULSEAUDIO_H 1
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
12564 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
12565 if ${ac_cv_lib_pulse_pa_stream_is_corked+:} false
; then :
12566 $as_echo_n "(cached) " >&6
12568 ac_check_lib_save_LIBS
=$LIBS
12569 LIBS
="-lpulse $PULSE_LIBS $LIBS"
12570 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12571 /* end confdefs.h. */
12573 /* Override any GCC internal prototype to avoid an error.
12574 Use char because int might match the return type of a GCC
12575 builtin and then its argument prototype would still apply. */
12579 char pa_stream_is_corked ();
12583 return pa_stream_is_corked ();
12588 if ac_fn_c_try_link
"$LINENO"; then :
12589 ac_cv_lib_pulse_pa_stream_is_corked
=yes
12591 ac_cv_lib_pulse_pa_stream_is_corked
=no
12593 rm -f core conftest.err conftest.
$ac_objext \
12594 conftest
$ac_exeext conftest.
$ac_ext
12595 LIBS
=$ac_check_lib_save_LIBS
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
12598 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
12599 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = xyes
; then :
12611 CPPFLAGS
=$ac_save_CPPFLAGS
12612 test -z "$PULSE_CFLAGS" || PULSE_CFLAGS
=`echo " $PULSE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12613 test -z "$PULSE_LIBS" || PULSE_LIBS
=`echo " $PULSE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12616 if test -z "$PULSE_LIBS"; then :
12617 case "x$with_pulse" in
12618 x
) as_fn_append wine_notices
"|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
12620 *) as_fn_error $?
"libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
12621 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
12624 test -n "$PULSE_LIBS" || enable_winepulse_drv
=${enable_winepulse_drv:-no}
12626 if test "x$with_gstreamer" != "xno"
12628 if ${GSTREAMER_CFLAGS:+false} :; then :
12629 if ${PKG_CONFIG+:} false
; then :
12630 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12634 if ${GSTREAMER_LIBS:+false} :; then :
12635 if ${PKG_CONFIG+:} false
; then :
12636 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 2>/dev/null`
12641 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 cflags: $GSTREAMER_CFLAGS" >&5
12642 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-1.0 gstreamer-video-1.0 gstreamer-audio-1.0 libs: $GSTREAMER_LIBS" >&5
12643 ac_save_CPPFLAGS
=$CPPFLAGS
12644 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12646 for i
in $GSTREAMER_CFLAGS
12649 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12652 GSTREAMER_CFLAGS
=$ac_gst_incl
12653 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12654 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gst.h" "ac_cv_header_gst_gst_h" "$ac_includes_default"
12655 if test "x$ac_cv_header_gst_gst_h" = xyes
; then :
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/gst.h is indeed 64-bit" >&5
12657 $as_echo_n "checking whether gint64 defined by gst/gst.h is indeed 64-bit... " >&6; }
12658 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12659 /* end confdefs.h. */
12660 #include <gst/gst.h>
12664 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12669 if ac_fn_c_try_compile
"$LINENO"; then :
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12671 $as_echo "yes" >&6; }
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_new in -lgstreamer-1.0" >&5
12673 $as_echo_n "checking for gst_pad_new in -lgstreamer-1.0... " >&6; }
12674 if ${ac_cv_lib_gstreamer_1_0_gst_pad_new+:} false
; then :
12675 $as_echo_n "(cached) " >&6
12677 ac_check_lib_save_LIBS
=$LIBS
12678 LIBS
="-lgstreamer-1.0 $GSTREAMER_LIBS $LIBS"
12679 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12680 /* end confdefs.h. */
12682 /* Override any GCC internal prototype to avoid an error.
12683 Use char because int might match the return type of a GCC
12684 builtin and then its argument prototype would still apply. */
12688 char gst_pad_new ();
12692 return gst_pad_new ();
12697 if ac_fn_c_try_link
"$LINENO"; then :
12698 ac_cv_lib_gstreamer_1_0_gst_pad_new
=yes
12700 ac_cv_lib_gstreamer_1_0_gst_pad_new
=no
12702 rm -f core conftest.err conftest.
$ac_objext \
12703 conftest
$ac_exeext conftest.
$ac_ext
12704 LIBS
=$ac_check_lib_save_LIBS
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_1_0_gst_pad_new" >&5
12707 $as_echo "$ac_cv_lib_gstreamer_1_0_gst_pad_new" >&6; }
12708 if test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes
; then :
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12714 $as_echo "no" >&6; }
12715 ac_glib2_broken
=yes
12716 as_fn_append wine_notices
"|glib-2.0 pkgconfig configuration is for the wrong architecture, winegstreamer won't be built."
12718 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12722 CPPFLAGS
=$ac_save_CPPFLAGS
12723 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12724 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12727 if test "x$ac_glib2_broken" != xyes
-a "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12728 case "x$with_gstreamer" in
12729 x
) as_fn_append wine_notices
"|gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12731 *) as_fn_error $?
"gstreamer-1.0 base plugins ${notice_platform}development files not found, gstreamer support disabled
12732 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12735 test "x$ac_cv_lib_gstreamer_1_0_gst_pad_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12739 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12742 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12743 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12744 $as_echo_n "(cached) " >&6
12746 ac_check_lib_save_LIBS
=$LIBS
12747 LIBS
="-lasound $LIBS"
12748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12749 /* end confdefs.h. */
12751 /* Override any GCC internal prototype to avoid an error.
12752 Use char because int might match the return type of a GCC
12753 builtin and then its argument prototype would still apply. */
12757 char snd_pcm_hw_params_get_access_mask ();
12761 return snd_pcm_hw_params_get_access_mask ();
12766 if ac_fn_c_try_link
"$LINENO"; then :
12767 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12769 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12771 rm -f core conftest.err conftest.
$ac_objext \
12772 conftest
$ac_exeext conftest.
$ac_ext
12773 LIBS
=$ac_check_lib_save_LIBS
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12776 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12777 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12778 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12779 /* end confdefs.h. */
12780 #ifdef HAVE_ALSA_ASOUNDLIB_H
12781 #include <alsa/asoundlib.h>
12782 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12783 #include <sys/asoundlib.h>
12788 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12793 if ac_fn_c_try_compile
"$LINENO"; then :
12794 ALSA_LIBS
="-lasound"
12796 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12800 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
12802 if test "x$with_oss" != xno
12804 ac_save_CPPFLAGS
="$CPPFLAGS"
12805 if test -f /etc
/oss.conf
12809 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12810 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12811 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12812 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12813 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12815 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12817 cat >>confdefs.h
<<_ACEOF
12818 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12821 OSS4_CFLAGS
="$ac_oss_incl"
12828 CPPFLAGS
="$ac_save_CPPFLAGS"
12829 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12831 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12834 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
12836 if test "x$with_capi" != "xno"
12838 if ${CAPI20_CFLAGS:+false} :; then :
12839 if ${PKG_CONFIG+:} false
; then :
12840 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12844 if ${CAPI20_LIBS:+false} :; then :
12845 if ${PKG_CONFIG+:} false
; then :
12846 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12851 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12852 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12853 ac_save_CPPFLAGS
=$CPPFLAGS
12854 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12855 for ac_header
in capi20.h linux
/capi.h
12857 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12858 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12860 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12861 cat >>confdefs.h
<<_ACEOF
12862 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12869 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12872 $as_echo_n "checking for -lcapi20... " >&6; }
12873 if ${ac_cv_lib_soname_capi20+:} false
; then :
12874 $as_echo_n "(cached) " >&6
12876 ac_check_soname_save_LIBS
=$LIBS
12877 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12879 /* end confdefs.h. */
12881 /* Override any GCC internal prototype to avoid an error.
12882 Use char because int might match the return type of a GCC
12883 builtin and then its argument prototype would still apply. */
12887 char capi20_register ();
12891 return capi20_register ();
12896 if ac_fn_c_try_link
"$LINENO"; then :
12898 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12899 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'` ;;
12900 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12901 if ${ac_cv_lib_soname_capi20:+false} :; then :
12902 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12906 rm -f core conftest.err conftest.
$ac_objext \
12907 conftest
$ac_exeext conftest.
$ac_ext
12908 LIBS
=$ac_check_soname_save_LIBS
12910 if ${ac_cv_lib_soname_capi20:+false} :; then :
12911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12912 $as_echo "not found" >&6; }
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12916 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12918 cat >>confdefs.h
<<_ACEOF
12919 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12925 CPPFLAGS
=$ac_save_CPPFLAGS
12926 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12927 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12930 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12931 case "x$with_capi" in
12932 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12934 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12935 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12941 if test "x$with_cups" != "xno"
12943 ac_save_CPPFLAGS
="$CPPFLAGS"
12944 ac_cups_cflags
=`${CUPS_CONFIG:-cups-config} --cflags 2>/dev/null`
12945 ac_cups_libs
=`${CUPS_CONFIG:-cups-config} --ldflags 2>/dev/null`
12946 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12947 for ac_header
in cups
/cups.h
12949 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12950 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12951 cat >>confdefs.h
<<_ACEOF
12952 #define HAVE_CUPS_CUPS_H 1
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12955 $as_echo_n "checking for -lcups... " >&6; }
12956 if ${ac_cv_lib_soname_cups+:} false
; then :
12957 $as_echo_n "(cached) " >&6
12959 ac_check_soname_save_LIBS
=$LIBS
12960 LIBS
="-lcups $ac_cups_libs $LIBS"
12961 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12962 /* end confdefs.h. */
12964 /* Override any GCC internal prototype to avoid an error.
12965 Use char because int might match the return type of a GCC
12966 builtin and then its argument prototype would still apply. */
12970 char cupsGetDefault ();
12974 return cupsGetDefault ();
12979 if ac_fn_c_try_link
"$LINENO"; then :
12981 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12982 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'` ;;
12983 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12984 if ${ac_cv_lib_soname_cups:+false} :; then :
12985 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12989 rm -f core conftest.err conftest.
$ac_objext \
12990 conftest
$ac_exeext conftest.
$ac_ext
12991 LIBS
=$ac_check_soname_save_LIBS
12993 if ${ac_cv_lib_soname_cups:+false} :; then :
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12995 $as_echo "not found" >&6; }
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12999 $as_echo "$ac_cv_lib_soname_cups" >&6; }
13001 cat >>confdefs.h
<<_ACEOF
13002 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13005 CUPS_CFLAGS
="$ac_cups_cflags"
13011 CPPFLAGS
="$ac_save_CPPFLAGS"
13013 if test "x$ac_cv_lib_soname_cups" = "x"; then :
13014 case "x$with_cups" in
13015 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
13017 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
13018 This is an error since --with-cups was requested." "$LINENO" 5 ;;
13022 if test "x$with_fontconfig" != "xno"
13024 if ${FONTCONFIG_CFLAGS:+false} :; then :
13025 if ${PKG_CONFIG+:} false
; then :
13026 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
13029 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
13030 if ${FONTCONFIG_LIBS:+false} :; then :
13031 if ${PKG_CONFIG+:} false
; then :
13032 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
13035 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
13037 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
13038 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
13039 ac_save_CPPFLAGS
=$CPPFLAGS
13040 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
13041 for ac_header
in fontconfig
/fontconfig.h
13043 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
13044 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
13045 cat >>confdefs.h
<<_ACEOF
13046 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
13053 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
13056 $as_echo_n "checking for -lfontconfig... " >&6; }
13057 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
13058 $as_echo_n "(cached) " >&6
13060 ac_check_soname_save_LIBS
=$LIBS
13061 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
13062 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13063 /* end confdefs.h. */
13065 /* Override any GCC internal prototype to avoid an error.
13066 Use char because int might match the return type of a GCC
13067 builtin and then its argument prototype would still apply. */
13080 if ac_fn_c_try_link
"$LINENO"; then :
13082 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13083 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'` ;;
13084 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13085 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13086 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13090 rm -f core conftest.err conftest.
$ac_objext \
13091 conftest
$ac_exeext conftest.
$ac_ext
13092 LIBS
=$ac_check_soname_save_LIBS
13094 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13096 $as_echo "not found" >&6; }
13097 FONTCONFIG_CFLAGS
=""
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13100 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13102 cat >>confdefs.h
<<_ACEOF
13103 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13109 FONTCONFIG_CFLAGS
=""
13111 CPPFLAGS
=$ac_save_CPPFLAGS
13112 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13113 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13116 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13117 case "x$with_fontconfig" in
13118 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13120 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13121 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13125 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13128 $as_echo_n "checking for -lgsm... " >&6; }
13129 if ${ac_cv_lib_soname_gsm+:} false
; then :
13130 $as_echo_n "(cached) " >&6
13132 ac_check_soname_save_LIBS
=$LIBS
13134 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13135 /* end confdefs.h. */
13137 /* Override any GCC internal prototype to avoid an error.
13138 Use char because int might match the return type of a GCC
13139 builtin and then its argument prototype would still apply. */
13143 char gsm_create ();
13147 return gsm_create ();
13152 if ac_fn_c_try_link
"$LINENO"; then :
13154 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13155 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'` ;;
13156 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13157 if ${ac_cv_lib_soname_gsm:+false} :; then :
13158 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13162 rm -f core conftest.err conftest.
$ac_objext \
13163 conftest
$ac_exeext conftest.
$ac_ext
13164 LIBS
=$ac_check_soname_save_LIBS
13166 if ${ac_cv_lib_soname_gsm:+false} :; then :
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13168 $as_echo "not found" >&6; }
13171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13172 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13174 cat >>confdefs.h
<<_ACEOF
13175 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13181 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13182 case "x$with_gsm" in
13183 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13185 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13186 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13190 if test "x$with_jpeg" != "xno"
13192 if ${JPEG_CFLAGS:+false} :; then :
13193 if ${PKG_CONFIG+:} false
; then :
13194 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13198 if ${JPEG_LIBS:+false} :; then :
13199 if ${PKG_CONFIG+:} false
; then :
13200 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13205 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13206 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13207 ac_save_CPPFLAGS
=$CPPFLAGS
13208 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13209 for ac_header
in jpeglib.h
13211 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13212 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13213 cat >>confdefs.h
<<_ACEOF
13214 #define HAVE_JPEGLIB_H 1
13221 if test "$ac_cv_header_jpeglib_h" = "yes"
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13224 $as_echo_n "checking for -ljpeg... " >&6; }
13225 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13226 $as_echo_n "(cached) " >&6
13228 ac_check_soname_save_LIBS
=$LIBS
13229 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13230 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13231 /* end confdefs.h. */
13233 /* Override any GCC internal prototype to avoid an error.
13234 Use char because int might match the return type of a GCC
13235 builtin and then its argument prototype would still apply. */
13239 char jpeg_start_decompress ();
13243 return jpeg_start_decompress ();
13248 if ac_fn_c_try_link
"$LINENO"; then :
13250 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13251 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'` ;;
13252 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13253 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13254 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13258 rm -f core conftest.err conftest.
$ac_objext \
13259 conftest
$ac_exeext conftest.
$ac_ext
13260 LIBS
=$ac_check_soname_save_LIBS
13262 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13264 $as_echo "not found" >&6; }
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13268 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13270 cat >>confdefs.h
<<_ACEOF
13271 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13279 CPPFLAGS
=$ac_save_CPPFLAGS
13280 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13281 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13284 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13285 case "x$with_jpeg" in
13286 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13288 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13289 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13293 if test "x$with_png" != "xno"
13295 if ${PNG_CFLAGS:+false} :; then :
13296 if ${PKG_CONFIG+:} false
; then :
13297 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13300 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13301 if ${PNG_LIBS:+false} :; then :
13302 if ${PKG_CONFIG+:} false
; then :
13303 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13306 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13308 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13309 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13310 ac_save_CPPFLAGS
=$CPPFLAGS
13311 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13312 for ac_header
in png.h
13314 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13315 if test "x$ac_cv_header_png_h" = xyes
; then :
13316 cat >>confdefs.h
<<_ACEOF
13317 #define HAVE_PNG_H 1
13324 if test "$ac_cv_header_png_h" = "yes"
13326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13327 $as_echo_n "checking for -lpng... " >&6; }
13328 if ${ac_cv_lib_soname_png+:} false
; then :
13329 $as_echo_n "(cached) " >&6
13331 ac_check_soname_save_LIBS
=$LIBS
13332 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13333 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13334 /* end confdefs.h. */
13336 /* Override any GCC internal prototype to avoid an error.
13337 Use char because int might match the return type of a GCC
13338 builtin and then its argument prototype would still apply. */
13342 char png_create_read_struct ();
13346 return png_create_read_struct ();
13351 if ac_fn_c_try_link
"$LINENO"; then :
13353 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13354 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'` ;;
13355 *) 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'`
13356 if ${ac_cv_lib_soname_png:+false} :; then :
13357 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13361 rm -f core conftest.err conftest.
$ac_objext \
13362 conftest
$ac_exeext conftest.
$ac_ext
13363 LIBS
=$ac_check_soname_save_LIBS
13365 if ${ac_cv_lib_soname_png:+false} :; then :
13366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13367 $as_echo "not found" >&6; }
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13371 $as_echo "$ac_cv_lib_soname_png" >&6; }
13373 cat >>confdefs.h
<<_ACEOF
13374 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13377 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13378 /* end confdefs.h. */
13383 typeof(png_set_expand_gray_1_2_4_to_8) *p
13388 if ac_fn_c_try_compile
"$LINENO"; then :
13390 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13393 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13398 CPPFLAGS
=$ac_save_CPPFLAGS
13399 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13400 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13403 if test "x$ac_cv_lib_soname_png" = "x"; then :
13404 case "x$with_png" in
13405 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13407 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13408 This is an error since --with-png was requested." "$LINENO" 5 ;;
13412 if test "x$with_tiff" != "xno"
13414 if ${TIFF_CFLAGS:+false} :; then :
13415 if ${PKG_CONFIG+:} false
; then :
13416 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff-4 2>/dev/null`
13420 if ${TIFF_LIBS:+false} :; then :
13421 if ${PKG_CONFIG+:} false
; then :
13422 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff-4 2>/dev/null`
13427 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 cflags: $TIFF_CFLAGS" >&5
13428 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff-4 libs: $TIFF_LIBS" >&5
13429 ac_save_CPPFLAGS
=$CPPFLAGS
13430 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13431 for ac_header
in tiffio.h
13433 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13434 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13435 cat >>confdefs.h
<<_ACEOF
13436 #define HAVE_TIFFIO_H 1
13443 if test "$ac_cv_header_tiffio_h" = "yes"
13445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13446 $as_echo_n "checking for -ltiff... " >&6; }
13447 if ${ac_cv_lib_soname_tiff+:} false
; then :
13448 $as_echo_n "(cached) " >&6
13450 ac_check_soname_save_LIBS
=$LIBS
13451 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13452 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13453 /* end confdefs.h. */
13455 /* Override any GCC internal prototype to avoid an error.
13456 Use char because int might match the return type of a GCC
13457 builtin and then its argument prototype would still apply. */
13461 char TIFFClientOpen ();
13465 return TIFFClientOpen ();
13470 if ac_fn_c_try_link
"$LINENO"; then :
13472 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13473 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'` ;;
13474 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13475 if ${ac_cv_lib_soname_tiff:+false} :; then :
13476 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13480 rm -f core conftest.err conftest.
$ac_objext \
13481 conftest
$ac_exeext conftest.
$ac_ext
13482 LIBS
=$ac_check_soname_save_LIBS
13484 if ${ac_cv_lib_soname_tiff:+false} :; then :
13485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13486 $as_echo "not found" >&6; }
13489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13490 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13492 cat >>confdefs.h
<<_ACEOF
13493 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13499 CPPFLAGS
=$ac_save_CPPFLAGS
13500 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13501 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13504 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13505 case "x$with_tiff" in
13506 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13508 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13509 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13513 if test "x$with_mpg123" != "xno"
13515 if ${MPG123_CFLAGS:+false} :; then :
13516 if ${PKG_CONFIG+:} false
; then :
13517 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13521 if ${MPG123_LIBS:+false} :; then :
13522 if ${PKG_CONFIG+:} false
; then :
13523 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13527 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13528 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13529 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13530 ac_save_CPPFLAGS
=$CPPFLAGS
13531 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13532 for ac_header
in mpg123.h
13534 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13535 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13536 cat >>confdefs.h
<<_ACEOF
13537 #define HAVE_MPG123_H 1
13544 if test "$ac_cv_header_mpg123_h" = "yes"
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13547 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13548 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13549 $as_echo_n "(cached) " >&6
13551 ac_check_lib_save_LIBS
=$LIBS
13552 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13553 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13554 /* end confdefs.h. */
13556 /* Override any GCC internal prototype to avoid an error.
13557 Use char because int might match the return type of a GCC
13558 builtin and then its argument prototype would still apply. */
13562 char mpg123_feed ();
13566 return mpg123_feed ();
13571 if ac_fn_c_try_link
"$LINENO"; then :
13572 ac_cv_lib_mpg123_mpg123_feed
=yes
13574 ac_cv_lib_mpg123_mpg123_feed
=no
13576 rm -f core conftest.err conftest.
$ac_objext \
13577 conftest
$ac_exeext conftest.
$ac_ext
13578 LIBS
=$ac_check_lib_save_LIBS
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13581 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13582 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13592 CPPFLAGS
=$ac_save_CPPFLAGS
13593 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13594 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13597 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13598 case "x$with_mpg123" in
13599 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13601 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13602 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13605 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}
13607 if test "$ac_cv_header_AL_al_h" = "yes"
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13610 $as_echo_n "checking for -lopenal... " >&6; }
13611 if ${ac_cv_lib_soname_openal+:} false
; then :
13612 $as_echo_n "(cached) " >&6
13614 ac_check_soname_save_LIBS
=$LIBS
13615 LIBS
="-lopenal $LIBS"
13616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13617 /* end confdefs.h. */
13619 /* Override any GCC internal prototype to avoid an error.
13620 Use char because int might match the return type of a GCC
13621 builtin and then its argument prototype would still apply. */
13625 char alGetSource3i ();
13629 return alGetSource3i ();
13634 if ac_fn_c_try_link
"$LINENO"; then :
13636 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13637 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'` ;;
13638 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13639 if ${ac_cv_lib_soname_openal:+false} :; then :
13640 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13644 rm -f core conftest.err conftest.
$ac_objext \
13645 conftest
$ac_exeext conftest.
$ac_ext
13646 LIBS
=$ac_check_soname_save_LIBS
13648 if ${ac_cv_lib_soname_openal:+false} :; then :
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13650 $as_echo "not found" >&6; }
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13654 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13656 cat >>confdefs.h
<<_ACEOF
13657 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13660 OPENAL_LIBS
="-lopenal"
13662 ac_cv_lib_openal
=yes
13664 cat >>confdefs.h
<<_ACEOF
13665 #define HAVE_OPENAL 1
13670 if test "x$ac_cv_lib_openal" != xyes
; then :
13671 case "x$with_openal" in
13672 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported" ;;
13674 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported
13675 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13678 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13680 if test "x$ac_cv_lib_openal" = xyes
13682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for openal-soft" >&5
13683 $as_echo_n "checking for openal-soft... " >&6; }
13684 if ${ac_cv_have_openalsoft+:} false
; then :
13685 $as_echo_n "(cached) " >&6
13687 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13688 /* end confdefs.h. */
13690 #include <AL/alc.h>
13691 #include <AL/alext.h>
13692 LPALCRENDERSAMPLESSOFT x;
13701 if ac_fn_c_try_compile
"$LINENO"; then :
13702 ac_cv_have_openalsoft
=yes
13704 ac_cv_have_openalsoft
=no
13706 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_openalsoft" >&5
13709 $as_echo "$ac_cv_have_openalsoft" >&6; }
13711 if test "x$ac_cv_have_openalsoft" != xyes
13713 as_fn_append wine_notices
"|openal-soft ${notice_platform}development files not found (or too old), XAudio2 won't be supported"
13714 enable_x3daudio1_0
=${enable_x3daudio1_0:-no}
13715 enable_x3daudio1_1
=${enable_x3daudio1_1:-no}
13716 enable_x3daudio1_2
=${enable_x3daudio1_2:-no}
13717 enable_x3daudio1_3
=${enable_x3daudio1_3:-no}
13718 enable_x3daudio1_4
=${enable_x3daudio1_4:-no}
13719 enable_x3daudio1_5
=${enable_x3daudio1_5:-no}
13720 enable_x3daudio1_6
=${enable_x3daudio1_6:-no}
13721 enable_x3daudio1_7
=${enable_x3daudio1_7:-no}
13722 enable_xapofx1_1
=${enable_xapofx1_1:-no}
13723 enable_xapofx1_2
=${enable_xapofx1_2:-no}
13724 enable_xapofx1_3
=${enable_xapofx1_3:-no}
13725 enable_xapofx1_4
=${enable_xapofx1_4:-no}
13726 enable_xapofx1_5
=${enable_xapofx1_5:-no}
13727 enable_xaudio2_0
=${enable_xaudio2_0:-no}
13728 enable_xaudio2_1
=${enable_xaudio2_1:-no}
13729 enable_xaudio2_2
=${enable_xaudio2_2:-no}
13730 enable_xaudio2_3
=${enable_xaudio2_3:-no}
13731 enable_xaudio2_4
=${enable_xaudio2_4:-no}
13732 enable_xaudio2_5
=${enable_xaudio2_5:-no}
13733 enable_xaudio2_6
=${enable_xaudio2_6:-no}
13734 enable_xaudio2_7
=${enable_xaudio2_7:-no}
13735 enable_xaudio2_8
=${enable_xaudio2_8:-no}
13736 enable_xaudio2_9
=${enable_xaudio2_9:-no}
13739 if test "$ac_cv_header_kstat_h" = "yes"
13741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13742 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13743 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13744 $as_echo_n "(cached) " >&6
13746 ac_check_lib_save_LIBS
=$LIBS
13747 LIBS
="-lkstat $LIBS"
13748 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13749 /* end confdefs.h. */
13751 /* Override any GCC internal prototype to avoid an error.
13752 Use char because int might match the return type of a GCC
13753 builtin and then its argument prototype would still apply. */
13757 char kstat_open ();
13761 return kstat_open ();
13766 if ac_fn_c_try_link
"$LINENO"; then :
13767 ac_cv_lib_kstat_kstat_open
=yes
13769 ac_cv_lib_kstat_kstat_open
=no
13771 rm -f core conftest.err conftest.
$ac_objext \
13772 conftest
$ac_exeext conftest.
$ac_ext
13773 LIBS
=$ac_check_lib_save_LIBS
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13776 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13777 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13779 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13781 KSTAT_LIBS
="-lkstat"
13787 if test "$ac_cv_header_libprocstat_h" = "yes"
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13790 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13791 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13792 $as_echo_n "(cached) " >&6
13794 ac_check_lib_save_LIBS
=$LIBS
13795 LIBS
="-lprocstat $LIBS"
13796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13797 /* end confdefs.h. */
13799 /* Override any GCC internal prototype to avoid an error.
13800 Use char because int might match the return type of a GCC
13801 builtin and then its argument prototype would still apply. */
13805 char procstat_open_sysctl ();
13809 return procstat_open_sysctl ();
13814 if ac_fn_c_try_link
"$LINENO"; then :
13815 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13817 ac_cv_lib_procstat_procstat_open_sysctl
=no
13819 rm -f core conftest.err conftest.
$ac_objext \
13820 conftest
$ac_exeext conftest.
$ac_ext
13821 LIBS
=$ac_check_lib_save_LIBS
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13824 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13825 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13827 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13829 PROCSTAT_LIBS
="-lprocstat"
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13836 $as_echo_n "checking for -lodbc... " >&6; }
13837 if ${ac_cv_lib_soname_odbc+:} false
; then :
13838 $as_echo_n "(cached) " >&6
13840 ac_check_soname_save_LIBS
=$LIBS
13841 LIBS
="-lodbc $LIBS"
13842 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13843 /* end confdefs.h. */
13845 /* Override any GCC internal prototype to avoid an error.
13846 Use char because int might match the return type of a GCC
13847 builtin and then its argument prototype would still apply. */
13851 char SQLConnect ();
13855 return SQLConnect ();
13860 if ac_fn_c_try_link
"$LINENO"; then :
13862 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13863 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'` ;;
13864 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13865 if ${ac_cv_lib_soname_odbc:+false} :; then :
13866 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13870 rm -f core conftest.err conftest.
$ac_objext \
13871 conftest
$ac_exeext conftest.
$ac_ext
13872 LIBS
=$ac_check_soname_save_LIBS
13874 if ${ac_cv_lib_soname_odbc:+false} :; then :
13875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13876 $as_echo "not found" >&6; }
13877 cat >>confdefs.h
<<_ACEOF
13878 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13883 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13885 cat >>confdefs.h
<<_ACEOF
13886 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13892 if test "x$with_netapi" != "xno"
13894 if ${NETAPI_CFLAGS:+false} :; then :
13895 if ${PKG_CONFIG+:} false
; then :
13896 NETAPI_CFLAGS
=`$PKG_CONFIG --cflags netapi 2>/dev/null`
13900 if ${NETAPI_LIBS:+false} :; then :
13901 if ${PKG_CONFIG+:} false
; then :
13902 NETAPI_LIBS
=`$PKG_CONFIG --libs netapi 2>/dev/null`
13907 $as_echo "$as_me:${as_lineno-$LINENO}: netapi cflags: $NETAPI_CFLAGS" >&5
13908 $as_echo "$as_me:${as_lineno-$LINENO}: netapi libs: $NETAPI_LIBS" >&5
13909 ac_save_CPPFLAGS
=$CPPFLAGS
13910 CPPFLAGS
="$CPPFLAGS $NETAPI_CFLAGS"
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13912 $as_echo_n "checking for -lnetapi... " >&6; }
13913 if ${ac_cv_lib_soname_netapi+:} false
; then :
13914 $as_echo_n "(cached) " >&6
13916 ac_check_soname_save_LIBS
=$LIBS
13917 LIBS
="-lnetapi $NETAPI_LIBS $LIBS"
13918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13919 /* end confdefs.h. */
13921 /* Override any GCC internal prototype to avoid an error.
13922 Use char because int might match the return type of a GCC
13923 builtin and then its argument prototype would still apply. */
13927 char libnetapi_init ();
13931 return libnetapi_init ();
13936 if ac_fn_c_try_link
"$LINENO"; then :
13938 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13939 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'` ;;
13940 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13941 if ${ac_cv_lib_soname_netapi:+false} :; then :
13942 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13946 rm -f core conftest.err conftest.
$ac_objext \
13947 conftest
$ac_exeext conftest.
$ac_ext
13948 LIBS
=$ac_check_soname_save_LIBS
13950 if ${ac_cv_lib_soname_netapi:+false} :; then :
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13952 $as_echo "not found" >&6; }
13953 cat >>confdefs.h
<<_ACEOF
13954 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13959 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13961 cat >>confdefs.h
<<_ACEOF
13962 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13967 CPPFLAGS
=$ac_save_CPPFLAGS
13968 test -z "$NETAPI_CFLAGS" || NETAPI_CFLAGS
=`echo " $NETAPI_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13969 test -z "$NETAPI_LIBS" || NETAPI_LIBS
=`echo " $NETAPI_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13973 if test "x$enable_winealsa_drv$enable_winecoreaudio_drv$enable_winepulse_drv$enable_wineoss_drv" = xnononono
-a \
13974 "x$with_alsa$with_coreaudio$with_oss$with_pulse" != xnononono
13976 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13982 if test "x${GCC}" = "xyes"
13984 EXTRACFLAGS
="-Wall -pipe"
13986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13987 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13988 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13989 $as_echo_n "(cached) " >&6
13991 if test "$cross_compiling" = yes; then :
13992 ac_cv_c_gcc_strength_bug
="no"
13994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13995 /* end confdefs.h. */
13996 int L[4] = {0,1,2,3};
14000 static int Array[3];
14001 unsigned int B = 3;
14003 for(i=0; i<B; i++) Array[i] = i - 3;
14004 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14006 return (Array[1] != -2 || L[2] != 3)
14011 if ac_fn_c_try_run
"$LINENO"; then :
14012 ac_cv_c_gcc_strength_bug
="no"
14014 ac_cv_c_gcc_strength_bug
="yes"
14016 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
14017 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
14022 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
14023 if test "$ac_cv_c_gcc_strength_bug" = "yes"
14025 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
14029 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
14030 if ${ac_cv_cflags__fno_builtin+:} false
; then :
14031 $as_echo_n "(cached) " >&6
14033 ac_wine_try_cflags_saved
=$CFLAGS
14034 CFLAGS
="$CFLAGS -fno-builtin"
14035 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14036 /* end confdefs.h. */
14037 int main(int argc, char **argv) { return 0; }
14039 if ac_fn_c_try_link
"$LINENO"; then :
14040 ac_cv_cflags__fno_builtin
=yes
14042 ac_cv_cflags__fno_builtin
=no
14044 rm -f core conftest.err conftest.
$ac_objext \
14045 conftest
$ac_exeext conftest.
$ac_ext
14046 CFLAGS
=$ac_wine_try_cflags_saved
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
14049 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
14050 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
14051 BUILTINFLAG
="-fno-builtin"
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
14055 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
14056 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
14057 $as_echo_n "(cached) " >&6
14059 ac_wine_try_cflags_saved
=$CFLAGS
14060 CFLAGS
="$CFLAGS -fno-strict-aliasing"
14061 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14062 /* end confdefs.h. */
14063 int main(int argc, char **argv) { return 0; }
14065 if ac_fn_c_try_link
"$LINENO"; then :
14066 ac_cv_cflags__fno_strict_aliasing
=yes
14068 ac_cv_cflags__fno_strict_aliasing
=no
14070 rm -f core conftest.err conftest.
$ac_objext \
14071 conftest
$ac_exeext conftest.
$ac_ext
14072 CFLAGS
=$ac_wine_try_cflags_saved
14074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14075 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
14076 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
14077 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
14079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fexcess-precision=standard" >&5
14080 $as_echo_n "checking whether the compiler supports -fexcess-precision=standard... " >&6; }
14081 if ${ac_cv_cflags__fexcess_precision_standard+:} false
; then :
14082 $as_echo_n "(cached) " >&6
14084 ac_wine_try_cflags_saved
=$CFLAGS
14085 CFLAGS
="$CFLAGS -fexcess-precision=standard"
14086 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14087 /* end confdefs.h. */
14088 int main(int argc, char **argv) { return 0; }
14090 if ac_fn_c_try_link
"$LINENO"; then :
14091 ac_cv_cflags__fexcess_precision_standard
=yes
14093 ac_cv_cflags__fexcess_precision_standard
=no
14095 rm -f core conftest.err conftest.
$ac_objext \
14096 conftest
$ac_exeext conftest.
$ac_ext
14097 CFLAGS
=$ac_wine_try_cflags_saved
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fexcess_precision_standard" >&5
14100 $as_echo "$ac_cv_cflags__fexcess_precision_standard" >&6; }
14101 if test "x$ac_cv_cflags__fexcess_precision_standard" = xyes
; then :
14102 EXCESS_PRECISION_CFLAGS
="-fexcess-precision=standard"
14105 saved_CFLAGS
=$CFLAGS
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
14107 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
14108 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
14109 $as_echo_n "(cached) " >&6
14111 ac_wine_try_cflags_saved
=$CFLAGS
14112 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14114 /* end confdefs.h. */
14115 int main(int argc, char **argv) { return 0; }
14117 if ac_fn_c_try_link
"$LINENO"; then :
14118 ac_cv_cflags__Werror_unknown_warning_option
=yes
14120 ac_cv_cflags__Werror_unknown_warning_option
=no
14122 rm -f core conftest.err conftest.
$ac_objext \
14123 conftest
$ac_exeext conftest.
$ac_ext
14124 CFLAGS
=$ac_wine_try_cflags_saved
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
14127 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
14128 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
14129 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14132 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
14133 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
14134 $as_echo_n "(cached) " >&6
14136 ac_wine_try_cflags_saved
=$CFLAGS
14137 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
14138 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14139 /* end confdefs.h. */
14140 int main(int argc, char **argv) { return 0; }
14142 if ac_fn_c_try_link
"$LINENO"; then :
14143 ac_cv_cflags__Wdeclaration_after_statement
=yes
14145 ac_cv_cflags__Wdeclaration_after_statement
=no
14147 rm -f core conftest.err conftest.
$ac_objext \
14148 conftest
$ac_exeext conftest.
$ac_ext
14149 CFLAGS
=$ac_wine_try_cflags_saved
14151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14152 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14153 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
14154 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
14157 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
14158 if ${ac_cv_cflags__Wempty_body+:} false
; then :
14159 $as_echo_n "(cached) " >&6
14161 ac_wine_try_cflags_saved
=$CFLAGS
14162 CFLAGS
="$CFLAGS -Wempty-body"
14163 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14164 /* end confdefs.h. */
14165 int main(int argc, char **argv) { return 0; }
14167 if ac_fn_c_try_link
"$LINENO"; then :
14168 ac_cv_cflags__Wempty_body
=yes
14170 ac_cv_cflags__Wempty_body
=no
14172 rm -f core conftest.err conftest.
$ac_objext \
14173 conftest
$ac_exeext conftest.
$ac_ext
14174 CFLAGS
=$ac_wine_try_cflags_saved
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
14177 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
14178 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
14179 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14182 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14183 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14184 $as_echo_n "(cached) " >&6
14186 ac_wine_try_cflags_saved
=$CFLAGS
14187 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14188 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14189 /* end confdefs.h. */
14190 int main(int argc, char **argv) { return 0; }
14192 if ac_fn_c_try_link
"$LINENO"; then :
14193 ac_cv_cflags__Wignored_qualifiers
=yes
14195 ac_cv_cflags__Wignored_qualifiers
=no
14197 rm -f core conftest.err conftest.
$ac_objext \
14198 conftest
$ac_exeext conftest.
$ac_ext
14199 CFLAGS
=$ac_wine_try_cflags_saved
14201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14202 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14203 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14204 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wshift-overflow=2" >&5
14207 $as_echo_n "checking whether the compiler supports -Wshift-overflow=2... " >&6; }
14208 if ${ac_cv_cflags__Wshift_overflow_2+:} false
; then :
14209 $as_echo_n "(cached) " >&6
14211 ac_wine_try_cflags_saved
=$CFLAGS
14212 CFLAGS
="$CFLAGS -Wshift-overflow=2"
14213 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14214 /* end confdefs.h. */
14215 int main(int argc, char **argv) { return 0; }
14217 if ac_fn_c_try_link
"$LINENO"; then :
14218 ac_cv_cflags__Wshift_overflow_2
=yes
14220 ac_cv_cflags__Wshift_overflow_2
=no
14222 rm -f core conftest.err conftest.
$ac_objext \
14223 conftest
$ac_exeext conftest.
$ac_ext
14224 CFLAGS
=$ac_wine_try_cflags_saved
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wshift_overflow_2" >&5
14227 $as_echo "$ac_cv_cflags__Wshift_overflow_2" >&6; }
14228 if test "x$ac_cv_cflags__Wshift_overflow_2" = xyes
; then :
14229 EXTRACFLAGS
="$EXTRACFLAGS -Wshift-overflow=2"
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14232 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14233 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14234 $as_echo_n "(cached) " >&6
14236 ac_wine_try_cflags_saved
=$CFLAGS
14237 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14238 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14239 /* end confdefs.h. */
14240 int main(int argc, char **argv) { return 0; }
14242 if ac_fn_c_try_link
"$LINENO"; then :
14243 ac_cv_cflags__Wstrict_prototypes
=yes
14245 ac_cv_cflags__Wstrict_prototypes
=no
14247 rm -f core conftest.err conftest.
$ac_objext \
14248 conftest
$ac_exeext conftest.
$ac_ext
14249 CFLAGS
=$ac_wine_try_cflags_saved
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14252 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14253 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14254 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14257 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14258 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14259 $as_echo_n "(cached) " >&6
14261 ac_wine_try_cflags_saved
=$CFLAGS
14262 CFLAGS
="$CFLAGS -Wtype-limits"
14263 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14264 /* end confdefs.h. */
14265 int main(int argc, char **argv) { return 0; }
14267 if ac_fn_c_try_link
"$LINENO"; then :
14268 ac_cv_cflags__Wtype_limits
=yes
14270 ac_cv_cflags__Wtype_limits
=no
14272 rm -f core conftest.err conftest.
$ac_objext \
14273 conftest
$ac_exeext conftest.
$ac_ext
14274 CFLAGS
=$ac_wine_try_cflags_saved
14276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14277 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14278 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14279 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14282 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14283 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14284 $as_echo_n "(cached) " >&6
14286 ac_wine_try_cflags_saved
=$CFLAGS
14287 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14288 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14289 /* end confdefs.h. */
14290 int main(int argc, char **argv) { return 0; }
14292 if ac_fn_c_try_link
"$LINENO"; then :
14293 ac_cv_cflags__Wunused_but_set_parameter
=yes
14295 ac_cv_cflags__Wunused_but_set_parameter
=no
14297 rm -f core conftest.err conftest.
$ac_objext \
14298 conftest
$ac_exeext conftest.
$ac_ext
14299 CFLAGS
=$ac_wine_try_cflags_saved
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14302 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14303 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14304 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14307 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14308 if ${ac_cv_cflags__Wvla+:} false
; then :
14309 $as_echo_n "(cached) " >&6
14311 ac_wine_try_cflags_saved
=$CFLAGS
14312 CFLAGS
="$CFLAGS -Wvla"
14313 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14314 /* end confdefs.h. */
14315 int main(int argc, char **argv) { return 0; }
14317 if ac_fn_c_try_link
"$LINENO"; then :
14318 ac_cv_cflags__Wvla
=yes
14320 ac_cv_cflags__Wvla
=no
14322 rm -f core conftest.err conftest.
$ac_objext \
14323 conftest
$ac_exeext conftest.
$ac_ext
14324 CFLAGS
=$ac_wine_try_cflags_saved
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14327 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14328 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14329 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14332 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14333 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14334 $as_echo_n "(cached) " >&6
14336 ac_wine_try_cflags_saved
=$CFLAGS
14337 CFLAGS
="$CFLAGS -Wwrite-strings"
14338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14339 /* end confdefs.h. */
14340 int main(int argc, char **argv) { return 0; }
14342 if ac_fn_c_try_link
"$LINENO"; then :
14343 ac_cv_cflags__Wwrite_strings
=yes
14345 ac_cv_cflags__Wwrite_strings
=no
14347 rm -f core conftest.err conftest.
$ac_objext \
14348 conftest
$ac_exeext conftest.
$ac_ext
14349 CFLAGS
=$ac_wine_try_cflags_saved
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14352 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14353 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14354 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14358 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14359 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14360 $as_echo_n "(cached) " >&6
14362 ac_wine_try_cflags_saved
=$CFLAGS
14363 CFLAGS
="$CFLAGS -Wpointer-arith"
14364 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14365 /* end confdefs.h. */
14366 int main(int argc, char **argv) { return 0; }
14368 if ac_fn_c_try_link
"$LINENO"; then :
14369 ac_cv_cflags__Wpointer_arith
=yes
14371 ac_cv_cflags__Wpointer_arith
=no
14373 rm -f core conftest.err conftest.
$ac_objext \
14374 conftest
$ac_exeext conftest.
$ac_ext
14375 CFLAGS
=$ac_wine_try_cflags_saved
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14378 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14379 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14380 saved_string_h_CFLAGS
=$CFLAGS
14381 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14383 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14384 if ${ac_cv_c_string_h_warnings+:} false
; then :
14385 $as_echo_n "(cached) " >&6
14387 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14388 /* end confdefs.h. */
14389 #include <string.h>
14398 if ac_fn_c_try_compile
"$LINENO"; then :
14399 ac_cv_c_string_h_warnings
=no
14401 ac_cv_c_string_h_warnings
=yes
14403 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14406 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14407 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14408 CFLAGS
=$saved_string_h_CFLAGS
14411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14412 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14413 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14414 $as_echo_n "(cached) " >&6
14416 ac_wine_try_cflags_saved
=$CFLAGS
14417 CFLAGS
="$CFLAGS -Wlogical-op"
14418 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14419 /* end confdefs.h. */
14420 int main(int argc, char **argv) { return 0; }
14422 if ac_fn_c_try_link
"$LINENO"; then :
14423 ac_cv_cflags__Wlogical_op
=yes
14425 ac_cv_cflags__Wlogical_op
=no
14427 rm -f core conftest.err conftest.
$ac_objext \
14428 conftest
$ac_exeext conftest.
$ac_ext
14429 CFLAGS
=$ac_wine_try_cflags_saved
14431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14432 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14433 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14434 saved_string_h_CFLAGS
=$CFLAGS
14435 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14437 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14438 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14439 $as_echo_n "(cached) " >&6
14441 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14442 /* end confdefs.h. */
14443 #include <string.h>
14444 char*f(const char *h,char n) {return strchr(h,n);}
14453 if ac_fn_c_try_compile
"$LINENO"; then :
14454 ac_cv_c_logicalop_noisy
=no
14456 ac_cv_c_logicalop_noisy
=yes
14458 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14461 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14462 CFLAGS
=$saved_string_h_CFLAGS
14463 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14466 CFLAGS
=$saved_CFLAGS
14468 for ac_flag
in $CFLAGS; do
14470 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14471 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14472 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14473 $as_echo_n "(cached) " >&6
14475 ac_wine_try_cflags_saved
=$CFLAGS
14476 CFLAGS
="$CFLAGS -gdwarf-2"
14477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14478 /* end confdefs.h. */
14479 int main(int argc, char **argv) { return 0; }
14481 if ac_fn_c_try_link
"$LINENO"; then :
14482 ac_cv_cflags__gdwarf_2
=yes
14484 ac_cv_cflags__gdwarf_2
=no
14486 rm -f core conftest.err conftest.
$ac_objext \
14487 conftest
$ac_exeext conftest.
$ac_ext
14488 CFLAGS
=$ac_wine_try_cflags_saved
14490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14491 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14492 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14493 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14496 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14497 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14498 $as_echo_n "(cached) " >&6
14500 ac_wine_try_cflags_saved
=$CFLAGS
14501 CFLAGS
="$CFLAGS -gstrict-dwarf"
14502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14503 /* end confdefs.h. */
14504 int main(int argc, char **argv) { return 0; }
14506 if ac_fn_c_try_link
"$LINENO"; then :
14507 ac_cv_cflags__gstrict_dwarf
=yes
14509 ac_cv_cflags__gstrict_dwarf
=no
14511 rm -f core conftest.err conftest.
$ac_objext \
14512 conftest
$ac_exeext conftest.
$ac_ext
14513 CFLAGS
=$ac_wine_try_cflags_saved
14515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14516 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14517 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14518 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14524 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14525 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14526 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14527 $as_echo_n "(cached) " >&6
14529 ac_wine_try_cflags_saved
=$CFLAGS
14530 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14532 /* end confdefs.h. */
14533 int main(int argc, char **argv) { return 0; }
14535 if ac_fn_c_try_link
"$LINENO"; then :
14536 ac_cv_cflags__fno_omit_frame_pointer
=yes
14538 ac_cv_cflags__fno_omit_frame_pointer
=no
14540 rm -f core conftest.err conftest.
$ac_objext \
14541 conftest
$ac_exeext conftest.
$ac_ext
14542 CFLAGS
=$ac_wine_try_cflags_saved
14544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14545 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14546 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14547 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14552 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14553 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14554 if ${ac_cv_cflags__Wno_format+:} false
; then :
14555 $as_echo_n "(cached) " >&6
14557 ac_wine_try_cflags_saved
=$CFLAGS
14558 CFLAGS
="$CFLAGS -Wno-format"
14559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14560 /* end confdefs.h. */
14561 int main(int argc, char **argv) { return 0; }
14563 if ac_fn_c_try_link
"$LINENO"; then :
14564 ac_cv_cflags__Wno_format
=yes
14566 ac_cv_cflags__Wno_format
=no
14568 rm -f core conftest.err conftest.
$ac_objext \
14569 conftest
$ac_exeext conftest.
$ac_ext
14570 CFLAGS
=$ac_wine_try_cflags_saved
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14573 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14574 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14575 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14579 if test "x$enable_maintainer_mode" = "xyes"
14581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14582 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14583 if ${ac_cv_cflags__Werror+:} false
; then :
14584 $as_echo_n "(cached) " >&6
14586 ac_wine_try_cflags_saved
=$CFLAGS
14587 CFLAGS
="$CFLAGS -Werror"
14588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14589 /* end confdefs.h. */
14590 int main(int argc, char **argv) { return 0; }
14592 if ac_fn_c_try_link
"$LINENO"; then :
14593 ac_cv_cflags__Werror
=yes
14595 ac_cv_cflags__Werror
=no
14597 rm -f core conftest.err conftest.
$ac_objext \
14598 conftest
$ac_exeext conftest.
$ac_ext
14599 CFLAGS
=$ac_wine_try_cflags_saved
14601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14602 $as_echo "$ac_cv_cflags__Werror" >&6; }
14603 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14604 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14608 saved_CFLAGS
="$CFLAGS"
14609 CFLAGS
="$CFLAGS -Werror"
14610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14611 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14612 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14613 $as_echo_n "(cached) " >&6
14615 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14616 /* end confdefs.h. */
14617 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14626 if ac_fn_c_try_compile
"$LINENO"; then :
14627 ac_cv_have_ms_hook_prologue
="yes"
14629 ac_cv_have_ms_hook_prologue
="no"
14631 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14634 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14635 CFLAGS
="$saved_CFLAGS"
14636 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14639 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14642 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14649 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14650 if ${ac_cv_c_fortify_enabled+:} false
; then :
14651 $as_echo_n "(cached) " >&6
14653 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14654 /* end confdefs.h. */
14655 #include <string.h>
14659 #if (defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0) || (defined(_FORTIFY_SOURCE) && _FORTIFY_SOURCE > 0)
14660 #error Fortify enabled
14666 if ac_fn_c_try_compile
"$LINENO"; then :
14667 ac_cv_c_fortify_enabled
=no
14669 ac_cv_c_fortify_enabled
=yes
14671 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14674 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14675 if test "$ac_cv_c_fortify_enabled" = yes
14677 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14682 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14683 if ${ac_cv_c_extern_prefix+:} false
; then :
14684 $as_echo_n "(cached) " >&6
14686 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14687 /* end confdefs.h. */
14688 extern int ac_test;
14692 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14697 if ac_fn_c_try_link
"$LINENO"; then :
14698 ac_cv_c_extern_prefix
="yes"
14700 ac_cv_c_extern_prefix
="no"
14702 rm -f core conftest.err conftest.
$ac_objext \
14703 conftest
$ac_exeext conftest.
$ac_ext
14705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14706 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14711 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14712 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14713 $as_echo_n "(cached) " >&6
14715 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14716 /* end confdefs.h. */
14718 #define __stdcall __attribute__((__stdcall__))
14720 int __stdcall ac_test(int i) { return i; }
14724 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14729 if ac_fn_c_try_link
"$LINENO"; then :
14730 ac_cv_c_stdcall_suffix
="yes"
14732 ac_cv_c_stdcall_suffix
="no"
14734 rm -f core conftest.err conftest.
$ac_objext \
14735 conftest
$ac_exeext conftest.
$ac_ext
14737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14738 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14739 *) ac_cv_c_stdcall_suffix
="no" ;;
14743 if test "$ac_cv_c_extern_prefix" = "yes"
14745 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14747 asm_name_prefix
="_"
14749 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14755 if test "$ac_cv_c_stdcall_suffix" = "yes"
14757 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14760 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14766 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14767 if ${ac_cv_asm_func_def+:} false
; then :
14768 $as_echo_n "(cached) " >&6
14770 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14771 /* end confdefs.h. */
14776 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14781 if ac_fn_c_try_link
"$LINENO"; then :
14782 ac_cv_asm_func_def
=".def"
14784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14785 /* end confdefs.h. */
14790 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14795 if ac_fn_c_try_link
"$LINENO"; then :
14796 ac_cv_asm_func_def
=".type @function"
14798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14799 /* end confdefs.h. */
14804 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14809 if ac_fn_c_try_link
"$LINENO"; then :
14810 ac_cv_asm_func_def
=".type 2"
14812 ac_cv_asm_func_def
="unknown"
14814 rm -f core conftest.err conftest.
$ac_objext \
14815 conftest
$ac_exeext conftest.
$ac_ext
14817 rm -f core conftest.err conftest.
$ac_objext \
14818 conftest
$ac_exeext conftest.
$ac_ext
14820 rm -f core conftest.err conftest.
$ac_objext \
14821 conftest
$ac_exeext conftest.
$ac_ext
14823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14824 $as_echo "$ac_cv_asm_func_def" >&6; }
14827 case "$ac_cv_asm_func_def" in
14829 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14831 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14833 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14835 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14837 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14839 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14841 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14843 asm_func_header
="" ;;
14846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14847 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14848 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14849 $as_echo_n "(cached) " >&6
14851 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14852 /* end confdefs.h. */
14853 asm(".text\n\t.long 0");
14862 if ac_fn_c_try_compile
"$LINENO"; then :
14863 ac_cv_c_asm_outside_funcs
="yes"
14865 ac_cv_c_asm_outside_funcs
="no"
14867 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14870 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14873 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14874 if ${ac_cv_c_dot_previous+:} false
; then :
14875 $as_echo_n "(cached) " >&6
14877 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14878 /* end confdefs.h. */
14883 asm(".text\nac_test:\t.long 0\n\t.previous");
14888 if ac_fn_c_try_link
"$LINENO"; then :
14889 ac_cv_c_dot_previous
="yes"
14891 ac_cv_c_dot_previous
="no"
14893 rm -f core conftest.err conftest.
$ac_objext \
14894 conftest
$ac_exeext conftest.
$ac_ext
14896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14897 $as_echo "$ac_cv_c_dot_previous" >&6; }
14899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14900 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14901 if ${ac_cv_c_cfi_support+:} false
; then :
14902 $as_echo_n "(cached) " >&6
14904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14905 /* end confdefs.h. */
14906 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14915 if ac_fn_c_try_compile
"$LINENO"; then :
14916 ac_cv_c_cfi_support
="yes"
14918 ac_cv_c_cfi_support
="no"
14920 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14923 $as_echo "$ac_cv_c_cfi_support" >&6; }
14925 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14926 asm_func_trailer
=""
14927 if test "$ac_cv_c_dot_previous" = "yes"
14929 asm_func_trailer
="\\n\\t.previous"
14931 if test "$ac_cv_c_cfi_support" = "yes"
14933 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14934 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14936 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14938 UNWINDFLAGS
=-fasynchronous-unwind-tables
14941 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14943 if test "x$enable_win64" = "xyes"
14945 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14949 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14952 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14954 cat >>confdefs.h
<<_ACEOF
14955 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14959 cat >>confdefs.h
<<_ACEOF
14960 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14965 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14968 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14973 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14981 *i
[3456789]86*|x86_64
*)
14982 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14983 WINELOADER_PROGRAMS
="$WINELOADER_PROGRAMS $wine_binary-preloader"
14990 ac_save_CFLAGS
="$CFLAGS"
14991 CFLAGS
="$CFLAGS $BUILTINFLAG"
15070 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15071 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15072 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15073 cat >>confdefs.h
<<_ACEOF
15074 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15080 CFLAGS
="$ac_save_CFLAGS"
15082 if test "$ac_cv_func_dlopen" = no
15084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
15085 $as_echo_n "checking for dlopen in -ldl... " >&6; }
15086 if ${ac_cv_lib_dl_dlopen+:} false
; then :
15087 $as_echo_n "(cached) " >&6
15089 ac_check_lib_save_LIBS
=$LIBS
15091 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15092 /* end confdefs.h. */
15094 /* Override any GCC internal prototype to avoid an error.
15095 Use char because int might match the return type of a GCC
15096 builtin and then its argument prototype would still apply. */
15109 if ac_fn_c_try_link
"$LINENO"; then :
15110 ac_cv_lib_dl_dlopen
=yes
15112 ac_cv_lib_dl_dlopen
=no
15114 rm -f core conftest.err conftest.
$ac_objext \
15115 conftest
$ac_exeext conftest.
$ac_ext
15116 LIBS
=$ac_check_lib_save_LIBS
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
15119 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
15120 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
15121 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
15127 ac_wine_check_funcs_save_LIBS
="$LIBS"
15128 LIBS
="$LIBS $DL_LIBS"
15129 for ac_func
in dladdr
15131 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
15132 if test "x$ac_cv_func_dladdr" = xyes
; then :
15133 cat >>confdefs.h
<<_ACEOF
15134 #define HAVE_DLADDR 1
15140 LIBS
="$ac_wine_check_funcs_save_LIBS"
15142 if test "$ac_cv_func_poll" = no
15144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
15145 $as_echo_n "checking for poll in -lpoll... " >&6; }
15146 if ${ac_cv_lib_poll_poll+:} false
; then :
15147 $as_echo_n "(cached) " >&6
15149 ac_check_lib_save_LIBS
=$LIBS
15150 LIBS
="-lpoll $LIBS"
15151 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15152 /* end confdefs.h. */
15154 /* Override any GCC internal prototype to avoid an error.
15155 Use char because int might match the return type of a GCC
15156 builtin and then its argument prototype would still apply. */
15169 if ac_fn_c_try_link
"$LINENO"; then :
15170 ac_cv_lib_poll_poll
=yes
15172 ac_cv_lib_poll_poll
=no
15174 rm -f core conftest.err conftest.
$ac_objext \
15175 conftest
$ac_exeext conftest.
$ac_ext
15176 LIBS
=$ac_check_lib_save_LIBS
15178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
15179 $as_echo "$ac_cv_lib_poll_poll" >&6; }
15180 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
15181 $as_echo "#define HAVE_POLL 1" >>confdefs.h
15188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
15189 $as_echo_n "checking for library containing gethostbyname... " >&6; }
15190 if ${ac_cv_search_gethostbyname+:} false
; then :
15191 $as_echo_n "(cached) " >&6
15193 ac_func_search_save_LIBS
=$LIBS
15194 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15195 /* end confdefs.h. */
15197 /* Override any GCC internal prototype to avoid an error.
15198 Use char because int might match the return type of a GCC
15199 builtin and then its argument prototype would still apply. */
15203 char gethostbyname ();
15207 return gethostbyname ();
15212 for ac_lib
in '' nsl
; do
15213 if test -z "$ac_lib"; then
15214 ac_res
="none required"
15217 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15219 if ac_fn_c_try_link
"$LINENO"; then :
15220 ac_cv_search_gethostbyname
=$ac_res
15222 rm -f core conftest.err conftest.
$ac_objext \
15224 if ${ac_cv_search_gethostbyname+:} false
; then :
15228 if ${ac_cv_search_gethostbyname+:} false
; then :
15231 ac_cv_search_gethostbyname
=no
15233 rm conftest.
$ac_ext
15234 LIBS
=$ac_func_search_save_LIBS
15236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15237 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15238 ac_res
=$ac_cv_search_gethostbyname
15239 if test "$ac_res" != no
; then :
15240 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15246 $as_echo_n "checking for library containing connect... " >&6; }
15247 if ${ac_cv_search_connect+:} false
; then :
15248 $as_echo_n "(cached) " >&6
15250 ac_func_search_save_LIBS
=$LIBS
15251 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15252 /* end confdefs.h. */
15254 /* Override any GCC internal prototype to avoid an error.
15255 Use char because int might match the return type of a GCC
15256 builtin and then its argument prototype would still apply. */
15269 for ac_lib
in '' socket
; do
15270 if test -z "$ac_lib"; then
15271 ac_res
="none required"
15274 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15276 if ac_fn_c_try_link
"$LINENO"; then :
15277 ac_cv_search_connect
=$ac_res
15279 rm -f core conftest.err conftest.
$ac_objext \
15281 if ${ac_cv_search_connect+:} false
; then :
15285 if ${ac_cv_search_connect+:} false
; then :
15288 ac_cv_search_connect
=no
15290 rm conftest.
$ac_ext
15291 LIBS
=$ac_func_search_save_LIBS
15293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15294 $as_echo "$ac_cv_search_connect" >&6; }
15295 ac_res
=$ac_cv_search_connect
15296 if test "$ac_res" != no
; then :
15297 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15303 $as_echo_n "checking for library containing inet_aton... " >&6; }
15304 if ${ac_cv_search_inet_aton+:} false
; then :
15305 $as_echo_n "(cached) " >&6
15307 ac_func_search_save_LIBS
=$LIBS
15308 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15309 /* end confdefs.h. */
15311 /* Override any GCC internal prototype to avoid an error.
15312 Use char because int might match the return type of a GCC
15313 builtin and then its argument prototype would still apply. */
15321 return inet_aton ();
15326 for ac_lib
in '' resolv
; do
15327 if test -z "$ac_lib"; then
15328 ac_res
="none required"
15331 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15333 if ac_fn_c_try_link
"$LINENO"; then :
15334 ac_cv_search_inet_aton
=$ac_res
15336 rm -f core conftest.err conftest.
$ac_objext \
15338 if ${ac_cv_search_inet_aton+:} false
; then :
15342 if ${ac_cv_search_inet_aton+:} false
; then :
15345 ac_cv_search_inet_aton
=no
15347 rm conftest.
$ac_ext
15348 LIBS
=$ac_func_search_save_LIBS
15350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15351 $as_echo "$ac_cv_search_inet_aton" >&6; }
15352 ac_res
=$ac_cv_search_inet_aton
15353 if test "$ac_res" != no
; then :
15354 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15374 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15375 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15376 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15377 cat >>confdefs.h
<<_ACEOF
15378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15387 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15388 if ${ac_cv_search_clock_gettime+:} false
; then :
15389 $as_echo_n "(cached) " >&6
15391 ac_func_search_save_LIBS
=$LIBS
15392 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15393 /* end confdefs.h. */
15395 /* Override any GCC internal prototype to avoid an error.
15396 Use char because int might match the return type of a GCC
15397 builtin and then its argument prototype would still apply. */
15401 char clock_gettime ();
15405 return clock_gettime ();
15410 for ac_lib
in '' rt
; do
15411 if test -z "$ac_lib"; then
15412 ac_res
="none required"
15415 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15417 if ac_fn_c_try_link
"$LINENO"; then :
15418 ac_cv_search_clock_gettime
=$ac_res
15420 rm -f core conftest.err conftest.
$ac_objext \
15422 if ${ac_cv_search_clock_gettime+:} false
; then :
15426 if ${ac_cv_search_clock_gettime+:} false
; then :
15429 ac_cv_search_clock_gettime
=no
15431 rm conftest.
$ac_ext
15432 LIBS
=$ac_func_search_save_LIBS
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15435 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15436 ac_res
=$ac_cv_search_clock_gettime
15437 if test "$ac_res" != no
; then :
15438 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15440 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15442 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15450 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15452 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15454 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15456 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15457 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15458 $as_echo_n "(cached) " >&6
15460 ac_check_lib_save_LIBS
=$LIBS
15461 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15462 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15463 /* end confdefs.h. */
15465 /* Override any GCC internal prototype to avoid an error.
15466 Use char because int might match the return type of a GCC
15467 builtin and then its argument prototype would still apply. */
15471 char ldap_initialize ();
15475 return ldap_initialize ();
15480 if ac_fn_c_try_link
"$LINENO"; then :
15481 ac_cv_lib_ldap_r_ldap_initialize
=yes
15483 ac_cv_lib_ldap_r_ldap_initialize
=no
15485 rm -f core conftest.err conftest.
$ac_objext \
15486 conftest
$ac_exeext conftest.
$ac_ext
15487 LIBS
=$ac_check_lib_save_LIBS
15489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15490 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15491 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15493 $as_echo_n "checking for ber_init in -llber... " >&6; }
15494 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15495 $as_echo_n "(cached) " >&6
15497 ac_check_lib_save_LIBS
=$LIBS
15498 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15500 /* end confdefs.h. */
15502 /* Override any GCC internal prototype to avoid an error.
15503 Use char because int might match the return type of a GCC
15504 builtin and then its argument prototype would still apply. */
15512 return ber_init ();
15517 if ac_fn_c_try_link
"$LINENO"; then :
15518 ac_cv_lib_lber_ber_init
=yes
15520 ac_cv_lib_lber_ber_init
=no
15522 rm -f core conftest.err conftest.
$ac_objext \
15523 conftest
$ac_exeext conftest.
$ac_ext
15524 LIBS
=$ac_check_lib_save_LIBS
15526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15527 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15528 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15530 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15532 LDAP_LIBS
="-lldap_r -llber"
15539 ac_wine_check_funcs_save_LIBS
="$LIBS"
15540 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15542 ldap_count_references \
15543 ldap_first_reference \
15544 ldap_next_reference \
15545 ldap_parse_reference \
15546 ldap_parse_sort_control \
15547 ldap_parse_sortresponse_control \
15548 ldap_parse_vlv_control \
15549 ldap_parse_vlvresponse_control
15551 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15552 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15553 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15554 cat >>confdefs.h
<<_ACEOF
15555 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15561 LIBS
="$ac_wine_check_funcs_save_LIBS"
15563 if test "x$LDAP_LIBS" = "x"; then :
15564 case "x$with_ldap" in
15565 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15567 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15568 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15573 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15574 if ${wine_cv_one_arg_mkdir+:} false
; then :
15575 $as_echo_n "(cached) " >&6
15577 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15578 /* end confdefs.h. */
15579 #include <sys/stat.h>
15588 if ac_fn_c_try_compile
"$LINENO"; then :
15589 wine_cv_one_arg_mkdir
=yes
15591 wine_cv_one_arg_mkdir
=no
15593 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15596 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15597 if test "$wine_cv_one_arg_mkdir" = "yes"
15600 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15605 $as_echo_n "checking for sched_setaffinity... " >&6; }
15606 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15607 $as_echo_n "(cached) " >&6
15609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15610 /* end confdefs.h. */
15611 #define _GNU_SOURCE
15616 sched_setaffinity(0, 0, 0);
15621 if ac_fn_c_try_link
"$LINENO"; then :
15622 wine_cv_have_sched_setaffinity
=yes
15624 wine_cv_have_sched_setaffinity
=no
15626 rm -f core conftest.err conftest.
$ac_objext \
15627 conftest
$ac_exeext conftest.
$ac_ext
15629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15630 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15631 if test "$wine_cv_have_sched_setaffinity" = "yes"
15634 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15639 $as_echo_n "checking for fallocate... " >&6; }
15640 if ${wine_cv_have_fallocate+:} false
; then :
15641 $as_echo_n "(cached) " >&6
15643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15644 /* end confdefs.h. */
15645 #define _GNU_SOURCE
15650 fallocate(-1, 0, 0, 0);
15655 if ac_fn_c_try_link
"$LINENO"; then :
15656 wine_cv_have_fallocate
=yes
15658 wine_cv_have_fallocate
=no
15660 rm -f core conftest.err conftest.
$ac_objext \
15661 conftest
$ac_exeext conftest.
$ac_ext
15663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15664 $as_echo "$wine_cv_have_fallocate" >&6; }
15665 if test "$wine_cv_have_fallocate" = "yes"
15668 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15674 $as_echo_n "checking for inline... " >&6; }
15675 if ${ac_cv_c_inline+:} false
; then :
15676 $as_echo_n "(cached) " >&6
15679 for ac_kw
in inline __inline__ __inline
; do
15680 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15681 /* end confdefs.h. */
15682 #ifndef __cplusplus
15684 static $ac_kw foo_t static_foo () {return 0; }
15685 $ac_kw foo_t foo () {return 0; }
15689 if ac_fn_c_try_compile
"$LINENO"; then :
15690 ac_cv_c_inline
=$ac_kw
15692 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15693 test "$ac_cv_c_inline" != no
&& break
15697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15698 $as_echo "$ac_cv_c_inline" >&6; }
15700 case $ac_cv_c_inline in
15703 case $ac_cv_c_inline in
15705 *) ac_val
=$ac_cv_c_inline;;
15707 cat >>confdefs.h
<<_ACEOF
15708 #ifndef __cplusplus
15709 #define inline $ac_val
15715 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15716 if test "x$ac_cv_type_mode_t" = xyes
; then :
15718 cat >>confdefs.h
<<_ACEOF
15719 #define HAVE_MODE_T 1
15724 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15725 if test "x$ac_cv_type_off_t" = xyes
; then :
15727 cat >>confdefs.h
<<_ACEOF
15728 #define HAVE_OFF_T 1
15733 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15734 if test "x$ac_cv_type_pid_t" = xyes
; then :
15736 cat >>confdefs.h
<<_ACEOF
15737 #define HAVE_PID_T 1
15742 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15743 if test "x$ac_cv_type_size_t" = xyes
; then :
15745 cat >>confdefs.h
<<_ACEOF
15746 #define HAVE_SIZE_T 1
15751 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15752 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15754 cat >>confdefs.h
<<_ACEOF
15755 #define HAVE_SSIZE_T 1
15760 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15761 if test "x$ac_cv_type_long_long" = xyes
; then :
15763 cat >>confdefs.h
<<_ACEOF
15764 #define HAVE_LONG_LONG 1
15769 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15770 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15772 cat >>confdefs.h
<<_ACEOF
15773 #define HAVE_FSBLKCNT_T 1
15778 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15779 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15781 cat >>confdefs.h
<<_ACEOF
15782 #define HAVE_FSFILCNT_T 1
15788 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15789 #include <signal.h>
15791 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15793 cat >>confdefs.h
<<_ACEOF
15794 #define HAVE_SIGSET_T 1
15800 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15802 if test "x$ac_cv_type_request_sense" = xyes
; then :
15804 cat >>confdefs.h
<<_ACEOF
15805 #define HAVE_REQUEST_SENSE 1
15812 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15813 #ifdef HAVE_SYS_SOCKET_H
15814 #include <sys/socket.h>
15816 #ifdef HAVE_SYS_SOCKETVAR_H
15817 #include <sys/socketvar.h>
15819 #ifdef HAVE_NET_ROUTE_H
15820 #include <net/route.h>
15822 #ifdef HAVE_NETINET_IN_H
15823 #include <netinet/in.h>
15825 #ifdef HAVE_NETINET_IN_SYSTM_H
15826 #include <netinet/in_systm.h>
15828 #ifdef HAVE_NETINET_IP_H
15829 #include <netinet/ip.h>
15831 #ifdef HAVE_NETINET_IN_PCB_H
15832 #include <netinet/in_pcb.h>
15835 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15837 cat >>confdefs.h
<<_ACEOF
15838 #define HAVE_STRUCT_XINPGEN 1
15845 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15848 #ifdef HAVE_SYS_LINK_H
15849 #include <sys/link.h>
15852 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15854 cat >>confdefs.h
<<_ACEOF
15855 #define HAVE_STRUCT_R_DEBUG 1
15860 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15863 #ifdef HAVE_SYS_LINK_H
15864 #include <sys/link.h>
15867 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15869 cat >>confdefs.h
<<_ACEOF
15870 #define HAVE_STRUCT_LINK_MAP 1
15877 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15878 #include <linux/input.h>
15881 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15883 cat >>confdefs.h
<<_ACEOF
15884 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15892 $as_echo_n "checking for sigaddset... " >&6; }
15893 if ${wine_cv_have_sigaddset+:} false
; then :
15894 $as_echo_n "(cached) " >&6
15896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15897 /* end confdefs.h. */
15898 #include <signal.h>
15902 sigset_t set; sigaddset(&set,SIGTERM);
15907 if ac_fn_c_try_link
"$LINENO"; then :
15908 wine_cv_have_sigaddset
=yes
15910 wine_cv_have_sigaddset
=no
15912 rm -f core conftest.err conftest.
$ac_objext \
15913 conftest
$ac_exeext conftest.
$ac_ext
15915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15916 $as_echo "$wine_cv_have_sigaddset" >&6; }
15917 if test "$wine_cv_have_sigaddset" = "yes"
15920 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15926 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15927 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15928 $as_echo_n "(cached) " >&6
15930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15931 /* end confdefs.h. */
15939 struct hostent *result;
15946 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15947 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15953 if ac_fn_c_try_link
"$LINENO"; then :
15954 wine_cv_linux_gethostbyname_r_6
=yes
15956 wine_cv_linux_gethostbyname_r_6
=no
15959 rm -f core conftest.err conftest.
$ac_objext \
15960 conftest
$ac_exeext conftest.
$ac_ext
15963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15964 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15965 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15968 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15972 if test "$ac_cv_header_linux_joystick_h" = "yes"
15974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15975 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15976 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15977 $as_echo_n "(cached) " >&6
15979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15980 /* end confdefs.h. */
15982 #include <sys/ioctl.h>
15983 #include <sys/types.h>
15984 #include <linux/joystick.h>
15986 struct js_event blub;
15987 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15988 #error "no 2.2 header"
15999 if ac_fn_c_try_compile
"$LINENO"; then :
16000 wine_cv_linux_joystick_22_api
=yes
16002 wine_cv_linux_joystick_22_api
=no
16004 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
16008 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
16009 if test "$wine_cv_linux_joystick_22_api" = "yes"
16012 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
16018 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
16019 #ifdef HAVE_SYS_PARAM_H
16020 # include <sys/param.h>
16022 #ifdef HAVE_SYS_MOUNT_H
16023 # include <sys/mount.h>
16025 #ifdef HAVE_SYS_VFS_H
16026 # include <sys/vfs.h>
16028 #ifdef HAVE_SYS_STATFS_H
16029 # include <sys/statfs.h>
16032 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
16034 cat >>confdefs.h
<<_ACEOF
16035 #define HAVE_STRUCT_STATFS_F_BFREE 1
16040 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
16041 #ifdef HAVE_SYS_PARAM_H
16042 # include <sys/param.h>
16044 #ifdef HAVE_SYS_MOUNT_H
16045 # include <sys/mount.h>
16047 #ifdef HAVE_SYS_VFS_H
16048 # include <sys/vfs.h>
16050 #ifdef HAVE_SYS_STATFS_H
16051 # include <sys/statfs.h>
16054 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
16056 cat >>confdefs.h
<<_ACEOF
16057 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
16062 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
16063 #ifdef HAVE_SYS_PARAM_H
16064 # include <sys/param.h>
16066 #ifdef HAVE_SYS_MOUNT_H
16067 # include <sys/mount.h>
16069 #ifdef HAVE_SYS_VFS_H
16070 # include <sys/vfs.h>
16072 #ifdef HAVE_SYS_STATFS_H
16073 # include <sys/statfs.h>
16076 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
16078 cat >>confdefs.h
<<_ACEOF
16079 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
16084 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
16085 #ifdef HAVE_SYS_PARAM_H
16086 # include <sys/param.h>
16088 #ifdef HAVE_SYS_MOUNT_H
16089 # include <sys/mount.h>
16091 #ifdef HAVE_SYS_VFS_H
16092 # include <sys/vfs.h>
16094 #ifdef HAVE_SYS_STATFS_H
16095 # include <sys/statfs.h>
16098 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
16100 cat >>confdefs.h
<<_ACEOF
16101 #define HAVE_STRUCT_STATFS_F_FFREE 1
16106 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
16107 #ifdef HAVE_SYS_PARAM_H
16108 # include <sys/param.h>
16110 #ifdef HAVE_SYS_MOUNT_H
16111 # include <sys/mount.h>
16113 #ifdef HAVE_SYS_VFS_H
16114 # include <sys/vfs.h>
16116 #ifdef HAVE_SYS_STATFS_H
16117 # include <sys/statfs.h>
16120 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
16122 cat >>confdefs.h
<<_ACEOF
16123 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
16128 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
16129 #ifdef HAVE_SYS_PARAM_H
16130 # include <sys/param.h>
16132 #ifdef HAVE_SYS_MOUNT_H
16133 # include <sys/mount.h>
16135 #ifdef HAVE_SYS_VFS_H
16136 # include <sys/vfs.h>
16138 #ifdef HAVE_SYS_STATFS_H
16139 # include <sys/statfs.h>
16142 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
16144 cat >>confdefs.h
<<_ACEOF
16145 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
16152 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
16153 #include <sys/statvfs.h>
16156 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
16158 cat >>confdefs.h
<<_ACEOF
16159 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
16166 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
16167 #include <dirent.h>
16170 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
16172 cat >>confdefs.h
<<_ACEOF
16173 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
16180 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
16181 #ifdef HAVE_SYS_SOCKET_H
16182 # include <sys/socket.h>
16184 #ifdef HAVE_SYS_UN_H
16185 # include <sys/un.h>
16188 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
16190 cat >>confdefs.h
<<_ACEOF
16191 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16196 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16197 #ifdef HAVE_SYS_SOCKET_H
16198 # include <sys/socket.h>
16200 #ifdef HAVE_SYS_UN_H
16201 # include <sys/un.h>
16204 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16206 cat >>confdefs.h
<<_ACEOF
16207 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16212 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16213 #ifdef HAVE_SYS_SOCKET_H
16214 # include <sys/socket.h>
16216 #ifdef HAVE_SYS_UN_H
16217 # include <sys/un.h>
16220 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16222 cat >>confdefs.h
<<_ACEOF
16223 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16230 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16231 #ifdef HAVE_SCSI_SG_H
16232 #include <scsi/sg.h>
16235 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16237 cat >>confdefs.h
<<_ACEOF
16238 #define HAVE_SCSIREQ_T_CMD 1
16243 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>
16244 #ifdef HAVE_SCSI_SG_H
16245 #include <scsi/sg.h>
16248 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16250 cat >>confdefs.h
<<_ACEOF
16251 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16258 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16260 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16262 cat >>confdefs.h
<<_ACEOF
16263 #define HAVE_SIGINFO_T_SI_FD 1
16270 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16271 #ifdef HAVE_SYS_MTIO_H
16272 #include <sys/mtio.h>
16275 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16277 cat >>confdefs.h
<<_ACEOF
16278 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16283 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16284 #ifdef HAVE_SYS_MTIO_H
16285 #include <sys/mtio.h>
16288 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16290 cat >>confdefs.h
<<_ACEOF
16291 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16296 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16297 #ifdef HAVE_SYS_MTIO_H
16298 #include <sys/mtio.h>
16301 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16303 cat >>confdefs.h
<<_ACEOF
16304 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16311 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16312 #include <getopt.h>
16315 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16317 cat >>confdefs.h
<<_ACEOF
16318 #define HAVE_STRUCT_OPTION_NAME 1
16325 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16326 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16328 cat >>confdefs.h
<<_ACEOF
16329 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16334 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16335 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16337 cat >>confdefs.h
<<_ACEOF
16338 #define HAVE_STRUCT_STAT_ST_MTIM 1
16343 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16344 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16346 cat >>confdefs.h
<<_ACEOF
16347 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16352 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16353 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16355 cat >>confdefs.h
<<_ACEOF
16356 #define HAVE_STRUCT_STAT_ST_CTIM 1
16361 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16362 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16364 cat >>confdefs.h
<<_ACEOF
16365 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16370 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16371 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16373 cat >>confdefs.h
<<_ACEOF
16374 #define HAVE_STRUCT_STAT_ST_ATIM 1
16379 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16380 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16382 cat >>confdefs.h
<<_ACEOF
16383 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16388 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16389 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16391 cat >>confdefs.h
<<_ACEOF
16392 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16397 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16398 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16400 cat >>confdefs.h
<<_ACEOF
16401 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16406 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16407 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16409 cat >>confdefs.h
<<_ACEOF
16410 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16415 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16416 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16418 cat >>confdefs.h
<<_ACEOF
16419 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16424 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16425 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16427 cat >>confdefs.h
<<_ACEOF
16428 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16435 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
16436 #include <sys/types.h>
16438 #ifdef HAVE_NETINET_IN_H
16439 #include <netinet/in.h>
16442 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16444 cat >>confdefs.h
<<_ACEOF
16445 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16452 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16453 #include <resolv.h>
16456 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16458 cat >>confdefs.h
<<_ACEOF
16459 #define HAVE_STRUCT___RES_STATE 1
16466 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
16467 #include <resolv.h>
16470 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16472 cat >>confdefs.h
<<_ACEOF
16473 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16480 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16481 #include <sys/types.h>
16483 #ifdef HAVE_NETINET_IN_H
16484 # include <netinet/in.h>
16486 #ifdef HAVE_ARPA_NAMESER_H
16487 # include <arpa/nameser.h>
16490 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16492 cat >>confdefs.h
<<_ACEOF
16493 #define HAVE_NS_MSG__MSG_PTR 1
16500 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16501 #include <sys/types.h>
16503 #ifdef HAVE_NETINET_IP_H
16504 #include <netinet/ip.h>
16506 #ifdef HAVE_NETINET_IP_ICMP_H
16507 #include <netinet/ip_icmp.h>
16509 #ifdef HAVE_NETINET_ICMP_VAR_H
16510 #include <netinet/icmp_var.h>
16513 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16515 cat >>confdefs.h
<<_ACEOF
16516 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16523 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16524 #include <sys/types.h>
16526 #ifdef HAVE_ALIAS_H
16529 #ifdef HAVE_SYS_SOCKET_H
16530 #include <sys/socket.h>
16532 #ifdef HAVE_SYS_SOCKETVAR_H
16533 #include <sys/socketvar.h>
16535 #ifdef HAVE_SYS_TIMEOUT_H
16536 #include <sys/timeout.h>
16538 #ifdef HAVE_NETINET_IN_H
16539 #include <netinet/in.h>
16541 #ifdef HAVE_NETINET_IN_SYSTM_H
16542 #include <netinet/in_systm.h>
16544 #ifdef HAVE_NETINET_IP_H
16545 #include <netinet/ip.h>
16547 #ifdef HAVE_NETINET_IP_VAR_H
16548 #include <netinet/ip_var.h>
16550 #ifdef HAVE_NETINET_IP_ICMP_H
16551 #include <netinet/ip_icmp.h>
16553 #ifdef HAVE_NETINET_ICMP_VAR_H
16554 #include <netinet/icmp_var.h>
16557 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16559 cat >>confdefs.h
<<_ACEOF
16560 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16567 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16568 #include <sys/types.h>
16570 #ifdef HAVE_SYS_SOCKETVAR_H
16571 #include <sys/socketvar.h>
16573 #ifdef HAVE_NETINET_IN_H
16574 #include <netinet/in.h>
16576 #ifdef HAVE_NETINET_IP_VAR_H
16577 #include <netinet/ip_var.h>
16580 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16582 cat >>confdefs.h
<<_ACEOF
16583 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16590 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
16591 #include <netinet/ip_var.h>
16594 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16596 cat >>confdefs.h
<<_ACEOF
16597 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16604 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16605 #include <sys/types.h>
16607 #ifdef HAVE_SYS_SOCKETVAR_H
16608 #include <sys/socketvar.h>
16610 #ifdef HAVE_NETINET_IN_H
16611 #include <netinet/in.h>
16613 #ifdef HAVE_NETINET_TCP_H
16614 #include <netinet/tcp.h>
16616 #ifdef HAVE_NETINET_TCP_VAR_H
16617 #include <netinet/tcp_var.h>
16620 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16622 cat >>confdefs.h
<<_ACEOF
16623 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16630 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
16631 #include <netinet/tcp_var.h>
16634 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16636 cat >>confdefs.h
<<_ACEOF
16637 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16644 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16645 #include <sys/types.h>
16647 #ifdef HAVE_NETINET_IN_H
16648 #include <netinet/in.h>
16650 #ifdef HAVE_NETINET_IP_VAR_H
16651 #include <netinet/ip_var.h>
16653 #ifdef HAVE_NETINET_UDP_H
16654 #include <netinet/udp.h>
16656 #ifdef HAVE_NETINET_UDP_VAR_H
16657 #include <netinet/udp_var.h>
16660 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16662 cat >>confdefs.h
<<_ACEOF
16663 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16670 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16671 #include <sys/types.h>
16673 #ifdef HAVE_NET_IF_H
16674 # include <net/if.h>
16677 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16679 cat >>confdefs.h
<<_ACEOF
16680 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16688 $as_echo_n "checking for timezone variable... " >&6; }
16689 if ${ac_cv_have_timezone+:} false
; then :
16690 $as_echo_n "(cached) " >&6
16692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16693 /* end confdefs.h. */
16703 if ac_fn_c_try_link
"$LINENO"; then :
16704 ac_cv_have_timezone
="yes"
16706 ac_cv_have_timezone
="no"
16708 rm -f core conftest.err conftest.
$ac_objext \
16709 conftest
$ac_exeext conftest.
$ac_ext
16711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16712 $as_echo "$ac_cv_have_timezone" >&6; }
16713 if test "$ac_cv_have_timezone" = "yes"
16716 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16720 $as_echo_n "checking for daylight variable... " >&6; }
16721 if ${ac_cv_have_daylight+:} false
; then :
16722 $as_echo_n "(cached) " >&6
16724 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16725 /* end confdefs.h. */
16735 if ac_fn_c_try_link
"$LINENO"; then :
16736 ac_cv_have_daylight
="yes"
16738 ac_cv_have_daylight
="no"
16740 rm -f core conftest.err conftest.
$ac_objext \
16741 conftest
$ac_exeext conftest.
$ac_ext
16743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16744 $as_echo "$ac_cv_have_daylight" >&6; }
16745 if test "$ac_cv_have_daylight" = "yes"
16748 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16752 ac_save_LIBS
="$LIBS"
16754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16755 $as_echo_n "checking for isfinite... " >&6; }
16756 if ${ac_cv_have_isfinite+:} false
; then :
16757 $as_echo_n "(cached) " >&6
16759 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16760 /* end confdefs.h. */
16761 #define _GNU_SOURCE
16766 float f = 0.0; return isfinite(f)
16771 if ac_fn_c_try_link
"$LINENO"; then :
16772 ac_cv_have_isfinite
="yes"
16774 ac_cv_have_isfinite
="no"
16776 rm -f core conftest.err conftest.
$ac_objext \
16777 conftest
$ac_exeext conftest.
$ac_ext
16779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16780 $as_echo "$ac_cv_have_isfinite" >&6; }
16781 if test "$ac_cv_have_isfinite" = "yes"
16784 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16789 $as_echo_n "checking for isinf... " >&6; }
16790 if ${ac_cv_have_isinf+:} false
; then :
16791 $as_echo_n "(cached) " >&6
16793 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16794 /* end confdefs.h. */
16799 float f = 0.0; return isinf(f)
16804 if ac_fn_c_try_link
"$LINENO"; then :
16805 ac_cv_have_isinf
="yes"
16807 ac_cv_have_isinf
="no"
16809 rm -f core conftest.err conftest.
$ac_objext \
16810 conftest
$ac_exeext conftest.
$ac_ext
16812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16813 $as_echo "$ac_cv_have_isinf" >&6; }
16814 if test "$ac_cv_have_isinf" = "yes"
16817 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16822 $as_echo_n "checking for isnan... " >&6; }
16823 if ${ac_cv_have_isnan+:} false
; then :
16824 $as_echo_n "(cached) " >&6
16826 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16827 /* end confdefs.h. */
16832 float f = 0.0; return isnan(f)
16837 if ac_fn_c_try_link
"$LINENO"; then :
16838 ac_cv_have_isnan
="yes"
16840 ac_cv_have_isnan
="no"
16842 rm -f core conftest.err conftest.
$ac_objext \
16843 conftest
$ac_exeext conftest.
$ac_ext
16845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16846 $as_echo "$ac_cv_have_isnan" >&6; }
16847 if test "$ac_cv_have_isnan" = "yes"
16850 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16879 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16880 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16881 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16882 cat >>confdefs.h
<<_ACEOF
16883 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16889 LIBS
="$ac_save_LIBS"
16891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16892 $as_echo_n "checking for __builtin_clz... " >&6; }
16893 if ${ac_cv_have___builtin_clz+:} false
; then :
16894 $as_echo_n "(cached) " >&6
16896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16897 /* end confdefs.h. */
16902 return __builtin_clz(1)
16907 if ac_fn_c_try_link
"$LINENO"; then :
16908 ac_cv_have___builtin_clz
="yes"
16910 ac_cv_have___builtin_clz
="no"
16912 rm -f core conftest.err conftest.
$ac_objext \
16913 conftest
$ac_exeext conftest.
$ac_ext
16915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16916 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16917 if test "$ac_cv_have___builtin_clz" = "yes"
16920 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_popcount" >&5
16925 $as_echo_n "checking for __builtin_popcount... " >&6; }
16926 if ${ac_cv_have___builtin_popcount+:} false
; then :
16927 $as_echo_n "(cached) " >&6
16929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16930 /* end confdefs.h. */
16935 return __builtin_popcount(1)
16940 if ac_fn_c_try_link
"$LINENO"; then :
16941 ac_cv_have___builtin_popcount
="yes"
16943 ac_cv_have___builtin_popcount
="no"
16945 rm -f core conftest.err conftest.
$ac_objext \
16946 conftest
$ac_exeext conftest.
$ac_ext
16948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_popcount" >&5
16949 $as_echo "$ac_cv_have___builtin_popcount" >&6; }
16950 if test "$ac_cv_have___builtin_popcount" = "yes"
16953 $as_echo "#define HAVE___BUILTIN_POPCOUNT 1" >>confdefs.h
16959 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16960 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16961 if ${ac_cv_cpp_def___i386__+:} false
; then :
16962 $as_echo_n "(cached) " >&6
16964 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16965 /* end confdefs.h. */
16970 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16971 $EGREP "yes" >/dev
/null
2>&1; then :
16972 ac_cv_cpp_def___i386__
=yes
16974 ac_cv_cpp_def___i386__
=no
16979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16980 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16981 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16982 CFLAGS
="$CFLAGS -D__i386__"
16983 LINTFLAGS
="$LINTFLAGS -D__i386__"
16985 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16986 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16987 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16988 $as_echo_n "(cached) " >&6
16990 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16991 /* end confdefs.h. */
16996 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16997 $EGREP "yes" >/dev
/null
2>&1; then :
16998 ac_cv_cpp_def___x86_64__
=yes
17000 ac_cv_cpp_def___x86_64__
=no
17005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
17006 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
17007 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
17008 CFLAGS
="$CFLAGS -D__x86_64__"
17009 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
17011 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
17012 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
17013 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
17014 $as_echo_n "(cached) " >&6
17016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17017 /* end confdefs.h. */
17018 #ifndef __sparc64__
17022 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17023 $EGREP "yes" >/dev
/null
2>&1; then :
17024 ac_cv_cpp_def___sparc64__
=yes
17026 ac_cv_cpp_def___sparc64__
=no
17031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
17032 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
17033 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
17034 CFLAGS
="$CFLAGS -D__sparc64__"
17035 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
17037 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
17038 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
17039 if ${ac_cv_cpp_def___sparc__+:} false
; then :
17040 $as_echo_n "(cached) " >&6
17042 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17043 /* end confdefs.h. */
17048 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17049 $EGREP "yes" >/dev
/null
2>&1; then :
17050 ac_cv_cpp_def___sparc__
=yes
17052 ac_cv_cpp_def___sparc__
=no
17057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
17058 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
17059 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
17060 CFLAGS
="$CFLAGS -D__sparc__"
17061 LINTFLAGS
="$LINTFLAGS -D__sparc__"
17063 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
17064 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
17065 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
17066 $as_echo_n "(cached) " >&6
17068 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17069 /* end confdefs.h. */
17070 #ifndef __powerpc64__
17074 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17075 $EGREP "yes" >/dev
/null
2>&1; then :
17076 ac_cv_cpp_def___powerpc64__
=yes
17078 ac_cv_cpp_def___powerpc64__
=no
17083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
17084 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
17085 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
17086 CFLAGS
="$CFLAGS -D__powerpc64__"
17087 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
17089 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
17090 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
17091 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
17092 $as_echo_n "(cached) " >&6
17094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17095 /* end confdefs.h. */
17096 #ifndef __powerpc__
17100 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17101 $EGREP "yes" >/dev
/null
2>&1; then :
17102 ac_cv_cpp_def___powerpc__
=yes
17104 ac_cv_cpp_def___powerpc__
=no
17109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
17110 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
17111 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
17112 CFLAGS
="$CFLAGS -D__powerpc__"
17113 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
17115 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
17116 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
17117 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
17118 $as_echo_n "(cached) " >&6
17120 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17121 /* end confdefs.h. */
17122 #ifndef __aarch64__
17126 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17127 $EGREP "yes" >/dev
/null
2>&1; then :
17128 ac_cv_cpp_def___aarch64__
=yes
17130 ac_cv_cpp_def___aarch64__
=no
17135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
17136 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
17137 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
17138 CFLAGS
="$CFLAGS -D__aarch64__"
17139 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
17141 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
17142 $as_echo_n "checking whether we need to define __arm__... " >&6; }
17143 if ${ac_cv_cpp_def___arm__+:} false
; then :
17144 $as_echo_n "(cached) " >&6
17146 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17147 /* end confdefs.h. */
17152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17153 $EGREP "yes" >/dev
/null
2>&1; then :
17154 ac_cv_cpp_def___arm__
=yes
17156 ac_cv_cpp_def___arm__
=no
17161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
17162 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
17163 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
17164 CFLAGS
="$CFLAGS -D__arm__"
17165 LINTFLAGS
="$LINTFLAGS -D__arm__"
17169 case $host_vendor in
17170 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
17171 $as_echo_n "checking whether we need to define __sun__... " >&6; }
17172 if ${ac_cv_cpp_def___sun__+:} false
; then :
17173 $as_echo_n "(cached) " >&6
17175 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
17176 /* end confdefs.h. */
17181 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
17182 $EGREP "yes" >/dev
/null
2>&1; then :
17183 ac_cv_cpp_def___sun__
=yes
17185 ac_cv_cpp_def___sun__
=no
17190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
17191 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
17192 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
17193 CFLAGS
="$CFLAGS -D__sun__"
17194 LINTFLAGS
="$LINTFLAGS -D__sun__"
17202 ac_config_commands
="$ac_config_commands include/stamp-h"
17204 $as_echo_n "creating Makefile rules..." >&6
17206 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
17207 SOCKET_LIBS = $SOCKET_LIBS
17208 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
17209 IOKIT_LIBS = $IOKIT_LIBS
17210 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
17211 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
17212 CORESERVICES_LIBS = $CORESERVICES_LIBS
17213 APPKIT_LIBS = $APPKIT_LIBS
17214 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
17215 SECURITY_LIBS = $SECURITY_LIBS
17216 COREAUDIO_LIBS = $COREAUDIO_LIBS
17217 OPENAL_LIBS = $OPENAL_LIBS
17218 OPENCL_LIBS = $OPENCL_LIBS
17219 QUICKTIME_LIBS = $QUICKTIME_LIBS
17220 CARBON_LIBS = $CARBON_LIBS
17221 PTHREAD_LIBS = $PTHREAD_LIBS
17222 X_CFLAGS = $X_CFLAGS
17223 X_PRE_LIBS = $X_PRE_LIBS
17225 X_EXTRA_LIBS = $X_EXTRA_LIBS
17226 PCAP_LIBS = $PCAP_LIBS
17227 XML2_CFLAGS = $XML2_CFLAGS
17228 XML2_LIBS = $XML2_LIBS
17229 XSLT_CFLAGS = $XSLT_CFLAGS
17230 XSLT_LIBS = $XSLT_LIBS
17231 DBUS_CFLAGS = $DBUS_CFLAGS
17232 DBUS_LIBS = $DBUS_LIBS
17233 HAL_CFLAGS = $HAL_CFLAGS
17234 HAL_LIBS = $HAL_LIBS
17235 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17236 GNUTLS_LIBS = $GNUTLS_LIBS
17237 SANE_CFLAGS = $SANE_CFLAGS
17238 SANE_LIBS = $SANE_LIBS
17239 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17240 GPHOTO2_LIBS = $GPHOTO2_LIBS
17241 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17242 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17243 RESOLV_LIBS = $RESOLV_LIBS
17244 LCMS2_CFLAGS = $LCMS2_CFLAGS
17245 LCMS2_LIBS = $LCMS2_LIBS
17246 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17247 FREETYPE_LIBS = $FREETYPE_LIBS
17249 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17250 PULSE_CFLAGS = $PULSE_CFLAGS
17251 PULSE_LIBS = $PULSE_LIBS
17252 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17253 GSTREAMER_LIBS = $GSTREAMER_LIBS
17254 ALSA_LIBS = $ALSA_LIBS
17255 OSS4_CFLAGS = $OSS4_CFLAGS
17256 CAPI20_CFLAGS = $CAPI20_CFLAGS
17257 CAPI20_LIBS = $CAPI20_LIBS
17258 CUPS_CFLAGS = $CUPS_CFLAGS
17259 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17260 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17261 JPEG_CFLAGS = $JPEG_CFLAGS
17262 JPEG_LIBS = $JPEG_LIBS
17263 PNG_CFLAGS = $PNG_CFLAGS
17264 PNG_LIBS = $PNG_LIBS
17265 TIFF_CFLAGS = $TIFF_CFLAGS
17266 TIFF_LIBS = $TIFF_LIBS
17267 MPG123_CFLAGS = $MPG123_CFLAGS
17268 MPG123_LIBS = $MPG123_LIBS
17269 KSTAT_LIBS = $KSTAT_LIBS
17270 PROCSTAT_LIBS = $PROCSTAT_LIBS
17271 NETAPI_CFLAGS = $NETAPI_CFLAGS
17272 NETAPI_LIBS = $NETAPI_LIBS
17273 EXCESS_PRECISION_CFLAGS = $EXCESS_PRECISION_CFLAGS
17275 POLL_LIBS = $POLL_LIBS
17277 LDAP_LIBS = $LDAP_LIBS
17282 wine_fn_append_rule
"
17283 # Rules automatically generated by configure
17285 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17290 Makefile: $srcdir/Makefile.in config.status \$(MAKEDEP)
17291 @./config.status Make.tmp Makefile
17292 depend: \$(MAKEDEP) dummy
17295 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17296 .gitignore: config.status
17297 @./config.status .gitignore"
17299 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17300 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17302 if test "x$enable_fonts" != xno
; then
17303 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17304 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17305 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17306 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17307 ac_config_links
="$ac_config_links fonts/wingding.ttf:fonts/wingding.ttf"
17308 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf fonts
/wingding.ttf
17310 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17311 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17312 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17313 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17314 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17315 wine_fn_config_symlink wine
17316 if test "x$enable_win64" != xno
; then
17317 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17318 wine_fn_config_symlink wine64
17321 wine_fn_config_dll acledit enable_acledit
17322 wine_fn_config_dll aclui enable_aclui implib
17323 wine_fn_config_dll activeds enable_activeds implib
17324 wine_fn_config_dll actxprxy enable_actxprxy clean
17325 wine_fn_config_lib adsiid
17326 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17327 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17328 wine_fn_config_dll advpack enable_advpack implib
17329 wine_fn_config_test dlls
/advpack
/tests advpack_test
17330 wine_fn_config_dll amstream enable_amstream clean
17331 wine_fn_config_test dlls
/amstream
/tests amstream_test
17332 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17333 wine_fn_config_dll api-ms-win-core-com-l1-1-1 enable_api_ms_win_core_com_l1_1_1
17334 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17335 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17336 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17337 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17338 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17339 wine_fn_config_dll api-ms-win-core-delayload-l1-1-1 enable_api_ms_win_core_delayload_l1_1_1
17340 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17341 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17342 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17343 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17344 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17345 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17346 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17347 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17348 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17349 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17350 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17351 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17352 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17353 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17354 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17355 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17356 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17357 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-1 enable_api_ms_win_core_kernel32_legacy_l1_1_1
17358 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17359 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17360 wine_fn_config_dll api-ms-win-core-libraryloader-l1-2-0 enable_api_ms_win_core_libraryloader_l1_2_0
17361 wine_fn_config_dll api-ms-win-core-localization-l1-1-0 enable_api_ms_win_core_localization_l1_1_0
17362 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17363 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17364 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17365 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17366 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17367 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17368 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17369 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17370 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17371 wine_fn_config_dll api-ms-win-core-path-l1-1-0 enable_api_ms_win_core_path_l1_1_0
17372 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17373 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17374 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17375 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17376 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17377 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17378 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17379 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17380 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17381 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17382 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17383 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17384 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17385 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17386 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17387 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17388 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17389 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17390 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17391 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17392 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17393 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17394 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17395 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17396 wine_fn_config_dll api-ms-win-core-winrt-registration-l1-1-0 enable_api_ms_win_core_winrt_registration_l1_1_0
17397 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17398 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17399 wine_fn_config_dll api-ms-win-crt-conio-l1-1-0 enable_api_ms_win_crt_conio_l1_1_0
17400 wine_fn_config_dll api-ms-win-crt-convert-l1-1-0 enable_api_ms_win_crt_convert_l1_1_0
17401 wine_fn_config_dll api-ms-win-crt-environment-l1-1-0 enable_api_ms_win_crt_environment_l1_1_0
17402 wine_fn_config_dll api-ms-win-crt-filesystem-l1-1-0 enable_api_ms_win_crt_filesystem_l1_1_0
17403 wine_fn_config_dll api-ms-win-crt-heap-l1-1-0 enable_api_ms_win_crt_heap_l1_1_0
17404 wine_fn_config_dll api-ms-win-crt-locale-l1-1-0 enable_api_ms_win_crt_locale_l1_1_0
17405 wine_fn_config_dll api-ms-win-crt-math-l1-1-0 enable_api_ms_win_crt_math_l1_1_0
17406 wine_fn_config_dll api-ms-win-crt-multibyte-l1-1-0 enable_api_ms_win_crt_multibyte_l1_1_0
17407 wine_fn_config_dll api-ms-win-crt-private-l1-1-0 enable_api_ms_win_crt_private_l1_1_0
17408 wine_fn_config_dll api-ms-win-crt-process-l1-1-0 enable_api_ms_win_crt_process_l1_1_0
17409 wine_fn_config_dll api-ms-win-crt-runtime-l1-1-0 enable_api_ms_win_crt_runtime_l1_1_0
17410 wine_fn_config_dll api-ms-win-crt-stdio-l1-1-0 enable_api_ms_win_crt_stdio_l1_1_0
17411 wine_fn_config_dll api-ms-win-crt-string-l1-1-0 enable_api_ms_win_crt_string_l1_1_0
17412 wine_fn_config_dll api-ms-win-crt-time-l1-1-0 enable_api_ms_win_crt_time_l1_1_0
17413 wine_fn_config_dll api-ms-win-crt-utility-l1-1-0 enable_api_ms_win_crt_utility_l1_1_0
17414 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17415 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17416 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17417 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17418 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17419 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17420 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17421 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17422 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17423 wine_fn_config_dll api-ms-win-eventing-classicprovider-l1-1-0 enable_api_ms_win_eventing_classicprovider_l1_1_0
17424 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17425 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17426 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17427 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17428 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-0 enable_api_ms_win_security_lsalookup_l1_1_0
17429 wine_fn_config_dll api-ms-win-security-lsalookup-l1-1-1 enable_api_ms_win_security_lsalookup_l1_1_1
17430 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17431 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17432 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17433 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17434 wine_fn_config_dll apphelp enable_apphelp
17435 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17436 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17437 wine_fn_config_dll atl enable_atl clean
,implib
17438 wine_fn_config_test dlls
/atl
/tests atl_test
17439 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17440 wine_fn_config_test dlls
/atl100
/tests atl100_test
17441 wine_fn_config_dll atl110 enable_atl110 clean
17442 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17443 wine_fn_config_test dlls
/atl80
/tests atl80_test
17444 wine_fn_config_dll atl90 enable_atl90 clean
17445 wine_fn_config_dll authz enable_authz
17446 wine_fn_config_dll avicap32 enable_avicap32 implib
17447 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17448 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17449 wine_fn_config_dll avifile.dll16 enable_win16
17450 wine_fn_config_dll avrt enable_avrt implib
17451 wine_fn_config_dll bcrypt enable_bcrypt implib
17452 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17453 wine_fn_config_dll bluetoothapis enable_bluetoothapis
17454 wine_fn_config_dll browseui enable_browseui clean
,po
17455 wine_fn_config_test dlls
/browseui
/tests browseui_test
17456 wine_fn_config_dll bthprops.cpl enable_bthprops_cpl
17457 wine_fn_config_dll cabinet enable_cabinet implib
17458 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17459 wine_fn_config_dll capi2032 enable_capi2032 implib
17460 wine_fn_config_dll cards enable_cards implib
17461 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17462 wine_fn_config_dll clusapi enable_clusapi implib
17463 wine_fn_config_dll combase enable_combase
17464 wine_fn_config_test dlls
/combase
/tests combase_test
17465 wine_fn_config_dll comcat enable_comcat
17466 wine_fn_config_test dlls
/comcat
/tests comcat_test
17467 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17468 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17469 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17470 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17471 wine_fn_config_dll
comm.drv16 enable_win16
17472 wine_fn_config_dll commdlg.dll16 enable_win16
17473 wine_fn_config_dll compobj.dll16 enable_win16
17474 wine_fn_config_dll compstui enable_compstui implib
17475 wine_fn_config_dll comsvcs enable_comsvcs implib
17476 wine_fn_config_dll connect enable_connect
17477 wine_fn_config_dll credui enable_credui implib
,po
17478 wine_fn_config_test dlls
/credui
/tests credui_test
17479 wine_fn_config_dll crtdll enable_crtdll implib
17480 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17481 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17482 wine_fn_config_dll cryptdlg enable_cryptdlg po
17483 wine_fn_config_dll cryptdll enable_cryptdll implib
17484 wine_fn_config_dll cryptext enable_cryptext
17485 wine_fn_config_dll cryptnet enable_cryptnet implib
17486 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17487 wine_fn_config_dll cryptui enable_cryptui implib
,po
17488 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17489 wine_fn_config_dll ctapi32 enable_ctapi32
17490 wine_fn_config_dll ctl3d.dll16 enable_win16
17491 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17492 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17493 wine_fn_config_dll d2d1 enable_d2d1 implib
17494 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17495 wine_fn_config_dll d3d10 enable_d3d10 implib
17496 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17497 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17498 wine_fn_config_test dlls
/d3d10_
1/tests d3d10_1_test
17499 wine_fn_config_dll d3d10core enable_d3d10core implib
17500 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17501 wine_fn_config_dll d3d11 enable_d3d11 implib
17502 wine_fn_config_test dlls
/d3d11
/tests d3d11_test
17503 wine_fn_config_dll d3d8 enable_d3d8 implib
17504 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17505 wine_fn_config_dll d3d9 enable_d3d9 implib
17506 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17507 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17508 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17509 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17510 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17511 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17512 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17513 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17514 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17515 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17516 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17517 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17518 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17519 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17520 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17521 wine_fn_config_dll d3dim enable_d3dim implib
17522 wine_fn_config_dll d3drm enable_d3drm implib
17523 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17524 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17525 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17526 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17527 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17528 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17529 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17530 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17531 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17532 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17533 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17534 wine_fn_config_dll d3dx10_43 enable_d3dx10_43 implib d3dx10
17535 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17536 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17537 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17538 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17539 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17540 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17541 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17542 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17543 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17544 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17545 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17546 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17547 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17548 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17549 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17550 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17551 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17552 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17553 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17554 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17555 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17556 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17557 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17558 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17559 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17560 wine_fn_config_dll davclnt enable_davclnt
17561 wine_fn_config_dll dbgeng enable_dbgeng implib
17562 wine_fn_config_dll dbghelp enable_dbghelp implib
17563 wine_fn_config_dll dciman32 enable_dciman32 implib
17564 wine_fn_config_dll ddeml.dll16 enable_win16
17565 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17566 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17567 wine_fn_config_dll ddrawex enable_ddrawex clean
17568 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17569 wine_fn_config_dll devenum enable_devenum clean
,po
17570 wine_fn_config_test dlls
/devenum
/tests devenum_test
17571 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17572 wine_fn_config_dll difxapi enable_difxapi
17573 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17574 wine_fn_config_test dlls
/dinput
/tests dinput_test
17575 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17576 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17577 wine_fn_config_dll dispdib.dll16 enable_win16
17578 wine_fn_config_dll dispex enable_dispex clean
17579 wine_fn_config_test dlls
/dispex
/tests dispex_test
17580 wine_fn_config_dll display.drv16 enable_win16
17581 wine_fn_config_dll dmband enable_dmband clean
17582 wine_fn_config_test dlls
/dmband
/tests dmband_test
17583 wine_fn_config_dll dmcompos enable_dmcompos clean
17584 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17585 wine_fn_config_dll dmime enable_dmime clean
17586 wine_fn_config_test dlls
/dmime
/tests dmime_test
17587 wine_fn_config_dll dmloader enable_dmloader clean
17588 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17589 wine_fn_config_dll dmscript enable_dmscript clean
17590 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17591 wine_fn_config_dll dmstyle enable_dmstyle clean
17592 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17593 wine_fn_config_dll dmsynth enable_dmsynth clean
17594 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17595 wine_fn_config_dll dmusic enable_dmusic clean
17596 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17597 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17598 wine_fn_config_dll dnsapi enable_dnsapi implib
17599 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17600 wine_fn_config_dll dplay enable_dplay implib
17601 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17602 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17603 wine_fn_config_dll dpnaddr enable_dpnaddr
17604 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17605 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17606 wine_fn_config_dll dpnhpast enable_dpnhpast
17607 wine_fn_config_dll dpnlobby enable_dpnlobby
17608 wine_fn_config_dll dpvoice enable_dpvoice clean
17609 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17610 wine_fn_config_dll dpwsockx enable_dpwsockx
17611 wine_fn_config_dll drmclien enable_drmclien
17612 wine_fn_config_dll dsound enable_dsound clean
,implib
17613 wine_fn_config_test dlls
/dsound
/tests dsound_test
17614 wine_fn_config_dll dssenh enable_dssenh
17615 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17616 wine_fn_config_dll dswave enable_dswave clean
17617 wine_fn_config_test dlls
/dswave
/tests dswave_test
17618 wine_fn_config_dll dwmapi enable_dwmapi implib
17619 wine_fn_config_dll dwrite enable_dwrite implib
17620 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17621 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17622 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17623 wine_fn_config_lib dxerr8
17624 wine_fn_config_lib dxerr9
17625 wine_fn_config_dll dxgi enable_dxgi implib
17626 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17627 wine_fn_config_lib dxguid
17628 wine_fn_config_dll dxva2 enable_dxva2
17629 wine_fn_config_dll esent enable_esent
17630 wine_fn_config_dll evr enable_evr
17631 wine_fn_config_dll explorerframe enable_explorerframe clean
17632 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17633 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17634 wine_fn_config_dll faultrep enable_faultrep implib
17635 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17636 wine_fn_config_dll fltlib enable_fltlib
17637 wine_fn_config_dll fltmgr.sys enable_fltmgr_sys
17638 wine_fn_config_dll fntcache enable_fntcache
17639 wine_fn_config_dll fontsub enable_fontsub
17640 wine_fn_config_dll fusion enable_fusion
17641 wine_fn_config_test dlls
/fusion
/tests fusion_test
17642 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17643 wine_fn_config_dll gameux enable_gameux clean
17644 wine_fn_config_test dlls
/gameux
/tests gameux_test
17645 wine_fn_config_dll gdi.exe16 enable_win16
17646 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17647 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17648 wine_fn_config_dll gdiplus enable_gdiplus implib
17649 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17650 wine_fn_config_dll glu32 enable_glu32 implib
17651 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17652 wine_fn_config_dll gpkcsp enable_gpkcsp
17653 wine_fn_config_dll hal enable_hal
17654 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17655 wine_fn_config_dll hid enable_hid implib
17656 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17657 wine_fn_config_dll hlink enable_hlink clean
,implib
17658 wine_fn_config_test dlls
/hlink
/tests hlink_test
17659 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17660 wine_fn_config_dll httpapi enable_httpapi
17661 wine_fn_config_dll iccvid enable_iccvid po
17662 wine_fn_config_dll icmp enable_icmp
17663 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17664 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17665 wine_fn_config_dll ifsmgr.vxd enable_win16
17666 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17667 wine_fn_config_dll imagehlp enable_imagehlp implib
17668 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17669 wine_fn_config_dll imm.dll16 enable_win16
17670 wine_fn_config_dll imm32 enable_imm32 implib
17671 wine_fn_config_test dlls
/imm32
/tests imm32_test
17672 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17673 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17674 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17675 wine_fn_config_dll inetmib1 enable_inetmib1
17676 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17677 wine_fn_config_dll infosoft enable_infosoft clean
17678 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17679 wine_fn_config_dll initpki enable_initpki
17680 wine_fn_config_dll inkobj enable_inkobj
17681 wine_fn_config_dll inseng enable_inseng clean
17682 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17683 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17684 wine_fn_config_dll irprops.cpl enable_irprops_cpl
17685 wine_fn_config_dll itircl enable_itircl
17686 wine_fn_config_dll itss enable_itss clean
17687 wine_fn_config_test dlls
/itss
/tests itss_test
17688 wine_fn_config_dll joy.cpl enable_joy_cpl po
17689 wine_fn_config_dll jscript enable_jscript clean
,po
17690 wine_fn_config_test dlls
/jscript
/tests jscript_test
17691 wine_fn_config_dll jsproxy enable_jsproxy implib
17692 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17693 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17694 wine_fn_config_dll keyboard.drv16 enable_win16
17695 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17696 wine_fn_config_dll ksuser enable_ksuser
17697 wine_fn_config_dll ktmw32 enable_ktmw32
17698 wine_fn_config_dll loadperf enable_loadperf implib
17699 wine_fn_config_dll localspl enable_localspl po
17700 wine_fn_config_test dlls
/localspl
/tests localspl_test
17701 wine_fn_config_dll localui enable_localui po
17702 wine_fn_config_test dlls
/localui
/tests localui_test
17703 wine_fn_config_dll lz32 enable_lz32 implib
17704 wine_fn_config_test dlls
/lz32
/tests lz32_test
17705 wine_fn_config_dll lzexpand.dll16 enable_win16
17706 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17707 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17708 wine_fn_config_dll mapistub enable_mapistub
17709 wine_fn_config_dll mciavi32 enable_mciavi32
17710 wine_fn_config_dll mcicda enable_mcicda
17711 wine_fn_config_dll mciqtz32 enable_mciqtz32
17712 wine_fn_config_dll mciseq enable_mciseq
17713 wine_fn_config_dll mciwave enable_mciwave
17714 wine_fn_config_dll mf enable_mf
17715 wine_fn_config_dll mfplat enable_mfplat
17716 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17717 wine_fn_config_dll mgmtapi enable_mgmtapi
17718 wine_fn_config_dll midimap enable_midimap
17719 wine_fn_config_dll mlang enable_mlang clean
,implib
17720 wine_fn_config_test dlls
/mlang
/tests mlang_test
17721 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17722 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17723 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17724 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17725 wine_fn_config_dll mmdevldr.vxd enable_win16
17726 wine_fn_config_dll mmsystem.dll16 enable_win16
17727 wine_fn_config_dll monodebg.vxd enable_win16
17728 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17729 wine_fn_config_dll mouse.drv16 enable_win16
17730 wine_fn_config_dll mpr enable_mpr implib
,po
17731 wine_fn_config_test dlls
/mpr
/tests mpr_test
17732 wine_fn_config_dll mprapi enable_mprapi implib
17733 wine_fn_config_dll msacm.dll16 enable_win16
17734 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17735 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17736 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17737 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17738 wine_fn_config_dll msasn1 enable_msasn1 implib
17739 wine_fn_config_dll mscat32 enable_mscat32
17740 wine_fn_config_dll mscms enable_mscms implib
17741 wine_fn_config_test dlls
/mscms
/tests mscms_test
17742 wine_fn_config_dll mscoree enable_mscoree clean
17743 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17744 wine_fn_config_dll msctf enable_msctf clean
17745 wine_fn_config_test dlls
/msctf
/tests msctf_test
17746 wine_fn_config_dll msctfp enable_msctfp clean
17747 wine_fn_config_dll msdaps enable_msdaps clean
17748 wine_fn_config_dll msdelta enable_msdelta
17749 wine_fn_config_dll msdmo enable_msdmo implib
17750 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17751 wine_fn_config_dll msdrm enable_msdrm
17752 wine_fn_config_dll msftedit enable_msftedit
17753 wine_fn_config_dll msg711.acm enable_msg711_acm
17754 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17755 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17756 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17757 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17758 wine_fn_config_dll msi enable_msi clean
,implib
,po
17759 wine_fn_config_test dlls
/msi
/tests msi_test
17760 wine_fn_config_dll msident enable_msident clean
17761 wine_fn_config_dll msimg32 enable_msimg32 implib
17762 wine_fn_config_dll msimsg enable_msimsg
17763 wine_fn_config_dll msimtf enable_msimtf clean
17764 wine_fn_config_dll msisip enable_msisip
17765 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17766 wine_fn_config_dll msls31 enable_msls31
17767 wine_fn_config_dll msnet32 enable_msnet32
17768 wine_fn_config_dll mspatcha enable_mspatcha implib
17769 wine_fn_config_dll msrle32 enable_msrle32 po
17770 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17771 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17772 wine_fn_config_dll mssign32 enable_mssign32
17773 wine_fn_config_dll mssip32 enable_mssip32
17774 wine_fn_config_dll mstask enable_mstask clean
17775 wine_fn_config_test dlls
/mstask
/tests mstask_test
17776 wine_fn_config_dll msvcirt enable_msvcirt
17777 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17778 wine_fn_config_dll msvcm80 enable_msvcm80
17779 wine_fn_config_dll msvcm90 enable_msvcm90
17780 wine_fn_config_dll msvcp100 enable_msvcp100
17781 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17782 wine_fn_config_dll msvcp110 enable_msvcp110
17783 wine_fn_config_test dlls
/msvcp110
/tests msvcp110_test
17784 wine_fn_config_dll msvcp120 enable_msvcp120
17785 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17786 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17787 wine_fn_config_dll msvcp60 enable_msvcp60
17788 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17789 wine_fn_config_dll msvcp70 enable_msvcp70
17790 wine_fn_config_dll msvcp71 enable_msvcp71
17791 wine_fn_config_dll msvcp80 enable_msvcp80
17792 wine_fn_config_dll msvcp90 enable_msvcp90
17793 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17794 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17795 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17796 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17797 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17798 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17799 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17800 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17801 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17802 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17803 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17804 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17805 wine_fn_config_dll msvcrt enable_msvcrt implib
17806 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17807 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17808 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17809 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17810 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17811 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17812 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17813 wine_fn_config_dll msvidc32 enable_msvidc32 po
17814 wine_fn_config_dll msvideo.dll16 enable_win16
17815 wine_fn_config_dll mswsock enable_mswsock implib
17816 wine_fn_config_dll msxml enable_msxml clean
17817 wine_fn_config_dll msxml2 enable_msxml2 clean
17818 wine_fn_config_dll msxml3 enable_msxml3 clean
17819 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17820 wine_fn_config_dll msxml4 enable_msxml4 clean
17821 wine_fn_config_dll msxml6 enable_msxml6 clean
17822 wine_fn_config_dll nddeapi enable_nddeapi implib
17823 wine_fn_config_dll ndis.sys enable_ndis_sys
17824 wine_fn_config_dll netapi32 enable_netapi32 implib
17825 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17826 wine_fn_config_dll netcfgx enable_netcfgx clean
17827 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17828 wine_fn_config_dll netprofm enable_netprofm clean
17829 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17830 wine_fn_config_dll newdev enable_newdev implib
17831 wine_fn_config_dll normaliz enable_normaliz implib
17832 wine_fn_config_dll npmshtml enable_npmshtml
17833 wine_fn_config_dll npptools enable_npptools
17834 wine_fn_config_dll ntdll enable_ntdll implib
17835 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17836 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17837 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17838 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17839 wine_fn_config_dll ntprint enable_ntprint
17840 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17841 wine_fn_config_dll objsel enable_objsel clean
17842 wine_fn_config_dll odbc32 enable_odbc32 implib
17843 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17844 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17845 wine_fn_config_dll odbccu32 enable_odbccu32
17846 wine_fn_config_dll ole2.dll16 enable_win16
17847 wine_fn_config_dll ole2conv.dll16 enable_win16
17848 wine_fn_config_dll ole2disp.dll16 enable_win16
17849 wine_fn_config_dll ole2nls.dll16 enable_win16
17850 wine_fn_config_dll ole2prox.dll16 enable_win16
17851 wine_fn_config_dll ole2thk.dll16 enable_win16
17852 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17853 wine_fn_config_test dlls
/ole32
/tests ole32_test
17854 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17855 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17856 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17857 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17858 wine_fn_config_dll olecli.dll16 enable_win16
17859 wine_fn_config_dll olecli32 enable_olecli32 implib
17860 wine_fn_config_dll oledb32 enable_oledb32 clean
17861 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17862 wine_fn_config_dll oledlg enable_oledlg implib
,po
17863 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17864 wine_fn_config_dll olepro32 enable_olepro32 clean
,implib
17865 wine_fn_config_dll olesvr.dll16 enable_win16
17866 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17867 wine_fn_config_dll olethk32 enable_olethk32
17868 wine_fn_config_dll openal32 enable_openal32
17869 wine_fn_config_dll opencl enable_opencl
17870 wine_fn_config_dll opengl32 enable_opengl32 implib
17871 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17872 wine_fn_config_dll packager enable_packager clean
17873 wine_fn_config_test dlls
/packager
/tests packager_test
17874 wine_fn_config_dll pdh enable_pdh implib
17875 wine_fn_config_test dlls
/pdh
/tests pdh_test
17876 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17877 wine_fn_config_dll pidgen enable_pidgen
17878 wine_fn_config_dll powrprof enable_powrprof implib
17879 wine_fn_config_dll printui enable_printui
17880 wine_fn_config_dll prntvpt enable_prntvpt
17881 wine_fn_config_dll propsys enable_propsys clean
,implib
17882 wine_fn_config_test dlls
/propsys
/tests propsys_test
17883 wine_fn_config_dll psapi enable_psapi implib
17884 wine_fn_config_test dlls
/psapi
/tests psapi_test
17885 wine_fn_config_dll pstorec enable_pstorec clean
17886 wine_fn_config_dll qcap enable_qcap
17887 wine_fn_config_test dlls
/qcap
/tests qcap_test
17888 wine_fn_config_dll qedit enable_qedit clean
17889 wine_fn_config_test dlls
/qedit
/tests qedit_test
17890 wine_fn_config_dll qmgr enable_qmgr clean
17891 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17892 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17893 wine_fn_config_dll quartz enable_quartz clean
,implib
17894 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17895 wine_fn_config_dll query enable_query
17896 wine_fn_config_dll rasapi16.dll16 enable_win16
17897 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17898 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17899 wine_fn_config_dll rasdlg enable_rasdlg implib
17900 wine_fn_config_dll regapi enable_regapi
17901 wine_fn_config_dll resutils enable_resutils implib
17902 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17903 wine_fn_config_test dlls
/riched20
/tests riched20_test
17904 wine_fn_config_dll riched32 enable_riched32
17905 wine_fn_config_test dlls
/riched32
/tests riched32_test
17906 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17907 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17908 wine_fn_config_dll rsabase enable_rsabase
17909 wine_fn_config_dll rsaenh enable_rsaenh implib
17910 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17911 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17912 wine_fn_config_dll rtutils enable_rtutils implib
17913 wine_fn_config_dll samlib enable_samlib
17914 wine_fn_config_dll sane.ds enable_sane_ds po
17915 wine_fn_config_dll scarddlg enable_scarddlg
17916 wine_fn_config_dll sccbase enable_sccbase
17917 wine_fn_config_dll schannel enable_schannel
17918 wine_fn_config_test dlls
/schannel
/tests schannel_test
17919 wine_fn_config_dll schedsvc enable_schedsvc clean
17920 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17921 wine_fn_config_dll scrrun enable_scrrun clean
17922 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17923 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17924 wine_fn_config_dll secur32 enable_secur32 implib
17925 wine_fn_config_test dlls
/secur32
/tests secur32_test
17926 wine_fn_config_dll security enable_security
17927 wine_fn_config_dll sensapi enable_sensapi implib
17928 wine_fn_config_dll serialui enable_serialui implib
,po
17929 wine_fn_config_test dlls
/serialui
/tests serialui_test
17930 wine_fn_config_dll setupapi enable_setupapi implib
,po
17931 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17932 wine_fn_config_dll setupx.dll16 enable_win16
17933 wine_fn_config_dll sfc enable_sfc implib
17934 wine_fn_config_dll sfc_os enable_sfc_os implib
17935 wine_fn_config_dll shdoclc enable_shdoclc po
17936 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17937 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17938 wine_fn_config_dll shell.dll16 enable_win16
17939 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17940 wine_fn_config_test dlls
/shell32
/tests shell32_test
17941 wine_fn_config_dll shfolder enable_shfolder implib
17942 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17943 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17944 wine_fn_config_dll slbcsp enable_slbcsp
17945 wine_fn_config_dll slc enable_slc implib
17946 wine_fn_config_test dlls
/slc
/tests slc_test
17947 wine_fn_config_dll snmpapi enable_snmpapi implib
17948 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17949 wine_fn_config_dll softpub enable_softpub
17950 wine_fn_config_dll sound.drv16 enable_win16
17951 wine_fn_config_dll spoolss enable_spoolss implib
17952 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17953 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17954 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17955 wine_fn_config_dll sti enable_sti clean
,implib
17956 wine_fn_config_test dlls
/sti
/tests sti_test
17957 wine_fn_config_dll storage.dll16 enable_win16
17958 wine_fn_config_dll stress.dll16 enable_win16
17959 wine_fn_config_lib strmbase
17960 wine_fn_config_lib strmiids
17961 wine_fn_config_dll svrapi enable_svrapi
17962 wine_fn_config_dll sxs enable_sxs implib
17963 wine_fn_config_test dlls
/sxs
/tests sxs_test
17964 wine_fn_config_dll system.drv16 enable_win16
17965 wine_fn_config_dll t2embed enable_t2embed
17966 wine_fn_config_dll tapi32 enable_tapi32 implib
17967 wine_fn_config_dll taskschd enable_taskschd clean
17968 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17969 wine_fn_config_dll tdi.sys enable_tdi_sys
17970 wine_fn_config_dll toolhelp.dll16 enable_win16
17971 wine_fn_config_dll traffic enable_traffic
17972 wine_fn_config_dll twain.dll16 enable_win16
17973 wine_fn_config_dll twain_32 enable_twain_32
17974 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17975 wine_fn_config_dll typelib.dll16 enable_win16
17976 wine_fn_config_dll ucrtbase enable_ucrtbase
17977 wine_fn_config_test dlls
/ucrtbase
/tests ucrtbase_test
17978 wine_fn_config_dll unicows enable_unicows implib
17979 wine_fn_config_dll updspapi enable_updspapi
17980 wine_fn_config_dll url enable_url implib
17981 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17982 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17983 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17984 wine_fn_config_dll user.exe16 enable_win16
17985 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17986 wine_fn_config_test dlls
/user32
/tests user32_test
17987 wine_fn_config_dll userenv enable_userenv implib
17988 wine_fn_config_test dlls
/userenv
/tests userenv_test
17989 wine_fn_config_dll usp10 enable_usp10 implib
17990 wine_fn_config_test dlls
/usp10
/tests usp10_test
17991 wine_fn_config_lib uuid
17992 wine_fn_config_dll uxtheme enable_uxtheme implib
17993 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17994 wine_fn_config_dll vbscript enable_vbscript clean
17995 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17996 wine_fn_config_dll vcomp enable_vcomp
17997 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17998 wine_fn_config_dll vcomp100 enable_vcomp100
17999 wine_fn_config_dll vcomp110 enable_vcomp110
18000 wine_fn_config_dll vcomp120 enable_vcomp120
18001 wine_fn_config_dll vcomp90 enable_vcomp90
18002 wine_fn_config_dll vcruntime140 enable_vcruntime140
18003 wine_fn_config_dll vdhcp.vxd enable_win16
18004 wine_fn_config_dll vdmdbg enable_vdmdbg implib
18005 wine_fn_config_dll ver.dll16 enable_win16
18006 wine_fn_config_dll version enable_version implib
18007 wine_fn_config_test dlls
/version
/tests version_test
18008 wine_fn_config_dll vmm.vxd enable_win16
18009 wine_fn_config_dll vnbt.vxd enable_win16
18010 wine_fn_config_dll vnetbios.vxd enable_win16
18011 wine_fn_config_dll vssapi enable_vssapi
18012 wine_fn_config_dll vtdapi.vxd enable_win16
18013 wine_fn_config_dll vwin32.vxd enable_win16
18014 wine_fn_config_dll w32skrnl enable_win16
18015 wine_fn_config_dll w32sys.dll16 enable_win16
18016 wine_fn_config_dll wbemdisp enable_wbemdisp clean
18017 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
18018 wine_fn_config_dll wbemprox enable_wbemprox clean
18019 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
18020 wine_fn_config_dll webservices enable_webservices implib
18021 wine_fn_config_test dlls
/webservices
/tests webservices_test
18022 wine_fn_config_dll wer enable_wer implib
18023 wine_fn_config_test dlls
/wer
/tests wer_test
18024 wine_fn_config_dll wevtapi enable_wevtapi
18025 wine_fn_config_dll wiaservc enable_wiaservc clean
18026 wine_fn_config_test dlls
/wiaservc
/tests wiaservc_test
18027 wine_fn_config_dll wimgapi enable_wimgapi
18028 wine_fn_config_dll win32s16.dll16 enable_win16
18029 wine_fn_config_dll win87em.dll16 enable_win16
18030 wine_fn_config_dll winaspi.dll16 enable_win16
18031 wine_fn_config_dll windebug.dll16 enable_win16
18032 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
18033 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
18034 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
18035 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
18036 wine_fn_config_dll winealsa.drv enable_winealsa_drv
18037 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
18038 wine_fn_config_lib winecrt0
18039 wine_fn_config_dll wined3d enable_wined3d implib
18040 wine_fn_config_dll winegstreamer enable_winegstreamer
18041 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
18042 wine_fn_config_dll winemac.drv enable_winemac_drv po
18043 wine_fn_config_dll winemapi enable_winemapi
18044 wine_fn_config_dll winemp3.acm enable_winemp3_acm
18045 wine_fn_config_dll wineoss.drv enable_wineoss_drv
18046 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
18047 wine_fn_config_dll wineps16.drv16 enable_win16
18048 wine_fn_config_dll winepulse.drv enable_winepulse_drv
18049 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
18050 wine_fn_config_dll winex11.drv enable_winex11_drv
18051 wine_fn_config_dll wing.dll16 enable_win16
18052 wine_fn_config_dll wing32 enable_wing32
18053 wine_fn_config_dll winhttp enable_winhttp clean
,implib
18054 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
18055 wine_fn_config_dll wininet enable_wininet implib
,po
18056 wine_fn_config_test dlls
/wininet
/tests wininet_test
18057 wine_fn_config_dll winmm enable_winmm implib
,po
18058 wine_fn_config_test dlls
/winmm
/tests winmm_test
18059 wine_fn_config_dll winnls.dll16 enable_win16
18060 wine_fn_config_dll winnls32 enable_winnls32 implib
18061 wine_fn_config_dll winscard enable_winscard implib
18062 wine_fn_config_dll winsock.dll16 enable_win16
18063 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
18064 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
18065 wine_fn_config_dll winsta enable_winsta
18066 wine_fn_config_dll wintab.dll16 enable_win16
18067 wine_fn_config_dll wintab32 enable_wintab32 implib
18068 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
18069 wine_fn_config_dll wintrust enable_wintrust implib
18070 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
18071 wine_fn_config_dll wlanapi enable_wlanapi
18072 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
18073 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
18074 wine_fn_config_dll wmi enable_wmi
18075 wine_fn_config_dll wmiutils enable_wmiutils clean
18076 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
18077 wine_fn_config_dll wmp enable_wmp clean
18078 wine_fn_config_test dlls
/wmp
/tests wmp_test
18079 wine_fn_config_dll wmvcore enable_wmvcore
18080 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
18081 wine_fn_config_dll wow32 enable_win16 implib
18082 wine_fn_config_dll wpcap enable_wpcap
18083 wine_fn_config_dll ws2_32 enable_ws2_32 implib
18084 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
18085 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
18086 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
18087 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
18088 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
18089 wine_fn_config_dll wsock32 enable_wsock32 implib
18090 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
18091 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
18092 wine_fn_config_dll wuapi enable_wuapi clean
18093 wine_fn_config_dll wuaueng enable_wuaueng
18094 wine_fn_config_dll x3daudio1_0 enable_x3daudio1_0
18095 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
18096 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
18097 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
18098 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
18099 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
18100 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
18101 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
18102 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
18103 wine_fn_config_dll xapofx1_2 enable_xapofx1_2
18104 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
18105 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
18106 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
18107 wine_fn_config_dll xaudio2_0 enable_xaudio2_0 clean
18108 wine_fn_config_dll xaudio2_1 enable_xaudio2_1 clean
18109 wine_fn_config_dll xaudio2_2 enable_xaudio2_2 clean
18110 wine_fn_config_dll xaudio2_3 enable_xaudio2_3 clean
18111 wine_fn_config_dll xaudio2_4 enable_xaudio2_4 clean
18112 wine_fn_config_dll xaudio2_5 enable_xaudio2_5 clean
18113 wine_fn_config_dll xaudio2_6 enable_xaudio2_6 clean
18114 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
18115 wine_fn_config_test dlls
/xaudio2_
7/tests xaudio2_7_test
18116 wine_fn_config_dll xaudio2_8 enable_xaudio2_8 clean
18117 wine_fn_config_dll xaudio2_9 enable_xaudio2_9 clean
18118 wine_fn_config_dll xinput1_1 enable_xinput1_1
18119 wine_fn_config_dll xinput1_2 enable_xinput1_2
18120 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
18121 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
18122 wine_fn_config_dll xinput1_4 enable_xinput1_4
18123 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
18124 wine_fn_config_dll xmllite enable_xmllite implib
18125 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
18126 wine_fn_config_dll xolehlp enable_xolehlp
18127 wine_fn_config_dll xpsprint enable_xpsprint
18128 wine_fn_config_dll xpssvcs enable_xpssvcs
18129 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
18130 wine_fn_config_makefile include enable_include clean
,install-dev
18131 wine_fn_config_makefile libs
/port enable_libs_port
18132 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,implib
,install-dev
,install-lib
18133 wine_fn_config_makefile libs
/wpp enable_libs_wpp
18134 wine_fn_config_makefile loader enable_loader clean
,install-lib
18135 wine_fn_config_program arp enable_arp
install
18136 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
18137 wine_fn_config_program attrib enable_attrib
install,po
18138 wine_fn_config_program cabarc enable_cabarc
install
18139 wine_fn_config_program cacls enable_cacls
install
18140 wine_fn_config_program
clock enable_clock
install,po
18141 wine_fn_config_program cmd enable_cmd
install,po
18142 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
18143 wine_fn_config_program conhost enable_conhost
install
18144 wine_fn_config_program control enable_control
install
18145 wine_fn_config_program cscript enable_cscript clean
,install
18146 wine_fn_config_program dpnsvr enable_dpnsvr
install
18147 wine_fn_config_program dxdiag enable_dxdiag
install,po
18148 wine_fn_config_program eject enable_eject
install
18149 wine_fn_config_program
expand enable_expand
install
18150 wine_fn_config_program explorer enable_explorer
install,po
18151 wine_fn_config_program extrac32 enable_extrac32
install
18152 wine_fn_config_program findstr enable_findstr
install
18153 wine_fn_config_program hh enable_hh
install
18154 wine_fn_config_program hostname enable_hostname
install,po
18155 wine_fn_config_program icacls enable_icacls
install
18156 wine_fn_config_program icinfo enable_icinfo
install
18157 wine_fn_config_program iexplore enable_iexplore
install
18158 wine_fn_config_program ipconfig enable_ipconfig
install,po
18159 wine_fn_config_program lodctr enable_lodctr
install
18160 wine_fn_config_program mofcomp enable_mofcomp
install
18161 wine_fn_config_program mshta enable_mshta
install
18162 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
18163 wine_fn_config_program net enable_net
install,po
18164 wine_fn_config_program netsh enable_netsh
install
18165 wine_fn_config_program netstat enable_netstat
install,po
18166 wine_fn_config_program ngen enable_ngen
install
18167 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
18168 wine_fn_config_program oleview enable_oleview
install,po
18169 wine_fn_config_program
ping enable_ping
install
18170 wine_fn_config_program plugplay enable_plugplay
install
18171 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
18172 wine_fn_config_program progman enable_progman
install,po
18173 wine_fn_config_program reg enable_reg
install,po
18174 wine_fn_config_test programs
/reg
/tests reg.exe_test
18175 wine_fn_config_program regasm enable_regasm
install
18176 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
18177 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
18178 wine_fn_config_program regsvcs enable_regsvcs
install
18179 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
18180 wine_fn_config_program rpcss enable_rpcss clean
,install
18181 wine_fn_config_program rundll.exe16 enable_win16
install
18182 wine_fn_config_program rundll32 enable_rundll32
install
18183 wine_fn_config_program sc enable_sc
install
18184 wine_fn_config_program schtasks enable_schtasks
install
18185 wine_fn_config_program sdbinst enable_sdbinst
install
18186 wine_fn_config_program secedit enable_secedit
install
18187 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
18188 wine_fn_config_program services enable_services clean
,install
18189 wine_fn_config_test programs
/services
/tests services.exe_test
18190 wine_fn_config_program spoolsv enable_spoolsv
install
18191 wine_fn_config_program start enable_start
install,po
18192 wine_fn_config_program svchost enable_svchost
install
18193 wine_fn_config_program systeminfo enable_systeminfo
install
18194 wine_fn_config_program taskkill enable_taskkill
install,po
18195 wine_fn_config_program tasklist enable_tasklist
install
18196 wine_fn_config_program taskmgr enable_taskmgr
install,po
18197 wine_fn_config_program termsv enable_termsv
install
18198 wine_fn_config_program uninstaller enable_uninstaller
install,po
18199 wine_fn_config_program unlodctr enable_unlodctr
install
18200 wine_fn_config_program view enable_view
install,po
18201 wine_fn_config_program wevtutil enable_wevtutil
install
18202 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
18203 wine_fn_config_program winebrowser enable_winebrowser
install
18204 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
18205 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
18206 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
18207 wine_fn_config_program winedevice enable_winedevice
install
18208 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
18209 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
18210 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
18211 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
18212 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
18213 wine_fn_config_program winetest enable_winetest clean
18214 wine_fn_config_program winevdm enable_win16
install
18215 wine_fn_config_program winhelp.exe16 enable_win16
install
18216 wine_fn_config_program winhlp32 enable_winhlp32
install,po
18217 wine_fn_config_program winoldap.mod16 enable_win16
install
18218 wine_fn_config_program winver enable_winver
install
18219 wine_fn_config_program wmic enable_wmic
install,po
18220 wine_fn_config_program wmplayer enable_wmplayer
install
18221 wine_fn_config_program wordpad enable_wordpad
install,po
18222 wine_fn_config_program
write enable_write
install,po
18223 wine_fn_config_program wscript enable_wscript clean
,install
18224 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
18225 wine_fn_config_program wusa enable_wusa
install
18226 wine_fn_config_program xcopy enable_xcopy
install,po
18227 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
18228 wine_fn_config_makefile server enable_server clean
,install-lib
18229 wine_fn_config_tool tools clean
18230 wine_fn_config_tool tools
/sfnt2fon clean
18231 wine_fn_config_tool tools
/widl clean
,install-dev
18232 wine_fn_config_tool tools
/winebuild clean
,install-dev
18233 wine_fn_config_tool tools
/winedump clean
,install-dev
18234 wine_fn_config_tool tools
/winegcc clean
,install-dev
18235 wine_fn_config_tool tools
/winemaker clean
,install-dev
18236 wine_fn_config_tool tools
/wmc clean
,install-dev
18237 wine_fn_config_tool tools
/wrc clean
,install-dev
18289 wine_fn_ignore_file
".gitignore"
18290 wine_fn_ignore_file
"Makefile"
18291 wine_fn_ignore_file
"TAGS"
18292 wine_fn_ignore_file
"tags"
18293 wine_fn_ignore_file
"autom4te.cache"
18294 wine_fn_ignore_file
"config.cache"
18295 wine_fn_ignore_file
"config.log"
18296 wine_fn_ignore_file
"config.status"
18297 wine_fn_ignore_file
"configure.lineno"
18298 wine_fn_ignore_file
"include/config.h"
18299 wine_fn_ignore_file
"include/stamp-h"
18300 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18302 if test "x$enable_tools" != xno
18304 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18305 ac_config_commands
="$ac_config_commands tools/makedep"
18309 ac_config_commands
="$ac_config_commands Makefile"
18312 ac_config_files
="$ac_config_files Make.tmp:Makefile.in"
18316 if test "x$enable_maintainer_mode" = xyes
18318 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18319 autoconf --warnings=all
18320 include/config.h.in: include/stamp-h.in
18321 include/stamp-h.in: configure.ac aclocal.m4
18322 autoheader --warnings=all
18323 @echo timestamp > \$@"
18326 if test "x$with_gettextpo" = xyes
18328 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18329 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18330 \$(LINGUAS:%=po/%.po): po/wine.pot
18331 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18332 po/wine.pot: \$(ALL_POT_FILES)
18333 msgcat -o \$@ \$(ALL_POT_FILES)"
18336 if test "$MSGFMT" != false
18338 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18340 \$(RM) \$(LINGUAS:%=po/%.mo)"
18343 test "$srcdir" = . || posrc
="$srcdir/po"
18346 wine_fn_ignore_file
"po/$i.mo"
18347 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18348 \$(MSGFMT) -o \$@ $posrc/$i.po"
18354 if test "x$enable_tools" != xno
18356 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18357 @./config.status tools/makedep
18358 Makefile: tools/makedep$ac_exeext
18360 \$(RM) tools/makedep$ac_exeext"
18362 wine_fn_append_rule
"\$(MAKEDEP):
18363 @echo \"You need to run make in $TOOLSDIR first\" && false"
18366 if test -n "$with_wine64"
18368 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18369 fonts server tools:
18370 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18371 $with_wine64/loader/wine:
18372 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18373 $with_wine64/loader/wine-preloader:
18374 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18376 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18378 WINELOADER_INSTALL
="wine.inf"
18380 wine_fn_append_rule
"install install-lib::
18381 \$(INSTALL_DATA) $srcdir/loader/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18383 \$(RM) \$(DESTDIR)\$(datadir)/wine/l_intl.nls"
18385 cygwin
*|mingw32
*|darwin
*|macosx
*|linux-android
*) ;;
18386 *) wine_fn_append_rule
"install install-lib::
18387 \$(INSTALL_DATA) $srcdir/loader/wine.desktop \$(DESTDIR)\$(datadir)/applications/wine.desktop
18389 \$(RM) \$(DESTDIR)\$(datadir)/applications/wine.desktop" ;;
18393 if test "$srcdir" = .
18395 ac_config_commands
="$ac_config_commands .gitignore"
18399 $as_echo " done" >&6
18400 cat >confcache
<<\_ACEOF
18401 # This file is a shell script that caches the results of configure
18402 # tests run on this system so they can be shared between configure
18403 # scripts and configure runs, see configure's option --config-cache.
18404 # It is not useful on other systems. If it contains results you don't
18405 # want to keep, you may remove or edit it.
18407 # config.status only pays attention to the cache file if you give it
18408 # the --recheck option to rerun configure.
18410 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18411 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18412 # following values.
18416 # The following way of writing the cache mishandles newlines in values,
18417 # but we know of no workaround that is simple, portable, and efficient.
18418 # So, we kill variables containing newlines.
18419 # Ultrix sh set writes to stderr and can't be redirected directly,
18420 # and sets the high bit in the cache file unless we assign to the vars.
18422 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18423 eval ac_val
=\$
$ac_var
18427 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18428 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18431 _ | IFS | as_nl
) ;; #(
18432 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18433 *) { eval $ac_var=; unset $ac_var;} ;;
18439 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18440 *${as_nl}ac_space
=\
*)
18441 # `set' does not quote correctly, so add quotes: double-quote
18442 # substitution turns \\\\ into \\, and sed turns \\ into \.
18445 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18448 # `set' quotes correctly as required by POSIX, so do not add quotes.
18449 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18458 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18460 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18462 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18463 if test -w "$cache_file"; then
18464 if test "x$cache_file" != "x/dev/null"; then
18465 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18466 $as_echo "$as_me: updating cache $cache_file" >&6;}
18467 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18468 cat confcache
>"$cache_file"
18470 case $cache_file in #(
18472 mv -f confcache
"$cache_file"$$
&&
18473 mv -f "$cache_file"$$
"$cache_file" ;; #(
18475 mv -f confcache
"$cache_file" ;;
18480 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18481 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18486 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18487 # Let make expand exec_prefix.
18488 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18490 DEFS
=-DHAVE_CONFIG_H
18495 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18496 # 1. Remove the extension, and $U if already installed.
18497 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18498 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18499 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18500 # will be set to the directory where LIBOBJS objects are built.
18501 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18502 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18504 LIBOBJS
=$ac_libobjs
18506 LTLIBOBJS
=$ac_ltlibobjs
18510 : "${CONFIG_STATUS=./config.status}"
18512 ac_clean_files_save
=$ac_clean_files
18513 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18514 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18515 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18517 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18519 # Generated by $as_me.
18520 # Run this file to recreate the current configuration.
18521 # Compiler output produced by configure, useful for debugging
18522 # configure, is in config.log if it exists.
18525 ac_cs_recheck=false
18528 SHELL=\${CONFIG_SHELL-$SHELL}
18531 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18532 ## -------------------- ##
18533 ## M4sh Initialization. ##
18534 ## -------------------- ##
18536 # Be more Bourne compatible
18537 DUALCASE
=1; export DUALCASE
# for MKS sh
18538 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18541 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18542 # is contrary to our usage. Disable this feature.
18543 alias -g '${1+"$@"}'='"$@"'
18544 setopt NO_GLOB_SUBST
18546 case `(set -o) 2>/dev/null` in #(
18558 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18559 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18560 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18561 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18562 # Prefer a ksh shell builtin over an external printf program on Solaris,
18563 # but without wasting forks for bash or zsh.
18564 if test -z "$BASH_VERSION$ZSH_VERSION" \
18565 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18566 as_echo='print
-r --'
18567 as_echo_n='print
-rn --'
18568 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18569 as_echo='printf %s
\n'
18570 as_echo_n='printf %s
'
18572 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18573 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18574 as_echo_n='/usr
/ucb
/echo -n'
18576 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18577 as_echo_n_body='eval
18581 expr "X$arg" : "X\\(.*\\)$as_nl";
18582 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18584 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18586 export as_echo_n_body
18587 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18589 export as_echo_body
18590 as_echo='sh
-c $as_echo_body as_echo
'
18593 # The user is always right.
18594 if test "${PATH_SEPARATOR+set}" != set; then
18596 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18597 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18604 # We need space, tab and new line, in precisely that order. Quoting is
18605 # there to prevent editors from complaining about space-tab.
18606 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18607 # splitting by setting IFS to empty value.)
18610 # Find who we are. Look in the path if we contain no directory separator.
18613 *[\\/]* ) as_myself=$0 ;;
18614 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18615 for as_dir in $PATH
18618 test -z "$as_dir" && as_dir=.
18619 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18625 # We did not find ourselves, most probably we were run as `sh COMMAND'
18626 # in which case we are not to be found in the path.
18627 if test "x$as_myself" = x
; then
18630 if test ! -f "$as_myself"; then
18631 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18635 # Unset variables that we do not need and which cause bugs (e.g. in
18636 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18637 # suppresses any "Segmentation fault" message there. '((' could
18638 # trigger a bug in pdksh 5.2.14.
18639 for as_var
in BASH_ENV ENV MAIL MAILPATH
18640 do eval test x\
${$as_var+set} = xset \
18641 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18654 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18657 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18658 # ----------------------------------------
18659 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18660 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18661 # script with STATUS, using 1 if that was 0.
18664 as_status
=$1; test $as_status -eq 0 && as_status
=1
18666 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18667 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18669 $as_echo "$as_me: error: $2" >&2
18670 as_fn_exit
$as_status
18674 # as_fn_set_status STATUS
18675 # -----------------------
18676 # Set $? to STATUS, without forking.
18677 as_fn_set_status
()
18680 } # as_fn_set_status
18682 # as_fn_exit STATUS
18683 # -----------------
18684 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18688 as_fn_set_status
$1
18694 # Portably unset VAR.
18697 { eval $1=; unset $1;}
18699 as_unset
=as_fn_unset
18700 # as_fn_append VAR VALUE
18701 # ----------------------
18702 # Append the text in VALUE to the end of the definition contained in VAR. Take
18703 # advantage of any shell optimizations that allow amortized linear growth over
18704 # repeated appends, instead of the typical quadratic growth present in naive
18706 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18707 eval 'as_fn_append ()
18718 # as_fn_arith ARG...
18719 # ------------------
18720 # Perform arithmetic evaluation on the ARGs, and store the result in the
18721 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18722 # must be portable across $(()) and expr.
18723 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18724 eval 'as_fn_arith ()
18731 as_val
=`expr "$@" || test $? -eq 1`
18736 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18737 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18743 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18744 as_basename
=basename
18749 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18755 as_me
=`$as_basename -- "$0" ||
18756 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18757 X"$0" : 'X\(//\)$' \| \
18758 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18760 sed '/^.*\/\([^/][^/]*\)\/*$/{
18774 # Avoid depending upon Character Ranges.
18775 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18776 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18777 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18778 as_cr_digits
='0123456789'
18779 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18781 ECHO_C
= ECHO_N
= ECHO_T
=
18782 case `echo -n x` in #(((((
18784 case `echo 'xy\c'` in
18785 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18787 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18794 rm -f conf$$ conf$$.exe conf$$.
file
18795 if test -d conf$$.dir
; then
18796 rm -f conf$$.dir
/conf$$.
file
18799 mkdir conf$$.dir
2>/dev
/null
18801 if (echo >conf$$.
file) 2>/dev
/null
; then
18802 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18804 # ... but there are two gotchas:
18805 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18806 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18807 # In both cases, we have to default to `cp -pR'.
18808 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18810 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18818 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18819 rmdir conf$$.dir
2>/dev
/null
18824 # Create "$as_dir" as a directory, including parents if necessary.
18829 -*) as_dir
=.
/$as_dir;;
18831 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18835 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18836 *) as_qdir
=$as_dir;;
18838 as_dirs
="'$as_qdir' $as_dirs"
18839 as_dir
=`$as_dirname -- "$as_dir" ||
18840 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18841 X"$as_dir" : 'X\(//\)[^/]' \| \
18842 X"$as_dir" : 'X\(//\)$' \| \
18843 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18844 $as_echo X"$as_dir" |
18845 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18849 /^X\(\/\/\)[^/].*/{
18862 test -d "$as_dir" && break
18864 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18865 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18869 if mkdir
-p .
2>/dev
/null
; then
18870 as_mkdir_p
='mkdir -p "$as_dir"'
18872 test -d .
/-p && rmdir .
/-p
18877 # as_fn_executable_p FILE
18878 # -----------------------
18879 # Test if FILE is an executable regular file.
18880 as_fn_executable_p
()
18882 test -f "$1" && test -x "$1"
18883 } # as_fn_executable_p
18884 as_test_x
='test -x'
18885 as_executable_p
=as_fn_executable_p
18887 # Sed expression to map a string onto a valid CPP name.
18888 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18890 # Sed expression to map a string onto a valid variable name.
18891 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18895 ## ----------------------------------- ##
18896 ## Main body of $CONFIG_STATUS script. ##
18897 ## ----------------------------------- ##
18899 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18901 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18902 # Save the log message, to keep $0 and so on meaningful, and to
18903 # report actual input values of CONFIG_FILES etc. instead of their
18904 # values after options handling.
18906 This file was extended by Wine $as_me 1.9.3, which was
18907 generated by GNU Autoconf 2.69. Invocation command line was
18909 CONFIG_FILES = $CONFIG_FILES
18910 CONFIG_HEADERS = $CONFIG_HEADERS
18911 CONFIG_LINKS = $CONFIG_LINKS
18912 CONFIG_COMMANDS = $CONFIG_COMMANDS
18915 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18920 case $ac_config_files in *"
18921 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18924 case $ac_config_headers in *"
18925 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18929 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18930 # Files that config.status was made for.
18931 config_files="$ac_config_files"
18932 config_headers="$ac_config_headers"
18933 config_links="$ac_config_links"
18934 config_commands="$ac_config_commands"
18938 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18940 \`$as_me' instantiates files and other configuration actions
18941 from templates according to the current configuration. Unless the files
18942 and actions are specified as TAGs, all are instantiated by default.
18944 Usage: $0 [OPTION]... [TAG]...
18946 -h, --help print this help, then exit
18947 -V, --version print version number and configuration settings, then exit
18948 --config print configuration, then exit
18949 -q, --quiet, --silent
18950 do not print progress messages
18951 -d, --debug don't remove temporary files
18952 --recheck update $as_me by reconfiguring in the same conditions
18953 --file=FILE[:TEMPLATE]
18954 instantiate the configuration file FILE
18955 --header=FILE[:TEMPLATE]
18956 instantiate the configuration header FILE
18958 Configuration files:
18961 Configuration headers:
18964 Configuration links:
18967 Configuration commands:
18970 Report bugs to <wine-devel@winehq.org>.
18971 Wine home page: <http://www.winehq.org>."
18974 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18975 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18977 Wine config.status 1.9.3
18978 configured by $0, generated by GNU Autoconf 2.69,
18979 with options \\"\$ac_cs_config\\"
18981 Copyright (C) 2012 Free Software Foundation, Inc.
18982 This config.status script is free software; the Free Software Foundation
18983 gives unlimited permission to copy, distribute and modify it."
18987 test -n "\$AWK" || AWK=awk
18990 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18991 # The default lists apply if the user does not specify any file.
18997 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18998 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
19002 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
19014 # Handling of the options.
19015 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
19017 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
19018 $as_echo "$ac_cs_version"; exit ;;
19019 --config |
--confi |
--conf |
--con |
--co |
--c )
19020 $as_echo "$ac_cs_config"; exit ;;
19021 --debug |
--debu |
--deb |
--de |
--d |
-d )
19023 --file |
--fil |
--fi |
--f )
19026 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19027 '') as_fn_error $?
"missing file argument" ;;
19029 as_fn_append CONFIG_FILES
" '$ac_optarg'"
19030 ac_need_defaults
=false
;;
19031 --header |
--heade |
--head |
--hea )
19034 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19036 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
19037 ac_need_defaults
=false
;;
19039 # Conflict between --help and --header
19040 as_fn_error $?
"ambiguous option: \`$1'
19041 Try \`$0 --help' for more information.";;
19042 --help |
--hel |
-h )
19043 $as_echo "$ac_cs_usage"; exit ;;
19044 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
19045 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
19048 # This is an error.
19049 -*) as_fn_error $?
"unrecognized option: \`$1'
19050 Try \`$0 --help' for more information." ;;
19052 *) as_fn_append ac_config_targets
" $1"
19053 ac_need_defaults
=false
;;
19059 ac_configure_extra_args
=
19061 if $ac_cs_silent; then
19063 ac_configure_extra_args
="$ac_configure_extra_args --silent"
19067 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19068 if \$ac_cs_recheck; then
19069 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19071 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19072 CONFIG_SHELL='$SHELL'
19073 export CONFIG_SHELL
19078 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19082 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19083 ## Running $as_me. ##
19089 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19093 wine_fn_output_makedep ()
19095 as_dir=tools; as_fn_mkdir_p
19096 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
19098 wine_fn_output_makefile ()
19100 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" && return
19101 `cat $wine_rules_file`
19103 as_fn_error $? "could not create Makefile" "$LINENO" 5
19105 wine_fn_output_gitignore ()
19107 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
19110 as_fn_error $? "could not create .gitignore" "$LINENO" 5
19115 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19117 # Handling of arguments.
19118 for ac_config_target
in $ac_config_targets
19120 case $ac_config_target in
19121 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
19122 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
19123 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
19124 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
19125 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
19126 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
19127 "fonts/wingding.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/wingding.ttf:fonts/wingding.ttf" ;;
19128 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
19129 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
19130 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
19131 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
19132 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
19133 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
19134 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Makefile.in" ;;
19135 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
19137 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
19142 # If the user did not use the arguments to specify the items to instantiate,
19143 # then the envvar interface is used. Set only those that are not.
19144 # We use the long form for the default assignment because of an extremely
19145 # bizarre bug on SunOS 4.1.3.
19146 if $ac_need_defaults; then
19147 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
19148 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
19149 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
19150 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
19153 # Have a temporary directory for convenience. Make it in the build tree
19154 # simply because there is no reason against having it here, and in addition,
19155 # creating and moving files from /tmp can sometimes cause problems.
19156 # Hook for its removal unless debugging.
19157 # Note that there is a small window in which the directory will not be cleaned:
19158 # after its creation but before its name has been assigned to `$tmp'.
19162 trap 'exit_status=$?
19163 : "${ac_tmp:=$tmp}"
19164 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
19166 trap 'as_fn_exit 1' 1 2 13 15
19168 # Create a (secure) tmp directory for tmp files.
19171 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19175 tmp
=.
/conf$$
-$RANDOM
19176 (umask 077 && mkdir
"$tmp")
19177 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
19180 # Set up the scripts for CONFIG_FILES section.
19181 # No need to generate them if there are no CONFIG_FILES.
19182 # This happens for instance with `./config.status config.h'.
19183 if test -n "$CONFIG_FILES"; then
19186 ac_cr
=`echo X | tr X '\015'`
19187 # On cygwin, bash can eat \r inside `` if the user requested igncr.
19188 # But we know of no other shell where ac_cr would be empty at this
19189 # point, so we can use a bashism as a fallback.
19190 if test "x$ac_cr" = x
; then
19191 eval ac_cr
=\$
\'\\r
\'
19193 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19194 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19197 ac_cs_awk_cr
=$ac_cr
19200 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
19205 echo "cat >conf$$subs.awk <<_ACEOF" &&
19206 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19208 } >conf$$subs.sh ||
19209 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19210 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
19212 for ac_last_try in false false false false false :; do
19213 . ./conf$$subs.sh ||
19214 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19216 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
19217 if test $ac_delim_n = $ac_delim_num; then
19219 elif $ac_last_try; then
19220 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
19222 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19225 rm -f conf$$subs.sh
19227 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19228 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
19232 s/^/S["/; s
/!.
*/"]=/
19242 s/\(.\{148\}\)..*/\1/
19244 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
19249 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19256 s/\(.\{148\}\)..*/\1/
19258 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
19262 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
19267 ' <conf$$subs.awk | sed '
19272 ' >>$CONFIG_STATUS || ac_write_fail=1
19273 rm -f conf$$subs.awk
19274 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19276 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
19277 for (key in S) S_is_set[key] = 1
19283 nfields = split(line, field, "@
")
19285 len = length(field[1])
19286 for (i = 2; i < nfields; i++) {
19288 keylen = length(key)
19289 if (S_is_set[key]) {
19291 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19292 len += length(value) + length(field[++i])
19303 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19304 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19305 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19308 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19309 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19312 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19313 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19314 # trailing colons and then remove the whole line if VPATH becomes empty
19315 # (actually we leave an empty line to preserve line numbers).
19316 if test "x
$srcdir" = x.; then
19317 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19335 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19336 fi # test -n "$CONFIG_FILES"
19338 # Set up the scripts for CONFIG_HEADERS section.
19339 # No need to generate them if there are no CONFIG_HEADERS.
19340 # This happens for instance with `./config.status Makefile'.
19341 if test -n "$CONFIG_HEADERS"; then
19342 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19346 # Transform confdefs.h into an awk script `defines.awk', embedded as
19347 # here-document in config.status, that substitutes the proper values into
19348 # config.h.in to produce config.h.
19350 # Create a delimiter string that does not exist in confdefs.h, to ease
19351 # handling of long lines.
19353 for ac_last_try in false false :; do
19354 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19355 if test -z "$ac_tt"; then
19357 elif $ac_last_try; then
19358 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19360 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19364 # For the awk script, D is an array of macro values keyed by name,
19365 # likewise P contains macro parameters if any. Preserve backslash
19366 # newline sequences.
19368 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19370 s/.\{148\}/&'"$ac_delim"'/g
19373 s/^[ ]*#[ ]*define[ ][ ]*/ /
19380 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19382 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19386 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19387 D["\
1"]=" \
3\\\\\\n
"\\/p
19389 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19394 s/.\{148\}/&'"$ac_delim"'/g
19399 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19402 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19404 ' <confdefs.h | sed '
19405 s/'"$ac_delim"'/"\\\
19406 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19408 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19409 for (key in D) D_is_set[key] = 1
19412 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19414 split(line, arg, " ")
19415 if (arg[1] == "#") {
19419 defundef
= substr
(arg
[1], 2)
19422 split(mac1
, mac2
, "(") #)
19424 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19425 if (D_is_set
[macro
]) {
19426 # Preserve the white space surrounding the "#".
19427 print prefix
"define", macro P
[macro
] D
[macro
]
19430 # Replace #undef with comments. This is necessary, for example,
19431 # in the case of _POSIX_SOURCE, which is predefined and required
19432 # on some systems where configure will not decide to define it.
19433 if (defundef
== "undef") {
19434 print
"/*", prefix defundef
, macro
, "*/"
19442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19443 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19444 fi # test -n "$CONFIG_HEADERS"
19447 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19452 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19454 case $ac_mode$ac_tag in
19456 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19457 :[FH
]-) ac_tag
=-:-;;
19458 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19475 -) ac_f
="$ac_tmp/stdin";;
19476 *) # Look for the file first in the build tree, then in the source tree
19477 # (if the path is not absolute). The absolute path cannot be DOS-style,
19478 # because $ac_f cannot contain `:'.
19482 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19484 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19486 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19487 as_fn_append ac_file_inputs
" '$ac_f'"
19490 # Let's still pretend it is `configure' which instantiates (i.e., don't
19491 # use $as_me), people would be surprised to read:
19492 # /* config.h. Generated by config.status. */
19493 configure_input
='Generated from '`
19494 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19496 if test x
"$ac_file" != x-
; then
19497 configure_input
="$ac_file. $configure_input"
19498 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19499 $as_echo "$as_me: creating $ac_file" >&6;}
19501 # Neutralize special characters interpreted by sed in replacement strings.
19502 case $configure_input in #(
19503 *\
&* |
*\|
* |
*\\* )
19504 ac_sed_conf_input
=`$as_echo "$configure_input" |
19505 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19506 *) ac_sed_conf_input
=$configure_input;;
19510 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19511 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19516 ac_dir
=`$as_dirname -- "$ac_file" ||
19517 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19518 X"$ac_file" : 'X\(//\)[^/]' \| \
19519 X"$ac_file" : 'X\(//\)$' \| \
19520 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19521 $as_echo X"$ac_file" |
19522 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19526 /^X\(\/\/\)[^/].*/{
19539 as_dir
="$ac_dir"; as_fn_mkdir_p
19543 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19545 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19546 # A ".." for each directory in $ac_dir_suffix.
19547 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19548 case $ac_top_builddir_sub in
19549 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19550 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19553 ac_abs_top_builddir
=$ac_pwd
19554 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19555 # for backward compatibility:
19556 ac_top_builddir
=$ac_top_build_prefix
19559 .
) # We are building in place.
19561 ac_top_srcdir
=$ac_top_builddir_sub
19562 ac_abs_top_srcdir
=$ac_pwd ;;
19563 [\\/]* | ?
:[\\/]* ) # Absolute name.
19564 ac_srcdir
=$srcdir$ac_dir_suffix;
19565 ac_top_srcdir
=$srcdir
19566 ac_abs_top_srcdir
=$srcdir ;;
19567 *) # Relative name.
19568 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19569 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19570 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19572 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19583 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19584 # If the template does not know about datarootdir, expand it.
19585 # FIXME: This hack should be removed a few years after 2.60.
19586 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19597 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19598 *datarootdir
*) ac_datarootdir_seen
=yes;;
19599 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19600 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19601 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19603 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19604 ac_datarootdir_hack='
19605 s&@datadir@&$datadir&g
19606 s&@docdir@&$docdir&g
19607 s&@infodir@&$infodir&g
19608 s&@localedir@&$localedir&g
19609 s&@mandir@&$mandir&g
19610 s&\\\${datarootdir}&$datarootdir&g' ;;
19614 # Neutralize VPATH when `$srcdir' = `.'.
19615 # Shell code in configure.ac might set extrasub.
19616 # FIXME: do we really want to maintain this feature?
19617 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19618 ac_sed_extra="$ac_vpsub
19621 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19623 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19624 s|@configure_input@|
$ac_sed_conf_input|
;t t
19625 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19626 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19627 s
&@srcdir@
&$ac_srcdir&;t t
19628 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19629 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19630 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19631 s
&@builddir@
&$ac_builddir&;t t
19632 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19633 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19634 $ac_datarootdir_hack
19636 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19637 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19639 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19640 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19641 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19642 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19644 which seems to be undefined. Please make sure it is defined" >&5
19645 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19646 which seems to be undefined. Please make sure it is defined" >&2;}
19648 rm -f "$ac_tmp/stdin"
19650 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19651 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19653 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19659 if test x"$ac_file" != x-; then
19661 $as_echo "/* $configure_input */" \
19662 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19663 } >"$ac_tmp/config.h" \
19664 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19665 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19666 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19667 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19670 mv "$ac_tmp/config.h" "$ac_file" \
19671 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19674 $as_echo "/* $configure_input */" \
19675 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19676 || as_fn_error $? "could not create -" "$LINENO" 5
19684 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19687 # Prefer the file from the source tree if names are identical.
19688 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19689 ac_source=$srcdir/$ac_source
19692 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19693 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19695 if test ! -r "$ac_source"; then
19696 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19700 # Try a relative symlink, then a hard link, then a copy.
19702 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19703 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19705 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19706 ln "$ac_source" "$ac_file" 2>/dev/null ||
19707 cp -p "$ac_source" "$ac_file" ||
19708 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19711 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19712 $as_echo "$as_me: executing $ac_file commands" >&6;}
19717 case $ac_file$ac_mode in
19718 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19719 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19720 "Makefile":C) wine_fn_output_makefile Makefile ;;
19721 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19729 ac_clean_files=$ac_clean_files_save
19731 test $ac_write_fail = 0 ||
19732 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19735 # configure is writing to config.log, and then calls config.status.
19736 # config.status does its own redirection, appending to config.log.
19737 # Unfortunately, on DOS this fails, as config.log is still kept open
19738 # by configure, so config.status won't be able to
write to it
; its
19739 # output is simply discarded. So we exec the FD to /dev/null,
19740 # effectively closing config.log, so it can be properly (re)opened and
19741 # appended to by config.status. When coming back to configure, we
19742 # need to make the FD available again.
19743 if test "$no_create" != yes; then
19745 ac_config_status_args
=
19746 test "$silent" = yes &&
19747 ac_config_status_args
="$ac_config_status_args --quiet"
19749 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19751 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19752 # would make configure fail if this is the last instruction.
19753 $ac_cs_success || as_fn_exit
1
19755 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19757 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19761 if test "$no_create" = "yes"
19767 if test "x$wine_notices" != x
; then
19770 for msg
in $wine_notices; do
19772 if ${msg:+false} :; then :
19775 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19776 $as_echo "$as_me: $msg" >&6;}
19781 for msg
in $wine_warnings; do
19783 if ${msg:+false} :; then :
19787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19788 $as_echo "$as_me: WARNING: $msg" >&2;}
19794 $as_me: Finished. Do '${ac_make}' to compile Wine.