2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.48.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE
=1; export DUALCASE
# for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo_n='print
-rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
55 as_echo_n='/usr
/ucb
/echo -n'
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
65 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
68 as_echo_n='sh
-c $as_echo_n_body as_echo
'
71 as_echo='sh
-c $as_echo_body as_echo
'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
77 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
91 # Find who we are. Look in the path if we contain no directory separator.
94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
99 test -z "$as_dir" && as_dir=.
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
106 # We did not find ourselves, most probably we were run as `sh COMMAND'
107 # in which case we are not to be found in the path.
108 if test "x$as_myself" = x
; then
111 if test ! -f "$as_myself"; then
112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
116 # Unset variables that we do not need and which cause bugs (e.g. in
117 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118 # suppresses any "Segmentation fault" message there. '((' could
119 # trigger a bug in pdksh 5.2.14.
120 for as_var
in BASH_ENV ENV MAIL MAILPATH
121 do eval test x\
${$as_var+set} = xset \
122 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
135 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
137 # Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x
"${_as_can_reexec}" != xno
&& test "x$CONFIG_SHELL" != x
; then
140 _as_can_reexec
=no
; export _as_can_reexec
;
141 # We cannot yet assume a decent shell, so we have to provide a
142 # neutralization value for shells without unset; and this also
143 # works around shells that cannot unset nonexistent variables.
144 # Preserve -v and -x to the replacement shell.
147 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
149 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
154 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155 # Admittedly, this is quite paranoid, since all the known shells bail
156 # out after a failed `exec'.
157 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec
=; unset _as_can_reexec
;}
162 if test "x$CONFIG_SHELL" = x
; then
163 as_bourne_compatible
="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
171 case \`(set -o) 2>/dev/null\` in #(
179 as_required
="as_fn_return () { (exit \$1); }
180 as_fn_success () { as_fn_return 0; }
181 as_fn_failure () { as_fn_return 1; }
182 as_fn_ret_success () { return 0; }
183 as_fn_ret_failure () { return 1; }
186 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
193 exitcode=1; echo positional parameters were not saved.
195 test x\$exitcode = x0 || exit 1
197 as_suggested
=" as_lineno_1=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested
=$as_suggested$LINENO;as_suggested
=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201 test \$(( 1 + 1 )) = 2 || exit 1"
202 if (eval "$as_required") 2>/dev
/null
; then :
207 if test x
$as_have_required = xyes
&& (eval "$as_suggested") 2>/dev
/null
; then :
210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
212 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
215 test -z "$as_dir" && as_dir
=.
219 for as_base
in sh bash ksh sh5
; do
220 # Try only shells that exist, to save several forks.
221 as_shell
=$as_dir/$as_base
222 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
223 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
224 CONFIG_SHELL
=$as_shell as_have_required
=yes
225 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run
=a
"$as_shell"; } 2>/dev
/null
; then :
233 $as_found ||
{ if { test -f "$SHELL" ||
test -f "$SHELL.exe"; } &&
234 { $as_echo "$as_bourne_compatible""$as_required" | as_run
=a
"$SHELL"; } 2>/dev
/null
; then :
235 CONFIG_SHELL
=$SHELL as_have_required
=yes
240 if test "x$CONFIG_SHELL" != x
; then :
242 # We cannot yet assume a decent shell, so we have to provide a
243 # neutralization value for shells without unset; and this also
244 # works around shells that cannot unset nonexistent variables.
245 # Preserve -v and -x to the replacement shell.
248 (unset BASH_ENV
) >/dev
/null
2>&1 && unset BASH_ENV ENV
250 *v
*x
* |
*x
*v
* ) as_opts
=-vx ;;
255 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
256 # Admittedly, this is quite paranoid, since all the known shells bail
257 # out after a failed `exec'.
258 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
262 if test x
$as_have_required = xno
; then :
263 $as_echo "$0: This script requires a shell more modern than all"
264 $as_echo "$0: the shells that I found on your system."
265 if test x
${ZSH_VERSION+set} = xset
; then
266 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
267 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and
270 $0: wine-devel@winehq.org about your system, including any
271 $0: error possibly output before this message. Then install
272 $0: a modern shell, or manually run the script under such a
273 $0: shell if you do have one."
279 SHELL
=${CONFIG_SHELL-/bin/sh}
281 # Unset more variables known to interfere with behavior of common tools.
282 CLICOLOR_FORCE
= GREP_OPTIONS
=
283 unset CLICOLOR_FORCE GREP_OPTIONS
285 ## --------------------- ##
286 ## M4sh Shell Functions. ##
287 ## --------------------- ##
290 # Portably unset VAR.
293 { eval $1=; unset $1;}
297 # as_fn_set_status STATUS
298 # -----------------------
299 # Set $? to STATUS, without forking.
307 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
317 # Create "$as_dir" as a directory, including parents if necessary.
322 -*) as_dir
=.
/$as_dir;;
324 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
328 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
331 as_dirs
="'$as_qdir' $as_dirs"
332 as_dir
=`$as_dirname -- "$as_dir" ||
333 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
334 X"$as_dir" : 'X\(//\)[^/]' \| \
335 X"$as_dir" : 'X\(//\)$' \| \
336 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
337 $as_echo X"$as_dir" |
338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
355 test -d "$as_dir" && break
357 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
358 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p
()
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
370 # as_fn_append VAR VALUE
371 # ----------------------
372 # Append the text in VALUE to the end of the definition contained in VAR. Take
373 # advantage of any shell optimizations that allow amortized linear growth over
374 # repeated appends, instead of the typical quadratic growth present in naive
376 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
377 eval 'as_fn_append ()
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
391 # global $as_val. Take advantage of shells that can avoid forks. The arguments
392 # must be portable across $(()) and expr.
393 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
401 as_val
=`expr "$@" || test $? -eq 1`
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
407 # ----------------------------------------
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
410 # script with STATUS, using 1 if that was 0.
413 as_status
=$1; test $as_status -eq 0 && as_status
=1
415 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
418 $as_echo "$as_me: error: $2" >&2
419 as_fn_exit
$as_status
422 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
423 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
429 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
441 as_me
=`$as_basename -- "$0" ||
442 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
443 X"$0" : 'X\(//\)$' \| \
444 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
446 sed '/^.*\/\([^/][^/]*\)\/*$/{
460 # Avoid depending upon Character Ranges.
461 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
462 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
463 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
464 as_cr_digits
='0123456789'
465 as_cr_alnum
=$as_cr_Letters$as_cr_digits
468 as_lineno_1
=$LINENO as_lineno_1a
=$LINENO
469 as_lineno_2
=$LINENO as_lineno_2a
=$LINENO
470 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
471 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' ||
{
472 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
484 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
488 chmod +x
"$as_me.lineno" ||
489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit
1; }
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec
=no
; export _as_can_reexec
495 # Don't try to exec as it changes $[0], causing all sort of problems
496 # (the dirname of $[0] is not the place where we might find the
497 # original and so on. Autoconf is especially sensitive to this).
499 # Exit status is that of the last command.
503 ECHO_C
= ECHO_N
= ECHO_T
=
504 case `echo -n x` in #(((((
506 case `echo 'xy\c'` in
507 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
516 rm -f conf$$ conf$$.exe conf$$.
file
517 if test -d conf$$.dir
; then
518 rm -f conf$$.dir
/conf$$.
file
521 mkdir conf$$.dir
2>/dev
/null
523 if (echo >conf$$.
file) 2>/dev
/null
; then
524 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
526 # ... but there are two gotchas:
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
529 # In both cases, we have to default to `cp -pR'.
530 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
532 elif ln conf$$.
file conf$$
2>/dev
/null
; then
540 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
541 rmdir conf$$.dir
2>/dev
/null
543 if mkdir
-p .
2>/dev
/null
; then
544 as_mkdir_p
='mkdir -p "$as_dir"'
546 test -d .
/-p && rmdir .
/-p
551 as_executable_p
=as_fn_executable_p
553 # Sed expression to map a string onto a valid CPP name.
554 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
556 # Sed expression to map a string onto a valid variable name.
557 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
560 test -n "$DJDIR" ||
exec 7<&0 </dev
/null
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
565 # so uname gets run too.
566 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
571 ac_default_prefix
=/usr
/local
573 ac_config_libobj_dir
=.
580 # Identity of this package.
582 PACKAGE_TARNAME
='wine'
583 PACKAGE_VERSION
='1.7.48'
584 PACKAGE_STRING
='Wine 1.7.48'
585 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
586 PACKAGE_URL
='http://www.winehq.org'
588 ac_unique_file
="server/atom.c"
589 # Factoring default headers for most tests.
590 ac_includes_default
="\
592 #ifdef HAVE_SYS_TYPES_H
593 # include <sys/types.h>
595 #ifdef HAVE_SYS_STAT_H
596 # include <sys/stat.h>
602 # ifdef HAVE_STDLIB_H
607 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
612 #ifdef HAVE_STRINGS_H
613 # include <strings.h>
615 #ifdef HAVE_INTTYPES_H
616 # include <inttypes.h>
625 ac_subst_vars
='LTLIBOBJS
698 APPLICATIONSERVICES_LIBS
784 program_transform_name
797 enable_option_checking
801 enable_maintainer_mode
858 enable_api_ms_win_core_com_l1_1_0
859 enable_api_ms_win_core_console_l1_1_0
860 enable_api_ms_win_core_datetime_l1_1_0
861 enable_api_ms_win_core_datetime_l1_1_1
862 enable_api_ms_win_core_debug_l1_1_0
863 enable_api_ms_win_core_debug_l1_1_1
864 enable_api_ms_win_core_errorhandling_l1_1_0
865 enable_api_ms_win_core_errorhandling_l1_1_1
866 enable_api_ms_win_core_errorhandling_l1_1_2
867 enable_api_ms_win_core_fibers_l1_1_0
868 enable_api_ms_win_core_fibers_l1_1_1
869 enable_api_ms_win_core_file_l1_1_0
870 enable_api_ms_win_core_file_l1_2_0
871 enable_api_ms_win_core_file_l2_1_0
872 enable_api_ms_win_core_file_l2_1_1
873 enable_api_ms_win_core_handle_l1_1_0
874 enable_api_ms_win_core_heap_l1_1_0
875 enable_api_ms_win_core_heap_l1_2_0
876 enable_api_ms_win_core_heap_obsolete_l1_1_0
877 enable_api_ms_win_core_interlocked_l1_1_0
878 enable_api_ms_win_core_interlocked_l1_2_0
879 enable_api_ms_win_core_io_l1_1_1
880 enable_api_ms_win_core_kernel32_legacy_l1_1_0
881 enable_api_ms_win_core_libraryloader_l1_1_0
882 enable_api_ms_win_core_libraryloader_l1_1_1
883 enable_api_ms_win_core_localization_l1_2_0
884 enable_api_ms_win_core_localization_l1_2_1
885 enable_api_ms_win_core_localization_obsolete_l1_1_0
886 enable_api_ms_win_core_localregistry_l1_1_0
887 enable_api_ms_win_core_memory_l1_1_0
888 enable_api_ms_win_core_memory_l1_1_1
889 enable_api_ms_win_core_misc_l1_1_0
890 enable_api_ms_win_core_namedpipe_l1_1_0
891 enable_api_ms_win_core_namedpipe_l1_2_0
892 enable_api_ms_win_core_processenvironment_l1_1_0
893 enable_api_ms_win_core_processenvironment_l1_2_0
894 enable_api_ms_win_core_processthreads_l1_1_0
895 enable_api_ms_win_core_processthreads_l1_1_1
896 enable_api_ms_win_core_processthreads_l1_1_2
897 enable_api_ms_win_core_profile_l1_1_0
898 enable_api_ms_win_core_psapi_l1_1_0
899 enable_api_ms_win_core_registry_l1_1_0
900 enable_api_ms_win_core_rtlsupport_l1_1_0
901 enable_api_ms_win_core_rtlsupport_l1_2_0
902 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
903 enable_api_ms_win_core_string_l1_1_0
904 enable_api_ms_win_core_synch_l1_1_0
905 enable_api_ms_win_core_synch_l1_2_0
906 enable_api_ms_win_core_sysinfo_l1_1_0
907 enable_api_ms_win_core_sysinfo_l1_2_0
908 enable_api_ms_win_core_sysinfo_l1_2_1
909 enable_api_ms_win_core_threadpool_legacy_l1_1_0
910 enable_api_ms_win_core_timezone_l1_1_0
911 enable_api_ms_win_core_url_l1_1_0
912 enable_api_ms_win_core_util_l1_1_0
913 enable_api_ms_win_core_winrt_error_l1_1_0
914 enable_api_ms_win_core_winrt_error_l1_1_1
915 enable_api_ms_win_core_winrt_l1_1_0
916 enable_api_ms_win_core_winrt_string_l1_1_0
917 enable_api_ms_win_core_xstate_l2_1_0
918 enable_api_ms_win_downlevel_advapi32_l1_1_0
919 enable_api_ms_win_downlevel_advapi32_l2_1_0
920 enable_api_ms_win_downlevel_normaliz_l1_1_0
921 enable_api_ms_win_downlevel_ole32_l1_1_0
922 enable_api_ms_win_downlevel_shell32_l1_1_0
923 enable_api_ms_win_downlevel_shlwapi_l1_1_0
924 enable_api_ms_win_downlevel_shlwapi_l2_1_0
925 enable_api_ms_win_downlevel_user32_l1_1_0
926 enable_api_ms_win_downlevel_version_l1_1_0
927 enable_api_ms_win_eventing_provider_l1_1_0
928 enable_api_ms_win_ntuser_dc_access_l1_1_0
929 enable_api_ms_win_security_base_l1_1_0
930 enable_api_ms_win_security_base_l1_2_0
931 enable_api_ms_win_security_sddl_l1_1_0
932 enable_api_ms_win_service_core_l1_1_1
933 enable_api_ms_win_service_management_l1_1_0
934 enable_api_ms_win_service_winsvc_l1_2_0
977 enable_d3dcompiler_33
978 enable_d3dcompiler_34
979 enable_d3dcompiler_35
980 enable_d3dcompiler_36
981 enable_d3dcompiler_37
982 enable_d3dcompiler_38
983 enable_d3dcompiler_39
984 enable_d3dcompiler_40
985 enable_d3dcompiler_41
986 enable_d3dcompiler_42
987 enable_d3dcompiler_43
988 enable_d3dcompiler_46
989 enable_d3dcompiler_47
1066 enable_explorerframe
1067 enable_ext_ms_win_gdi_devcaps_l1_1_0
1225 enable_photometadatahandler
1308 enable_windowscodecs
1309 enable_windowscodecsext
1311 enable_winecoreaudio_drv
1313 enable_winegstreamer
1314 enable_winejoystick_drv
1320 enable_wineqtdecoder
1369 enable_documentation
1377 enable_aspnet_regiis
1410 enable_presentationfontcache
1423 enable_servicemodelreg
1444 enable_winemenubuilder
1446 enable_winemsibuilder
1460 ac_precious_vars
='build_alias
1509 # Initialize some variables set by options.
1511 ac_init_version
=false
1512 ac_unrecognized_opts
=
1513 ac_unrecognized_sep
=
1514 # The variables have the same names as the options, with
1515 # dashes changed to underlines.
1516 cache_file
=/dev
/null
1523 program_transform_name
=s
,x
,x
,
1531 # Installation directory options.
1532 # These are left unexpanded so users can "make install exec_prefix=/foo"
1533 # and all the variables that are supposed to be based on exec_prefix
1534 # by default will actually change.
1535 # Use braces instead of parens because sh, perl, etc. also accept them.
1536 # (The list follows the same order as the GNU Coding Standards.)
1537 bindir
='${exec_prefix}/bin'
1538 sbindir
='${exec_prefix}/sbin'
1539 libexecdir
='${exec_prefix}/libexec'
1540 datarootdir
='${prefix}/share'
1541 datadir
='${datarootdir}'
1542 sysconfdir
='${prefix}/etc'
1543 sharedstatedir
='${prefix}/com'
1544 localstatedir
='${prefix}/var'
1545 includedir
='${prefix}/include'
1546 oldincludedir
='/usr/include'
1547 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1548 infodir
='${datarootdir}/info'
1553 libdir
='${exec_prefix}/lib'
1554 localedir
='${datarootdir}/locale'
1555 mandir
='${datarootdir}/man'
1561 # If the previous option needs an argument, assign it.
1562 if test -n "$ac_prev"; then
1563 eval $ac_prev=\
$ac_option
1569 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1574 # Accept the important Cygnus configure options, so we can diagnose typos.
1576 case $ac_dashdash$ac_option in
1580 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1582 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1583 bindir
=$ac_optarg ;;
1585 -build |
--build |
--buil |
--bui |
--bu)
1586 ac_prev
=build_alias
;;
1587 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1588 build_alias
=$ac_optarg ;;
1590 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1591 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1592 ac_prev
=cache_file
;;
1593 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1594 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1595 cache_file
=$ac_optarg ;;
1597 --config-cache |
-C)
1598 cache_file
=config.cache
;;
1600 -datadir |
--datadir |
--datadi |
--datad)
1602 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1603 datadir
=$ac_optarg ;;
1605 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1606 |
--dataroo |
--dataro |
--datar)
1607 ac_prev
=datarootdir
;;
1608 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1609 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1610 datarootdir
=$ac_optarg ;;
1612 -disable-* |
--disable-*)
1613 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1614 # Reject names that are not valid shell variable names.
1615 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1616 as_fn_error $?
"invalid feature name: $ac_useropt"
1617 ac_useropt_orig
=$ac_useropt
1618 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1619 case $ac_user_opts in
1621 "enable_
$ac_useropt"
1623 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1624 ac_unrecognized_sep
=', ';;
1626 eval enable_
$ac_useropt=no
;;
1628 -docdir |
--docdir |
--docdi |
--doc |
--do)
1630 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1631 docdir
=$ac_optarg ;;
1633 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1635 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1636 dvidir
=$ac_optarg ;;
1638 -enable-* |
--enable-*)
1639 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1640 # Reject names that are not valid shell variable names.
1641 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1642 as_fn_error $?
"invalid feature name: $ac_useropt"
1643 ac_useropt_orig
=$ac_useropt
1644 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1645 case $ac_user_opts in
1647 "enable_
$ac_useropt"
1649 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1650 ac_unrecognized_sep
=', ';;
1652 eval enable_
$ac_useropt=\
$ac_optarg ;;
1654 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1655 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1656 |
--exec |
--exe |
--ex)
1657 ac_prev
=exec_prefix
;;
1658 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1659 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1660 |
--exec=* |
--exe=* |
--ex=*)
1661 exec_prefix
=$ac_optarg ;;
1663 -gas |
--gas |
--ga |
--g)
1664 # Obsolete; use --with-gas.
1667 -help |
--help |
--hel |
--he |
-h)
1668 ac_init_help
=long
;;
1669 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1670 ac_init_help
=recursive
;;
1671 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1672 ac_init_help
=short
;;
1674 -host |
--host |
--hos |
--ho)
1675 ac_prev
=host_alias
;;
1676 -host=* |
--host=* |
--hos=* |
--ho=*)
1677 host_alias
=$ac_optarg ;;
1679 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1681 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1683 htmldir
=$ac_optarg ;;
1685 -includedir |
--includedir |
--includedi |
--included |
--include \
1686 |
--includ |
--inclu |
--incl |
--inc)
1687 ac_prev
=includedir
;;
1688 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1689 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1690 includedir
=$ac_optarg ;;
1692 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1694 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1695 infodir
=$ac_optarg ;;
1697 -libdir |
--libdir |
--libdi |
--libd)
1699 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1700 libdir
=$ac_optarg ;;
1702 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1703 |
--libexe |
--libex |
--libe)
1704 ac_prev
=libexecdir
;;
1705 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1706 |
--libexe=* |
--libex=* |
--libe=*)
1707 libexecdir
=$ac_optarg ;;
1709 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1710 ac_prev
=localedir
;;
1711 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1712 localedir
=$ac_optarg ;;
1714 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1715 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1716 ac_prev
=localstatedir
;;
1717 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1718 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1719 localstatedir
=$ac_optarg ;;
1721 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1723 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1724 mandir
=$ac_optarg ;;
1726 -nfp |
--nfp |
--nf)
1727 # Obsolete; use --without-fp.
1730 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1731 |
--no-cr |
--no-c |
-n)
1734 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1735 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1738 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1739 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1740 |
--oldin |
--oldi |
--old |
--ol |
--o)
1741 ac_prev
=oldincludedir
;;
1742 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1743 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1744 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1745 oldincludedir
=$ac_optarg ;;
1747 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1749 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1750 prefix
=$ac_optarg ;;
1752 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1753 |
--program-pre |
--program-pr |
--program-p)
1754 ac_prev
=program_prefix
;;
1755 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1756 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1757 program_prefix
=$ac_optarg ;;
1759 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1760 |
--program-suf |
--program-su |
--program-s)
1761 ac_prev
=program_suffix
;;
1762 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1763 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1764 program_suffix
=$ac_optarg ;;
1766 -program-transform-name |
--program-transform-name \
1767 |
--program-transform-nam |
--program-transform-na \
1768 |
--program-transform-n |
--program-transform- \
1769 |
--program-transform |
--program-transfor \
1770 |
--program-transfo |
--program-transf \
1771 |
--program-trans |
--program-tran \
1772 |
--progr-tra |
--program-tr |
--program-t)
1773 ac_prev
=program_transform_name
;;
1774 -program-transform-name=* |
--program-transform-name=* \
1775 |
--program-transform-nam=* |
--program-transform-na=* \
1776 |
--program-transform-n=* |
--program-transform-=* \
1777 |
--program-transform=* |
--program-transfor=* \
1778 |
--program-transfo=* |
--program-transf=* \
1779 |
--program-trans=* |
--program-tran=* \
1780 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1781 program_transform_name
=$ac_optarg ;;
1783 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1785 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1786 pdfdir
=$ac_optarg ;;
1788 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1790 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1793 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1794 |
-silent |
--silent |
--silen |
--sile |
--sil)
1797 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1799 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1801 sbindir
=$ac_optarg ;;
1803 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1804 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1805 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1807 ac_prev
=sharedstatedir
;;
1808 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1809 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1810 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1812 sharedstatedir
=$ac_optarg ;;
1814 -site |
--site |
--sit)
1816 -site=* |
--site=* |
--sit=*)
1819 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1821 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1822 srcdir
=$ac_optarg ;;
1824 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1825 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1826 ac_prev
=sysconfdir
;;
1827 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1828 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1829 sysconfdir
=$ac_optarg ;;
1831 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1832 ac_prev
=target_alias
;;
1833 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1834 target_alias
=$ac_optarg ;;
1836 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1839 -version |
--version |
--versio |
--versi |
--vers |
-V)
1840 ac_init_version
=: ;;
1843 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1844 # Reject names that are not valid shell variable names.
1845 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1846 as_fn_error $?
"invalid package name: $ac_useropt"
1847 ac_useropt_orig
=$ac_useropt
1848 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1849 case $ac_user_opts in
1853 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1854 ac_unrecognized_sep
=', ';;
1856 eval with_
$ac_useropt=\
$ac_optarg ;;
1858 -without-* |
--without-*)
1859 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1860 # Reject names that are not valid shell variable names.
1861 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1862 as_fn_error $?
"invalid package name: $ac_useropt"
1863 ac_useropt_orig
=$ac_useropt
1864 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1865 case $ac_user_opts in
1869 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1870 ac_unrecognized_sep
=', ';;
1872 eval with_
$ac_useropt=no
;;
1875 # Obsolete; use --with-x.
1878 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1879 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1880 ac_prev
=x_includes
;;
1881 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1882 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1883 x_includes
=$ac_optarg ;;
1885 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1886 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1887 ac_prev
=x_libraries
;;
1888 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1889 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1890 x_libraries
=$ac_optarg ;;
1892 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1893 Try \`$0 --help' for more information"
1897 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1898 # Reject names that are not valid shell variable names.
1899 case $ac_envvar in #(
1900 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1901 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1903 eval $ac_envvar=\
$ac_optarg
1904 export $ac_envvar ;;
1907 # FIXME: should be removed in autoconf 3.0.
1908 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1909 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1910 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1911 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1917 if test -n "$ac_prev"; then
1918 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1919 as_fn_error $?
"missing argument to $ac_option"
1922 if test -n "$ac_unrecognized_opts"; then
1923 case $enable_option_checking in
1925 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1926 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1930 # Check all directory arguments for consistency.
1931 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1932 datadir sysconfdir sharedstatedir localstatedir includedir \
1933 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1934 libdir localedir mandir
1936 eval ac_val
=\$
$ac_var
1937 # Remove trailing slashes.
1940 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1941 eval $ac_var=\
$ac_val;;
1943 # Be sure to have absolute directory names.
1945 [\\/$
]* | ?
:[\\/]* ) continue;;
1946 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1948 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1951 # There might be people who depend on the old broken behavior: `$host'
1952 # used to hold the argument of --host etc.
1953 # FIXME: To remove some day.
1956 target
=$target_alias
1958 # FIXME: To remove some day.
1959 if test "x$host_alias" != x
; then
1960 if test "x$build_alias" = x
; then
1961 cross_compiling
=maybe
1962 elif test "x$build_alias" != "x$host_alias"; then
1968 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1970 test "$silent" = yes && exec 6>/dev
/null
1973 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1974 ac_ls_di
=`ls -di .` &&
1975 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1976 as_fn_error $?
"working directory cannot be determined"
1977 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1978 as_fn_error $?
"pwd does not report name of working directory"
1981 # Find the source files, if location was not specified.
1982 if test -z "$srcdir"; then
1983 ac_srcdir_defaulted
=yes
1984 # Try the directory containing this script, then the parent directory.
1985 ac_confdir
=`$as_dirname -- "$as_myself" ||
1986 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1987 X"$as_myself" : 'X\(//\)[^/]' \| \
1988 X"$as_myself" : 'X\(//\)$' \| \
1989 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1990 $as_echo X"$as_myself" |
1991 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2009 if test ! -r "$srcdir/$ac_unique_file"; then
2013 ac_srcdir_defaulted
=no
2015 if test ! -r "$srcdir/$ac_unique_file"; then
2016 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2017 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2019 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2021 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2023 # When building in place, set srcdir=.
2024 if test "$ac_abs_confdir" = "$ac_pwd"; then
2027 # Remove unnecessary trailing slashes from srcdir.
2028 # Double slashes in file names in object file debugging info
2029 # mess up M-x gdb in Emacs.
2031 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2033 for ac_var
in $ac_precious_vars; do
2034 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2035 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2036 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2037 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2041 # Report the --help message.
2043 if test "$ac_init_help" = "long"; then
2044 # Omit some internal or obsolete options to make the list less imposing.
2045 # This message is too long to be a string in the A/UX 3.1 sh.
2047 \`configure' configures Wine 1.7.48 to adapt to many kinds of systems.
2049 Usage: $0 [OPTION]... [VAR=VALUE]...
2051 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2052 VAR=VALUE. See below for descriptions of some of the useful variables.
2054 Defaults for the options are specified in brackets.
2057 -h, --help display this help and exit
2058 --help=short display options specific to this package
2059 --help=recursive display the short help of all the included packages
2060 -V, --version display version information and exit
2061 -q, --quiet, --silent do not print \`checking ...' messages
2062 --cache-file=FILE cache test results in FILE [disabled]
2063 -C, --config-cache alias for \`--cache-file=config.cache'
2064 -n, --no-create do not create output files
2065 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2067 Installation directories:
2068 --prefix=PREFIX install architecture-independent files in PREFIX
2069 [$ac_default_prefix]
2070 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2073 By default, \`make install' will install all the files in
2074 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2075 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2076 for instance \`--prefix=\$HOME'.
2078 For better control, use the options below.
2080 Fine tuning of the installation directories:
2081 --bindir=DIR user executables [EPREFIX/bin]
2082 --sbindir=DIR system admin executables [EPREFIX/sbin]
2083 --libexecdir=DIR program executables [EPREFIX/libexec]
2084 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2085 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2086 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2087 --libdir=DIR object code libraries [EPREFIX/lib]
2088 --includedir=DIR C header files [PREFIX/include]
2089 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2090 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2091 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2092 --infodir=DIR info documentation [DATAROOTDIR/info]
2093 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2094 --mandir=DIR man documentation [DATAROOTDIR/man]
2095 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2096 --htmldir=DIR html documentation [DOCDIR]
2097 --dvidir=DIR dvi documentation [DOCDIR]
2098 --pdfdir=DIR pdf documentation [DOCDIR]
2099 --psdir=DIR ps documentation [DOCDIR]
2105 --x-includes=DIR X include files are
in DIR
2106 --x-libraries=DIR X library files are
in DIR
2109 --build=BUILD configure
for building on BUILD
[guessed
]
2110 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2114 if test -n "$ac_init_help"; then
2115 case $ac_init_help in
2116 short | recursive
) echo "Configuration of Wine 1.7.48:";;
2121 --disable-option-checking ignore unrecognized
--enable/--with options
2122 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2123 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2124 --disable-win16 do not include Win16 support
2125 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2127 --disable-tests do not build the regression tests
2128 --enable-maintainer-mode
2129 enable maintainer-specific build rules
2130 --disable-largefile omit support for large files
2133 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2134 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2135 --without-alsa do not use the Alsa sound support
2136 --without-capi do not use CAPI (ISDN support)
2137 --without-cms do not use CMS (color management support)
2138 --without-coreaudio do not use the CoreAudio sound support
2139 --without-cups do not use CUPS
2140 --without-curses do not use (n)curses
2141 --without-dbus do not use DBus (dynamic device support)
2142 --without-fontconfig do not use fontconfig
2143 --without-freetype do not use the FreeType library
2144 --without-gettext do not use gettext
2145 --with-gettextpo use the GetTextPO library to rebuild po files
2146 --without-gphoto do not use gphoto (Digital Camera support)
2147 --without-glu do not use the GLU library
2148 --without-gnutls do not use GnuTLS (schannel support)
2149 --without-gsm do not use libgsm (GSM 06.10 codec support)
2150 --without-gstreamer do not use GStreamer (codecs support)
2151 --without-hal do not use HAL (dynamic device support)
2152 --without-jpeg do not use JPEG
2153 --without-ldap do not use LDAP
2154 --without-mpg123 do not use the mpg123 library
2155 --without-netapi do not use the Samba NetAPI library
2156 --without-openal do not use OpenAL
2157 --without-opencl do not use OpenCL
2158 --without-opengl do not use OpenGL
2159 --without-osmesa do not use the OSMesa library
2160 --without-oss do not use the OSS sound support
2161 --without-pcap do not use the Packet Capture library
2162 --without-png do not use PNG
2163 --without-pthread do not use the pthread library
2164 --without-sane do not use SANE (scanner support)
2165 --without-tiff do not use TIFF
2166 --without-v4l do not use v4l1 (v4l support)
2167 --without-xcomposite do not use the Xcomposite extension
2168 --without-xcursor do not use the Xcursor extension
2169 --without-xinerama do not use Xinerama (multi-monitor support)
2170 --without-xinput do not use the Xinput extension
2171 --without-xinput2 do not use the Xinput 2 extension
2172 --without-xml do not use XML
2173 --without-xrandr do not use Xrandr (resolution changes)
2174 --without-xrender do not use the Xrender extension
2175 --without-xshape do not use the Xshape extension
2176 --without-xshm do not use XShm (shared memory extension)
2177 --without-xslt do not use XSLT
2178 --without-xxf86vm do not use XFree video mode extension
2179 --without-zlib do not use Zlib (data compression)
2180 --with-wine-tools=DIR use Wine tools from directory DIR
2181 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2182 --with-x use the X Window System
2184 Some influential environment variables:
2185 CC C compiler command
2186 CFLAGS C compiler flags
2187 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2188 nonstandard directory <lib dir>
2189 LIBS libraries to pass to the linker, e.g. -l<library>
2190 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2191 you have headers in a nonstandard directory <include dir>
2192 CXX C++ compiler command
2193 CXXFLAGS C++ compiler flags
2195 XMKMF Path to xmkmf, Makefile generator for X Window System
2196 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2197 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2198 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2199 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2200 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2201 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2202 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2203 HAL_LIBS Linker flags for hal, overriding pkg-config
2205 C compiler flags for gnutls, overriding pkg-config
2206 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2207 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2208 SANE_LIBS Linker flags for libsane, overriding pkg-config
2210 C compiler flags for libgphoto2, overriding pkg-config
2212 Linker flags for libgphoto2, overriding pkg-config
2214 C compiler flags for libgphoto2_port, overriding pkg-config
2216 Linker flags for libgphoto2_port, overriding pkg-config
2218 C compiler flags for lcms2, overriding pkg-config
2219 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2221 C compiler flags for freetype2, overriding pkg-config
2223 Linker flags for freetype2, overriding pkg-config
2225 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2227 Linker flags for gstreamer-app-0.10, overriding pkg-config
2229 C compiler flags for capi20, overriding pkg-config
2230 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2232 C compiler flags for fontconfig, overriding pkg-config
2234 Linker flags for fontconfig, overriding pkg-config
2235 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2236 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2237 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2238 PNG_LIBS Linker flags for libpng, overriding pkg-config
2239 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2240 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2242 C compiler flags for libmpg123, overriding pkg-config
2243 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2245 Use these variables to override the choices made by `configure' or to
help
2246 it to
find libraries and programs with nonstandard names
/locations.
2248 Report bugs to
<wine-devel@winehq.org
>.
2249 Wine home page
: <http
://www.winehq.org
>.
2254 if test "$ac_init_help" = "recursive"; then
2255 # If there are subdirs, report their specific --help.
2256 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2257 test -d "$ac_dir" ||
2258 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2263 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2265 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2266 # A ".." for each directory in $ac_dir_suffix.
2267 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2268 case $ac_top_builddir_sub in
2269 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2270 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2273 ac_abs_top_builddir
=$ac_pwd
2274 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2275 # for backward compatibility:
2276 ac_top_builddir
=$ac_top_build_prefix
2279 .
) # We are building in place.
2281 ac_top_srcdir
=$ac_top_builddir_sub
2282 ac_abs_top_srcdir
=$ac_pwd ;;
2283 [\\/]* | ?
:[\\/]* ) # Absolute name.
2284 ac_srcdir
=$srcdir$ac_dir_suffix;
2285 ac_top_srcdir
=$srcdir
2286 ac_abs_top_srcdir
=$srcdir ;;
2288 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2289 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2290 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2292 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2294 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2295 # Check for guested configure.
2296 if test -f "$ac_srcdir/configure.gnu"; then
2298 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2299 elif test -f "$ac_srcdir/configure"; then
2301 $SHELL "$ac_srcdir/configure" --help=recursive
2303 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2305 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2309 test -n "$ac_init_help" && exit $ac_status
2310 if $ac_init_version; then
2312 Wine configure
1.7.48
2313 generated by GNU Autoconf
2.69
2315 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2316 This configure
script is free software
; the Free Software Foundation
2317 gives unlimited permission to copy
, distribute and modify it.
2322 ## ------------------------ ##
2323 ## Autoconf initialization. ##
2324 ## ------------------------ ##
2326 # ac_fn_c_try_compile LINENO
2327 # --------------------------
2328 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2329 ac_fn_c_try_compile
()
2331 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2332 rm -f conftest.
$ac_objext
2333 if { { ac_try
="$ac_compile"
2335 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2336 *) ac_try_echo=$ac_try;;
2338 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2339 $as_echo "$ac_try_echo"; } >&5
2340 (eval "$ac_compile") 2>conftest.err
2342 if test -s conftest.err; then
2343 grep -v '^ *+' conftest.err >conftest.er1
2344 cat conftest.er1 >&5
2345 mv -f conftest.er1 conftest.err
2347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2348 test $ac_status = 0; } && {
2349 test -z "$ac_c_werror_flag" ||
2350 test ! -s conftest.err
2351 } && test -s conftest.$ac_objext; then :
2354 $as_echo "$as_me: failed program was:" >&5
2355 sed 's/^/| /' conftest.$ac_ext >&5
2359 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2360 as_fn_set_status $ac_retval
2362 } # ac_fn_c_try_compile
2364 # ac_fn_cxx_try_compile LINENO
2365 # ----------------------------
2366 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2367 ac_fn_cxx_try_compile ()
2369 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2370 rm -f conftest.$ac_objext
2371 if { { ac_try="$ac_compile"
2373 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2374 *) ac_try_echo
=$ac_try;;
2376 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2377 $as_echo "$ac_try_echo"; } >&5
2378 (eval "$ac_compile") 2>conftest.err
2380 if test -s conftest.err
; then
2381 grep -v '^ *+' conftest.err
>conftest.er1
2382 cat conftest.er1
>&5
2383 mv -f conftest.er1 conftest.err
2385 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2386 test $ac_status = 0; } && {
2387 test -z "$ac_cxx_werror_flag" ||
2388 test ! -s conftest.err
2389 } && test -s conftest.
$ac_objext; then :
2392 $as_echo "$as_me: failed program was:" >&5
2393 sed 's/^/| /' conftest.
$ac_ext >&5
2397 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2398 as_fn_set_status
$ac_retval
2400 } # ac_fn_cxx_try_compile
2402 # ac_fn_c_try_link LINENO
2403 # -----------------------
2404 # Try to link conftest.$ac_ext, and return whether this succeeded.
2407 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2408 rm -f conftest.
$ac_objext conftest
$ac_exeext
2409 if { { ac_try
="$ac_link"
2411 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2412 *) ac_try_echo=$ac_try;;
2414 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2415 $as_echo "$ac_try_echo"; } >&5
2416 (eval "$ac_link") 2>conftest.err
2418 if test -s conftest.err; then
2419 grep -v '^ *+' conftest.err >conftest.er1
2420 cat conftest.er1 >&5
2421 mv -f conftest.er1 conftest.err
2423 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2424 test $ac_status = 0; } && {
2425 test -z "$ac_c_werror_flag" ||
2426 test ! -s conftest.err
2427 } && test -s conftest$ac_exeext && {
2428 test "$cross_compiling" = yes ||
2429 test -x conftest$ac_exeext
2433 $as_echo "$as_me: failed program was:" >&5
2434 sed 's/^/| /' conftest.$ac_ext >&5
2438 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2439 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2440 # interfere with the next link command; also delete a directory that is
2441 # left behind by Apple's compiler. We do this before executing the actions.
2442 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2443 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2444 as_fn_set_status $ac_retval
2446 } # ac_fn_c_try_link
2448 # ac_fn_c_try_cpp LINENO
2449 # ----------------------
2450 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2453 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2454 if { { ac_try="$ac_cpp conftest.$ac_ext"
2456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2457 *) ac_try_echo
=$ac_try;;
2459 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2460 $as_echo "$ac_try_echo"; } >&5
2461 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2463 if test -s conftest.err
; then
2464 grep -v '^ *+' conftest.err
>conftest.er1
2465 cat conftest.er1
>&5
2466 mv -f conftest.er1 conftest.err
2468 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2469 test $ac_status = 0; } > conftest.i
&& {
2470 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2471 test ! -s conftest.err
2475 $as_echo "$as_me: failed program was:" >&5
2476 sed 's/^/| /' conftest.
$ac_ext >&5
2480 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2481 as_fn_set_status
$ac_retval
2485 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2486 # -------------------------------------------------------
2487 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2488 # the include files in INCLUDES and setting the cache variable VAR
2490 ac_fn_c_check_header_mongrel
()
2492 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2493 if eval \
${$3+:} false
; then :
2494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2495 $as_echo_n "checking for $2... " >&6; }
2496 if eval \
${$3+:} false
; then :
2497 $as_echo_n "(cached) " >&6
2500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2501 $as_echo "$ac_res" >&6; }
2503 # Is the header compilable?
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2505 $as_echo_n "checking $2 usability... " >&6; }
2506 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2507 /* end confdefs.h. */
2511 if ac_fn_c_try_compile
"$LINENO"; then :
2512 ac_header_compiler
=yes
2514 ac_header_compiler
=no
2516 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2518 $as_echo "$ac_header_compiler" >&6; }
2520 # Is the header present?
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2522 $as_echo_n "checking $2 presence... " >&6; }
2523 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2524 /* end confdefs.h. */
2527 if ac_fn_c_try_cpp
"$LINENO"; then :
2528 ac_header_preproc
=yes
2530 ac_header_preproc
=no
2532 rm -f conftest.err conftest.i conftest.
$ac_ext
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2534 $as_echo "$ac_header_preproc" >&6; }
2536 # So? What about this header?
2537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2540 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2542 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2546 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2548 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2550 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2552 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2554 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2555 ( $as_echo "## ------------------------------------ ##
2556 ## Report this to wine-devel@winehq.org ##
2557 ## ------------------------------------ ##"
2558 ) |
sed "s/^/$as_me: WARNING: /" >&2
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2562 $as_echo_n "checking for $2... " >&6; }
2563 if eval \
${$3+:} false
; then :
2564 $as_echo_n "(cached) " >&6
2566 eval "$3=\$ac_header_compiler"
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2570 $as_echo "$ac_res" >&6; }
2572 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2574 } # ac_fn_c_check_header_mongrel
2576 # ac_fn_c_try_run LINENO
2577 # ----------------------
2578 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2579 # that executables *can* be run.
2582 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2583 if { { ac_try
="$ac_link"
2585 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2586 *) ac_try_echo=$ac_try;;
2588 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2589 $as_echo "$ac_try_echo"; } >&5
2590 (eval "$ac_link") 2>&5
2592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2593 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2594 { { case "(($ac_try" in
2595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2596 *) ac_try_echo
=$ac_try;;
2598 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2599 $as_echo "$ac_try_echo"; } >&5
2600 (eval "$ac_try") 2>&5
2602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2603 test $ac_status = 0; }; }; then :
2606 $as_echo "$as_me: program exited with status $ac_status" >&5
2607 $as_echo "$as_me: failed program was:" >&5
2608 sed 's/^/| /' conftest.
$ac_ext >&5
2610 ac_retval
=$ac_status
2612 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2613 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2614 as_fn_set_status
$ac_retval
2618 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2619 # -------------------------------------------------------
2620 # Tests whether HEADER exists and can be compiled using the include files in
2621 # INCLUDES, setting the cache variable VAR accordingly.
2622 ac_fn_c_check_header_compile
()
2624 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2626 $as_echo_n "checking for $2... " >&6; }
2627 if eval \
${$3+:} false
; then :
2628 $as_echo_n "(cached) " >&6
2630 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2631 /* end confdefs.h. */
2635 if ac_fn_c_try_compile
"$LINENO"; then :
2640 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2644 $as_echo "$ac_res" >&6; }
2645 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2647 } # ac_fn_c_check_header_compile
2649 # ac_fn_c_check_func LINENO FUNC VAR
2650 # ----------------------------------
2651 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2652 ac_fn_c_check_func
()
2654 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2656 $as_echo_n "checking for $2... " >&6; }
2657 if eval \
${$3+:} false
; then :
2658 $as_echo_n "(cached) " >&6
2660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2661 /* end confdefs.h. */
2662 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2663 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2664 #define $2 innocuous_$2
2666 /* System header to define __stub macros and hopefully few prototypes,
2667 which can conflict with char $2 (); below.
2668 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2669 <limits.h> exists even on freestanding compilers. */
2672 # include <limits.h>
2674 # include <assert.h>
2679 /* Override any GCC internal prototype to avoid an error.
2680 Use char because int might match the return type of a GCC
2681 builtin and then its argument prototype would still apply. */
2686 /* The GNU C library defines this for functions which it implements
2687 to always fail with ENOSYS. Some functions are actually named
2688 something starting with __ and the normal name is an alias. */
2689 #if defined __stub_$2 || defined __stub___$2
2701 if ac_fn_c_try_link
"$LINENO"; then :
2706 rm -f core conftest.err conftest.
$ac_objext \
2707 conftest
$ac_exeext conftest.
$ac_ext
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2711 $as_echo "$ac_res" >&6; }
2712 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2714 } # ac_fn_c_check_func
2716 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2717 # ----------------------------------------------------
2718 # Tries to find if the field MEMBER exists in type AGGR, after including
2719 # INCLUDES, setting cache variable VAR accordingly.
2720 ac_fn_c_check_member
()
2722 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2724 $as_echo_n "checking for $2.$3... " >&6; }
2725 if eval \
${$4+:} false
; then :
2726 $as_echo_n "(cached) " >&6
2728 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2729 /* end confdefs.h. */
2741 if ac_fn_c_try_compile
"$LINENO"; then :
2744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2745 /* end confdefs.h. */
2751 if (sizeof ac_aggr.$3)
2757 if ac_fn_c_try_compile
"$LINENO"; then :
2762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2764 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2768 $as_echo "$ac_res" >&6; }
2769 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2771 } # ac_fn_c_check_member
2773 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2774 # -------------------------------------------
2775 # Tests whether TYPE exists after having included INCLUDES, setting cache
2776 # variable VAR accordingly.
2777 ac_fn_c_check_type
()
2779 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2781 $as_echo_n "checking for $2... " >&6; }
2782 if eval \
${$3+:} false
; then :
2783 $as_echo_n "(cached) " >&6
2786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2787 /* end confdefs.h. */
2798 if ac_fn_c_try_compile
"$LINENO"; then :
2799 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2800 /* end confdefs.h. */
2811 if ac_fn_c_try_compile
"$LINENO"; then :
2816 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2818 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2822 $as_echo "$ac_res" >&6; }
2823 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2825 } # ac_fn_c_check_type
2826 cat >config.log
<<_ACEOF
2827 This file contains any messages produced by compilers while
2828 running configure, to aid debugging if configure makes a mistake.
2830 It was created by Wine $as_me 1.7.48, which was
2831 generated by GNU Autoconf 2.69. Invocation command line was
2843 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2844 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2845 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2846 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2847 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2849 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2850 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2852 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2853 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2854 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2855 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2856 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2857 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2858 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2866 test -z "$as_dir" && as_dir
=.
2867 $as_echo "PATH: $as_dir"
2883 # Keep a trace of the command line.
2884 # Strip out --no-create and --no-recursion so they do not pile up.
2885 # Strip out --silent because we don't want to record it for future runs.
2886 # Also quote any args containing shell meta-characters.
2887 # Make two passes to allow for proper duplicate-argument suppression.
2891 ac_must_keep_next
=false
2897 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2898 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2899 |
-silent |
--silent |
--silen |
--sile |
--sil)
2902 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2905 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2907 as_fn_append ac_configure_args1
" '$ac_arg'"
2908 if test $ac_must_keep_next = true
; then
2909 ac_must_keep_next
=false
# Got value, back to normal.
2912 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2913 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2914 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2915 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2916 case "$ac_configure_args0 " in
2917 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2920 -* ) ac_must_keep_next
=true
;;
2923 as_fn_append ac_configure_args
" '$ac_arg'"
2928 { ac_configure_args0
=; unset ac_configure_args0
;}
2929 { ac_configure_args1
=; unset ac_configure_args1
;}
2931 # When interrupted or exit'd, cleanup temporary files, and complete
2932 # config.log. We remove comments because anyway the quotes in there
2933 # would cause problems or look ugly.
2934 # WARNING: Use '\'' to represent an apostrophe within the trap.
2935 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2936 trap 'exit_status=$?
2937 # Save into config.log some information that might help in debugging.
2941 $as_echo "## ---------------- ##
2942 ## Cache variables. ##
2943 ## ---------------- ##"
2945 # The following way of writing the cache mishandles newlines in values,
2947 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2948 eval ac_val=\$$ac_var
2952 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2953 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2956 _ | IFS | as_nl) ;; #(
2957 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2958 *) { eval $ac_var=; unset $ac_var;} ;;
2963 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2964 *${as_nl}ac_space=\ *)
2966 "s/'\''/'\''\\\\'\'''\''/g;
2967 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2970 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2977 $as_echo "## ----------------- ##
2978 ## Output variables. ##
2979 ## ----------------- ##"
2981 for ac_var in $ac_subst_vars
2983 eval ac_val=\$$ac_var
2985 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2987 $as_echo "$ac_var='\''$ac_val'\''"
2991 if test -n "$ac_subst_files"; then
2992 $as_echo "## ------------------- ##
2993 ## File substitutions. ##
2994 ## ------------------- ##"
2996 for ac_var
in $ac_subst_files
2998 eval ac_val
=\$
$ac_var
3000 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3002 $as_echo "$ac_var='\''$ac_val'\''"
3007 if test -s confdefs.h; then
3008 $as_echo "## ----------- ##
3015 test "$ac_signal" != 0 &&
3016 $as_echo "$as_me: caught signal $ac_signal"
3017 $as_echo "$as_me: exit $exit_status"
3019 rm -f core *.core core.conftest.* &&
3020 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3023 for ac_signal
in 1 2 13 15; do
3024 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3028 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3029 rm -f -r conftest
* confdefs.h
3031 $as_echo "/* confdefs.h */" > confdefs.h
3033 # Predefined preprocessor variables.
3035 cat >>confdefs.h
<<_ACEOF
3036 #define PACKAGE_NAME "$PACKAGE_NAME"
3039 cat >>confdefs.h
<<_ACEOF
3040 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3043 cat >>confdefs.h
<<_ACEOF
3044 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3047 cat >>confdefs.h
<<_ACEOF
3048 #define PACKAGE_STRING "$PACKAGE_STRING"
3051 cat >>confdefs.h
<<_ACEOF
3052 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3055 cat >>confdefs.h
<<_ACEOF
3056 #define PACKAGE_URL "$PACKAGE_URL"
3060 # Let the site file select an alternate cache file if it wants to.
3061 # Prefer an explicitly selected file to automatically selected ones.
3064 if test -n "$CONFIG_SITE"; then
3065 # We do not want a PATH search for config.site.
3066 case $CONFIG_SITE in #((
3067 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3068 */*) ac_site_file1
=$CONFIG_SITE;;
3069 *) ac_site_file1
=.
/$CONFIG_SITE;;
3071 elif test "x$prefix" != xNONE
; then
3072 ac_site_file1
=$prefix/share
/config.site
3073 ac_site_file2
=$prefix/etc
/config.site
3075 ac_site_file1
=$ac_default_prefix/share
/config.site
3076 ac_site_file2
=$ac_default_prefix/etc
/config.site
3078 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3080 test "x$ac_site_file" = xNONE
&& continue
3081 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3082 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3083 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3084 sed 's/^/| /' "$ac_site_file" >&5
3086 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3087 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3088 as_fn_error $?
"failed to load site script $ac_site_file
3089 See \`config.log' for more details" "$LINENO" 5; }
3093 if test -r "$cache_file"; then
3094 # Some versions of bash will fail to source /dev/null (special files
3095 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3096 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3098 $as_echo "$as_me: loading cache $cache_file" >&6;}
3100 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3101 *) .
"./$cache_file";;
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3106 $as_echo "$as_me: creating cache $cache_file" >&6;}
3110 # Check that the precious variables saved in the cache have kept the same
3112 ac_cache_corrupted
=false
3113 for ac_var
in $ac_precious_vars; do
3114 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3115 eval ac_new_set
=\
$ac_env_${ac_var}_set
3116 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3117 eval ac_new_val
=\
$ac_env_${ac_var}_value
3118 case $ac_old_set,$ac_new_set in
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3121 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3122 ac_cache_corrupted
=: ;;
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3125 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3126 ac_cache_corrupted
=: ;;
3129 if test "x$ac_old_val" != "x$ac_new_val"; then
3130 # differences in whitespace do not lead to failure.
3131 ac_old_val_w
=`echo x $ac_old_val`
3132 ac_new_val_w
=`echo x $ac_new_val`
3133 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3135 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3136 ac_cache_corrupted
=:
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3139 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3140 eval $ac_var=\
$ac_old_val
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3143 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3145 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3148 # Pass precious variables to config.status.
3149 if test "$ac_new_set" = set; then
3151 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3152 *) ac_arg
=$ac_var=$ac_new_val ;;
3154 case " $ac_configure_args " in
3155 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3156 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3160 if $ac_cache_corrupted; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3162 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3164 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3165 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3167 ## -------------------- ##
3168 ## Main body of script. ##
3169 ## -------------------- ##
3172 ac_cpp
='$CPP $CPPFLAGS'
3173 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3174 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3175 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3179 ac_config_headers
="$ac_config_headers include/config.h"
3182 for ac_dir
in tools
"$srcdir"/tools
; do
3183 if test -f "$ac_dir/install-sh"; then
3185 ac_install_sh
="$ac_aux_dir/install-sh -c"
3187 elif test -f "$ac_dir/install.sh"; then
3189 ac_install_sh
="$ac_aux_dir/install.sh -c"
3191 elif test -f "$ac_dir/shtool"; then
3193 ac_install_sh
="$ac_aux_dir/shtool install -c"
3197 if test -z "$ac_aux_dir"; then
3198 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3201 # These three variables are undocumented and unsupported,
3202 # and are intended to be withdrawn in a future Autoconf release.
3203 # They can cause serious problems if a builder's source tree is in a directory
3204 # whose full name contains unusual characters.
3205 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3206 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3207 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3211 libwine_version
="1.0"
3215 # Check whether --enable-win16 was given.
3216 if test "${enable_win16+set}" = set; then :
3217 enableval
=$enable_win16;
3220 # Check whether --enable-win64 was given.
3221 if test "${enable_win64+set}" = set; then :
3222 enableval
=$enable_win64;
3225 # Check whether --enable-tests was given.
3226 if test "${enable_tests+set}" = set; then :
3227 enableval
=$enable_tests;
3230 # Check whether --enable-maintainer-mode was given.
3231 if test "${enable_maintainer_mode+set}" = set; then :
3232 enableval
=$enable_maintainer_mode;
3237 # Check whether --with-alsa was given.
3238 if test "${with_alsa+set}" = set; then :
3239 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3243 # Check whether --with-capi was given.
3244 if test "${with_capi+set}" = set; then :
3249 # Check whether --with-cms was given.
3250 if test "${with_cms+set}" = set; then :
3255 # Check whether --with-coreaudio was given.
3256 if test "${with_coreaudio+set}" = set; then :
3257 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3261 # Check whether --with-cups was given.
3262 if test "${with_cups+set}" = set; then :
3267 # Check whether --with-curses was given.
3268 if test "${with_curses+set}" = set; then :
3269 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3273 # Check whether --with-dbus was given.
3274 if test "${with_dbus+set}" = set; then :
3279 # Check whether --with-fontconfig was given.
3280 if test "${with_fontconfig+set}" = set; then :
3281 withval
=$with_fontconfig;
3285 # Check whether --with-freetype was given.
3286 if test "${with_freetype+set}" = set; then :
3287 withval
=$with_freetype;
3291 # Check whether --with-gettext was given.
3292 if test "${with_gettext+set}" = set; then :
3293 withval
=$with_gettext;
3297 # Check whether --with-gettextpo was given.
3298 if test "${with_gettextpo+set}" = set; then :
3299 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3303 # Check whether --with-gphoto was given.
3304 if test "${with_gphoto+set}" = set; then :
3305 withval
=$with_gphoto;
3309 # Check whether --with-glu was given.
3310 if test "${with_glu+set}" = set; then :
3315 # Check whether --with-gnutls was given.
3316 if test "${with_gnutls+set}" = set; then :
3317 withval
=$with_gnutls;
3321 # Check whether --with-gsm was given.
3322 if test "${with_gsm+set}" = set; then :
3323 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3327 # Check whether --with-gstreamer was given.
3328 if test "${with_gstreamer+set}" = set; then :
3329 withval
=$with_gstreamer;
3333 # Check whether --with-hal was given.
3334 if test "${with_hal+set}" = set; then :
3339 # Check whether --with-jpeg was given.
3340 if test "${with_jpeg+set}" = set; then :
3345 # Check whether --with-ldap was given.
3346 if test "${with_ldap+set}" = set; then :
3347 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3351 # Check whether --with-mpg123 was given.
3352 if test "${with_mpg123+set}" = set; then :
3353 withval
=$with_mpg123;
3357 # Check whether --with-netapi was given.
3358 if test "${with_netapi+set}" = set; then :
3359 withval
=$with_netapi;
3363 # Check whether --with-openal was given.
3364 if test "${with_openal+set}" = set; then :
3365 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3369 # Check whether --with-opencl was given.
3370 if test "${with_opencl+set}" = set; then :
3371 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3375 # Check whether --with-opengl was given.
3376 if test "${with_opengl+set}" = set; then :
3377 withval
=$with_opengl;
3381 # Check whether --with-osmesa was given.
3382 if test "${with_osmesa+set}" = set; then :
3383 withval
=$with_osmesa;
3387 # Check whether --with-oss was given.
3388 if test "${with_oss+set}" = set; then :
3393 # Check whether --with-pcap was given.
3394 if test "${with_pcap+set}" = set; then :
3395 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3399 # Check whether --with-png was given.
3400 if test "${with_png+set}" = set; then :
3405 # Check whether --with-pthread was given.
3406 if test "${with_pthread+set}" = set; then :
3407 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3411 # Check whether --with-sane was given.
3412 if test "${with_sane+set}" = set; then :
3417 # Check whether --with-tiff was given.
3418 if test "${with_tiff+set}" = set; then :
3423 # Check whether --with-v4l was given.
3424 if test "${with_v4l+set}" = set; then :
3429 # Check whether --with-xcomposite was given.
3430 if test "${with_xcomposite+set}" = set; then :
3431 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3435 # Check whether --with-xcursor was given.
3436 if test "${with_xcursor+set}" = set; then :
3437 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3441 # Check whether --with-xinerama was given.
3442 if test "${with_xinerama+set}" = set; then :
3443 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3447 # Check whether --with-xinput was given.
3448 if test "${with_xinput+set}" = set; then :
3449 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3453 # Check whether --with-xinput2 was given.
3454 if test "${with_xinput2+set}" = set; then :
3455 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3459 # Check whether --with-xml was given.
3460 if test "${with_xml+set}" = set; then :
3465 # Check whether --with-xrandr was given.
3466 if test "${with_xrandr+set}" = set; then :
3467 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3471 # Check whether --with-xrender was given.
3472 if test "${with_xrender+set}" = set; then :
3473 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3477 # Check whether --with-xshape was given.
3478 if test "${with_xshape+set}" = set; then :
3479 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3483 # Check whether --with-xshm was given.
3484 if test "${with_xshm+set}" = set; then :
3485 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3489 # Check whether --with-xslt was given.
3490 if test "${with_xslt+set}" = set; then :
3495 # Check whether --with-xxf86vm was given.
3496 if test "${with_xxf86vm+set}" = set; then :
3497 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
3501 # Check whether --with-zlib was given.
3502 if test "${with_zlib+set}" = set; then :
3503 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3508 # Check whether --with-wine-tools was given.
3509 if test "${with_wine_tools+set}" = set; then :
3510 withval
=$with_wine_tools;
3514 # Check whether --with-wine64 was given.
3515 if test "${with_wine64+set}" = set; then :
3516 withval
=$with_wine64;
3520 # Make sure we can run config.sub.
3521 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3522 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3525 $as_echo_n "checking build system type... " >&6; }
3526 if ${ac_cv_build+:} false
; then :
3527 $as_echo_n "(cached) " >&6
3529 ac_build_alias
=$build_alias
3530 test "x$ac_build_alias" = x
&&
3531 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3532 test "x$ac_build_alias" = x
&&
3533 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3534 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3535 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3539 $as_echo "$ac_cv_build" >&6; }
3540 case $ac_cv_build in
3542 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3545 ac_save_IFS
=$IFS; IFS
='-'
3551 # Remember, the first character of IFS is used to create $*,
3552 # except with old shells:
3555 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3559 $as_echo_n "checking host system type... " >&6; }
3560 if ${ac_cv_host+:} false
; then :
3561 $as_echo_n "(cached) " >&6
3563 if test "x$host_alias" = x
; then
3564 ac_cv_host
=$ac_cv_build
3566 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3567 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3572 $as_echo "$ac_cv_host" >&6; }
3575 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3578 ac_save_IFS
=$IFS; IFS
='-'
3584 # Remember, the first character of IFS is used to create $*,
3585 # except with old shells:
3588 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3594 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3595 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3596 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3602 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3604 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3605 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3606 $as_echo_n "(cached) " >&6
3608 cat >conftest.
make <<\_ACEOF
3611 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3613 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3614 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3616 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3618 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3622 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3624 $as_echo "yes" >&6; }
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3628 $as_echo "no" >&6; }
3629 SET_MAKE
="MAKE=${MAKE-make}"
3633 ac_cpp
='$CPP $CPPFLAGS'
3634 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3635 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3636 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3637 if test -n "$ac_tool_prefix"; then
3638 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3639 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3641 $as_echo_n "checking for $ac_word... " >&6; }
3642 if ${ac_cv_prog_CC+:} false
; then :
3643 $as_echo_n "(cached) " >&6
3645 if test -n "$CC"; then
3646 ac_cv_prog_CC
="$CC" # Let the user override the test.
3648 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3652 test -z "$as_dir" && as_dir
=.
3653 for ac_exec_ext
in '' $ac_executable_extensions; do
3654 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3655 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3666 if test -n "$CC"; then
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3668 $as_echo "$CC" >&6; }
3670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3671 $as_echo "no" >&6; }
3676 if test -z "$ac_cv_prog_CC"; then
3678 # Extract the first word of "gcc", so it can be a program name with args.
3679 set dummy gcc
; ac_word
=$2
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3681 $as_echo_n "checking for $ac_word... " >&6; }
3682 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3683 $as_echo_n "(cached) " >&6
3685 if test -n "$ac_ct_CC"; then
3686 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3688 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3692 test -z "$as_dir" && as_dir
=.
3693 for ac_exec_ext
in '' $ac_executable_extensions; do
3694 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3695 ac_cv_prog_ac_ct_CC
="gcc"
3696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3705 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3706 if test -n "$ac_ct_CC"; then
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3708 $as_echo "$ac_ct_CC" >&6; }
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3711 $as_echo "no" >&6; }
3714 if test "x$ac_ct_CC" = x
; then
3717 case $cross_compiling:$ac_tool_warned in
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3720 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3721 ac_tool_warned
=yes ;;
3729 if test -z "$CC"; then
3730 if test -n "$ac_tool_prefix"; then
3731 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3732 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3734 $as_echo_n "checking for $ac_word... " >&6; }
3735 if ${ac_cv_prog_CC+:} false
; then :
3736 $as_echo_n "(cached) " >&6
3738 if test -n "$CC"; then
3739 ac_cv_prog_CC
="$CC" # Let the user override the test.
3741 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3745 test -z "$as_dir" && as_dir
=.
3746 for ac_exec_ext
in '' $ac_executable_extensions; do
3747 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3748 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3759 if test -n "$CC"; then
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3761 $as_echo "$CC" >&6; }
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3764 $as_echo "no" >&6; }
3770 if test -z "$CC"; then
3771 # Extract the first word of "cc", so it can be a program name with args.
3772 set dummy cc
; ac_word
=$2
3773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3774 $as_echo_n "checking for $ac_word... " >&6; }
3775 if ${ac_cv_prog_CC+:} false
; then :
3776 $as_echo_n "(cached) " >&6
3778 if test -n "$CC"; then
3779 ac_cv_prog_CC
="$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 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3790 ac_prog_rejected
=yes
3794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3801 if test $ac_prog_rejected = yes; then
3802 # We found a bogon in the path, so make sure we never use it.
3803 set dummy
$ac_cv_prog_CC
3805 if test $# != 0; then
3806 # We chose a different compiler from the bogus one.
3807 # However, it has the same basename, so the bogon will be chosen
3808 # first if we set CC to just the basename; use the full file name.
3810 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3816 if test -n "$CC"; then
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3818 $as_echo "$CC" >&6; }
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3821 $as_echo "no" >&6; }
3826 if test -z "$CC"; then
3827 if test -n "$ac_tool_prefix"; then
3828 for ac_prog
in cl.exe
3830 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3831 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3833 $as_echo_n "checking for $ac_word... " >&6; }
3834 if ${ac_cv_prog_CC+:} false
; then :
3835 $as_echo_n "(cached) " >&6
3837 if test -n "$CC"; then
3838 ac_cv_prog_CC
="$CC" # Let the user override the test.
3840 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3844 test -z "$as_dir" && as_dir
=.
3845 for ac_exec_ext
in '' $ac_executable_extensions; do
3846 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3847 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3848 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3858 if test -n "$CC"; then
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3860 $as_echo "$CC" >&6; }
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3863 $as_echo "no" >&6; }
3867 test -n "$CC" && break
3870 if test -z "$CC"; then
3872 for ac_prog
in cl.exe
3874 # Extract the first word of "$ac_prog", so it can be a program name with args.
3875 set dummy
$ac_prog; ac_word
=$2
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3877 $as_echo_n "checking for $ac_word... " >&6; }
3878 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3879 $as_echo_n "(cached) " >&6
3881 if test -n "$ac_ct_CC"; then
3882 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3884 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3888 test -z "$as_dir" && as_dir
=.
3889 for ac_exec_ext
in '' $ac_executable_extensions; do
3890 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3891 ac_cv_prog_ac_ct_CC
="$ac_prog"
3892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3901 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3902 if test -n "$ac_ct_CC"; then
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3904 $as_echo "$ac_ct_CC" >&6; }
3906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3907 $as_echo "no" >&6; }
3911 test -n "$ac_ct_CC" && break
3914 if test "x$ac_ct_CC" = x
; then
3917 case $cross_compiling:$ac_tool_warned in
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3920 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3921 ac_tool_warned
=yes ;;
3930 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3931 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3932 as_fn_error $?
"no acceptable C compiler found in \$PATH
3933 See \`config.log' for more details" "$LINENO" 5; }
3935 # Provide some information about the compiler.
3936 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3939 for ac_option
in --version -v -V -qversion; do
3940 { { ac_try
="$ac_compiler $ac_option >&5"
3942 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3943 *) ac_try_echo=$ac_try;;
3945 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3946 $as_echo "$ac_try_echo"; } >&5
3947 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3949 if test -s conftest.err; then
3951 ... rest of stderr output deleted ...
3952 10q' conftest.err >conftest.er1
3953 cat conftest.er1 >&5
3955 rm -f conftest.er1 conftest.err
3956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3957 test $ac_status = 0; }
3960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3961 /* end confdefs.h. */
3971 ac_clean_files_save=$ac_clean_files
3972 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3973 # Try to create an executable without -o first, disregard a.out.
3974 # It will help us diagnose broken compilers, and finding out an intuition
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3977 $as_echo_n "checking whether the C compiler works... " >&6; }
3978 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3980 # The possible output files:
3981 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3984 for ac_file in $ac_files
3987 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3988 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3993 if { { ac_try="$ac_link_default"
3995 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3996 *) ac_try_echo
=$ac_try;;
3998 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3999 $as_echo "$ac_try_echo"; } >&5
4000 (eval "$ac_link_default") 2>&5
4002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4003 test $ac_status = 0; }; then :
4004 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4005 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4006 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4007 # so that the user can short-circuit this test for compilers unknown to
4009 for ac_file
in $ac_files ''
4011 test -f "$ac_file" ||
continue
4013 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4016 # We found the default executable, but exeext='' is most
4020 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4022 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4024 # We set ac_cv_exeext here because the later test for it is not
4025 # safe: cross compilers may not add the suffix if given an `-o'
4026 # argument, so we may need to know it at that point already.
4027 # Even if this section looks crufty: it has the advantage of
4034 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4039 if test -z "$ac_file"; then :
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4041 $as_echo "no" >&6; }
4042 $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.
$ac_ext >&5
4045 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4046 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4047 as_fn_error
77 "C compiler cannot create executables
4048 See \`config.log' for more details" "$LINENO" 5; }
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4051 $as_echo "yes" >&6; }
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4054 $as_echo_n "checking for C compiler default output file name... " >&6; }
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4056 $as_echo "$ac_file" >&6; }
4057 ac_exeext
=$ac_cv_exeext
4059 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4060 ac_clean_files
=$ac_clean_files_save
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4062 $as_echo_n "checking for suffix of executables... " >&6; }
4063 if { { ac_try
="$ac_link"
4065 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4066 *) ac_try_echo=$ac_try;;
4068 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4069 $as_echo "$ac_try_echo"; } >&5
4070 (eval "$ac_link") 2>&5
4072 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4073 test $ac_status = 0; }; then :
4074 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4075 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4076 # work properly (i.e., refer to `conftest.exe'), while it won't with
4078 for ac_file
in conftest.exe conftest conftest.
*; do
4079 test -f "$ac_file" ||
continue
4081 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4082 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4088 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4089 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4090 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4091 See \`config.log' for more details" "$LINENO" 5; }
4093 rm -f conftest conftest
$ac_cv_exeext
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4095 $as_echo "$ac_cv_exeext" >&6; }
4097 rm -f conftest.
$ac_ext
4098 EXEEXT
=$ac_cv_exeext
4100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4101 /* end confdefs.h. */
4106 FILE *f = fopen ("conftest.out", "w");
4107 return ferror (f) || fclose (f) != 0;
4113 ac_clean_files
="$ac_clean_files conftest.out"
4114 # Check that the compiler produces executables we can run. If not, either
4115 # the compiler is broken, or we cross compile.
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4117 $as_echo_n "checking whether we are cross compiling... " >&6; }
4118 if test "$cross_compiling" != yes; then
4119 { { ac_try
="$ac_link"
4121 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4122 *) ac_try_echo=$ac_try;;
4124 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4125 $as_echo "$ac_try_echo"; } >&5
4126 (eval "$ac_link") 2>&5
4128 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4129 test $ac_status = 0; }
4130 if { ac_try='./conftest$ac_cv_exeext'
4131 { { case "(($ac_try" in
4132 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4133 *) ac_try_echo
=$ac_try;;
4135 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4136 $as_echo "$ac_try_echo"; } >&5
4137 (eval "$ac_try") 2>&5
4139 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4140 test $ac_status = 0; }; }; then
4143 if test "$cross_compiling" = maybe
; then
4146 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4147 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4148 as_fn_error $?
"cannot run C compiled programs.
4149 If you meant to cross compile, use \`--host'.
4150 See \`config.log' for more details" "$LINENO" 5; }
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4155 $as_echo "$cross_compiling" >&6; }
4157 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4158 ac_clean_files
=$ac_clean_files_save
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4160 $as_echo_n "checking for suffix of object files... " >&6; }
4161 if ${ac_cv_objext+:} false
; then :
4162 $as_echo_n "(cached) " >&6
4164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4165 /* end confdefs.h. */
4175 rm -f conftest.o conftest.obj
4176 if { { ac_try
="$ac_compile"
4178 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4179 *) ac_try_echo=$ac_try;;
4181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4182 $as_echo "$ac_try_echo"; } >&5
4183 (eval "$ac_compile") 2>&5
4185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4186 test $ac_status = 0; }; then :
4187 for ac_file in conftest.o conftest.obj conftest.*; do
4188 test -f "$ac_file" || continue;
4190 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4191 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4196 $as_echo "$as_me: failed program was:" >&5
4197 sed 's/^/| /' conftest.$ac_ext >&5
4199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4201 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4202 See \
`config.log' for more details" "$LINENO" 5; }
4204 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4207 $as_echo "$ac_cv_objext" >&6; }
4208 OBJEXT=$ac_cv_objext
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4211 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4212 if ${ac_cv_c_compiler_gnu+:} false; then :
4213 $as_echo_n "(cached) " >&6
4215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4216 /* end confdefs.h. */
4229 if ac_fn_c_try_compile "$LINENO"; then :
4234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4235 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4239 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4240 if test $ac_compiler_gnu = yes; then
4245 ac_test_CFLAGS=${CFLAGS+set}
4246 ac_save_CFLAGS=$CFLAGS
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4248 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4249 if ${ac_cv_prog_cc_g+:} false; then :
4250 $as_echo_n "(cached) " >&6
4252 ac_save_c_werror_flag=$ac_c_werror_flag
4253 ac_c_werror_flag=yes
4256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4257 /* end confdefs.h. */
4267 if ac_fn_c_try_compile "$LINENO"; then :
4271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4272 /* end confdefs.h. */
4282 if ac_fn_c_try_compile "$LINENO"; then :
4285 ac_c_werror_flag=$ac_save_c_werror_flag
4287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4288 /* end confdefs.h. */
4298 if ac_fn_c_try_compile "$LINENO"; then :
4301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4306 ac_c_werror_flag=$ac_save_c_werror_flag
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4309 $as_echo "$ac_cv_prog_cc_g" >&6; }
4310 if test "$ac_test_CFLAGS" = set; then
4311 CFLAGS=$ac_save_CFLAGS
4312 elif test $ac_cv_prog_cc_g = yes; then
4313 if test "$GCC" = yes; then
4319 if test "$GCC" = yes; then
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4326 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4327 if ${ac_cv_prog_cc_c89+:} false; then :
4328 $as_echo_n "(cached) " >&6
4330 ac_cv_prog_cc_c89=no
4332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4333 /* end confdefs.h. */
4337 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4338 struct buf { int x; };
4339 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4340 static char *e (p, i)
4346 static char *f (char * (*g) (char **, int), char **p, ...)
4351 s = g (p, va_arg (v,int));
4356 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4357 function prototypes and stuff, but not '\xHH' hex character constants.
4358 These don't provoke an error unfortunately, instead are silently treated
4359 as 'x'. The following induces an error, until -std is added to get
4360 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4361 array size at least. It's necessary to write '\x00'==0 to get something
4362 that's true only with -std. */
4363 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4365 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4366 inside strings and character constants. */
4368 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4370 int test (int i, double x);
4371 struct s1 {int (*f) (int a);};
4372 struct s2 {int (*f) (double a);};
4373 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4379 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4384 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4385 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4387 CC="$ac_save_CC $ac_arg"
4388 if ac_fn_c_try_compile "$LINENO"; then :
4389 ac_cv_prog_cc_c89=$ac_arg
4391 rm -f core conftest.err conftest.$ac_objext
4392 test "x$ac_cv_prog_cc_c89" != "xno" && break
4394 rm -f conftest.$ac_ext
4399 case "x$ac_cv_prog_cc_c89" in
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4402 $as_echo "none needed" >&6; } ;;
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4405 $as_echo "unsupported" >&6; } ;;
4407 CC="$CC $ac_cv_prog_cc_c89"
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4409 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4411 if test "x$ac_cv_prog_cc_c89" != xno; then :
4416 ac_cpp='$CPP $CPPFLAGS'
4417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4422 ac_cpp='$CXXCPP $CPPFLAGS'
4423 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4424 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4425 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4426 if test -z "$CXX"; then
4427 if test -n "$CCC"; then
4430 if test -n "$ac_tool_prefix"; then
4431 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4433 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4434 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4436 $as_echo_n "checking for $ac_word... " >&6; }
4437 if ${ac_cv_prog_CXX+:} false; then :
4438 $as_echo_n "(cached) " >&6
4440 if test -n "$CXX"; then
4441 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4447 test -z "$as_dir" && as_dir=.
4448 for ac_exec_ext in '' $ac_executable_extensions; do
4449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4450 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4461 if test -n "$CXX"; then
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4463 $as_echo "$CXX" >&6; }
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4466 $as_echo "no" >&6; }
4470 test -n "$CXX" && break
4473 if test -z "$CXX"; then
4475 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4477 # Extract the first word of "$ac_prog", so it can be a program name with args.
4478 set dummy $ac_prog; ac_word=$2
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480 $as_echo_n "checking for $ac_word... " >&6; }
4481 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4482 $as_echo_n "(cached) " >&6
4484 if test -n "$ac_ct_CXX"; then
4485 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4491 test -z "$as_dir" && as_dir=.
4492 for ac_exec_ext in '' $ac_executable_extensions; do
4493 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4494 ac_cv_prog_ac_ct_CXX="$ac_prog"
4495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4504 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4505 if test -n "$ac_ct_CXX"; then
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4507 $as_echo "$ac_ct_CXX" >&6; }
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510 $as_echo "no" >&6; }
4514 test -n "$ac_ct_CXX" && break
4517 if test "x$ac_ct_CXX" = x; then
4520 case $cross_compiling:$ac_tool_warned in
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4523 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4524 ac_tool_warned=yes ;;
4532 # Provide some information about the compiler.
4533 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4536 for ac_option in --version -v -V -qversion; do
4537 { { ac_try="$ac_compiler $ac_option >&5"
4539 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4540 *) ac_try_echo
=$ac_try;;
4542 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4543 $as_echo "$ac_try_echo"; } >&5
4544 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4546 if test -s conftest.err
; then
4548 ... rest of stderr output deleted ...
4549 10q' conftest.err
>conftest.er1
4550 cat conftest.er1
>&5
4552 rm -f conftest.er1 conftest.err
4553 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4554 test $ac_status = 0; }
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4558 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4559 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4560 $as_echo_n "(cached) " >&6
4562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4563 /* end confdefs.h. */
4576 if ac_fn_cxx_try_compile
"$LINENO"; then :
4581 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4582 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4586 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4587 if test $ac_compiler_gnu = yes; then
4592 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4593 ac_save_CXXFLAGS
=$CXXFLAGS
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4595 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4596 if ${ac_cv_prog_cxx_g+:} false
; then :
4597 $as_echo_n "(cached) " >&6
4599 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4600 ac_cxx_werror_flag
=yes
4603 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4604 /* end confdefs.h. */
4614 if ac_fn_cxx_try_compile
"$LINENO"; then :
4615 ac_cv_prog_cxx_g
=yes
4618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4619 /* end confdefs.h. */
4629 if ac_fn_cxx_try_compile
"$LINENO"; then :
4632 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4634 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4635 /* end confdefs.h. */
4645 if ac_fn_cxx_try_compile
"$LINENO"; then :
4646 ac_cv_prog_cxx_g
=yes
4648 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4650 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4652 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4653 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4656 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4657 if test "$ac_test_CXXFLAGS" = set; then
4658 CXXFLAGS
=$ac_save_CXXFLAGS
4659 elif test $ac_cv_prog_cxx_g = yes; then
4660 if test "$GXX" = yes; then
4666 if test "$GXX" = yes; then
4673 ac_cpp
='$CPP $CPPFLAGS'
4674 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4675 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4676 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4678 if test -n "$ac_tool_prefix"; then
4679 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4680 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4682 $as_echo_n "checking for $ac_word... " >&6; }
4683 if ${ac_cv_prog_CPPBIN+:} false
; then :
4684 $as_echo_n "(cached) " >&6
4686 if test -n "$CPPBIN"; then
4687 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4689 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4693 test -z "$as_dir" && as_dir
=.
4694 for ac_exec_ext
in '' $ac_executable_extensions; do
4695 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4696 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4706 CPPBIN
=$ac_cv_prog_CPPBIN
4707 if test -n "$CPPBIN"; then
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4709 $as_echo "$CPPBIN" >&6; }
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4712 $as_echo "no" >&6; }
4717 if test -z "$ac_cv_prog_CPPBIN"; then
4718 ac_ct_CPPBIN
=$CPPBIN
4719 # Extract the first word of "cpp", so it can be a program name with args.
4720 set dummy cpp
; ac_word
=$2
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4722 $as_echo_n "checking for $ac_word... " >&6; }
4723 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4724 $as_echo_n "(cached) " >&6
4726 if test -n "$ac_ct_CPPBIN"; then
4727 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4729 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4733 test -z "$as_dir" && as_dir
=.
4734 for ac_exec_ext
in '' $ac_executable_extensions; do
4735 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4736 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4737 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4746 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4747 if test -n "$ac_ct_CPPBIN"; then
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4749 $as_echo "$ac_ct_CPPBIN" >&6; }
4751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4752 $as_echo "no" >&6; }
4755 if test "x$ac_ct_CPPBIN" = x
; then
4758 case $cross_compiling:$ac_tool_warned in
4760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4762 ac_tool_warned
=yes ;;
4764 CPPBIN
=$ac_ct_CPPBIN
4767 CPPBIN
="$ac_cv_prog_CPPBIN"
4771 cat >>confdefs.h
<<_ACEOF
4772 #define EXEEXT "$ac_exeext"
4775 if test -n "$ac_tool_prefix"; then
4776 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4777 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4779 $as_echo_n "checking for $ac_word... " >&6; }
4780 if ${ac_cv_prog_LD+:} false
; then :
4781 $as_echo_n "(cached) " >&6
4783 if test -n "$LD"; then
4784 ac_cv_prog_LD
="$LD" # Let the user override the test.
4786 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4790 test -z "$as_dir" && as_dir
=.
4791 for ac_exec_ext
in '' $ac_executable_extensions; do
4792 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4793 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4794 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4804 if test -n "$LD"; then
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4806 $as_echo "$LD" >&6; }
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4809 $as_echo "no" >&6; }
4814 if test -z "$ac_cv_prog_LD"; then
4816 # Extract the first word of "ld", so it can be a program name with args.
4817 set dummy ld
; ac_word
=$2
4818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4819 $as_echo_n "checking for $ac_word... " >&6; }
4820 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4821 $as_echo_n "(cached) " >&6
4823 if test -n "$ac_ct_LD"; then
4824 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4826 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4830 test -z "$as_dir" && as_dir
=.
4831 for ac_exec_ext
in '' $ac_executable_extensions; do
4832 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4833 ac_cv_prog_ac_ct_LD
="ld"
4834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4843 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4844 if test -n "$ac_ct_LD"; then
4845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4846 $as_echo "$ac_ct_LD" >&6; }
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4849 $as_echo "no" >&6; }
4852 if test "x$ac_ct_LD" = x
; then
4855 case $cross_compiling:$ac_tool_warned in
4857 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4858 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4859 ac_tool_warned
=yes ;;
4870 if test "x$enable_win64" = "xyes"
4875 notice_platform
="64-bit "
4882 notice_platform
="32-bit "
4885 enable_win16
=${enable_win16:-yes}
4887 with_fontconfig
=${with_fontconfig:-no}
4890 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4895 $as_echo_n "checking whether $CC works... " >&6; }
4897 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4898 /* end confdefs.h. */
4908 if ac_fn_c_try_link
"$LINENO"; then :
4909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4910 $as_echo "yes" >&6; }
4912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4913 $as_echo "no" >&6; }
4914 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4916 rm -f core conftest.err conftest.
$ac_objext \
4917 conftest
$ac_exeext conftest.
$ac_ext
4919 notice_platform
="32-bit "
4922 enable_win16
=${enable_win16:-yes}
4924 if test "x${GCC}" = "xyes"
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4927 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4928 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4929 /* end confdefs.h. */
4934 void func(__builtin_ms_va_list *args);
4939 if ac_fn_c_try_compile
"$LINENO"; then :
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4941 $as_echo "yes" >&6; }
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4944 $as_echo "no" >&6; }
4945 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4947 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4956 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4958 /* end confdefs.h. */
4959 int ac_test(int i) { return i; }
4963 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4968 if ac_fn_c_try_link
"$LINENO"; then :
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4970 $as_echo "yes" >&6; }
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4973 $as_echo "no" >&6; }
4974 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4976 rm -f core conftest.err conftest.
$ac_objext \
4977 conftest
$ac_exeext conftest.
$ac_ext
4978 CFLAGS
="$CFLAGS -marm"
4982 *-mingw32*|
*-cygwin*)
4983 enable_win16
=${enable_win16:-no}
4984 CFLAGS
="$CFLAGS -D_WIN32"
4987 enable_win16
=${enable_win16:-yes}
4991 enable_win16
=${enable_win16:-no}
4992 enable_win64
=${enable_win64:-no}
4994 enable_winetest
=${enable_winetest:-$enable_tests}
4996 if test -n "$with_wine64"
4998 if test "x$enable_win64" = "xyes"
5000 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
5001 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5003 enable_fonts
=${enable_fonts:-no}
5004 enable_server
=${enable_server:-no}
5005 elif test "x$enable_win64" = "xyes"
5007 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5011 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5012 if ${wine_cv_toolsdir+:} false
; then :
5013 $as_echo_n "(cached) " >&6
5015 wine_cv_toolsdir
="$with_wine_tools"
5016 if test -z "$with_wine_tools"; then
5017 if test "$cross_compiling" = "yes"; then
5018 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5019 elif test -n "$with_wine64"; then
5020 wine_cv_toolsdir
="$with_wine64"
5023 if test -z "$wine_cv_toolsdir"; then
5024 wine_makedep
=tools
/makedep
5025 wine_cv_toolsdir
="\$(top_builddir)"
5026 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5027 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5028 case "$wine_cv_toolsdir" in
5030 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5032 enable_tools
=${enable_tools:-no}
5033 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5035 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5039 $as_echo "$wine_cv_toolsdir" >&6; }
5040 TOOLSDIR
=$wine_cv_toolsdir
5042 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5044 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5050 # Extract the first word of "$ac_prog", so it can be a program name with args.
5051 set dummy
$ac_prog; ac_word
=$2
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5053 $as_echo_n "checking for $ac_word... " >&6; }
5054 if ${ac_cv_prog_FLEX+:} false
; then :
5055 $as_echo_n "(cached) " >&6
5057 if test -n "$FLEX"; then
5058 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5060 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5064 test -z "$as_dir" && as_dir
=.
5065 for ac_exec_ext
in '' $ac_executable_extensions; do
5066 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5067 ac_cv_prog_FLEX
="$ac_prog"
5068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5077 FLEX
=$ac_cv_prog_FLEX
5078 if test -n "$FLEX"; then
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5080 $as_echo "$FLEX" >&6; }
5082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5083 $as_echo "no" >&6; }
5087 test -n "$FLEX" && break
5089 test -n "$FLEX" || FLEX
="none"
5091 if test "$FLEX" = "none"
5093 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5096 $as_echo_n "checking whether flex is recent enough... " >&6; }
5097 cat >conftest.l
<<EOF
5099 #include "prediluvian.h"
5103 if $FLEX -t conftest.l
>/dev
/null
2>&5
5105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5106 $as_echo "yes" >&6; }
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5109 $as_echo "no" >&6; }
5110 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5113 for ac_prog
in bison
5115 # Extract the first word of "$ac_prog", so it can be a program name with args.
5116 set dummy
$ac_prog; ac_word
=$2
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5118 $as_echo_n "checking for $ac_word... " >&6; }
5119 if ${ac_cv_prog_BISON+:} false
; then :
5120 $as_echo_n "(cached) " >&6
5122 if test -n "$BISON"; then
5123 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5129 test -z "$as_dir" && as_dir
=.
5130 for ac_exec_ext
in '' $ac_executable_extensions; do
5131 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5132 ac_cv_prog_BISON
="$ac_prog"
5133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5142 BISON
=$ac_cv_prog_BISON
5143 if test -n "$BISON"; then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5145 $as_echo "$BISON" >&6; }
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5148 $as_echo "no" >&6; }
5152 test -n "$BISON" && break
5154 test -n "$BISON" || BISON
="none"
5156 if test "$BISON" = "none"
5158 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5161 if test -n "$ac_tool_prefix"; then
5162 for ac_prog
in ar gar
5164 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5165 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5167 $as_echo_n "checking for $ac_word... " >&6; }
5168 if ${ac_cv_prog_AR+:} false
; then :
5169 $as_echo_n "(cached) " >&6
5171 if test -n "$AR"; then
5172 ac_cv_prog_AR
="$AR" # Let the user override the test.
5174 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5178 test -z "$as_dir" && as_dir
=.
5179 for ac_exec_ext
in '' $ac_executable_extensions; do
5180 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5181 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5192 if test -n "$AR"; then
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5194 $as_echo "$AR" >&6; }
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5197 $as_echo "no" >&6; }
5201 test -n "$AR" && break
5204 if test -z "$AR"; then
5206 for ac_prog
in ar gar
5208 # Extract the first word of "$ac_prog", so it can be a program name with args.
5209 set dummy
$ac_prog; ac_word
=$2
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5211 $as_echo_n "checking for $ac_word... " >&6; }
5212 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5213 $as_echo_n "(cached) " >&6
5215 if test -n "$ac_ct_AR"; then
5216 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5222 test -z "$as_dir" && as_dir
=.
5223 for ac_exec_ext
in '' $ac_executable_extensions; do
5224 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5225 ac_cv_prog_ac_ct_AR
="$ac_prog"
5226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5235 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5236 if test -n "$ac_ct_AR"; then
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5238 $as_echo "$ac_ct_AR" >&6; }
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5241 $as_echo "no" >&6; }
5245 test -n "$ac_ct_AR" && break
5248 if test "x$ac_ct_AR" = x
; then
5251 case $cross_compiling:$ac_tool_warned in
5253 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5254 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5255 ac_tool_warned
=yes ;;
5261 if test -n "$ac_tool_prefix"; then
5262 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5263 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5265 $as_echo_n "checking for $ac_word... " >&6; }
5266 if ${ac_cv_prog_STRIP+:} false
; then :
5267 $as_echo_n "(cached) " >&6
5269 if test -n "$STRIP"; then
5270 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5272 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5276 test -z "$as_dir" && as_dir
=.
5277 for ac_exec_ext
in '' $ac_executable_extensions; do
5278 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5279 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5289 STRIP
=$ac_cv_prog_STRIP
5290 if test -n "$STRIP"; then
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5292 $as_echo "$STRIP" >&6; }
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5295 $as_echo "no" >&6; }
5300 if test -z "$ac_cv_prog_STRIP"; then
5302 # Extract the first word of "strip", so it can be a program name with args.
5303 set dummy strip
; ac_word
=$2
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5305 $as_echo_n "checking for $ac_word... " >&6; }
5306 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5307 $as_echo_n "(cached) " >&6
5309 if test -n "$ac_ct_STRIP"; then
5310 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5312 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5316 test -z "$as_dir" && as_dir
=.
5317 for ac_exec_ext
in '' $ac_executable_extensions; do
5318 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5319 ac_cv_prog_ac_ct_STRIP
="strip"
5320 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5329 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5330 if test -n "$ac_ct_STRIP"; then
5331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5332 $as_echo "$ac_ct_STRIP" >&6; }
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5335 $as_echo "no" >&6; }
5338 if test "x$ac_ct_STRIP" = x
; then
5341 case $cross_compiling:$ac_tool_warned in
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5344 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5345 ac_tool_warned
=yes ;;
5350 STRIP
="$ac_cv_prog_STRIP"
5355 if test -n "$ac_tool_prefix"; then
5356 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5357 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5359 $as_echo_n "checking for $ac_word... " >&6; }
5360 if ${ac_cv_prog_RANLIB+:} false
; then :
5361 $as_echo_n "(cached) " >&6
5363 if test -n "$RANLIB"; then
5364 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5366 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5370 test -z "$as_dir" && as_dir
=.
5371 for ac_exec_ext
in '' $ac_executable_extensions; do
5372 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5373 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5383 RANLIB
=$ac_cv_prog_RANLIB
5384 if test -n "$RANLIB"; then
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5386 $as_echo "$RANLIB" >&6; }
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5389 $as_echo "no" >&6; }
5394 if test -z "$ac_cv_prog_RANLIB"; then
5395 ac_ct_RANLIB
=$RANLIB
5396 # Extract the first word of "ranlib", so it can be a program name with args.
5397 set dummy ranlib
; ac_word
=$2
5398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5399 $as_echo_n "checking for $ac_word... " >&6; }
5400 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5401 $as_echo_n "(cached) " >&6
5403 if test -n "$ac_ct_RANLIB"; then
5404 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5406 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5410 test -z "$as_dir" && as_dir
=.
5411 for ac_exec_ext
in '' $ac_executable_extensions; do
5412 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5413 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5423 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5424 if test -n "$ac_ct_RANLIB"; then
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5426 $as_echo "$ac_ct_RANLIB" >&6; }
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5429 $as_echo "no" >&6; }
5432 if test "x$ac_ct_RANLIB" = x
; then
5435 case $cross_compiling:$ac_tool_warned in
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5438 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5439 ac_tool_warned
=yes ;;
5441 RANLIB
=$ac_ct_RANLIB
5444 RANLIB
="$ac_cv_prog_RANLIB"
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5448 $as_echo_n "checking whether ln -s works... " >&6; }
5450 if test "$LN_S" = "ln -s"; then
5451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5452 $as_echo "yes" >&6; }
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5455 $as_echo "no, using $LN_S" >&6; }
5458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5459 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5460 if ${ac_cv_path_GREP+:} false
; then :
5461 $as_echo_n "(cached) " >&6
5463 if test -z "$GREP"; then
5464 ac_path_GREP_found
=false
5465 # Loop through the user's path and test for each of PROGNAME-LIST
5466 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5467 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5470 test -z "$as_dir" && as_dir
=.
5471 for ac_prog
in grep ggrep
; do
5472 for ac_exec_ext
in '' $ac_executable_extensions; do
5473 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5474 as_fn_executable_p
"$ac_path_GREP" ||
continue
5475 # Check for GNU ac_path_GREP and select it if it is found.
5476 # Check for GNU $ac_path_GREP
5477 case `"$ac_path_GREP" --version 2>&1` in
5479 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5482 $as_echo_n 0123456789 >"conftest.in"
5485 cat "conftest.in" "conftest.in" >"conftest.tmp"
5486 mv "conftest.tmp" "conftest.in"
5487 cp "conftest.in" "conftest.nl"
5488 $as_echo 'GREP' >> "conftest.nl"
5489 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5490 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5491 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5492 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5493 # Best one so far, save it but keep looking for a better one
5494 ac_cv_path_GREP
="$ac_path_GREP"
5495 ac_path_GREP_max
=$ac_count
5497 # 10*(2^10) chars as input seems more than enough
5498 test $ac_count -gt 10 && break
5500 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5503 $ac_path_GREP_found && break 3
5508 if test -z "$ac_cv_path_GREP"; then
5509 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5512 ac_cv_path_GREP
=$GREP
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5517 $as_echo "$ac_cv_path_GREP" >&6; }
5518 GREP
="$ac_cv_path_GREP"
5521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5522 $as_echo_n "checking for egrep... " >&6; }
5523 if ${ac_cv_path_EGREP+:} false
; then :
5524 $as_echo_n "(cached) " >&6
5526 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5527 then ac_cv_path_EGREP
="$GREP -E"
5529 if test -z "$EGREP"; then
5530 ac_path_EGREP_found
=false
5531 # Loop through the user's path and test for each of PROGNAME-LIST
5532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5533 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5536 test -z "$as_dir" && as_dir
=.
5537 for ac_prog
in egrep; do
5538 for ac_exec_ext
in '' $ac_executable_extensions; do
5539 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5540 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5541 # Check for GNU ac_path_EGREP and select it if it is found.
5542 # Check for GNU $ac_path_EGREP
5543 case `"$ac_path_EGREP" --version 2>&1` in
5545 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5548 $as_echo_n 0123456789 >"conftest.in"
5551 cat "conftest.in" "conftest.in" >"conftest.tmp"
5552 mv "conftest.tmp" "conftest.in"
5553 cp "conftest.in" "conftest.nl"
5554 $as_echo 'EGREP' >> "conftest.nl"
5555 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5556 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5557 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5558 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5559 # Best one so far, save it but keep looking for a better one
5560 ac_cv_path_EGREP
="$ac_path_EGREP"
5561 ac_path_EGREP_max
=$ac_count
5563 # 10*(2^10) chars as input seems more than enough
5564 test $ac_count -gt 10 && break
5566 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5569 $ac_path_EGREP_found && break 3
5574 if test -z "$ac_cv_path_EGREP"; then
5575 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5578 ac_cv_path_EGREP
=$EGREP
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5584 $as_echo "$ac_cv_path_EGREP" >&6; }
5585 EGREP
="$ac_cv_path_EGREP"
5588 # Extract the first word of "ldconfig", so it can be a program name with args.
5589 set dummy ldconfig
; ac_word
=$2
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5591 $as_echo_n "checking for $ac_word... " >&6; }
5592 if ${ac_cv_path_LDCONFIG+:} false
; then :
5593 $as_echo_n "(cached) " >&6
5597 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5600 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5601 for as_dir
in /sbin
/usr
/sbin
$PATH
5604 test -z "$as_dir" && as_dir
=.
5605 for ac_exec_ext
in '' $ac_executable_extensions; do
5606 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5607 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5615 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5619 LDCONFIG
=$ac_cv_path_LDCONFIG
5620 if test -n "$LDCONFIG"; then
5621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5622 $as_echo "$LDCONFIG" >&6; }
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5625 $as_echo "no" >&6; }
5629 for ac_prog
in msgfmt
5631 # Extract the first word of "$ac_prog", so it can be a program name with args.
5632 set dummy
$ac_prog; ac_word
=$2
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5634 $as_echo_n "checking for $ac_word... " >&6; }
5635 if ${ac_cv_prog_MSGFMT+:} false
; then :
5636 $as_echo_n "(cached) " >&6
5638 if test -n "$MSGFMT"; then
5639 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5641 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5645 test -z "$as_dir" && as_dir
=.
5646 for ac_exec_ext
in '' $ac_executable_extensions; do
5647 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5648 ac_cv_prog_MSGFMT
="$ac_prog"
5649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5658 MSGFMT
=$ac_cv_prog_MSGFMT
5659 if test -n "$MSGFMT"; then
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5661 $as_echo "$MSGFMT" >&6; }
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5664 $as_echo "no" >&6; }
5668 test -n "$MSGFMT" && break
5670 test -n "$MSGFMT" || MSGFMT
="false"
5672 if ${ac_tool_prefix+:} false
; then :
5673 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5674 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5676 $as_echo_n "checking for $ac_word... " >&6; }
5677 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5678 $as_echo_n "(cached) " >&6
5680 if test -n "$PKG_CONFIG"; then
5681 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5683 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5687 test -z "$as_dir" && as_dir
=.
5688 for ac_exec_ext
in '' $ac_executable_extensions; do
5689 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5690 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5700 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5701 if test -n "$PKG_CONFIG"; then
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5703 $as_echo "$PKG_CONFIG" >&6; }
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5706 $as_echo "no" >&6; }
5711 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5712 if test "x$cross_compiling" = xyes
; then :
5715 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5716 # Extract the first word of "pkg-config", so it can be a program name with args.
5717 set dummy pkg-config
; ac_word
=$2
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5719 $as_echo_n "checking for $ac_word... " >&6; }
5720 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5721 $as_echo_n "(cached) " >&6
5723 if test -n "$PKG_CONFIG"; then
5724 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5726 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5730 test -z "$as_dir" && as_dir
=.
5731 for ac_exec_ext
in '' $ac_executable_extensions; do
5732 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5733 ac_cv_prog_PKG_CONFIG
="pkg-config"
5734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5743 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5744 if test -n "$PKG_CONFIG"; then
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5746 $as_echo "$PKG_CONFIG" >&6; }
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5749 $as_echo "no" >&6; }
5755 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5758 if test "x$enable_maintainer_mode" != "xyes"
5765 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5766 for ac_prog
in fontforge
5768 # Extract the first word of "$ac_prog", so it can be a program name with args.
5769 set dummy
$ac_prog; ac_word
=$2
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5771 $as_echo_n "checking for $ac_word... " >&6; }
5772 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5773 $as_echo_n "(cached) " >&6
5775 if test -n "$FONTFORGE"; then
5776 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5778 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5782 test -z "$as_dir" && as_dir
=.
5783 for ac_exec_ext
in '' $ac_executable_extensions; do
5784 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5785 ac_cv_prog_FONTFORGE
="$ac_prog"
5786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5795 FONTFORGE
=$ac_cv_prog_FONTFORGE
5796 if test -n "$FONTFORGE"; then
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5798 $as_echo "$FONTFORGE" >&6; }
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5801 $as_echo "no" >&6; }
5805 test -n "$FONTFORGE" && break
5807 test -n "$FONTFORGE" || FONTFORGE
="false"
5809 for ac_prog
in rsvg-convert rsvg
5811 # Extract the first word of "$ac_prog", so it can be a program name with args.
5812 set dummy
$ac_prog; ac_word
=$2
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5814 $as_echo_n "checking for $ac_word... " >&6; }
5815 if ${ac_cv_prog_RSVG+:} false
; then :
5816 $as_echo_n "(cached) " >&6
5818 if test -n "$RSVG"; then
5819 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5821 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5825 test -z "$as_dir" && as_dir
=.
5826 for ac_exec_ext
in '' $ac_executable_extensions; do
5827 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5828 ac_cv_prog_RSVG
="$ac_prog"
5829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5838 RSVG
=$ac_cv_prog_RSVG
5839 if test -n "$RSVG"; then
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5841 $as_echo "$RSVG" >&6; }
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5844 $as_echo "no" >&6; }
5848 test -n "$RSVG" && break
5850 test -n "$RSVG" || RSVG
="false"
5852 for ac_prog
in convert
5854 # Extract the first word of "$ac_prog", so it can be a program name with args.
5855 set dummy
$ac_prog; ac_word
=$2
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5857 $as_echo_n "checking for $ac_word... " >&6; }
5858 if ${ac_cv_prog_CONVERT+:} false
; then :
5859 $as_echo_n "(cached) " >&6
5861 if test -n "$CONVERT"; then
5862 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5864 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5868 test -z "$as_dir" && as_dir
=.
5869 for ac_exec_ext
in '' $ac_executable_extensions; do
5870 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5871 ac_cv_prog_CONVERT
="$ac_prog"
5872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5881 CONVERT
=$ac_cv_prog_CONVERT
5882 if test -n "$CONVERT"; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5884 $as_echo "$CONVERT" >&6; }
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5887 $as_echo "no" >&6; }
5891 test -n "$CONVERT" && break
5893 test -n "$CONVERT" || CONVERT
="false"
5895 for ac_prog
in icotool
5897 # Extract the first word of "$ac_prog", so it can be a program name with args.
5898 set dummy
$ac_prog; ac_word
=$2
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5900 $as_echo_n "checking for $ac_word... " >&6; }
5901 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5902 $as_echo_n "(cached) " >&6
5904 if test -n "$ICOTOOL"; then
5905 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5907 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5911 test -z "$as_dir" && as_dir
=.
5912 for ac_exec_ext
in '' $ac_executable_extensions; do
5913 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5914 ac_cv_prog_ICOTOOL
="$ac_prog"
5915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5924 ICOTOOL
=$ac_cv_prog_ICOTOOL
5925 if test -n "$ICOTOOL"; then
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5927 $as_echo "$ICOTOOL" >&6; }
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5930 $as_echo "no" >&6; }
5934 test -n "$ICOTOOL" && break
5936 test -n "$ICOTOOL" || ICOTOOL
="false"
5938 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5939 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5941 if test "$CONVERT" = false
5943 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5946 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5947 convert_version
=`convert --version | head -n1`
5948 if test "x$convert_version" != "x"
5950 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5951 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5952 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5957 if test "$CONVERT" = false
5959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5960 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5961 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5964 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5968 if test "$ICOTOOL" = false
5970 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5973 $as_echo_n "checking for recent enough icotool... " >&6; }
5974 icotool_version
=`icotool --version | head -n1`
5975 if test "x$icotool_version" != "x"
5977 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5978 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5979 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5982 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
5985 if test "$ICOTOOL" = false
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5988 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5989 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5992 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5998 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
6001 test "x$with_gettext" != xno || MSGFMT
=false
6002 if test "$MSGFMT" != "false"
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6005 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6006 cat >conftest.po
<<EOF
6012 if $MSGFMT -o /dev
/null conftest.po
2>&5
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6015 $as_echo "yes" >&6; }
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6018 $as_echo "no" >&6; }
6022 if test "$MSGFMT" = false
; then :
6023 case "x$with_gettext" in
6024 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6026 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6027 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6033 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6034 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6035 $as_echo_n "(cached) " >&6
6037 ac_check_lib_save_LIBS
=$LIBS
6039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6040 /* end confdefs.h. */
6042 /* Override any GCC internal prototype to avoid an error.
6043 Use char because int might match the return type of a GCC
6044 builtin and then its argument prototype would still apply. */
6048 char i386_set_ldt ();
6052 return i386_set_ldt ();
6057 if ac_fn_c_try_link
"$LINENO"; then :
6058 ac_cv_lib_i386_i386_set_ldt
=yes
6060 ac_cv_lib_i386_i386_set_ldt
=no
6062 rm -f core conftest.err conftest.
$ac_objext \
6063 conftest
$ac_exeext conftest.
$ac_ext
6064 LIBS
=$ac_check_lib_save_LIBS
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6067 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6068 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6069 cat >>confdefs.h
<<_ACEOF
6070 #define HAVE_LIBI386 1
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6078 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6079 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6080 $as_echo_n "(cached) " >&6
6082 ac_check_lib_save_LIBS
=$LIBS
6083 LIBS
="-lossaudio $LIBS"
6084 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6085 /* end confdefs.h. */
6087 /* Override any GCC internal prototype to avoid an error.
6088 Use char because int might match the return type of a GCC
6089 builtin and then its argument prototype would still apply. */
6097 return _oss_ioctl ();
6102 if ac_fn_c_try_link
"$LINENO"; then :
6103 ac_cv_lib_ossaudio__oss_ioctl
=yes
6105 ac_cv_lib_ossaudio__oss_ioctl
=no
6107 rm -f core conftest.err conftest.
$ac_objext \
6108 conftest
$ac_exeext conftest.
$ac_ext
6109 LIBS
=$ac_check_lib_save_LIBS
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6112 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6113 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6114 cat >>confdefs.h
<<_ACEOF
6115 #define HAVE_LIBOSSAUDIO 1
6118 LIBS
="-lossaudio $LIBS"
6127 # Check whether --enable-largefile was given.
6128 if test "${enable_largefile+set}" = set; then :
6129 enableval
=$enable_largefile;
6132 if test "$enable_largefile" != no
; then
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6135 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6136 if ${ac_cv_sys_largefile_CC+:} false
; then :
6137 $as_echo_n "(cached) " >&6
6139 ac_cv_sys_largefile_CC
=no
6140 if test "$GCC" != yes; then
6143 # IRIX 6.2 and later do not support large files by default,
6144 # so use the C compiler's -n32 option if that helps.
6145 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6146 /* end confdefs.h. */
6147 #include <sys/types.h>
6148 /* Check that off_t can represent 2**63 - 1 correctly.
6149 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6150 since some C++ compilers masquerading as C compilers
6151 incorrectly reject 9223372036854775807. */
6152 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6153 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6154 && LARGE_OFF_T % 2147483647 == 1)
6164 if ac_fn_c_try_compile
"$LINENO"; then :
6167 rm -f core conftest.err conftest.
$ac_objext
6169 if ac_fn_c_try_compile
"$LINENO"; then :
6170 ac_cv_sys_largefile_CC
=' -n32'; break
6172 rm -f core conftest.err conftest.
$ac_objext
6176 rm -f conftest.
$ac_ext
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6180 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6181 if test "$ac_cv_sys_largefile_CC" != no
; then
6182 CC
=$CC$ac_cv_sys_largefile_CC
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6186 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6187 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6188 $as_echo_n "(cached) " >&6
6191 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6192 /* end confdefs.h. */
6193 #include <sys/types.h>
6194 /* Check that off_t can represent 2**63 - 1 correctly.
6195 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6196 since some C++ compilers masquerading as C compilers
6197 incorrectly reject 9223372036854775807. */
6198 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6199 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6200 && LARGE_OFF_T % 2147483647 == 1)
6210 if ac_fn_c_try_compile
"$LINENO"; then :
6211 ac_cv_sys_file_offset_bits
=no
; break
6213 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6214 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6215 /* end confdefs.h. */
6216 #define _FILE_OFFSET_BITS 64
6217 #include <sys/types.h>
6218 /* Check that off_t can represent 2**63 - 1 correctly.
6219 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6220 since some C++ compilers masquerading as C compilers
6221 incorrectly reject 9223372036854775807. */
6222 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6223 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6224 && LARGE_OFF_T % 2147483647 == 1)
6234 if ac_fn_c_try_compile
"$LINENO"; then :
6235 ac_cv_sys_file_offset_bits
=64; break
6237 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6238 ac_cv_sys_file_offset_bits
=unknown
6242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6243 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6244 case $ac_cv_sys_file_offset_bits in #(
6247 cat >>confdefs.h
<<_ACEOF
6248 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6253 if test $ac_cv_sys_file_offset_bits = unknown
; then
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6255 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6256 if ${ac_cv_sys_large_files+:} false
; then :
6257 $as_echo_n "(cached) " >&6
6260 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6261 /* end confdefs.h. */
6262 #include <sys/types.h>
6263 /* Check that off_t can represent 2**63 - 1 correctly.
6264 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6265 since some C++ compilers masquerading as C compilers
6266 incorrectly reject 9223372036854775807. */
6267 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6268 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6269 && LARGE_OFF_T % 2147483647 == 1)
6279 if ac_fn_c_try_compile
"$LINENO"; then :
6280 ac_cv_sys_large_files
=no
; break
6282 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6284 /* end confdefs.h. */
6285 #define _LARGE_FILES 1
6286 #include <sys/types.h>
6287 /* Check that off_t can represent 2**63 - 1 correctly.
6288 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6289 since some C++ compilers masquerading as C compilers
6290 incorrectly reject 9223372036854775807. */
6291 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6292 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6293 && LARGE_OFF_T % 2147483647 == 1)
6303 if ac_fn_c_try_compile
"$LINENO"; then :
6304 ac_cv_sys_large_files
=1; break
6306 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6307 ac_cv_sys_large_files
=unknown
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6312 $as_echo "$ac_cv_sys_large_files" >&6; }
6313 case $ac_cv_sys_large_files in #(
6316 cat >>confdefs.h
<<_ACEOF
6317 #define _LARGE_FILES $ac_cv_sys_large_files
6329 ac_cpp
='$CPP $CPPFLAGS'
6330 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6331 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6332 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6334 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6335 # On Suns, sometimes $CPP names a directory.
6336 if test -n "$CPP" && test -d "$CPP"; then
6339 if test -z "$CPP"; then
6340 if ${ac_cv_prog_CPP+:} false
; then :
6341 $as_echo_n "(cached) " >&6
6343 # Double quotes because CPP needs to be expanded
6344 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6347 for ac_c_preproc_warn_flag
in '' yes
6349 # Use a header file that comes with gcc, so configuring glibc
6350 # with a fresh cross-compiler works.
6351 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6352 # <limits.h> exists even on freestanding compilers.
6353 # On the NeXT, cc -E runs the code through the compiler's parser,
6354 # not just through cpp. "Syntax error" is here to catch this case.
6355 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6356 /* end confdefs.h. */
6358 # include <limits.h>
6360 # include <assert.h>
6364 if ac_fn_c_try_cpp
"$LINENO"; then :
6367 # Broken: fails on valid input.
6370 rm -f conftest.err conftest.i conftest.
$ac_ext
6372 # OK, works on sane cases. Now check whether nonexistent headers
6373 # can be detected and how.
6374 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6375 /* end confdefs.h. */
6376 #include <ac_nonexistent.h>
6378 if ac_fn_c_try_cpp
"$LINENO"; then :
6379 # Broken: success on invalid input.
6382 # Passes both tests.
6386 rm -f conftest.err conftest.i conftest.
$ac_ext
6389 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6390 rm -f conftest.i conftest.err conftest.
$ac_ext
6391 if $ac_preproc_ok; then :
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6404 $as_echo "$CPP" >&6; }
6406 for ac_c_preproc_warn_flag
in '' yes
6408 # Use a header file that comes with gcc, so configuring glibc
6409 # with a fresh cross-compiler works.
6410 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6411 # <limits.h> exists even on freestanding compilers.
6412 # On the NeXT, cc -E runs the code through the compiler's parser,
6413 # not just through cpp. "Syntax error" is here to catch this case.
6414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6415 /* end confdefs.h. */
6417 # include <limits.h>
6419 # include <assert.h>
6423 if ac_fn_c_try_cpp
"$LINENO"; then :
6426 # Broken: fails on valid input.
6429 rm -f conftest.err conftest.i conftest.
$ac_ext
6431 # OK, works on sane cases. Now check whether nonexistent headers
6432 # can be detected and how.
6433 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6434 /* end confdefs.h. */
6435 #include <ac_nonexistent.h>
6437 if ac_fn_c_try_cpp
"$LINENO"; then :
6438 # Broken: success on invalid input.
6441 # Passes both tests.
6445 rm -f conftest.err conftest.i conftest.
$ac_ext
6448 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6449 rm -f conftest.i conftest.err conftest.
$ac_ext
6450 if $ac_preproc_ok; then :
6453 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6454 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6455 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6456 See \`config.log' for more details" "$LINENO" 5; }
6460 ac_cpp
='$CPP $CPPFLAGS'
6461 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6462 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6463 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6467 $as_echo_n "checking for ANSI C header files... " >&6; }
6468 if ${ac_cv_header_stdc+:} false
; then :
6469 $as_echo_n "(cached) " >&6
6471 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6472 /* end confdefs.h. */
6486 if ac_fn_c_try_compile
"$LINENO"; then :
6487 ac_cv_header_stdc
=yes
6489 ac_cv_header_stdc
=no
6491 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6493 if test $ac_cv_header_stdc = yes; then
6494 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6495 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6496 /* end confdefs.h. */
6500 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6501 $EGREP "memchr" >/dev
/null
2>&1; then :
6504 ac_cv_header_stdc
=no
6510 if test $ac_cv_header_stdc = yes; then
6511 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6512 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6513 /* end confdefs.h. */
6517 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6518 $EGREP "free" >/dev
/null
2>&1; then :
6521 ac_cv_header_stdc
=no
6527 if test $ac_cv_header_stdc = yes; then
6528 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6529 if test "$cross_compiling" = yes; then :
6532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6533 /* end confdefs.h. */
6536 #if ((' ' & 0x0FF) == 0x020)
6537 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6538 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6540 # define ISLOWER(c) \
6541 (('a' <= (c) && (c) <= 'i') \
6542 || ('j' <= (c) && (c) <= 'r') \
6543 || ('s' <= (c) && (c) <= 'z'))
6544 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6547 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6552 for (i = 0; i < 256; i++)
6553 if (XOR (islower (i), ISLOWER (i))
6554 || toupper (i) != TOUPPER (i))
6559 if ac_fn_c_try_run
"$LINENO"; then :
6562 ac_cv_header_stdc
=no
6564 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6565 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6571 $as_echo "$ac_cv_header_stdc" >&6; }
6572 if test $ac_cv_header_stdc = yes; then
6574 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6578 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6579 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6580 inttypes.h stdint.h unistd.h
6582 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6583 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6585 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6586 cat >>confdefs.h
<<_ACEOF
6587 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6597 ApplicationServices
/ApplicationServices.h \
6598 AudioToolbox
/AudioConverter.h \
6599 AudioUnit
/AudioUnit.h \
6600 AudioUnit
/AudioComponent.h \
6603 CoreAudio
/CoreAudio.h \
6604 CoreServices
/CoreServices.h \
6605 DiskArbitration
/DiskArbitration.h \
6607 IOKit
/hid
/IOHIDLib.h \
6610 QuickTime
/ImageCompression.h \
6611 Security
/Security.h \
6662 netinet
/in_systm.h \
6725 valgrind
/memcheck.h \
6726 valgrind
/valgrind.h \
6730 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6731 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6732 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6733 cat >>confdefs.h
<<_ACEOF
6734 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6742 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6743 if ${ac_cv_header_stat_broken+:} false
; then :
6744 $as_echo_n "(cached) " >&6
6746 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6747 /* end confdefs.h. */
6748 #include <sys/types.h>
6749 #include <sys/stat.h>
6751 #if defined S_ISBLK && defined S_IFDIR
6752 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6755 #if defined S_ISBLK && defined S_IFCHR
6756 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6759 #if defined S_ISLNK && defined S_IFREG
6760 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6763 #if defined S_ISSOCK && defined S_IFREG
6764 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6768 if ac_fn_c_try_compile
"$LINENO"; then :
6769 ac_cv_header_stat_broken
=no
6771 ac_cv_header_stat_broken
=yes
6773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6776 $as_echo "$ac_cv_header_stat_broken" >&6; }
6777 if test $ac_cv_header_stat_broken = yes; then
6779 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6785 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6787 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6788 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6789 #ifdef HAVE_SYS_PARAM_H
6790 # include <sys/param.h>
6793 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6794 cat >>confdefs.h
<<_ACEOF
6795 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6810 netinet
/if_ether.h \
6811 netinet
/if_inarp.h \
6820 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6821 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6822 #ifdef HAVE_SYS_SOCKET_H
6823 # include <sys/socket.h>
6825 #ifdef HAVE_SYS_SOCKETVAR_H
6826 # include <sys/socketvar.h>
6828 #ifdef HAVE_NET_ROUTE_H
6829 # include <net/route.h>
6831 #ifdef HAVE_NETINET_IN_H
6832 # include <netinet/in.h>
6834 #ifdef HAVE_NETINET_IN_SYSTM_H
6835 # include <netinet/in_systm.h>
6837 #ifdef HAVE_NET_IF_H
6838 # include <net/if.h>
6840 #ifdef HAVE_NETINET_IP_H
6841 # include <netinet/ip.h>
6844 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6845 cat >>confdefs.h
<<_ACEOF
6846 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6854 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6856 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6857 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6861 #ifdef HAVE_SYS_SOCKET_H
6862 # include <sys/socket.h>
6864 #ifdef HAVE_SYS_SOCKETVAR_H
6865 # include <sys/socketvar.h>
6867 #ifdef HAVE_SYS_TIMEOUT_H
6868 # include <sys/timeout.h>
6870 #ifdef HAVE_NETINET_IN_H
6871 # include <netinet/in.h>
6873 #ifdef HAVE_NETINET_IN_SYSTM_H
6874 # include <netinet/in_systm.h>
6876 #ifdef HAVE_NETINET_IP_H
6877 # include <netinet/ip.h>
6879 #ifdef HAVE_NETINET_IP_VAR_H
6880 # include <netinet/ip_var.h>
6882 #ifdef HAVE_NETINET_IP_ICMP_H
6883 # include <netinet/ip_icmp.h>
6885 #ifdef HAVE_NETINET_UDP_H
6886 # include <netinet/udp.h>
6888 #ifdef HAVE_NETINET_TCP_H
6889 # include <netinet/tcp.h>
6891 #ifdef HAVE_NETINET_TCP_TIMER_H
6892 #include <netinet/tcp_timer.h>
6895 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6896 cat >>confdefs.h
<<_ACEOF
6897 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6905 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6907 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6908 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6909 #ifdef HAVE_ASM_TYPES_H
6910 # include <asm/types.h>
6912 #ifdef HAVE_SYS_SOCKET_H
6913 # include <sys/socket.h>
6915 #ifdef HAVE_LINUX_TYPES_H
6916 # include <linux/types.h>
6919 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6920 cat >>confdefs.h
<<_ACEOF
6921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6929 for ac_header
in mach-o
/dyld_images.h
6931 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6932 # include <stdbool.h>
6934 #ifdef HAVE_STDINT_H
6935 # include <stdint.h>
6938 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6939 cat >>confdefs.h
<<_ACEOF
6940 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6948 for ac_header
in resolv.h
6950 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6951 #ifdef HAVE_SYS_SOCKET_H
6952 # include <sys/socket.h>
6954 #ifdef HAVE_NETINET_IN_H
6955 # include <netinet/in.h>
6957 #ifdef HAVE_ARPA_NAMESER_H
6958 # include <arpa/nameser.h>
6961 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6962 cat >>confdefs.h
<<_ACEOF
6963 #define HAVE_RESOLV_H 1
6971 for ac_header
in ifaddrs.h
6973 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6975 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
6976 cat >>confdefs.h
<<_ACEOF
6977 #define HAVE_IFADDRS_H 1
6985 for ac_header
in sys
/ucontext.h
6987 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
6989 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
6990 cat >>confdefs.h
<<_ACEOF
6991 #define HAVE_SYS_UCONTEXT_H 1
6999 for ac_header
in sys
/thr.h
7001 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7002 #ifdef HAVE_SYS_UCONTEXT_H
7003 #include <sys/ucontext.h>
7006 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7007 cat >>confdefs.h
<<_ACEOF
7008 #define HAVE_SYS_THR_H 1
7016 for ac_header
in pthread_np.h
7018 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7019 #include <pthread.h>
7022 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7023 cat >>confdefs.h
<<_ACEOF
7024 #define HAVE_PTHREAD_NP_H 1
7032 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7034 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7035 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7036 #include <sys/time.h>
7038 #include <sys/types.h>
7039 #ifdef HAVE_ASM_TYPES_H
7040 #include <asm/types.h>
7043 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7044 cat >>confdefs.h
<<_ACEOF
7045 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7053 for ac_header
in libprocstat.h
7055 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7056 #include <sys/param.h>
7058 #ifdef HAVE_SYS_QUEUE_H
7059 #include <sys/queue.h>
7061 #ifdef HAVE_SYS_SOCKET_H
7062 #include <sys/socket.h>
7065 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7066 cat >>confdefs.h
<<_ACEOF
7067 #define HAVE_LIBPROCSTAT_H 1
7076 dlldir
="\${libdir}/wine"
7080 DLLFLAGS
="-D_REENTRANT"
7089 STATIC_IMPLIBEXT
="def.a"
7090 # Extract the first word of "ldd", so it can be a program name with args.
7091 set dummy ldd
; ac_word
=$2
7092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7093 $as_echo_n "checking for $ac_word... " >&6; }
7094 if ${ac_cv_path_LDD+:} false
; then :
7095 $as_echo_n "(cached) " >&6
7099 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7102 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7103 as_dummy
="/sbin:/usr/sbin:$PATH"
7104 for as_dir
in $as_dummy
7107 test -z "$as_dir" && as_dir
=.
7108 for ac_exec_ext
in '' $ac_executable_extensions; do
7109 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7110 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7118 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7123 if test -n "$LDD"; then
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7125 $as_echo "$LDD" >&6; }
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7128 $as_echo "no" >&6; }
7132 if test -n "$ac_tool_prefix"; then
7133 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7134 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7136 $as_echo_n "checking for $ac_word... " >&6; }
7137 if ${ac_cv_prog_OTOOL+:} false
; then :
7138 $as_echo_n "(cached) " >&6
7140 if test -n "$OTOOL"; then
7141 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7143 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7147 test -z "$as_dir" && as_dir
=.
7148 for ac_exec_ext
in '' $ac_executable_extensions; do
7149 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7150 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7151 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7160 OTOOL
=$ac_cv_prog_OTOOL
7161 if test -n "$OTOOL"; then
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7163 $as_echo "$OTOOL" >&6; }
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7166 $as_echo "no" >&6; }
7171 if test -z "$ac_cv_prog_OTOOL"; then
7173 # Extract the first word of "otool", so it can be a program name with args.
7174 set dummy otool
; ac_word
=$2
7175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7176 $as_echo_n "checking for $ac_word... " >&6; }
7177 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7178 $as_echo_n "(cached) " >&6
7180 if test -n "$ac_ct_OTOOL"; then
7181 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7183 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7187 test -z "$as_dir" && as_dir
=.
7188 for ac_exec_ext
in '' $ac_executable_extensions; do
7189 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7190 ac_cv_prog_ac_ct_OTOOL
="otool"
7191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7200 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7201 if test -n "$ac_ct_OTOOL"; then
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7203 $as_echo "$ac_ct_OTOOL" >&6; }
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7206 $as_echo "no" >&6; }
7209 if test "x$ac_ct_OTOOL" = x
; then
7212 case $cross_compiling:$ac_tool_warned in
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7215 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7216 ac_tool_warned
=yes ;;
7221 OTOOL
="$ac_cv_prog_OTOOL"
7224 if test -n "$ac_tool_prefix"; then
7225 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7226 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7228 $as_echo_n "checking for $ac_word... " >&6; }
7229 if ${ac_cv_prog_READELF+:} false
; then :
7230 $as_echo_n "(cached) " >&6
7232 if test -n "$READELF"; then
7233 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7235 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7239 test -z "$as_dir" && as_dir
=.
7240 for ac_exec_ext
in '' $ac_executable_extensions; do
7241 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7242 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7252 READELF
=$ac_cv_prog_READELF
7253 if test -n "$READELF"; then
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7255 $as_echo "$READELF" >&6; }
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7258 $as_echo "no" >&6; }
7263 if test -z "$ac_cv_prog_READELF"; then
7264 ac_ct_READELF
=$READELF
7265 # Extract the first word of "readelf", so it can be a program name with args.
7266 set dummy readelf
; ac_word
=$2
7267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7268 $as_echo_n "checking for $ac_word... " >&6; }
7269 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7270 $as_echo_n "(cached) " >&6
7272 if test -n "$ac_ct_READELF"; then
7273 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7275 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7279 test -z "$as_dir" && as_dir
=.
7280 for ac_exec_ext
in '' $ac_executable_extensions; do
7281 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7282 ac_cv_prog_ac_ct_READELF
="readelf"
7283 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7292 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7293 if test -n "$ac_ct_READELF"; then
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7295 $as_echo "$ac_ct_READELF" >&6; }
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7298 $as_echo "no" >&6; }
7301 if test "x$ac_ct_READELF" = x
; then
7304 case $cross_compiling:$ac_tool_warned in
7306 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7307 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7308 ac_tool_warned
=yes ;;
7310 READELF
=$ac_ct_READELF
7313 READELF
="$ac_cv_prog_READELF"
7316 wine_rules_file
=conf$
$rules.
make
7317 rm -f $wine_rules_file
7319 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7320 ALL_TEST_RESOURCES
=""
7323 wine_fn_append_file
()
7325 as_fn_append
$1 " \\$as_nl $2"
7328 wine_fn_ignore_file
()
7331 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7332 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7333 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7337 wine_fn_append_rule
()
7339 $as_echo "$1" >>$wine_rules_file
7344 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7347 wine_fn_depend_rules
()
7349 wine_fn_append_rule \
7350 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7351 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7352 depend: $ac_dir/depend
7353 .PHONY: $ac_dir/depend
7354 $ac_dir/depend: \$(MAKEDEP) dummy
7355 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7358 wine_fn_pot_rules
()
7360 test "x$with_gettextpo" = xyes ||
return
7362 if wine_fn_has_flag mc
7364 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7365 wine_fn_append_rule \
7366 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7367 @cd $ac_dir && \$(MAKE) msg.pot
7368 $ac_dir/msg.pot: tools/wmc include"
7370 if wine_fn_has_flag po
7372 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7373 wine_fn_append_rule \
7374 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7375 @cd $ac_dir && \$(MAKE) rsrc.pot
7376 $ac_dir/rsrc.pot: tools/wrc include"
7380 wine_fn_all_rules
()
7382 wine_fn_depend_rules
7383 wine_fn_append_rule \
7386 $ac_dir: $ac_dir/Makefile dummy
7387 @cd $ac_dir && \$(MAKE)"
7390 wine_fn_install_rules
()
7392 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7394 wine_fn_append_rule \
7395 ".PHONY: $ac_dir/install $ac_dir/uninstall
7396 $ac_dir/install:: $ac_dir
7397 @cd $ac_dir && \$(MAKE) install
7398 $ac_dir/uninstall:: $ac_dir/Makefile
7399 @cd $ac_dir && \$(MAKE) uninstall
7400 install:: $ac_dir/install
7401 __uninstall__: $ac_dir/uninstall"
7403 if wine_fn_has_flag install-lib
7405 wine_fn_append_rule \
7406 ".PHONY: $ac_dir/install-lib
7407 $ac_dir/install-lib:: $ac_dir
7408 @cd $ac_dir && \$(MAKE) install-lib
7409 install-lib:: $ac_dir/install-lib"
7412 if wine_fn_has_flag install-dev
7414 wine_fn_append_rule \
7415 ".PHONY: $ac_dir/install-dev
7416 $ac_dir/install-dev:: $ac_dir
7417 @cd $ac_dir && \$(MAKE) install-dev
7418 install-dev:: $ac_dir/install-dev"
7422 wine_fn_clean_rules
()
7425 ac_extraclean
="$ac_dir/Makefile"
7426 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7428 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7431 if wine_fn_has_flag clean
7433 wine_fn_append_rule \
7434 "__clean__: $ac_dir/clean
7435 .PHONY: $ac_dir/clean
7436 $ac_dir/clean: $ac_dir/Makefile
7437 @cd $ac_dir && \$(MAKE) clean
7438 \$(RM) $ac_extraclean"
7440 wine_fn_append_rule \
7441 "__clean__: $ac_dir/clean
7442 .PHONY: $ac_dir/clean
7443 $ac_dir/clean: dummy
7444 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7448 wine_fn_disabled_rules
()
7451 ac_extraclean
="$ac_dir/Makefile"
7452 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7454 wine_fn_append_rule \
7455 "__clean__: $ac_dir/clean
7456 .PHONY: $ac_dir/clean
7457 $ac_dir/clean: dummy
7458 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7461 wine_fn_config_makefile
()
7467 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7468 wine_fn_disabled_rules
; return
7471 wine_fn_install_rules
7475 wine_fn_config_lib
()
7479 ac_dir
=dlls
/$ac_name
7482 if test "x$enable_tools" = xno
; then :
7485 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7490 wine_fn_append_rule \
7491 ".PHONY: $ac_dir/install $ac_dir/uninstall
7492 $ac_dir/install:: $ac_dir
7493 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7495 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7496 install install-dev:: $ac_dir/install
7497 __uninstall__: $ac_dir/uninstall
7498 __builddeps__: $ac_dir
7502 wine_fn_config_dll
()
7505 ac_dir
=dlls
/$ac_name
7508 ac_implib
=${4:-$ac_name}
7509 ac_file
=$ac_dir/lib
$ac_implib
7514 if test "x$enable_tools" = xno
; then :
7517 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7520 *16) ac_implibflags
=" -m16" ;;
7522 *) ac_dll
=$ac_dll.dll
;;
7526 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7527 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7528 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7529 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7531 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7532 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7534 wine_fn_depend_rules
7535 wine_fn_clean_rules
$ac_clean
7537 wine_fn_disabled_rules
$ac_clean
7542 wine_fn_clean_rules
$ac_clean
7543 wine_fn_append_rule \
7544 "$ac_dir: __builddeps__
7545 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7546 @cd $ac_dir && \$(MAKE) \$@
7547 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7548 install install-lib:: $ac_dir/install-lib
7549 __uninstall__: $ac_dir/uninstall"
7550 if test -n "$DLLEXT"
7552 wine_fn_append_rule \
7553 "$ac_dir/install-lib:: $ac_dir
7554 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7555 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7557 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7559 wine_fn_append_rule \
7560 "$ac_dir/install-lib:: $ac_dir
7561 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7563 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7569 if wine_fn_has_flag staticimplib
7571 wine_fn_append_rule \
7572 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7573 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7574 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7575 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7576 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7577 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7578 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7579 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7580 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7582 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7583 install install-dev:: $ac_dir/install-dev
7584 __uninstall__: $ac_dir/uninstall"
7586 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7588 wine_fn_append_rule \
7589 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7590 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7592 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7595 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7597 wine_fn_append_rule \
7598 "__builddeps__: $ac_file.cross.a
7599 $ac_file.cross.a: $ac_dir/Makefile dummy
7600 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7603 elif wine_fn_has_flag implib
7605 wine_fn_append_rule \
7606 "__builddeps__: $ac_file.$IMPLIBEXT
7607 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7608 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7609 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7610 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7611 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7612 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7613 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7615 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7616 install install-dev:: $ac_dir/install-dev
7617 __uninstall__: $ac_dir/uninstall"
7618 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7620 wine_fn_append_rule \
7621 "__builddeps__: $ac_file.cross.a
7622 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7623 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7626 if test "$ac_name" != "$ac_implib"
7628 wine_fn_append_rule \
7629 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7630 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7631 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7633 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7634 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7635 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7637 wine_fn_append_rule \
7638 "__builddeps__: dlls/lib$ac_implib.cross.a
7639 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7640 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7642 \$(RM) dlls/lib$ac_implib.cross.a"
7643 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7649 wine_fn_config_program
()
7652 ac_dir
=programs
/$ac_name
7659 *) ac_program
=$ac_program.exe
;;
7663 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7664 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7665 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7666 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7668 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7669 wine_fn_disabled_rules
$ac_clean; return
7673 wine_fn_clean_rules
$ac_clean
7674 wine_fn_append_rule
"$ac_dir: __builddeps__"
7677 wine_fn_has_flag
install ||
return
7678 wine_fn_append_rule \
7679 ".PHONY: $ac_dir/install $ac_dir/uninstall
7680 install install-lib:: $ac_dir/install
7681 __uninstall__: $ac_dir/uninstall"
7683 if test -n "$DLLEXT"
7685 wine_fn_append_rule \
7686 "$ac_dir/install:: $ac_dir
7687 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7688 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7690 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7692 if test -z "$with_wine64" && wine_fn_has_flag installbin
7694 wine_fn_append_rule \
7695 "$ac_dir/install:: __tooldeps__
7696 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7698 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7701 wine_fn_append_rule \
7702 "$ac_dir/install:: $ac_dir
7703 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7705 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7708 if test -z "$with_wine64" && wine_fn_has_flag manpage
7710 wine_fn_append_rule \
7711 "$ac_dir/install:: $ac_dir
7712 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7714 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7718 wine_fn_config_test
()
7725 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7726 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7728 if test "x$enable_tests" = xno
; then :
7729 wine_fn_disabled_rules
$ac_clean; return
7732 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7734 wine_fn_clean_rules
$ac_clean
7736 wine_fn_append_rule \
7737 "$ac_dir: programs/winetest/Makefile __builddeps__
7738 programs/winetest: $ac_dir
7739 check test: $ac_dir/test
7740 .PHONY: $ac_dir/test
7742 @cd $ac_dir && \$(MAKE) test
7744 \$(RM) $ac_dir/*.ok"
7746 if test -n "$CROSSTARGET"
7748 wine_fn_append_rule \
7749 "crosstest: $ac_dir/crosstest
7750 .PHONY: $ac_dir/crosstest
7751 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7752 @cd $ac_dir && \$(MAKE) crosstest"
7756 wine_fn_config_tool
()
7760 if test "x$enable_tools" = xno
; then :
7765 wine_fn_install_rules
7768 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7769 wine_fn_append_rule
"$ac_dir: libs/port"
7771 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7775 wine_fn_config_symlink
()
7778 if test "x$1" = "x-d"
7784 wine_fn_append_rule \
7786 @./config.status \$@
7789 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7790 test -n "$ac_linkdir" ||
return
7791 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7795 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7796 loader_programs
="$wine_binary wine-installed"
7797 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7802 install install-lib:: wine-installed
7803 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7806 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7812 if test -n "$ac_tool_prefix"; then
7813 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7814 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7816 $as_echo_n "checking for $ac_word... " >&6; }
7817 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7818 $as_echo_n "(cached) " >&6
7820 if test -n "$DLLTOOL"; then
7821 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7827 test -z "$as_dir" && as_dir
=.
7828 for ac_exec_ext
in '' $ac_executable_extensions; do
7829 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7830 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7840 DLLTOOL
=$ac_cv_prog_DLLTOOL
7841 if test -n "$DLLTOOL"; then
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7843 $as_echo "$DLLTOOL" >&6; }
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7846 $as_echo "no" >&6; }
7851 if test -z "$ac_cv_prog_DLLTOOL"; then
7852 ac_ct_DLLTOOL
=$DLLTOOL
7853 # Extract the first word of "dlltool", so it can be a program name with args.
7854 set dummy dlltool
; ac_word
=$2
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7856 $as_echo_n "checking for $ac_word... " >&6; }
7857 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7858 $as_echo_n "(cached) " >&6
7860 if test -n "$ac_ct_DLLTOOL"; then
7861 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7863 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7867 test -z "$as_dir" && as_dir
=.
7868 for ac_exec_ext
in '' $ac_executable_extensions; do
7869 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7870 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7880 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7881 if test -n "$ac_ct_DLLTOOL"; then
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7883 $as_echo "$ac_ct_DLLTOOL" >&6; }
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7886 $as_echo "no" >&6; }
7889 if test "x$ac_ct_DLLTOOL" = x
; then
7892 case $cross_compiling:$ac_tool_warned in
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7895 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7896 ac_tool_warned
=yes ;;
7898 DLLTOOL
=$ac_ct_DLLTOOL
7901 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7907 STATIC_IMPLIBEXT
="a"
7908 enable_iphlpapi
=${enable_iphlpapi:-no}
7909 enable_kernel32
=${enable_kernel32:-no}
7910 enable_msvcrt
=${enable_msvcrt:-no}
7911 enable_ntdll
=${enable_ntdll:-no}
7912 enable_ws2_32
=${enable_ws2_32:-no}
7913 enable_loader
=${enable_loader:-no}
7914 enable_server
=${enable_server:-no}
7915 with_x
=${with_x:-no}
7916 with_pthread
=${with_pthread:-no}
7922 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7926 libwine_targets
="libwine.dll libwine.a"
7928 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7930 all: libwine.dll libwine.a
7932 libwine.a: \$(srcdir)/wine.def
7933 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7935 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7936 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7938 install install-lib:: libwine.dll
7939 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7941 install install-dev:: libwine.a
7942 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7945 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7951 for ac_header
in libunwind.h
7953 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7954 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7955 cat >>confdefs.h
<<_ACEOF
7956 #define HAVE_LIBUNWIND_H 1
7964 DLLFLAGS
="$DLLFLAGS -fPIC"
7965 LIBWINE_LDFLAGS
="-multiply_defined suppress"
7966 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7967 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7968 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7970 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7972 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7974 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7976 CORESERVICES_LIBS
="-framework CoreServices"
7978 APPKIT_LIBS
="-framework AppKit"
7980 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
7982 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
7983 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
7984 $as_echo_n "(cached) " >&6
7986 ac_wine_try_cflags_saved
=$CFLAGS
7987 CFLAGS
="$CFLAGS -Wl,-no_pie"
7988 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7989 /* end confdefs.h. */
7990 int main(int argc, char **argv) { return 0; }
7992 if ac_fn_c_try_link
"$LINENO"; then :
7993 ac_cv_cflags__Wl__no_pie
=yes
7995 ac_cv_cflags__Wl__no_pie
=no
7997 rm -f core conftest.err conftest.
$ac_objext \
7998 conftest
$ac_exeext conftest.
$ac_ext
7999 CFLAGS
=$ac_wine_try_cflags_saved
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8002 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8003 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8004 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8006 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8008 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8011 if test "$ac_cv_header_Security_Security_h" = "yes"
8013 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8015 ac_save_LIBS
="$LIBS"
8016 LIBS
="$LIBS $SECURITY_LIBS"
8017 for ac_func
in SSLCopyPeerCertificates
8019 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8020 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8021 cat >>confdefs.h
<<_ACEOF
8022 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8028 LIBS
="$ac_save_LIBS"
8029 with_gnutls
=${with_gnutls:-no}
8031 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8033 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8035 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8038 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8041 ac_save_LIBS
="$LIBS"
8042 LIBS
="$LIBS $COREAUDIO_LIBS"
8043 for ac_func
in AUGraphAddNode
8045 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8046 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8047 cat >>confdefs.h
<<_ACEOF
8048 #define HAVE_AUGRAPHADDNODE 1
8054 LIBS
="$ac_save_LIBS"
8056 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8058 OPENAL_LIBS
="-framework OpenAL"
8061 cat >>confdefs.h
<<_ACEOF
8062 #define HAVE_OPENAL 1
8065 ac_cv_lib_openal
=yes
8067 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8069 OPENCL_LIBS
="-framework OpenCL"
8071 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8073 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8075 ac_save_LIBS
="$LIBS"
8076 LIBS
="$LIBS $IOKIT_LIBS"
8077 for ac_func
in IOHIDManagerCreate
8079 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8080 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8081 cat >>confdefs.h
<<_ACEOF
8082 #define HAVE_IOHIDMANAGERCREATE 1
8088 LIBS
="$ac_save_LIBS"
8090 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8092 ac_save_LIBS
="$LIBS"
8093 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8095 $as_echo_n "checking for the QuickTime framework... " >&6; }
8096 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8097 /* end confdefs.h. */
8098 #include <QuickTime/ImageCompression.h>
8102 CodecManagerVersion(NULL);
8107 if ac_fn_c_try_link
"$LINENO"; then :
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8109 $as_echo "yes" >&6; }
8110 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8112 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8115 $as_echo "no" >&6; }
8116 ac_cv_header_QuickTime_ImageCompression_h
=no
8118 rm -f core conftest.err conftest.
$ac_objext \
8119 conftest
$ac_exeext conftest.
$ac_ext
8120 LIBS
="$ac_save_LIBS"
8122 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8124 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8126 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8128 CARBON_LIBS
="-framework Carbon"
8132 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8134 ac_save_LIBS
="$LIBS"
8135 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8136 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8137 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8138 enable_winemac_drv
=${enable_winemac_drv:-yes}
8141 LIBS
="$ac_save_LIBS"
8144 if test "x$enable_win16" = "xyes"
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8147 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8148 if test "$cross_compiling" = yes; then :
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8150 $as_echo "cross-compiling, assuming yes" >&6; }
8152 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8153 /* end confdefs.h. */
8156 "good:\tnop;nop\n\t"
8157 ".globl _testfunc\n"
8158 "_testfunc:\tcallw good");
8159 extern void testfunc();
8163 unsigned short *p = (unsigned short *)testfunc;
8164 return p[0] != 0xe866 || p[1] != 0xfffa
8169 if ac_fn_c_try_run
"$LINENO"; then :
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8171 $as_echo "yes" >&6; }
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8174 $as_echo "no" >&6; }
8175 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
8177 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8178 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8183 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8185 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8189 libwine.$libwine_version.dylib: \$(OBJS)
8190 \$(CC) -dynamiclib -install_name @rpath/libwine.$libwine_soversion.dylib -Wl,-rpath,@loader_path/ -compatibility_version $libwine_soversion -current_version $libwine_version \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8192 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8193 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8195 libwine.dylib: libwine.$libwine_soversion.dylib
8196 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8198 install install-lib:: libwine.$libwine_version.dylib
8199 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8200 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8202 install install-dev::
8203 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8206 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8210 as_fn_append LOADER_RULES
"
8211 $wine_binary: main.o wine_info.plist
8212 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8214 wine-installed: main.o wine_info.plist
8215 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8220 DLLFLAGS
="$DLLFLAGS -fPIC"
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8225 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8226 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8227 $as_echo_n "(cached) " >&6
8229 ac_wine_try_cflags_saved
=$CFLAGS
8230 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8231 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8232 /* end confdefs.h. */
8233 int main(int argc, char **argv) { return 0; }
8235 if ac_fn_c_try_link
"$LINENO"; then :
8236 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8238 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8240 rm -f core conftest.err conftest.
$ac_objext \
8241 conftest
$ac_exeext conftest.
$ac_ext
8242 CFLAGS
=$ac_wine_try_cflags_saved
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8245 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8246 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8247 LDEXECFLAGS
="-Wl,--export-dynamic"
8249 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8251 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8252 if eval \
${$as_ac_var+:} false
; then :
8253 $as_echo_n "(cached) " >&6
8255 ac_wine_try_cflags_saved
=$CFLAGS
8256 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8257 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8258 /* end confdefs.h. */
8259 int main(int argc, char **argv) { return 0; }
8261 if ac_fn_c_try_link
"$LINENO"; then :
8262 eval "$as_ac_var=yes"
8264 eval "$as_ac_var=no"
8266 rm -f core conftest.err conftest.
$ac_objext \
8267 conftest
$ac_exeext conftest.
$ac_ext
8268 CFLAGS
=$ac_wine_try_cflags_saved
8270 eval ac_res
=\$
$as_ac_var
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8272 $as_echo "$ac_res" >&6; }
8273 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8274 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8275 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8277 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8279 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8280 if eval \
${$as_ac_var+:} false
; then :
8281 $as_echo_n "(cached) " >&6
8283 ac_wine_try_cflags_saved
=$CFLAGS
8284 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8285 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8286 /* end confdefs.h. */
8287 int main(int argc, char **argv) { return 0; }
8289 if ac_fn_c_try_link
"$LINENO"; then :
8290 eval "$as_ac_var=yes"
8292 eval "$as_ac_var=no"
8294 rm -f core conftest.err conftest.
$ac_objext \
8295 conftest
$ac_exeext conftest.
$ac_ext
8296 CFLAGS
=$ac_wine_try_cflags_saved
8298 eval ac_res
=\$
$as_ac_var
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8300 $as_echo "$ac_res" >&6; }
8301 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8302 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8303 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8308 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8309 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8310 $as_echo_n "(cached) " >&6
8312 ac_wine_try_cflags_saved
=$CFLAGS
8313 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8314 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8315 /* end confdefs.h. */
8316 int main(int argc, char **argv) { return 0; }
8318 if ac_fn_c_try_link
"$LINENO"; then :
8319 ac_cv_cflags__Wl___enable_new_dtags
=yes
8321 ac_cv_cflags__Wl___enable_new_dtags
=no
8323 rm -f core conftest.err conftest.
$ac_objext \
8324 conftest
$ac_exeext conftest.
$ac_ext
8325 CFLAGS
=$ac_wine_try_cflags_saved
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8328 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8329 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8330 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8334 *i
[3456789]86* | x86_64
)
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8336 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8337 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8338 $as_echo_n "(cached) " >&6
8340 ac_wine_try_cflags_saved
=$CFLAGS
8341 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8342 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8343 /* end confdefs.h. */
8344 int main(int argc, char **argv) { return 0; }
8346 if ac_fn_c_try_link
"$LINENO"; then :
8347 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8349 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8351 rm -f core conftest.err conftest.
$ac_objext \
8352 conftest
$ac_exeext conftest.
$ac_ext
8353 CFLAGS
=$ac_wine_try_cflags_saved
8355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8356 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8357 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8358 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8363 libwine_targets
="libwine.so"
8365 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8369 libwine.so: \$(OBJS)
8370 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8372 install install-lib:: libwine.so
8373 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8376 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8380 as_fn_append LOADER_RULES
"
8381 $wine_binary: main.o
8382 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8384 wine-installed: main.o
8385 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8390 DLLFLAGS
="$DLLFLAGS -fPIC"
8392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8393 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8394 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8395 $as_echo_n "(cached) " >&6
8397 ac_wine_try_cflags_saved
=$CFLAGS
8398 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8399 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8400 /* end confdefs.h. */
8403 if ac_fn_c_try_link
"$LINENO"; then :
8404 ac_cv_c_dll_gnuelf
="yes"
8406 ac_cv_c_dll_gnuelf
="no"
8408 rm -f core conftest.err conftest.
$ac_objext \
8409 conftest
$ac_exeext conftest.
$ac_ext
8410 CFLAGS
=$ac_wine_try_cflags_saved
8412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8413 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8414 if test "$ac_cv_c_dll_gnuelf" = "yes"
8416 LDSHARED
="\$(CC) -shared"
8417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8418 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8419 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8420 $as_echo_n "(cached) " >&6
8422 ac_wine_try_cflags_saved
=$CFLAGS
8423 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8424 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8425 /* end confdefs.h. */
8426 int main(int argc, char **argv) { return 0; }
8428 if ac_fn_c_try_link
"$LINENO"; then :
8429 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8431 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8433 rm -f core conftest.err conftest.
$ac_objext \
8434 conftest
$ac_exeext conftest.
$ac_ext
8435 CFLAGS
=$ac_wine_try_cflags_saved
8437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8438 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8439 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8440 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8443 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8444 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8445 $as_echo_n "(cached) " >&6
8447 ac_wine_try_cflags_saved
=$CFLAGS
8448 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8449 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8450 /* end confdefs.h. */
8451 int main(int argc, char **argv) { return 0; }
8453 if ac_fn_c_try_link
"$LINENO"; then :
8454 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8456 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8458 rm -f core conftest.err conftest.
$ac_objext \
8459 conftest
$ac_exeext conftest.
$ac_ext
8460 CFLAGS
=$ac_wine_try_cflags_saved
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8463 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8464 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8465 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8469 echo '{ global: *; };' >conftest.map
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8471 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8472 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8473 $as_echo_n "(cached) " >&6
8475 ac_wine_try_cflags_saved
=$CFLAGS
8476 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8477 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8478 /* end confdefs.h. */
8479 int main(int argc, char **argv) { return 0; }
8481 if ac_fn_c_try_link
"$LINENO"; then :
8482 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8484 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8486 rm -f core conftest.err conftest.
$ac_objext \
8487 conftest
$ac_exeext conftest.
$ac_ext
8488 CFLAGS
=$ac_wine_try_cflags_saved
8490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8491 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8492 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8493 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8498 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8499 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8500 $as_echo_n "(cached) " >&6
8502 ac_wine_try_cflags_saved
=$CFLAGS
8503 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8505 /* end confdefs.h. */
8506 int main(int argc, char **argv) { return 0; }
8508 if ac_fn_c_try_link
"$LINENO"; then :
8509 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8511 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8513 rm -f core conftest.err conftest.
$ac_objext \
8514 conftest
$ac_exeext conftest.
$ac_ext
8515 CFLAGS
=$ac_wine_try_cflags_saved
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8518 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8519 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8520 LDEXECFLAGS
="-Wl,--export-dynamic"
8523 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8525 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8526 if eval \
${$as_ac_var+:} false
; then :
8527 $as_echo_n "(cached) " >&6
8529 ac_wine_try_cflags_saved
=$CFLAGS
8530 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8532 /* end confdefs.h. */
8533 int main(int argc, char **argv) { return 0; }
8535 if ac_fn_c_try_link
"$LINENO"; then :
8536 eval "$as_ac_var=yes"
8538 eval "$as_ac_var=no"
8540 rm -f core conftest.err conftest.
$ac_objext \
8541 conftest
$ac_exeext conftest.
$ac_ext
8542 CFLAGS
=$ac_wine_try_cflags_saved
8544 eval ac_res
=\$
$as_ac_var
8545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8546 $as_echo "$ac_res" >&6; }
8547 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8548 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8549 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8551 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8553 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8554 if eval \
${$as_ac_var+:} false
; then :
8555 $as_echo_n "(cached) " >&6
8557 ac_wine_try_cflags_saved
=$CFLAGS
8558 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8560 /* end confdefs.h. */
8561 int main(int argc, char **argv) { return 0; }
8563 if ac_fn_c_try_link
"$LINENO"; then :
8564 eval "$as_ac_var=yes"
8566 eval "$as_ac_var=no"
8568 rm -f core conftest.err conftest.
$ac_objext \
8569 conftest
$ac_exeext conftest.
$ac_ext
8570 CFLAGS
=$ac_wine_try_cflags_saved
8572 eval ac_res
=\$
$as_ac_var
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8574 $as_echo "$ac_res" >&6; }
8575 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8576 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8577 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8582 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8583 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8584 $as_echo_n "(cached) " >&6
8586 ac_wine_try_cflags_saved
=$CFLAGS
8587 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8588 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8589 /* end confdefs.h. */
8590 int main(int argc, char **argv) { return 0; }
8592 if ac_fn_c_try_link
"$LINENO"; then :
8593 ac_cv_cflags__Wl___enable_new_dtags
=yes
8595 ac_cv_cflags__Wl___enable_new_dtags
=no
8597 rm -f core conftest.err conftest.
$ac_objext \
8598 conftest
$ac_exeext conftest.
$ac_ext
8599 CFLAGS
=$ac_wine_try_cflags_saved
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8602 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8603 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8604 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8608 *i
[3456789]86* | x86_64
)
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8610 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8611 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8612 $as_echo_n "(cached) " >&6
8614 ac_wine_try_cflags_saved
=$CFLAGS
8615 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8617 /* end confdefs.h. */
8618 int main(int argc, char **argv) { return 0; }
8620 if ac_fn_c_try_link
"$LINENO"; then :
8621 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8623 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8625 rm -f core conftest.err conftest.
$ac_objext \
8626 conftest
$ac_exeext conftest.
$ac_ext
8627 CFLAGS
=$ac_wine_try_cflags_saved
8629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8630 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8631 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8633 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8634 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8638 # Extract the first word of "prelink", so it can be a program name with args.
8639 set dummy prelink
; ac_word
=$2
8640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8641 $as_echo_n "checking for $ac_word... " >&6; }
8642 if ${ac_cv_path_PRELINK+:} false
; then :
8643 $as_echo_n "(cached) " >&6
8647 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8650 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8651 for as_dir
in /sbin
/usr
/sbin
$PATH
8654 test -z "$as_dir" && as_dir
=.
8655 for ac_exec_ext
in '' $ac_executable_extensions; do
8656 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8657 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8665 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8669 PRELINK
=$ac_cv_path_PRELINK
8670 if test -n "$PRELINK"; then
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8672 $as_echo "$PRELINK" >&6; }
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8675 $as_echo "no" >&6; }
8679 if test "x$PRELINK" = xfalse
8681 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8688 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8689 if ${ac_cv_c_dll_unixware+:} false
; then :
8690 $as_echo_n "(cached) " >&6
8692 ac_wine_try_cflags_saved
=$CFLAGS
8693 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8694 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8695 /* end confdefs.h. */
8698 if ac_fn_c_try_link
"$LINENO"; then :
8699 ac_cv_c_dll_unixware
="yes"
8701 ac_cv_c_dll_unixware
="no"
8703 rm -f core conftest.err conftest.
$ac_objext \
8704 conftest
$ac_exeext conftest.
$ac_ext
8705 CFLAGS
=$ac_wine_try_cflags_saved
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8708 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8709 if test "$ac_cv_c_dll_unixware" = "yes"
8711 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8714 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8716 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8720 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8721 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8723 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8724 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8726 libwine.so: libwine.so.$libwine_soversion
8727 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8729 install install-lib:: libwine.so.$libwine_version
8730 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8731 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8733 install install-dev::
8734 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8737 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8741 as_fn_append LOADER_RULES
"
8742 $wine_binary: main.o
8743 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8745 wine-installed: main.o
8746 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8751 as_fn_append LIBWINE_RULES
"
8752 EXTRA_TARGETS = $libwine_targets
8755 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8756 enable_winemac_drv
=${enable_winemac_drv:-no}
8760 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8764 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
8767 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 " ;;
8769 ac_prefix_list
="" ;;
8771 for ac_prog
in $ac_prefix_list
8773 # Extract the first word of "$ac_prog", so it can be a program name with args.
8774 set dummy
$ac_prog; ac_word
=$2
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8776 $as_echo_n "checking for $ac_word... " >&6; }
8777 if ${ac_cv_prog_CROSSCC+:} false
; then :
8778 $as_echo_n "(cached) " >&6
8780 if test -n "$CROSSCC"; then
8781 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8787 test -z "$as_dir" && as_dir
=.
8788 for ac_exec_ext
in '' $ac_executable_extensions; do
8789 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8790 ac_cv_prog_CROSSCC
="$ac_prog"
8791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8800 CROSSCC
=$ac_cv_prog_CROSSCC
8801 if test -n "$CROSSCC"; then
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8803 $as_echo "$CROSSCC" >&6; }
8805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8806 $as_echo "no" >&6; }
8810 test -n "$CROSSCC" && break
8812 test -n "$CROSSCC" || CROSSCC
="false"
8814 if test "$CROSSCC" != "false"
8818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8819 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8820 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8821 /* end confdefs.h. */
8831 if ac_fn_c_try_compile
"$LINENO"; then :
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8833 $as_echo "yes" >&6; }
8839 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8845 $as_echo "no" >&6; }
8847 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8853 if test "$ac_cv_header_pthread_h" = "yes"
8855 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8856 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8860 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8861 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8862 $as_echo_n "(cached) " >&6
8864 ac_check_lib_save_LIBS
=$LIBS
8865 LIBS
="-lpthread $LIBS"
8866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8867 /* end confdefs.h. */
8869 /* Override any GCC internal prototype to avoid an error.
8870 Use char because int might match the return type of a GCC
8871 builtin and then its argument prototype would still apply. */
8875 char pthread_create ();
8879 return pthread_create ();
8884 if ac_fn_c_try_link
"$LINENO"; then :
8885 ac_cv_lib_pthread_pthread_create
=yes
8887 ac_cv_lib_pthread_pthread_create
=no
8889 rm -f core conftest.err conftest.
$ac_objext \
8890 conftest
$ac_exeext conftest.
$ac_ext
8891 LIBS
=$ac_check_lib_save_LIBS
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8894 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8895 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8896 PTHREAD_LIBS
="-lpthread"
8903 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8904 case "x$with_pthread" in
8906 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8907 Wine cannot support threads without libpthread.
8908 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8914 $as_echo_n "checking for X... " >&6; }
8917 # Check whether --with-x was given.
8918 if test "${with_x+set}" = set; then :
8922 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8923 if test "x$with_x" = xno
; then
8924 # The user explicitly disabled X.
8927 case $x_includes,$x_libraries in #(
8928 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8929 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8930 $as_echo_n "(cached) " >&6
8932 # One or both of the vars are not set, and there is no cached value.
8933 ac_x_includes
=no ac_x_libraries
=no
8934 rm -f -r conftest.dir
8935 if mkdir conftest.dir
; then
8937 cat >Imakefile
<<'_ACEOF'
8939 @echo incroot='${INCROOT}'
8941 @echo usrlibdir='${USRLIBDIR}'
8943 @echo libdir='${LIBDIR}'
8945 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8946 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8947 for ac_var
in incroot usrlibdir libdir
; do
8948 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8950 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8951 for ac_extension
in a so sl dylib la dll
; do
8952 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8953 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8954 ac_im_usrlibdir
=$ac_im_libdir; break
8957 # Screen out bogus values from the imake configuration. They are
8958 # bogus both because they are the default anyway, and because
8959 # using them would break gcc on systems where it needs fixed includes.
8960 case $ac_im_incroot in
8961 /usr
/include
) ac_x_includes
= ;;
8962 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8964 case $ac_im_usrlibdir in
8965 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8966 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8970 rm -f -r conftest.dir
8973 # Standard set of common directories for X headers.
8974 # Check X11 before X11Rn because it is often a symlink to the current release.
8988 /usr/local/X11/include
8989 /usr/local/X11R7/include
8990 /usr/local/X11R6/include
8991 /usr/local/X11R5/include
8992 /usr/local/X11R4/include
8994 /usr/local/include/X11
8995 /usr/local/include/X11R7
8996 /usr/local/include/X11R6
8997 /usr/local/include/X11R5
8998 /usr/local/include/X11R4
9002 /usr/XFree86/include/X11
9006 /usr/unsupported/include
9008 /usr/local/x11r5/include
9009 /usr/lpp/Xamples/include
9011 /usr/openwin/include
9012 /usr/openwin/share/include'
9014 if test "$ac_x_includes" = no
; then
9015 # Guess where to find include files, by looking for Xlib.h.
9016 # First, try using that file with no special directory specified.
9017 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9018 /* end confdefs.h. */
9019 #include <X11/Xlib.h>
9021 if ac_fn_c_try_cpp
"$LINENO"; then :
9022 # We can compile using X headers with no special include directory.
9025 for ac_dir
in $ac_x_header_dirs; do
9026 if test -r "$ac_dir/X11/Xlib.h"; then
9027 ac_x_includes
=$ac_dir
9032 rm -f conftest.err conftest.i conftest.
$ac_ext
9033 fi # $ac_x_includes = no
9035 if test "$ac_x_libraries" = no
; then
9036 # Check for the libraries.
9037 # See if we find them without any special options.
9038 # Don't add to $LIBS permanently.
9041 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9042 /* end confdefs.h. */
9043 #include <X11/Xlib.h>
9052 if ac_fn_c_try_link
"$LINENO"; then :
9054 # We can link X programs with no special library path.
9058 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9060 # Don't even attempt the hair of trying to link an X program!
9061 for ac_extension
in a so sl dylib la dll
; do
9062 if test -r "$ac_dir/libX11.$ac_extension"; then
9063 ac_x_libraries
=$ac_dir
9069 rm -f core conftest.err conftest.
$ac_objext \
9070 conftest
$ac_exeext conftest.
$ac_ext
9071 fi # $ac_x_libraries = no
9073 case $ac_x_includes,$ac_x_libraries in #(
9075 # Didn't find X, or a directory has "'" in its name.
9076 ac_cv_have_x
="have_x=no";; #(
9078 # Record where we found X for the cache.
9079 ac_cv_have_x
="have_x=yes\
9080 ac_x_includes='$ac_x_includes'\
9081 ac_x_libraries='$ac_x_libraries'"
9087 eval "$ac_cv_have_x"
9090 if test "$have_x" != yes; then
9091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9092 $as_echo "$have_x" >&6; }
9095 # If each of the values was on the command line, it overrides each guess.
9096 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9097 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9098 # Update the cache value to reflect the command line values.
9099 ac_cv_have_x
="have_x=yes\
9100 ac_x_includes='$x_includes'\
9101 ac_x_libraries='$x_libraries'"
9102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9103 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9106 if test "$no_x" = yes; then
9107 # Not all programs may use this symbol, but it does not hurt to define it.
9109 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9111 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9113 if test -n "$x_includes"; then
9114 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9117 # It would also be nice to do this for all -L options, not just this one.
9118 if test -n "$x_libraries"; then
9119 X_LIBS
="$X_LIBS -L$x_libraries"
9120 # For Solaris; some versions of Sun CC require a space after -R and
9121 # others require no space. Words are not sufficient . . . .
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9123 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9124 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9125 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9126 ac_c_werror_flag
=yes
9127 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9128 /* end confdefs.h. */
9138 if ac_fn_c_try_link
"$LINENO"; then :
9139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9140 $as_echo "no" >&6; }
9141 X_LIBS
="$X_LIBS -R$x_libraries"
9143 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9145 /* end confdefs.h. */
9155 if ac_fn_c_try_link
"$LINENO"; then :
9156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9157 $as_echo "yes" >&6; }
9158 X_LIBS
="$X_LIBS -R $x_libraries"
9160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9161 $as_echo "neither works" >&6; }
9163 rm -f core conftest.err conftest.
$ac_objext \
9164 conftest
$ac_exeext conftest.
$ac_ext
9166 rm -f core conftest.err conftest.
$ac_objext \
9167 conftest
$ac_exeext conftest.
$ac_ext
9168 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9172 # Check for system-dependent libraries X programs must link with.
9173 # Do this before checking for the system-independent R6 libraries
9174 # (-lICE), since we may need -lsocket or whatever for X linking.
9176 if test "$ISC" = yes; then
9177 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9179 # Martyn Johnson says this is needed for Ultrix, if the X
9180 # libraries were built with DECnet support. And Karl Berry says
9181 # the Alpha needs dnet_stub (dnet does not exist).
9182 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9183 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9192 char XOpenDisplay ();
9196 return XOpenDisplay ();
9201 if ac_fn_c_try_link
"$LINENO"; then :
9204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9205 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9206 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9207 $as_echo_n "(cached) " >&6
9209 ac_check_lib_save_LIBS
=$LIBS
9211 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9212 /* end confdefs.h. */
9214 /* Override any GCC internal prototype to avoid an error.
9215 Use char because int might match the return type of a GCC
9216 builtin and then its argument prototype would still apply. */
9224 return dnet_ntoa ();
9229 if ac_fn_c_try_link
"$LINENO"; then :
9230 ac_cv_lib_dnet_dnet_ntoa
=yes
9232 ac_cv_lib_dnet_dnet_ntoa
=no
9234 rm -f core conftest.err conftest.
$ac_objext \
9235 conftest
$ac_exeext conftest.
$ac_ext
9236 LIBS
=$ac_check_lib_save_LIBS
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9239 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9240 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9241 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9244 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9246 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9247 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9248 $as_echo_n "(cached) " >&6
9250 ac_check_lib_save_LIBS
=$LIBS
9251 LIBS
="-ldnet_stub $LIBS"
9252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9253 /* end confdefs.h. */
9255 /* Override any GCC internal prototype to avoid an error.
9256 Use char because int might match the return type of a GCC
9257 builtin and then its argument prototype would still apply. */
9265 return dnet_ntoa ();
9270 if ac_fn_c_try_link
"$LINENO"; then :
9271 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9273 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9275 rm -f core conftest.err conftest.
$ac_objext \
9276 conftest
$ac_exeext conftest.
$ac_ext
9277 LIBS
=$ac_check_lib_save_LIBS
9279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9280 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9281 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9282 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9287 rm -f core conftest.err conftest.
$ac_objext \
9288 conftest
$ac_exeext conftest.
$ac_ext
9289 LIBS
="$ac_xsave_LIBS"
9291 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9292 # to get the SysV transport functions.
9293 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9295 # The nsl library prevents programs from opening the X display
9296 # on Irix 5.2, according to T.E. Dickey.
9297 # The functions gethostbyname, getservbyname, and inet_addr are
9298 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9299 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9300 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9304 if test $ac_cv_func_gethostbyname = no
; then
9305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9306 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9307 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9308 $as_echo_n "(cached) " >&6
9310 ac_check_lib_save_LIBS
=$LIBS
9312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9313 /* end confdefs.h. */
9315 /* Override any GCC internal prototype to avoid an error.
9316 Use char because int might match the return type of a GCC
9317 builtin and then its argument prototype would still apply. */
9321 char gethostbyname ();
9325 return gethostbyname ();
9330 if ac_fn_c_try_link
"$LINENO"; then :
9331 ac_cv_lib_nsl_gethostbyname
=yes
9333 ac_cv_lib_nsl_gethostbyname
=no
9335 rm -f core conftest.err conftest.
$ac_objext \
9336 conftest
$ac_exeext conftest.
$ac_ext
9337 LIBS
=$ac_check_lib_save_LIBS
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9340 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9341 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9342 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9345 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9347 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9348 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9349 $as_echo_n "(cached) " >&6
9351 ac_check_lib_save_LIBS
=$LIBS
9353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9354 /* end confdefs.h. */
9356 /* Override any GCC internal prototype to avoid an error.
9357 Use char because int might match the return type of a GCC
9358 builtin and then its argument prototype would still apply. */
9362 char gethostbyname ();
9366 return gethostbyname ();
9371 if ac_fn_c_try_link
"$LINENO"; then :
9372 ac_cv_lib_bsd_gethostbyname
=yes
9374 ac_cv_lib_bsd_gethostbyname
=no
9376 rm -f core conftest.err conftest.
$ac_objext \
9377 conftest
$ac_exeext conftest.
$ac_ext
9378 LIBS
=$ac_check_lib_save_LIBS
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9381 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9382 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9383 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9389 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9390 # socket/setsockopt and other routines are undefined under SCO ODT
9391 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9392 # on later versions), says Simon Leinen: it contains gethostby*
9393 # variants that don't use the name server (or something). -lsocket
9394 # must be given before -lnsl if both are needed. We assume that
9395 # if connect needs -lnsl, so does gethostbyname.
9396 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9397 if test "x$ac_cv_func_connect" = xyes
; then :
9401 if test $ac_cv_func_connect = no
; then
9402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9403 $as_echo_n "checking for connect in -lsocket... " >&6; }
9404 if ${ac_cv_lib_socket_connect+:} false
; then :
9405 $as_echo_n "(cached) " >&6
9407 ac_check_lib_save_LIBS
=$LIBS
9408 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9410 /* end confdefs.h. */
9412 /* Override any GCC internal prototype to avoid an error.
9413 Use char because int might match the return type of a GCC
9414 builtin and then its argument prototype would still apply. */
9427 if ac_fn_c_try_link
"$LINENO"; then :
9428 ac_cv_lib_socket_connect
=yes
9430 ac_cv_lib_socket_connect
=no
9432 rm -f core conftest.err conftest.
$ac_objext \
9433 conftest
$ac_exeext conftest.
$ac_ext
9434 LIBS
=$ac_check_lib_save_LIBS
9436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9437 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9438 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9439 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9444 # Guillermo Gomez says -lposix is necessary on A/UX.
9445 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9446 if test "x$ac_cv_func_remove" = xyes
; then :
9450 if test $ac_cv_func_remove = no
; then
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9452 $as_echo_n "checking for remove in -lposix... " >&6; }
9453 if ${ac_cv_lib_posix_remove+:} false
; then :
9454 $as_echo_n "(cached) " >&6
9456 ac_check_lib_save_LIBS
=$LIBS
9457 LIBS
="-lposix $LIBS"
9458 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9459 /* end confdefs.h. */
9461 /* Override any GCC internal prototype to avoid an error.
9462 Use char because int might match the return type of a GCC
9463 builtin and then its argument prototype would still apply. */
9476 if ac_fn_c_try_link
"$LINENO"; then :
9477 ac_cv_lib_posix_remove
=yes
9479 ac_cv_lib_posix_remove
=no
9481 rm -f core conftest.err conftest.
$ac_objext \
9482 conftest
$ac_exeext conftest.
$ac_ext
9483 LIBS
=$ac_check_lib_save_LIBS
9485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9486 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9487 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9488 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9493 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9494 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9495 if test "x$ac_cv_func_shmat" = xyes
; then :
9499 if test $ac_cv_func_shmat = no
; then
9500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9501 $as_echo_n "checking for shmat in -lipc... " >&6; }
9502 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9503 $as_echo_n "(cached) " >&6
9505 ac_check_lib_save_LIBS
=$LIBS
9507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9508 /* end confdefs.h. */
9510 /* Override any GCC internal prototype to avoid an error.
9511 Use char because int might match the return type of a GCC
9512 builtin and then its argument prototype would still apply. */
9525 if ac_fn_c_try_link
"$LINENO"; then :
9526 ac_cv_lib_ipc_shmat
=yes
9528 ac_cv_lib_ipc_shmat
=no
9530 rm -f core conftest.err conftest.
$ac_objext \
9531 conftest
$ac_exeext conftest.
$ac_ext
9532 LIBS
=$ac_check_lib_save_LIBS
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9535 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9536 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9537 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9543 # Check for libraries that X11R6 Xt/Xaw programs need.
9544 ac_save_LDFLAGS
=$LDFLAGS
9545 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9546 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9547 # check for ICE first), but we must link in the order -lSM -lICE or
9548 # we get undefined symbols. So assume we have SM if we have ICE.
9549 # These have to be linked with before -lX11, unlike the other
9550 # libraries we check for below, so use a different variable.
9551 # John Interrante, Karl Berry
9552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9553 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9554 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9555 $as_echo_n "(cached) " >&6
9557 ac_check_lib_save_LIBS
=$LIBS
9558 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9559 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9560 /* end confdefs.h. */
9562 /* Override any GCC internal prototype to avoid an error.
9563 Use char because int might match the return type of a GCC
9564 builtin and then its argument prototype would still apply. */
9568 char IceConnectionNumber ();
9572 return IceConnectionNumber ();
9577 if ac_fn_c_try_link
"$LINENO"; then :
9578 ac_cv_lib_ICE_IceConnectionNumber
=yes
9580 ac_cv_lib_ICE_IceConnectionNumber
=no
9582 rm -f core conftest.err conftest.
$ac_objext \
9583 conftest
$ac_exeext conftest.
$ac_ext
9584 LIBS
=$ac_check_lib_save_LIBS
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9587 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9588 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9589 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9592 LDFLAGS
=$ac_save_LDFLAGS
9597 if test "$have_x" = "yes"
9599 ac_save_CPPFLAGS
="$CPPFLAGS"
9600 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9603 $as_echo_n "checking for -lX11... " >&6; }
9604 if ${ac_cv_lib_soname_X11+:} false
; then :
9605 $as_echo_n "(cached) " >&6
9607 ac_check_soname_save_LIBS
=$LIBS
9608 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9609 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9610 /* end confdefs.h. */
9612 /* Override any GCC internal prototype to avoid an error.
9613 Use char because int might match the return type of a GCC
9614 builtin and then its argument prototype would still apply. */
9618 char XCreateWindow ();
9622 return XCreateWindow ();
9627 if ac_fn_c_try_link
"$LINENO"; then :
9629 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9630 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'` ;;
9631 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9632 if ${ac_cv_lib_soname_X11:+false} :; then :
9633 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9637 rm -f core conftest.err conftest.
$ac_objext \
9638 conftest
$ac_exeext conftest.
$ac_ext
9639 LIBS
=$ac_check_soname_save_LIBS
9641 if ${ac_cv_lib_soname_X11:+false} :; then :
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9643 $as_echo "not found" >&6; }
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9647 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9649 cat >>confdefs.h
<<_ACEOF
9650 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9656 $as_echo_n "checking for -lXext... " >&6; }
9657 if ${ac_cv_lib_soname_Xext+:} false
; then :
9658 $as_echo_n "(cached) " >&6
9660 ac_check_soname_save_LIBS
=$LIBS
9661 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9662 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9663 /* end confdefs.h. */
9665 /* Override any GCC internal prototype to avoid an error.
9666 Use char because int might match the return type of a GCC
9667 builtin and then its argument prototype would still apply. */
9671 char XextCreateExtension ();
9675 return XextCreateExtension ();
9680 if ac_fn_c_try_link
"$LINENO"; then :
9682 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9683 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'` ;;
9684 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9685 if ${ac_cv_lib_soname_Xext:+false} :; then :
9686 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9690 rm -f core conftest.err conftest.
$ac_objext \
9691 conftest
$ac_exeext conftest.
$ac_ext
9692 LIBS
=$ac_check_soname_save_LIBS
9694 if ${ac_cv_lib_soname_Xext:+false} :; then :
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9696 $as_echo "not found" >&6; }
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9700 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9702 cat >>confdefs.h
<<_ACEOF
9703 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9706 X_LIBS
="$X_LIBS -lXext"
9708 X_LIBS
="$X_LIBS -lX11"
9710 for ac_header
in X11
/Xlib.h \
9713 X11
/Xcursor
/Xcursor.h \
9714 X11
/extensions
/shape.h \
9715 X11
/extensions
/XInput.h \
9716 X11
/extensions
/XInput2.h \
9717 X11
/extensions
/XShm.h \
9718 X11
/extensions
/Xcomposite.h \
9719 X11
/extensions
/Xinerama.h \
9720 X11
/extensions
/Xrandr.h \
9721 X11
/extensions
/Xrender.h \
9722 X11
/extensions
/xf86vmode.h \
9723 X11
/extensions
/xf86vmproto.h
9725 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9726 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9727 # include <X11/Xlib.h>
9729 #ifdef HAVE_X11_XUTIL_H
9730 # include <X11/Xutil.h>
9733 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9734 cat >>confdefs.h
<<_ACEOF
9735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9743 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9746 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9747 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9748 $as_echo_n "(cached) " >&6
9750 ac_check_lib_save_LIBS
=$LIBS
9751 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9752 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9753 /* end confdefs.h. */
9755 /* Override any GCC internal prototype to avoid an error.
9756 Use char because int might match the return type of a GCC
9757 builtin and then its argument prototype would still apply. */
9761 char XkbQueryExtension ();
9765 return XkbQueryExtension ();
9770 if ac_fn_c_try_link
"$LINENO"; then :
9771 ac_cv_lib_X11_XkbQueryExtension
=yes
9773 ac_cv_lib_X11_XkbQueryExtension
=no
9775 rm -f core conftest.err conftest.
$ac_objext \
9776 conftest
$ac_exeext conftest.
$ac_ext
9777 LIBS
=$ac_check_lib_save_LIBS
9779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9780 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9781 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9783 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9789 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9792 $as_echo_n "checking for -lXcursor... " >&6; }
9793 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9794 $as_echo_n "(cached) " >&6
9796 ac_check_soname_save_LIBS
=$LIBS
9797 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9798 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9799 /* end confdefs.h. */
9801 /* Override any GCC internal prototype to avoid an error.
9802 Use char because int might match the return type of a GCC
9803 builtin and then its argument prototype would still apply. */
9807 char XcursorImageLoadCursor ();
9811 return XcursorImageLoadCursor ();
9816 if ac_fn_c_try_link
"$LINENO"; then :
9818 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9819 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'` ;;
9820 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9821 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9822 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9826 rm -f core conftest.err conftest.
$ac_objext \
9827 conftest
$ac_exeext conftest.
$ac_ext
9828 LIBS
=$ac_check_soname_save_LIBS
9830 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9832 $as_echo "not found" >&6; }
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9836 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9838 cat >>confdefs.h
<<_ACEOF
9839 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9845 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9846 case "x$with_xcursor" in
9847 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9849 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9850 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9854 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9857 $as_echo_n "checking for -lXi... " >&6; }
9858 if ${ac_cv_lib_soname_Xi+:} false
; then :
9859 $as_echo_n "(cached) " >&6
9861 ac_check_soname_save_LIBS
=$LIBS
9862 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9863 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9864 /* end confdefs.h. */
9866 /* Override any GCC internal prototype to avoid an error.
9867 Use char because int might match the return type of a GCC
9868 builtin and then its argument prototype would still apply. */
9872 char XOpenDevice ();
9876 return XOpenDevice ();
9881 if ac_fn_c_try_link
"$LINENO"; then :
9883 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9884 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'` ;;
9885 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9886 if ${ac_cv_lib_soname_Xi:+false} :; then :
9887 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9891 rm -f core conftest.err conftest.
$ac_objext \
9892 conftest
$ac_exeext conftest.
$ac_ext
9893 LIBS
=$ac_check_soname_save_LIBS
9895 if ${ac_cv_lib_soname_Xi:+false} :; then :
9896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9897 $as_echo "not found" >&6; }
9900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9901 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9903 cat >>confdefs.h
<<_ACEOF
9904 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9910 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9911 case "x$with_xinput" in
9912 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9914 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9915 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9919 if test "x$ac_cv_lib_soname_Xi" != x
9921 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9922 case "x$with_xinput2" in
9923 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9925 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9926 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9931 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9934 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9935 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9936 $as_echo_n "(cached) " >&6
9938 ac_check_lib_save_LIBS
=$LIBS
9939 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9940 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9949 char XShmQueryExtension ();
9953 return XShmQueryExtension ();
9958 if ac_fn_c_try_link
"$LINENO"; then :
9959 ac_cv_lib_Xext_XShmQueryExtension
=yes
9961 ac_cv_lib_Xext_XShmQueryExtension
=no
9963 rm -f core conftest.err conftest.
$ac_objext \
9964 conftest
$ac_exeext conftest.
$ac_ext
9965 LIBS
=$ac_check_lib_save_LIBS
9967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9968 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9969 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9971 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9976 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9977 case "x$with_xshm" in
9978 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9980 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9981 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9985 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9988 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9989 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9990 $as_echo_n "(cached) " >&6
9992 ac_check_lib_save_LIBS
=$LIBS
9993 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9994 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9995 /* end confdefs.h. */
9997 /* Override any GCC internal prototype to avoid an error.
9998 Use char because int might match the return type of a GCC
9999 builtin and then its argument prototype would still apply. */
10003 char XShapeQueryExtension ();
10007 return XShapeQueryExtension ();
10012 if ac_fn_c_try_link
"$LINENO"; then :
10013 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10015 ac_cv_lib_Xext_XShapeQueryExtension
=no
10017 rm -f core conftest.err conftest.
$ac_objext \
10018 conftest
$ac_exeext conftest.
$ac_ext
10019 LIBS
=$ac_check_lib_save_LIBS
10021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10022 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10023 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10025 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10030 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10031 case "x$with_xshape" in
10032 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10034 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10035 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10039 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10042 $as_echo_n "checking for -lXxf86vm... " >&6; }
10043 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10044 $as_echo_n "(cached) " >&6
10046 ac_check_soname_save_LIBS
=$LIBS
10047 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10048 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10049 /* end confdefs.h. */
10051 /* Override any GCC internal prototype to avoid an error.
10052 Use char because int might match the return type of a GCC
10053 builtin and then its argument prototype would still apply. */
10057 char XF86VidModeQueryExtension ();
10061 return XF86VidModeQueryExtension ();
10066 if ac_fn_c_try_link
"$LINENO"; then :
10068 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10069 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'` ;;
10070 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10071 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10072 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10076 rm -f core conftest.err conftest.
$ac_objext \
10077 conftest
$ac_exeext conftest.
$ac_ext
10078 LIBS
=$ac_check_soname_save_LIBS
10080 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10082 $as_echo "not found" >&6; }
10085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10086 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10088 cat >>confdefs.h
<<_ACEOF
10089 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10095 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10096 case "x$with_xxf86vm" in
10097 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10099 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10100 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10104 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10107 $as_echo_n "checking for -lXrender... " >&6; }
10108 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10109 $as_echo_n "(cached) " >&6
10111 ac_check_soname_save_LIBS
=$LIBS
10112 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10122 char XRenderQueryExtension ();
10126 return XRenderQueryExtension ();
10131 if ac_fn_c_try_link
"$LINENO"; then :
10133 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10134 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'` ;;
10135 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10136 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10137 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10141 rm -f core conftest.err conftest.
$ac_objext \
10142 conftest
$ac_exeext conftest.
$ac_ext
10143 LIBS
=$ac_check_soname_save_LIBS
10145 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10147 $as_echo "not found" >&6; }
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10151 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10153 cat >>confdefs.h
<<_ACEOF
10154 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10158 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10159 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10160 $as_echo_n "(cached) " >&6
10162 ac_check_lib_save_LIBS
=$LIBS
10163 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10164 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10165 /* end confdefs.h. */
10167 /* Override any GCC internal prototype to avoid an error.
10168 Use char because int might match the return type of a GCC
10169 builtin and then its argument prototype would still apply. */
10173 char XRenderSetPictureTransform ();
10177 return XRenderSetPictureTransform ();
10182 if ac_fn_c_try_link
"$LINENO"; then :
10183 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10185 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10187 rm -f core conftest.err conftest.
$ac_objext \
10188 conftest
$ac_exeext conftest.
$ac_ext
10189 LIBS
=$ac_check_lib_save_LIBS
10191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10192 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10193 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10195 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10200 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10201 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10202 $as_echo_n "(cached) " >&6
10204 ac_check_lib_save_LIBS
=$LIBS
10205 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10206 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10207 /* end confdefs.h. */
10209 /* Override any GCC internal prototype to avoid an error.
10210 Use char because int might match the return type of a GCC
10211 builtin and then its argument prototype would still apply. */
10215 char XRenderCreateLinearGradient ();
10219 return XRenderCreateLinearGradient ();
10224 if ac_fn_c_try_link
"$LINENO"; then :
10225 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10227 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10229 rm -f core conftest.err conftest.
$ac_objext \
10230 conftest
$ac_exeext conftest.
$ac_ext
10231 LIBS
=$ac_check_lib_save_LIBS
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10234 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10235 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10237 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10244 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10245 case "x$with_xrender" in
10246 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10248 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10249 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10253 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10256 /* end confdefs.h. */
10257 #include <X11/Xlib.h>
10258 #include <X11/extensions/Xrandr.h>
10262 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10267 if ac_fn_c_try_compile
"$LINENO"; then :
10268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10269 $as_echo_n "checking for -lXrandr... " >&6; }
10270 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10271 $as_echo_n "(cached) " >&6
10273 ac_check_soname_save_LIBS
=$LIBS
10274 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10275 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10276 /* end confdefs.h. */
10278 /* Override any GCC internal prototype to avoid an error.
10279 Use char because int might match the return type of a GCC
10280 builtin and then its argument prototype would still apply. */
10284 char XRRQueryExtension ();
10288 return XRRQueryExtension ();
10293 if ac_fn_c_try_link
"$LINENO"; then :
10295 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10296 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'` ;;
10297 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10298 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10299 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10303 rm -f core conftest.err conftest.
$ac_objext \
10304 conftest
$ac_exeext conftest.
$ac_ext
10305 LIBS
=$ac_check_soname_save_LIBS
10307 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10309 $as_echo "not found" >&6; }
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10313 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10315 cat >>confdefs.h
<<_ACEOF
10316 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10319 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10320 /* end confdefs.h. */
10321 #include <X11/Xlib.h>
10322 #include <X11/extensions/Xrandr.h>
10326 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10331 if ac_fn_c_try_compile
"$LINENO"; then :
10333 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10339 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10341 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10342 case "x$with_xrandr" in
10343 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10345 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10346 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10350 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10352 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10353 /* end confdefs.h. */
10354 #include <X11/Xlib.h>
10355 #include <X11/extensions/Xinerama.h>
10359 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10364 if ac_fn_c_try_compile
"$LINENO"; then :
10365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10366 $as_echo_n "checking for -lXinerama... " >&6; }
10367 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10368 $as_echo_n "(cached) " >&6
10370 ac_check_soname_save_LIBS
=$LIBS
10371 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10373 /* end confdefs.h. */
10375 /* Override any GCC internal prototype to avoid an error.
10376 Use char because int might match the return type of a GCC
10377 builtin and then its argument prototype would still apply. */
10381 char XineramaQueryScreens ();
10385 return XineramaQueryScreens ();
10390 if ac_fn_c_try_link
"$LINENO"; then :
10392 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10393 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'` ;;
10394 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10395 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10396 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10400 rm -f core conftest.err conftest.
$ac_objext \
10401 conftest
$ac_exeext conftest.
$ac_ext
10402 LIBS
=$ac_check_soname_save_LIBS
10404 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10406 $as_echo "not found" >&6; }
10409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10410 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10412 cat >>confdefs.h
<<_ACEOF
10413 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10419 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10421 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10422 case "x$with_xinerama" in
10423 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10425 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10426 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10430 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10433 $as_echo_n "checking for -lXcomposite... " >&6; }
10434 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10435 $as_echo_n "(cached) " >&6
10437 ac_check_soname_save_LIBS
=$LIBS
10438 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10439 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10440 /* end confdefs.h. */
10442 /* Override any GCC internal prototype to avoid an error.
10443 Use char because int might match the return type of a GCC
10444 builtin and then its argument prototype would still apply. */
10448 char XCompositeRedirectWindow ();
10452 return XCompositeRedirectWindow ();
10457 if ac_fn_c_try_link
"$LINENO"; then :
10459 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10460 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'` ;;
10461 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10462 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10463 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10467 rm -f core conftest.err conftest.
$ac_objext \
10468 conftest
$ac_exeext conftest.
$ac_ext
10469 LIBS
=$ac_check_soname_save_LIBS
10471 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10473 $as_echo "not found" >&6; }
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10477 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10479 cat >>confdefs.h
<<_ACEOF
10480 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10486 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10487 case "x$with_xcomposite" in
10488 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10490 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10491 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10495 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10496 #include <X11/Xlib.h>
10499 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10501 cat >>confdefs.h
<<_ACEOF
10502 #define HAVE_XICCALLBACK_CALLBACK 1
10507 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10508 #include <X11/Xlib.h>
10511 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10513 cat >>confdefs.h
<<_ACEOF
10514 #define HAVE_XEVENT_XCOOKIE 1
10523 if test "x$with_opengl" != "xno"
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10526 $as_echo_n "checking for -lGL... " >&6; }
10527 if ${ac_cv_lib_soname_GL+:} false
; then :
10528 $as_echo_n "(cached) " >&6
10530 ac_check_soname_save_LIBS
=$LIBS
10531 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10532 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10533 /* end confdefs.h. */
10535 /* Override any GCC internal prototype to avoid an error.
10536 Use char because int might match the return type of a GCC
10537 builtin and then its argument prototype would still apply. */
10541 char glXCreateContext ();
10545 return glXCreateContext ();
10550 if ac_fn_c_try_link
"$LINENO"; then :
10552 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10553 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'` ;;
10554 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10555 if ${ac_cv_lib_soname_GL:+false} :; then :
10556 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10560 rm -f core conftest.err conftest.
$ac_objext \
10561 conftest
$ac_exeext conftest.
$ac_ext
10562 LIBS
=$ac_check_soname_save_LIBS
10564 if ${ac_cv_lib_soname_GL:+false} :; then :
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10566 $as_echo "not found" >&6; }
10567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10568 $as_echo_n "checking for -lGL... " >&6; }
10569 if ${ac_cv_lib_soname_GL+:} false
; then :
10570 $as_echo_n "(cached) " >&6
10572 ac_check_soname_save_LIBS
=$LIBS
10573 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"
10574 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10575 /* end confdefs.h. */
10577 /* Override any GCC internal prototype to avoid an error.
10578 Use char because int might match the return type of a GCC
10579 builtin and then its argument prototype would still apply. */
10583 char glXCreateContext ();
10587 return glXCreateContext ();
10592 if ac_fn_c_try_link
"$LINENO"; then :
10594 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10595 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'` ;;
10596 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10597 if ${ac_cv_lib_soname_GL:+false} :; then :
10598 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10602 rm -f core conftest.err conftest.
$ac_objext \
10603 conftest
$ac_exeext conftest.
$ac_ext
10604 LIBS
=$ac_check_soname_save_LIBS
10606 if ${ac_cv_lib_soname_GL:+false} :; then :
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10608 $as_echo "not found" >&6; }
10609 if test -f /usr
/X11R
6/lib
/libGL.a
10611 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10612 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10614 opengl_msg
="No OpenGL library found on this system."
10617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10618 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10620 cat >>confdefs.h
<<_ACEOF
10621 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10624 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"
10627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10628 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10630 cat >>confdefs.h
<<_ACEOF
10631 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10636 if test "x$with_glu" != "xno"
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10639 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10640 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10641 $as_echo_n "(cached) " >&6
10643 ac_check_lib_save_LIBS
=$LIBS
10644 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10658 return gluLookAt ();
10663 if ac_fn_c_try_link
"$LINENO"; then :
10664 ac_cv_lib_GLU_gluLookAt
=yes
10666 ac_cv_lib_GLU_gluLookAt
=no
10668 rm -f core conftest.err conftest.
$ac_objext \
10669 conftest
$ac_exeext conftest.
$ac_ext
10670 LIBS
=$ac_check_lib_save_LIBS
10672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10673 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10674 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10678 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10679 case "x$with_glu" in
10680 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10682 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10683 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10688 if test "x$with_osmesa" != "xno"
10690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10691 $as_echo_n "checking for -lOSMesa... " >&6; }
10692 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10693 $as_echo_n "(cached) " >&6
10695 ac_check_soname_save_LIBS
=$LIBS
10696 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10698 /* end confdefs.h. */
10700 /* Override any GCC internal prototype to avoid an error.
10701 Use char because int might match the return type of a GCC
10702 builtin and then its argument prototype would still apply. */
10715 if ac_fn_c_try_link
"$LINENO"; then :
10717 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10718 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'` ;;
10719 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10720 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10721 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10725 rm -f core conftest.err conftest.
$ac_objext \
10726 conftest
$ac_exeext conftest.
$ac_ext
10727 LIBS
=$ac_check_soname_save_LIBS
10729 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10731 $as_echo "not found" >&6; }
10734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10735 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10737 cat >>confdefs.h
<<_ACEOF
10738 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10743 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10744 case "x$with_osmesa" in
10745 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10747 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10748 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10753 if test -n "$opengl_msg"; then :
10754 case "x$with_opengl" in
10755 x
) as_fn_append wine_warnings
"|$opengl_msg
10756 OpenGL and Direct3D won't be supported." ;;
10758 *) as_fn_error $?
"$opengl_msg
10759 OpenGL and Direct3D won't be supported.
10760 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10764 CPPFLAGS
="$ac_save_CPPFLAGS"
10768 enable_winex11_drv
=${enable_winex11_drv:-no}
10770 if test "x$X_LIBS" = "x"; then :
10773 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10774 without X support, which probably isn't what you want. You will need
10775 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10776 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10780 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10782 if test "$ac_cv_header_CL_cl_h" = "yes"
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10785 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10786 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10787 $as_echo_n "(cached) " >&6
10789 ac_check_lib_save_LIBS
=$LIBS
10790 LIBS
="-lOpenCL $LIBS"
10791 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h. */
10794 /* Override any GCC internal prototype to avoid an error.
10795 Use char because int might match the return type of a GCC
10796 builtin and then its argument prototype would still apply. */
10800 char clGetPlatformInfo ();
10804 return clGetPlatformInfo ();
10809 if ac_fn_c_try_link
"$LINENO"; then :
10810 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10812 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10814 rm -f core conftest.err conftest.
$ac_objext \
10815 conftest
$ac_exeext conftest.
$ac_ext
10816 LIBS
=$ac_check_lib_save_LIBS
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10819 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10820 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10821 OPENCL_LIBS
="-lOpenCL"
10826 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10827 case "x$with_opencl" in
10828 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10830 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10831 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10834 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10836 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10839 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10840 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10841 $as_echo_n "(cached) " >&6
10843 ac_check_lib_save_LIBS
=$LIBS
10844 LIBS
="-lpcap $LIBS"
10845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10846 /* end confdefs.h. */
10848 /* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10854 char pcap_create ();
10858 return pcap_create ();
10863 if ac_fn_c_try_link
"$LINENO"; then :
10864 ac_cv_lib_pcap_pcap_create
=yes
10866 ac_cv_lib_pcap_pcap_create
=no
10868 rm -f core conftest.err conftest.
$ac_objext \
10869 conftest
$ac_exeext conftest.
$ac_ext
10870 LIBS
=$ac_check_lib_save_LIBS
10872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10873 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10874 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10880 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10881 case "x$with_pcap" in
10882 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10884 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10885 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10888 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10891 if test "x$with_xml" != "xno"
10893 if ${XML2_CFLAGS:+false} :; then :
10894 if ${PKG_CONFIG+:} false
; then :
10895 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10898 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10899 if ${XML2_LIBS:+false} :; then :
10900 if ${PKG_CONFIG+:} false
; then :
10901 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10904 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10905 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10906 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10907 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10908 ac_save_CPPFLAGS
=$CPPFLAGS
10909 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10910 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10912 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10913 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10914 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10915 cat >>confdefs.h
<<_ACEOF
10916 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10923 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"
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10926 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10927 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10928 $as_echo_n "(cached) " >&6
10930 ac_check_lib_save_LIBS
=$LIBS
10931 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10941 char xmlParseMemory ();
10945 return xmlParseMemory ();
10950 if ac_fn_c_try_link
"$LINENO"; then :
10951 ac_cv_lib_xml2_xmlParseMemory
=yes
10953 ac_cv_lib_xml2_xmlParseMemory
=no
10955 rm -f core conftest.err conftest.
$ac_objext \
10956 conftest
$ac_exeext conftest.
$ac_ext
10957 LIBS
=$ac_check_lib_save_LIBS
10959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10960 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10961 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10963 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10970 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10971 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10972 $as_echo_n "(cached) " >&6
10974 ac_check_lib_save_LIBS
=$LIBS
10975 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10976 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10977 /* end confdefs.h. */
10979 /* Override any GCC internal prototype to avoid an error.
10980 Use char because int might match the return type of a GCC
10981 builtin and then its argument prototype would still apply. */
10985 char xmlReadMemory ();
10989 return xmlReadMemory ();
10994 if ac_fn_c_try_link
"$LINENO"; then :
10995 ac_cv_lib_xml2_xmlReadMemory
=yes
10997 ac_cv_lib_xml2_xmlReadMemory
=no
10999 rm -f core conftest.err conftest.
$ac_objext \
11000 conftest
$ac_exeext conftest.
$ac_ext
11001 LIBS
=$ac_check_lib_save_LIBS
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11004 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11005 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11007 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11012 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11013 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11014 $as_echo_n "(cached) " >&6
11016 ac_check_lib_save_LIBS
=$LIBS
11017 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11018 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11019 /* end confdefs.h. */
11021 /* Override any GCC internal prototype to avoid an error.
11022 Use char because int might match the return type of a GCC
11023 builtin and then its argument prototype would still apply. */
11027 char xmlNewDocPI ();
11031 return xmlNewDocPI ();
11036 if ac_fn_c_try_link
"$LINENO"; then :
11037 ac_cv_lib_xml2_xmlNewDocPI
=yes
11039 ac_cv_lib_xml2_xmlNewDocPI
=no
11041 rm -f core conftest.err conftest.
$ac_objext \
11042 conftest
$ac_exeext conftest.
$ac_ext
11043 LIBS
=$ac_check_lib_save_LIBS
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11046 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11047 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11049 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11054 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11055 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11056 $as_echo_n "(cached) " >&6
11058 ac_check_lib_save_LIBS
=$LIBS
11059 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11060 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11061 /* end confdefs.h. */
11063 /* Override any GCC internal prototype to avoid an error.
11064 Use char because int might match the return type of a GCC
11065 builtin and then its argument prototype would still apply. */
11069 char xmlSchemaSetParserStructuredErrors ();
11073 return xmlSchemaSetParserStructuredErrors ();
11078 if ac_fn_c_try_link
"$LINENO"; then :
11079 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11081 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11083 rm -f core conftest.err conftest.
$ac_objext \
11084 conftest
$ac_exeext conftest.
$ac_ext
11085 LIBS
=$ac_check_lib_save_LIBS
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11088 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11089 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11091 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11096 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11097 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11098 $as_echo_n "(cached) " >&6
11100 ac_check_lib_save_LIBS
=$LIBS
11101 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11102 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11103 /* end confdefs.h. */
11105 /* Override any GCC internal prototype to avoid an error.
11106 Use char because int might match the return type of a GCC
11107 builtin and then its argument prototype would still apply. */
11111 char xmlSchemaSetValidStructuredErrors ();
11115 return xmlSchemaSetValidStructuredErrors ();
11120 if ac_fn_c_try_link
"$LINENO"; then :
11121 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11123 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11125 rm -f core conftest.err conftest.
$ac_objext \
11126 conftest
$ac_exeext conftest.
$ac_ext
11127 LIBS
=$ac_check_lib_save_LIBS
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11130 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11131 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11133 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11138 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11139 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11140 $as_echo_n "(cached) " >&6
11142 ac_check_lib_save_LIBS
=$LIBS
11143 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11144 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11145 /* end confdefs.h. */
11147 /* Override any GCC internal prototype to avoid an error.
11148 Use char because int might match the return type of a GCC
11149 builtin and then its argument prototype would still apply. */
11153 char xmlFirstElementChild ();
11157 return xmlFirstElementChild ();
11162 if ac_fn_c_try_link
"$LINENO"; then :
11163 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11165 ac_cv_lib_xml2_xmlFirstElementChild
=no
11167 rm -f core conftest.err conftest.
$ac_objext \
11168 conftest
$ac_exeext conftest.
$ac_ext
11169 LIBS
=$ac_check_lib_save_LIBS
11171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11172 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11173 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11175 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11179 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11181 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11183 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11191 CPPFLAGS
=$ac_save_CPPFLAGS
11192 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11193 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11196 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11197 case "x$with_xml" in
11198 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11200 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11201 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11205 if test "x$with_xslt" != "xno"
11207 if ${XSLT_CFLAGS:+false} :; then :
11208 if ${PKG_CONFIG+:} false
; then :
11209 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11212 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11213 if ${XSLT_LIBS:+false} :; then :
11214 if ${PKG_CONFIG+:} false
; then :
11215 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11218 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11219 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11220 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11221 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11222 ac_save_CPPFLAGS
=$CPPFLAGS
11223 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11224 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11226 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11227 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11228 # include <libxslt/pattern.h>
11231 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11232 cat >>confdefs.h
<<_ACEOF
11233 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11240 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11243 $as_echo_n "checking for -lxslt... " >&6; }
11244 if ${ac_cv_lib_soname_xslt+:} false
; then :
11245 $as_echo_n "(cached) " >&6
11247 ac_check_soname_save_LIBS
=$LIBS
11248 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11249 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11250 /* end confdefs.h. */
11252 /* Override any GCC internal prototype to avoid an error.
11253 Use char because int might match the return type of a GCC
11254 builtin and then its argument prototype would still apply. */
11258 char xsltCompilePattern ();
11262 return xsltCompilePattern ();
11267 if ac_fn_c_try_link
"$LINENO"; then :
11269 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11270 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'` ;;
11271 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11272 if ${ac_cv_lib_soname_xslt:+false} :; then :
11273 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11277 rm -f core conftest.err conftest.
$ac_objext \
11278 conftest
$ac_exeext conftest.
$ac_ext
11279 LIBS
=$ac_check_soname_save_LIBS
11281 if ${ac_cv_lib_soname_xslt:+false} :; then :
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11283 $as_echo "not found" >&6; }
11286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11287 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11289 cat >>confdefs.h
<<_ACEOF
11290 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11298 CPPFLAGS
=$ac_save_CPPFLAGS
11299 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11300 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11303 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11304 case "x$with_xslt" in
11305 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11307 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11308 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11312 if test "x$with_dbus" != "xno"
11314 if ${DBUS_CFLAGS:+false} :; then :
11315 if ${PKG_CONFIG+:} false
; then :
11316 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11320 if ${DBUS_LIBS:+false} :; then :
11321 if ${PKG_CONFIG+:} false
; then :
11322 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11327 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11328 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11329 ac_save_CPPFLAGS
=$CPPFLAGS
11330 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11331 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11332 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11334 $as_echo_n "checking for -ldbus-1... " >&6; }
11335 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11336 $as_echo_n "(cached) " >&6
11338 ac_check_soname_save_LIBS
=$LIBS
11339 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11341 /* end confdefs.h. */
11343 /* Override any GCC internal prototype to avoid an error.
11344 Use char because int might match the return type of a GCC
11345 builtin and then its argument prototype would still apply. */
11349 char dbus_connection_close ();
11353 return dbus_connection_close ();
11358 if ac_fn_c_try_link
"$LINENO"; then :
11360 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11361 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'` ;;
11362 *) 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'`
11363 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11364 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11368 rm -f core conftest.err conftest.
$ac_objext \
11369 conftest
$ac_exeext conftest.
$ac_ext
11370 LIBS
=$ac_check_soname_save_LIBS
11372 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11374 $as_echo "not found" >&6; }
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11378 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11380 cat >>confdefs.h
<<_ACEOF
11381 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11391 CPPFLAGS
=$ac_save_CPPFLAGS
11392 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11393 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11396 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11397 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11398 case "x$with_dbus" in
11399 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11401 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11402 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11406 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11408 if ${HAL_CFLAGS:+false} :; then :
11409 if ${PKG_CONFIG+:} false
; then :
11410 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11414 if ${HAL_LIBS:+false} :; then :
11415 if ${PKG_CONFIG+:} false
; then :
11416 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11420 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11421 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11422 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11423 ac_save_CPPFLAGS
=$CPPFLAGS
11424 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11425 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11426 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11428 $as_echo_n "checking for -lhal... " >&6; }
11429 if ${ac_cv_lib_soname_hal+:} false
; then :
11430 $as_echo_n "(cached) " >&6
11432 ac_check_soname_save_LIBS
=$LIBS
11433 LIBS
="-lhal $HAL_LIBS $LIBS"
11434 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11435 /* end confdefs.h. */
11437 /* Override any GCC internal prototype to avoid an error.
11438 Use char because int might match the return type of a GCC
11439 builtin and then its argument prototype would still apply. */
11443 char libhal_ctx_new ();
11447 return libhal_ctx_new ();
11452 if ac_fn_c_try_link
"$LINENO"; then :
11454 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11455 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'` ;;
11456 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11457 if ${ac_cv_lib_soname_hal:+false} :; then :
11458 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11462 rm -f core conftest.err conftest.
$ac_objext \
11463 conftest
$ac_exeext conftest.
$ac_ext
11464 LIBS
=$ac_check_soname_save_LIBS
11466 if ${ac_cv_lib_soname_hal:+false} :; then :
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11468 $as_echo "not found" >&6; }
11471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11472 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11474 cat >>confdefs.h
<<_ACEOF
11475 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11485 CPPFLAGS
=$ac_save_CPPFLAGS
11486 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11487 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11489 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11490 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11491 case "x$with_hal" in
11492 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11494 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11495 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11500 if test "x$with_gnutls" != "xno"
11502 if ${GNUTLS_CFLAGS:+false} :; then :
11503 if ${PKG_CONFIG+:} false
; then :
11504 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11508 if ${GNUTLS_LIBS:+false} :; then :
11509 if ${PKG_CONFIG+:} false
; then :
11510 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11515 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11516 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11517 ac_save_CPPFLAGS
=$CPPFLAGS
11518 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11519 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11520 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11522 /* end confdefs.h. */
11523 #include <gnutls/gnutls.h>
11524 #include <gnutls/crypto.h>
11528 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11533 if ac_fn_c_try_compile
"$LINENO"; then :
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11535 $as_echo_n "checking for -lgnutls... " >&6; }
11536 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11537 $as_echo_n "(cached) " >&6
11539 ac_check_soname_save_LIBS
=$LIBS
11540 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11541 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11542 /* end confdefs.h. */
11544 /* Override any GCC internal prototype to avoid an error.
11545 Use char because int might match the return type of a GCC
11546 builtin and then its argument prototype would still apply. */
11550 char gnutls_global_init ();
11554 return gnutls_global_init ();
11559 if ac_fn_c_try_link
"$LINENO"; then :
11561 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11562 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'` ;;
11563 *) 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'`
11564 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11565 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'`
11569 rm -f core conftest.err conftest.
$ac_objext \
11570 conftest
$ac_exeext conftest.
$ac_ext
11571 LIBS
=$ac_check_soname_save_LIBS
11573 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11575 $as_echo "not found" >&6; }
11578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11579 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11581 cat >>confdefs.h
<<_ACEOF
11582 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11588 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11594 CPPFLAGS
=$ac_save_CPPFLAGS
11595 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11596 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11599 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11600 case "x$with_gnutls" in
11601 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11603 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11604 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11609 if test "$ac_cv_header_ncurses_h" = "yes"
11611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11612 $as_echo_n "checking for -lncurses... " >&6; }
11613 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11614 $as_echo_n "(cached) " >&6
11616 ac_check_soname_save_LIBS
=$LIBS
11617 LIBS
="-lncurses $LIBS"
11618 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11619 /* end confdefs.h. */
11621 /* Override any GCC internal prototype to avoid an error.
11622 Use char because int might match the return type of a GCC
11623 builtin and then its argument prototype would still apply. */
11636 if ac_fn_c_try_link
"$LINENO"; then :
11638 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11639 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'` ;;
11640 *) 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'`
11641 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11642 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11646 rm -f core conftest.err conftest.
$ac_objext \
11647 conftest
$ac_exeext conftest.
$ac_ext
11648 LIBS
=$ac_check_soname_save_LIBS
11650 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11652 $as_echo "not found" >&6; }
11655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11656 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11658 cat >>confdefs.h
<<_ACEOF
11659 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11662 CURSES_LIBS
="-lncurses"
11664 elif test "$ac_cv_header_curses_h" = "yes"
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11667 $as_echo_n "checking for -lcurses... " >&6; }
11668 if ${ac_cv_lib_soname_curses+:} false
; then :
11669 $as_echo_n "(cached) " >&6
11671 ac_check_soname_save_LIBS
=$LIBS
11672 LIBS
="-lcurses $LIBS"
11673 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11674 /* end confdefs.h. */
11676 /* Override any GCC internal prototype to avoid an error.
11677 Use char because int might match the return type of a GCC
11678 builtin and then its argument prototype would still apply. */
11691 if ac_fn_c_try_link
"$LINENO"; then :
11693 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11694 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'` ;;
11695 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11696 if ${ac_cv_lib_soname_curses:+false} :; then :
11697 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11701 rm -f core conftest.err conftest.
$ac_objext \
11702 conftest
$ac_exeext conftest.
$ac_ext
11703 LIBS
=$ac_check_soname_save_LIBS
11705 if ${ac_cv_lib_soname_curses:+false} :; then :
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11707 $as_echo "not found" >&6; }
11710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11711 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11713 cat >>confdefs.h
<<_ACEOF
11714 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11717 CURSES_LIBS
="-lcurses"
11720 ac_save_LIBS
="$LIBS"
11721 LIBS
="$LIBS $CURSES_LIBS"
11722 for ac_func
in mousemask
11724 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11725 if test "x$ac_cv_func_mousemask" = xyes
; then :
11726 cat >>confdefs.h
<<_ACEOF
11727 #define HAVE_MOUSEMASK 1
11733 LIBS
="$ac_save_LIBS"
11734 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11735 case "x$with_curses" in
11736 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11738 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11739 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11743 if test "x$with_sane" != "xno"
11745 if ${SANE_CFLAGS:+false} :; then :
11746 if ${PKG_CONFIG+:} false
; then :
11747 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11750 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11751 if ${SANE_LIBS:+false} :; then :
11752 if ${PKG_CONFIG+:} false
; then :
11753 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11756 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11758 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11759 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11760 ac_save_CPPFLAGS
=$CPPFLAGS
11761 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11762 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11763 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11765 $as_echo_n "checking for -lsane... " >&6; }
11766 if ${ac_cv_lib_soname_sane+:} false
; then :
11767 $as_echo_n "(cached) " >&6
11769 ac_check_soname_save_LIBS
=$LIBS
11770 LIBS
="-lsane $SANE_LIBS $LIBS"
11771 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11772 /* end confdefs.h. */
11774 /* Override any GCC internal prototype to avoid an error.
11775 Use char because int might match the return type of a GCC
11776 builtin and then its argument prototype would still apply. */
11784 return sane_init ();
11789 if ac_fn_c_try_link
"$LINENO"; then :
11791 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11792 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'` ;;
11793 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11794 if ${ac_cv_lib_soname_sane:+false} :; then :
11795 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11799 rm -f core conftest.err conftest.
$ac_objext \
11800 conftest
$ac_exeext conftest.
$ac_ext
11801 LIBS
=$ac_check_soname_save_LIBS
11803 if ${ac_cv_lib_soname_sane:+false} :; then :
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11805 $as_echo "not found" >&6; }
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11809 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11811 cat >>confdefs.h
<<_ACEOF
11812 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11822 CPPFLAGS
=$ac_save_CPPFLAGS
11823 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11824 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11827 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11828 case "x$with_sane" in
11829 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11831 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11832 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11836 if test "x$with_v4l" != "xno"
11838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11839 $as_echo_n "checking for -lv4l1... " >&6; }
11840 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11841 $as_echo_n "(cached) " >&6
11843 ac_check_soname_save_LIBS
=$LIBS
11844 LIBS
="-lv4l1 $LIBS"
11845 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11846 /* end confdefs.h. */
11848 /* Override any GCC internal prototype to avoid an error.
11849 Use char because int might match the return type of a GCC
11850 builtin and then its argument prototype would still apply. */
11858 return v4l1_open ();
11863 if ac_fn_c_try_link
"$LINENO"; then :
11865 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11866 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'` ;;
11867 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11868 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11869 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11873 rm -f core conftest.err conftest.
$ac_objext \
11874 conftest
$ac_exeext conftest.
$ac_ext
11875 LIBS
=$ac_check_soname_save_LIBS
11877 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11879 $as_echo "not found" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11883 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11885 cat >>confdefs.h
<<_ACEOF
11886 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11892 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11893 case "x$with_v4l" in
11894 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11896 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11897 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11901 if test "x$with_gphoto" != "xno"
11903 if ${GPHOTO2_CFLAGS:+false} :; then :
11904 if ${PKG_CONFIG+:} false
; then :
11905 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11908 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11909 if ${GPHOTO2_LIBS:+false} :; then :
11910 if ${PKG_CONFIG+:} false
; then :
11911 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11914 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11915 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11916 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11917 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11918 ac_save_CPPFLAGS
=$CPPFLAGS
11919 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11920 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11921 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11923 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11924 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11925 $as_echo_n "(cached) " >&6
11927 ac_check_lib_save_LIBS
=$LIBS
11928 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11929 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11930 /* end confdefs.h. */
11932 /* Override any GCC internal prototype to avoid an error.
11933 Use char because int might match the return type of a GCC
11934 builtin and then its argument prototype would still apply. */
11938 char gp_camera_new ();
11942 return gp_camera_new ();
11947 if ac_fn_c_try_link
"$LINENO"; then :
11948 ac_cv_lib_gphoto2_gp_camera_new
=yes
11950 ac_cv_lib_gphoto2_gp_camera_new
=no
11952 rm -f core conftest.err conftest.
$ac_objext \
11953 conftest
$ac_exeext conftest.
$ac_ext
11954 LIBS
=$ac_check_lib_save_LIBS
11956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11957 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11958 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11960 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11963 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11967 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11971 CPPFLAGS
=$ac_save_CPPFLAGS
11972 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11973 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11975 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11976 if ${PKG_CONFIG+:} false
; then :
11977 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11980 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11981 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11982 if ${PKG_CONFIG+:} false
; then :
11983 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11986 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11987 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11988 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11989 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11990 ac_save_CPPFLAGS
=$CPPFLAGS
11991 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11992 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11993 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11995 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11996 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11997 $as_echo_n "(cached) " >&6
11999 ac_check_lib_save_LIBS
=$LIBS
12000 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
12001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12002 /* end confdefs.h. */
12004 /* Override any GCC internal prototype to avoid an error.
12005 Use char because int might match the return type of a GCC
12006 builtin and then its argument prototype would still apply. */
12010 char gp_port_info_list_new ();
12014 return gp_port_info_list_new ();
12019 if ac_fn_c_try_link
"$LINENO"; then :
12020 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12022 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12024 rm -f core conftest.err conftest.
$ac_objext \
12025 conftest
$ac_exeext conftest.
$ac_ext
12026 LIBS
=$ac_check_lib_save_LIBS
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12029 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12030 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12032 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12035 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12039 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12043 CPPFLAGS
=$ac_save_CPPFLAGS
12044 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12045 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12048 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12049 case "x$with_gphoto" in
12050 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12052 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12053 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12056 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12057 case "x$with_gphoto" in
12058 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12060 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12061 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12066 if test "$ac_cv_header_resolv_h" = "yes"
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12069 $as_echo_n "checking for resolver library... " >&6; }
12070 if ${ac_cv_have_resolv+:} false
; then :
12071 $as_echo_n "(cached) " >&6
12073 ac_save_LIBS
="$LIBS"
12074 for lib
in '' -lresolv
12076 LIBS
="$lib $ac_save_LIBS"
12077 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12078 /* end confdefs.h. */
12079 #ifdef HAVE_NETINET_IN_H
12080 #include <netinet/in.h>
12082 #include <resolv.h>
12086 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12091 if ac_fn_c_try_link
"$LINENO"; then :
12092 ac_cv_have_resolv
=${lib:-"none required"}
12094 ac_cv_have_resolv
="not found"
12096 rm -f core conftest.err conftest.
$ac_objext \
12097 conftest
$ac_exeext conftest.
$ac_ext
12098 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12100 LIBS
="$ac_save_LIBS"
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12103 $as_echo "$ac_cv_have_resolv" >&6; }
12105 case "$ac_cv_have_resolv" in
12109 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12112 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12114 RESOLV_LIBS
=$ac_cv_have_resolv
12119 if test "x$with_cms" != "xno"
12121 if ${LCMS2_CFLAGS:+false} :; then :
12122 if ${PKG_CONFIG+:} false
; then :
12123 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12127 if ${LCMS2_LIBS:+false} :; then :
12128 if ${PKG_CONFIG+:} false
; then :
12129 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12133 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12134 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12135 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12136 ac_save_CPPFLAGS
=$CPPFLAGS
12137 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12138 for ac_header
in lcms2.h
12140 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12141 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12142 cat >>confdefs.h
<<_ACEOF
12143 #define HAVE_LCMS2_H 1
12150 if test "$ac_cv_header_lcms2_h" = "yes"
12152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12153 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12154 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12155 $as_echo_n "(cached) " >&6
12157 ac_check_lib_save_LIBS
=$LIBS
12158 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12159 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12160 /* end confdefs.h. */
12162 /* Override any GCC internal prototype to avoid an error.
12163 Use char because int might match the return type of a GCC
12164 builtin and then its argument prototype would still apply. */
12168 char cmsOpenProfileFromFile ();
12172 return cmsOpenProfileFromFile ();
12177 if ac_fn_c_try_link
"$LINENO"; then :
12178 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12180 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12182 rm -f core conftest.err conftest.
$ac_objext \
12183 conftest
$ac_exeext conftest.
$ac_ext
12184 LIBS
=$ac_check_lib_save_LIBS
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12187 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12188 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12190 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12200 CPPFLAGS
=$ac_save_CPPFLAGS
12201 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12202 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12205 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12206 case "x$with_cms" in
12207 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12209 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12210 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12214 if test "x$with_freetype" != "xno"
12216 if ${FREETYPE_CFLAGS:+false} :; then :
12217 if ${PKG_CONFIG+:} false
; then :
12218 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12221 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12222 if ${FREETYPE_LIBS:+false} :; then :
12223 if ${PKG_CONFIG+:} false
; then :
12224 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12227 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12228 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12229 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12230 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12231 ac_save_CPPFLAGS
=$CPPFLAGS
12232 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12233 for ac_header
in ft2build.h
12235 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12236 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12237 cat >>confdefs.h
<<_ACEOF
12238 #define HAVE_FT2BUILD_H 1
12245 if test "$ac_cv_header_ft2build_h" = "yes"
12247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12248 $as_echo_n "checking for -lfreetype... " >&6; }
12249 if ${ac_cv_lib_soname_freetype+:} false
; then :
12250 $as_echo_n "(cached) " >&6
12252 ac_check_soname_save_LIBS
=$LIBS
12253 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12254 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12255 /* end confdefs.h. */
12257 /* Override any GCC internal prototype to avoid an error.
12258 Use char because int might match the return type of a GCC
12259 builtin and then its argument prototype would still apply. */
12263 char FT_Init_FreeType ();
12267 return FT_Init_FreeType ();
12272 if ac_fn_c_try_link
"$LINENO"; then :
12274 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12275 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'` ;;
12276 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12277 if ${ac_cv_lib_soname_freetype:+false} :; then :
12278 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12282 rm -f core conftest.err conftest.
$ac_objext \
12283 conftest
$ac_exeext conftest.
$ac_ext
12284 LIBS
=$ac_check_soname_save_LIBS
12286 if ${ac_cv_lib_soname_freetype:+false} :; then :
12287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12288 $as_echo "not found" >&6; }
12291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12292 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12294 cat >>confdefs.h
<<_ACEOF
12295 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12299 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12301 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12302 #include FT_MODULE_H
12304 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12306 cat >>confdefs.h
<<_ACEOF
12307 #define HAVE_FT_TRUETYPEENGINETYPE 1
12318 CPPFLAGS
=$ac_save_CPPFLAGS
12319 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12320 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12323 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12324 case "x$with_freetype" in
12326 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12327 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12330 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12333 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12334 if ${ac_cv_c_ppdev+:} false
; then :
12335 $as_echo_n "(cached) " >&6
12337 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12338 /* end confdefs.h. */
12339 #ifdef HAVE_SYS_IOCTL_H
12340 # include <sys/ioctl.h>
12342 #include <linux/ppdev.h>
12346 ioctl (1,PPCLAIM,0)
12351 if ac_fn_c_try_compile
"$LINENO"; then :
12352 ac_cv_c_ppdev
="yes"
12356 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12359 $as_echo "$ac_cv_c_ppdev" >&6; }
12360 if test "$ac_cv_c_ppdev" = "yes"
12363 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12367 ac_wine_check_funcs_save_LIBS
="$LIBS"
12368 LIBS
="$LIBS $PTHREAD_LIBS"
12370 pthread_attr_get_np \
12371 pthread_getattr_np \
12372 pthread_getthreadid_np \
12373 pthread_get_stackaddr_np \
12374 pthread_get_stacksize_np
12376 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12377 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12378 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12379 cat >>confdefs.h
<<_ACEOF
12380 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12386 LIBS
="$ac_wine_check_funcs_save_LIBS"
12388 if test "$ac_cv_header_zlib_h" = "yes"
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12391 $as_echo_n "checking for inflate in -lz... " >&6; }
12392 if ${ac_cv_lib_z_inflate+:} false
; then :
12393 $as_echo_n "(cached) " >&6
12395 ac_check_lib_save_LIBS
=$LIBS
12397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12398 /* end confdefs.h. */
12400 /* Override any GCC internal prototype to avoid an error.
12401 Use char because int might match the return type of a GCC
12402 builtin and then its argument prototype would still apply. */
12415 if ac_fn_c_try_link
"$LINENO"; then :
12416 ac_cv_lib_z_inflate
=yes
12418 ac_cv_lib_z_inflate
=no
12420 rm -f core conftest.err conftest.
$ac_objext \
12421 conftest
$ac_exeext conftest.
$ac_ext
12422 LIBS
=$ac_check_lib_save_LIBS
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12425 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12426 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12428 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12435 if test "x$Z_LIBS" = "x"; then :
12436 case "x$with_zlib" in
12437 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12439 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12440 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12444 if test "x$enable_tools" != xno
12446 if test "$ac_cv_header_gettext_po_h" = "yes"
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12449 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12450 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12451 $as_echo_n "(cached) " >&6
12453 ac_check_lib_save_LIBS
=$LIBS
12454 LIBS
="-lgettextpo $LIBS"
12455 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12456 /* end confdefs.h. */
12458 /* Override any GCC internal prototype to avoid an error.
12459 Use char because int might match the return type of a GCC
12460 builtin and then its argument prototype would still apply. */
12464 char po_message_msgctxt ();
12468 return po_message_msgctxt ();
12473 if ac_fn_c_try_link
"$LINENO"; then :
12474 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12476 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12478 rm -f core conftest.err conftest.
$ac_objext \
12479 conftest
$ac_exeext conftest.
$ac_ext
12480 LIBS
=$ac_check_lib_save_LIBS
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12483 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12484 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12486 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12488 GETTEXTPO_LIBS
="-lgettextpo"
12493 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12494 case "x$with_gettextpo" in
12495 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12497 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12498 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12503 if test "x$with_gstreamer" != "xno"
12505 if ${GSTREAMER_CFLAGS:+false} :; then :
12506 if ${PKG_CONFIG+:} false
; then :
12507 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12511 if ${GSTREAMER_LIBS:+false} :; then :
12512 if ${PKG_CONFIG+:} false
; then :
12513 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12518 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12519 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12520 ac_save_CPPFLAGS
=$CPPFLAGS
12521 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12523 for i
in $GSTREAMER_CFLAGS
12526 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12529 GSTREAMER_CFLAGS
=$ac_gst_incl
12530 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12531 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12532 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12533 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12534 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12536 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12537 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12538 /* end confdefs.h. */
12539 #include <gst/app/gstappsink.h>
12543 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12548 if ac_fn_c_try_compile
"$LINENO"; then :
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12550 $as_echo "yes" >&6; }
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12552 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12553 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12554 $as_echo_n "(cached) " >&6
12556 ac_check_lib_save_LIBS
=$LIBS
12557 LIBS
="-lgstreamer-0.10 $LIBS"
12558 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12559 /* end confdefs.h. */
12561 /* Override any GCC internal prototype to avoid an error.
12562 Use char because int might match the return type of a GCC
12563 builtin and then its argument prototype would still apply. */
12567 char gst_pad_get_caps_reffed ();
12571 return gst_pad_get_caps_reffed ();
12576 if ac_fn_c_try_link
"$LINENO"; then :
12577 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12579 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12581 rm -f core conftest.err conftest.
$ac_objext \
12582 conftest
$ac_exeext conftest.
$ac_ext
12583 LIBS
=$ac_check_lib_save_LIBS
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12586 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12587 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12589 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12590 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12591 $as_echo_n "(cached) " >&6
12593 ac_check_lib_save_LIBS
=$LIBS
12594 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12595 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12596 /* end confdefs.h. */
12598 /* Override any GCC internal prototype to avoid an error.
12599 Use char because int might match the return type of a GCC
12600 builtin and then its argument prototype would still apply. */
12604 char gst_app_buffer_new ();
12608 return gst_app_buffer_new ();
12613 if ac_fn_c_try_link
"$LINENO"; then :
12614 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12616 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12618 rm -f core conftest.err conftest.
$ac_objext \
12619 conftest
$ac_exeext conftest.
$ac_ext
12620 LIBS
=$ac_check_lib_save_LIBS
12622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12623 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12624 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12632 $as_echo "no" >&6; }
12634 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12639 GSTREAMER_CFLAGS
=""
12643 CPPFLAGS
=$ac_save_CPPFLAGS
12644 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12645 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12648 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12649 case "x$with_gstreamer" in
12650 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12652 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12653 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12656 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12660 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12663 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12664 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12665 $as_echo_n "(cached) " >&6
12667 ac_check_lib_save_LIBS
=$LIBS
12668 LIBS
="-lasound $LIBS"
12669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12670 /* end confdefs.h. */
12672 /* Override any GCC internal prototype to avoid an error.
12673 Use char because int might match the return type of a GCC
12674 builtin and then its argument prototype would still apply. */
12678 char snd_pcm_hw_params_get_access_mask ();
12682 return snd_pcm_hw_params_get_access_mask ();
12687 if ac_fn_c_try_link
"$LINENO"; then :
12688 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12690 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12692 rm -f core conftest.err conftest.
$ac_objext \
12693 conftest
$ac_exeext conftest.
$ac_ext
12694 LIBS
=$ac_check_lib_save_LIBS
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12697 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12698 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12699 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12700 /* end confdefs.h. */
12701 #ifdef HAVE_ALSA_ASOUNDLIB_H
12702 #include <alsa/asoundlib.h>
12703 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12704 #include <sys/asoundlib.h>
12709 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12714 if ac_fn_c_try_compile
"$LINENO"; then :
12715 ALSA_LIBS
="-lasound"
12717 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12722 if test "x$with_oss" != xno
12724 ac_save_CPPFLAGS
="$CPPFLAGS"
12725 if test -f /etc
/oss.conf
12729 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12730 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12731 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12732 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12733 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12735 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12737 cat >>confdefs.h
<<_ACEOF
12738 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12741 OSS4_CFLAGS
="$ac_oss_incl"
12748 CPPFLAGS
="$ac_save_CPPFLAGS"
12749 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12751 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12755 if test "x$with_capi" != "xno"
12757 if ${CAPI20_CFLAGS:+false} :; then :
12758 if ${PKG_CONFIG+:} false
; then :
12759 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12763 if ${CAPI20_LIBS:+false} :; then :
12764 if ${PKG_CONFIG+:} false
; then :
12765 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12770 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12771 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12772 ac_save_CPPFLAGS
=$CPPFLAGS
12773 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12774 for ac_header
in capi20.h linux
/capi.h
12776 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12777 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12779 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12780 cat >>confdefs.h
<<_ACEOF
12781 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12788 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12791 $as_echo_n "checking for -lcapi20... " >&6; }
12792 if ${ac_cv_lib_soname_capi20+:} false
; then :
12793 $as_echo_n "(cached) " >&6
12795 ac_check_soname_save_LIBS
=$LIBS
12796 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12798 /* end confdefs.h. */
12800 /* Override any GCC internal prototype to avoid an error.
12801 Use char because int might match the return type of a GCC
12802 builtin and then its argument prototype would still apply. */
12806 char capi20_register ();
12810 return capi20_register ();
12815 if ac_fn_c_try_link
"$LINENO"; then :
12817 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12818 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'` ;;
12819 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12820 if ${ac_cv_lib_soname_capi20:+false} :; then :
12821 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12825 rm -f core conftest.err conftest.
$ac_objext \
12826 conftest
$ac_exeext conftest.
$ac_ext
12827 LIBS
=$ac_check_soname_save_LIBS
12829 if ${ac_cv_lib_soname_capi20:+false} :; then :
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12831 $as_echo "not found" >&6; }
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12835 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12837 cat >>confdefs.h
<<_ACEOF
12838 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12844 CPPFLAGS
=$ac_save_CPPFLAGS
12845 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12846 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12849 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12850 case "x$with_capi" in
12851 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12853 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12854 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12860 if test "x$with_cups" != "xno"
12862 ac_save_CPPFLAGS
="$CPPFLAGS"
12863 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12864 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12865 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12866 for ac_header
in cups
/cups.h
12868 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12869 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12870 cat >>confdefs.h
<<_ACEOF
12871 #define HAVE_CUPS_CUPS_H 1
12873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12874 $as_echo_n "checking for -lcups... " >&6; }
12875 if ${ac_cv_lib_soname_cups+:} false
; then :
12876 $as_echo_n "(cached) " >&6
12878 ac_check_soname_save_LIBS
=$LIBS
12879 LIBS
="-lcups $ac_cups_libs $LIBS"
12880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12881 /* end confdefs.h. */
12883 /* Override any GCC internal prototype to avoid an error.
12884 Use char because int might match the return type of a GCC
12885 builtin and then its argument prototype would still apply. */
12889 char cupsGetDefault ();
12893 return cupsGetDefault ();
12898 if ac_fn_c_try_link
"$LINENO"; then :
12900 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12901 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'` ;;
12902 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12903 if ${ac_cv_lib_soname_cups:+false} :; then :
12904 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12908 rm -f core conftest.err conftest.
$ac_objext \
12909 conftest
$ac_exeext conftest.
$ac_ext
12910 LIBS
=$ac_check_soname_save_LIBS
12912 if ${ac_cv_lib_soname_cups:+false} :; then :
12913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12914 $as_echo "not found" >&6; }
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12918 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12920 cat >>confdefs.h
<<_ACEOF
12921 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12924 CUPS_CFLAGS
="$ac_cups_cflags"
12930 CPPFLAGS
="$ac_save_CPPFLAGS"
12932 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12933 case "x$with_cups" in
12934 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12936 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12937 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12941 if test "x$with_fontconfig" != "xno"
12943 if ${FONTCONFIG_CFLAGS:+false} :; then :
12944 if ${PKG_CONFIG+:} false
; then :
12945 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12948 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12949 if ${FONTCONFIG_LIBS:+false} :; then :
12950 if ${PKG_CONFIG+:} false
; then :
12951 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12954 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
12956 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12957 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12958 ac_save_CPPFLAGS
=$CPPFLAGS
12959 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
12960 for ac_header
in fontconfig
/fontconfig.h
12962 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12963 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12964 cat >>confdefs.h
<<_ACEOF
12965 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12972 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12975 $as_echo_n "checking for -lfontconfig... " >&6; }
12976 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
12977 $as_echo_n "(cached) " >&6
12979 ac_check_soname_save_LIBS
=$LIBS
12980 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
12981 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12982 /* end confdefs.h. */
12984 /* Override any GCC internal prototype to avoid an error.
12985 Use char because int might match the return type of a GCC
12986 builtin and then its argument prototype would still apply. */
12999 if ac_fn_c_try_link
"$LINENO"; then :
13001 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13002 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'` ;;
13003 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13004 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13005 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13009 rm -f core conftest.err conftest.
$ac_objext \
13010 conftest
$ac_exeext conftest.
$ac_ext
13011 LIBS
=$ac_check_soname_save_LIBS
13013 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13015 $as_echo "not found" >&6; }
13016 FONTCONFIG_CFLAGS
=""
13018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13019 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13021 cat >>confdefs.h
<<_ACEOF
13022 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13028 FONTCONFIG_CFLAGS
=""
13030 CPPFLAGS
=$ac_save_CPPFLAGS
13031 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13032 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13035 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13036 case "x$with_fontconfig" in
13037 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13039 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13040 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13044 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13047 $as_echo_n "checking for -lgsm... " >&6; }
13048 if ${ac_cv_lib_soname_gsm+:} false
; then :
13049 $as_echo_n "(cached) " >&6
13051 ac_check_soname_save_LIBS
=$LIBS
13053 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13054 /* end confdefs.h. */
13056 /* Override any GCC internal prototype to avoid an error.
13057 Use char because int might match the return type of a GCC
13058 builtin and then its argument prototype would still apply. */
13062 char gsm_create ();
13066 return gsm_create ();
13071 if ac_fn_c_try_link
"$LINENO"; then :
13073 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13074 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'` ;;
13075 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13076 if ${ac_cv_lib_soname_gsm:+false} :; then :
13077 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13081 rm -f core conftest.err conftest.
$ac_objext \
13082 conftest
$ac_exeext conftest.
$ac_ext
13083 LIBS
=$ac_check_soname_save_LIBS
13085 if ${ac_cv_lib_soname_gsm:+false} :; then :
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13087 $as_echo "not found" >&6; }
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13091 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13093 cat >>confdefs.h
<<_ACEOF
13094 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13100 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13101 case "x$with_gsm" in
13102 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13104 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13105 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13109 if test "x$with_jpeg" != "xno"
13111 if ${JPEG_CFLAGS:+false} :; then :
13112 if ${PKG_CONFIG+:} false
; then :
13113 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13117 if ${JPEG_LIBS:+false} :; then :
13118 if ${PKG_CONFIG+:} false
; then :
13119 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13124 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13125 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13126 ac_save_CPPFLAGS
=$CPPFLAGS
13127 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13128 for ac_header
in jpeglib.h
13130 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13131 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13132 cat >>confdefs.h
<<_ACEOF
13133 #define HAVE_JPEGLIB_H 1
13140 if test "$ac_cv_header_jpeglib_h" = "yes"
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13143 $as_echo_n "checking for -ljpeg... " >&6; }
13144 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13145 $as_echo_n "(cached) " >&6
13147 ac_check_soname_save_LIBS
=$LIBS
13148 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13149 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13150 /* end confdefs.h. */
13152 /* Override any GCC internal prototype to avoid an error.
13153 Use char because int might match the return type of a GCC
13154 builtin and then its argument prototype would still apply. */
13158 char jpeg_start_decompress ();
13162 return jpeg_start_decompress ();
13167 if ac_fn_c_try_link
"$LINENO"; then :
13169 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13170 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'` ;;
13171 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13172 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13173 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13177 rm -f core conftest.err conftest.
$ac_objext \
13178 conftest
$ac_exeext conftest.
$ac_ext
13179 LIBS
=$ac_check_soname_save_LIBS
13181 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13183 $as_echo "not found" >&6; }
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13187 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13189 cat >>confdefs.h
<<_ACEOF
13190 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13198 CPPFLAGS
=$ac_save_CPPFLAGS
13199 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13200 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13203 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13204 case "x$with_jpeg" in
13205 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13207 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13208 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13212 if test "x$with_png" != "xno"
13214 if ${PNG_CFLAGS:+false} :; then :
13215 if ${PKG_CONFIG+:} false
; then :
13216 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13219 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13220 if ${PNG_LIBS:+false} :; then :
13221 if ${PKG_CONFIG+:} false
; then :
13222 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13225 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13227 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13228 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13229 ac_save_CPPFLAGS
=$CPPFLAGS
13230 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13231 for ac_header
in png.h
13233 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13234 if test "x$ac_cv_header_png_h" = xyes
; then :
13235 cat >>confdefs.h
<<_ACEOF
13236 #define HAVE_PNG_H 1
13243 if test "$ac_cv_header_png_h" = "yes"
13245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13246 $as_echo_n "checking for -lpng... " >&6; }
13247 if ${ac_cv_lib_soname_png+:} false
; then :
13248 $as_echo_n "(cached) " >&6
13250 ac_check_soname_save_LIBS
=$LIBS
13251 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13253 /* end confdefs.h. */
13255 /* Override any GCC internal prototype to avoid an error.
13256 Use char because int might match the return type of a GCC
13257 builtin and then its argument prototype would still apply. */
13261 char png_create_read_struct ();
13265 return png_create_read_struct ();
13270 if ac_fn_c_try_link
"$LINENO"; then :
13272 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13273 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'` ;;
13274 *) 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'`
13275 if ${ac_cv_lib_soname_png:+false} :; then :
13276 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13280 rm -f core conftest.err conftest.
$ac_objext \
13281 conftest
$ac_exeext conftest.
$ac_ext
13282 LIBS
=$ac_check_soname_save_LIBS
13284 if ${ac_cv_lib_soname_png:+false} :; then :
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13286 $as_echo "not found" >&6; }
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13290 $as_echo "$ac_cv_lib_soname_png" >&6; }
13292 cat >>confdefs.h
<<_ACEOF
13293 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13296 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13297 /* end confdefs.h. */
13302 typeof(png_set_expand_gray_1_2_4_to_8) *p
13307 if ac_fn_c_try_compile
"$LINENO"; then :
13309 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13312 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13317 CPPFLAGS
=$ac_save_CPPFLAGS
13318 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13319 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13322 if test "x$ac_cv_lib_soname_png" = "x"; then :
13323 case "x$with_png" in
13324 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13326 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13327 This is an error since --with-png was requested." "$LINENO" 5 ;;
13331 if test "x$with_tiff" != "xno"
13333 if ${TIFF_CFLAGS:+false} :; then :
13334 if ${PKG_CONFIG+:} false
; then :
13335 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13339 if ${TIFF_LIBS:+false} :; then :
13340 if ${PKG_CONFIG+:} false
; then :
13341 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13346 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13347 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13348 ac_save_CPPFLAGS
=$CPPFLAGS
13349 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13350 for ac_header
in tiffio.h
13352 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13353 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13354 cat >>confdefs.h
<<_ACEOF
13355 #define HAVE_TIFFIO_H 1
13362 if test "$ac_cv_header_tiffio_h" = "yes"
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13365 $as_echo_n "checking for -ltiff... " >&6; }
13366 if ${ac_cv_lib_soname_tiff+:} false
; then :
13367 $as_echo_n "(cached) " >&6
13369 ac_check_soname_save_LIBS
=$LIBS
13370 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13371 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13372 /* end confdefs.h. */
13374 /* Override any GCC internal prototype to avoid an error.
13375 Use char because int might match the return type of a GCC
13376 builtin and then its argument prototype would still apply. */
13380 char TIFFClientOpen ();
13384 return TIFFClientOpen ();
13389 if ac_fn_c_try_link
"$LINENO"; then :
13391 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13392 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'` ;;
13393 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13394 if ${ac_cv_lib_soname_tiff:+false} :; then :
13395 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13399 rm -f core conftest.err conftest.
$ac_objext \
13400 conftest
$ac_exeext conftest.
$ac_ext
13401 LIBS
=$ac_check_soname_save_LIBS
13403 if ${ac_cv_lib_soname_tiff:+false} :; then :
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13405 $as_echo "not found" >&6; }
13408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13409 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13411 cat >>confdefs.h
<<_ACEOF
13412 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13418 CPPFLAGS
=$ac_save_CPPFLAGS
13419 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13420 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13423 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13424 case "x$with_tiff" in
13425 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13427 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13428 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13432 if test "x$with_mpg123" != "xno"
13434 if ${MPG123_CFLAGS:+false} :; then :
13435 if ${PKG_CONFIG+:} false
; then :
13436 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13440 if ${MPG123_LIBS:+false} :; then :
13441 if ${PKG_CONFIG+:} false
; then :
13442 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13446 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13447 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13448 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13449 ac_save_CPPFLAGS
=$CPPFLAGS
13450 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13451 for ac_header
in mpg123.h
13453 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13454 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13455 cat >>confdefs.h
<<_ACEOF
13456 #define HAVE_MPG123_H 1
13463 if test "$ac_cv_header_mpg123_h" = "yes"
13465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13466 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13467 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13468 $as_echo_n "(cached) " >&6
13470 ac_check_lib_save_LIBS
=$LIBS
13471 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13472 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13473 /* end confdefs.h. */
13475 /* Override any GCC internal prototype to avoid an error.
13476 Use char because int might match the return type of a GCC
13477 builtin and then its argument prototype would still apply. */
13481 char mpg123_feed ();
13485 return mpg123_feed ();
13490 if ac_fn_c_try_link
"$LINENO"; then :
13491 ac_cv_lib_mpg123_mpg123_feed
=yes
13493 ac_cv_lib_mpg123_mpg123_feed
=no
13495 rm -f core conftest.err conftest.
$ac_objext \
13496 conftest
$ac_exeext conftest.
$ac_ext
13497 LIBS
=$ac_check_lib_save_LIBS
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13500 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13501 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13511 CPPFLAGS
=$ac_save_CPPFLAGS
13512 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13513 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13516 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13517 case "x$with_mpg123" in
13518 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13520 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13521 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13524 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}
13526 if test "$ac_cv_header_AL_al_h" = "yes"
13528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13529 $as_echo_n "checking for -lopenal... " >&6; }
13530 if ${ac_cv_lib_soname_openal+:} false
; then :
13531 $as_echo_n "(cached) " >&6
13533 ac_check_soname_save_LIBS
=$LIBS
13534 LIBS
="-lopenal $LIBS"
13535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13536 /* end confdefs.h. */
13538 /* Override any GCC internal prototype to avoid an error.
13539 Use char because int might match the return type of a GCC
13540 builtin and then its argument prototype would still apply. */
13544 char alGetSource3i ();
13548 return alGetSource3i ();
13553 if ac_fn_c_try_link
"$LINENO"; then :
13555 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13556 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'` ;;
13557 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13558 if ${ac_cv_lib_soname_openal:+false} :; then :
13559 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13563 rm -f core conftest.err conftest.
$ac_objext \
13564 conftest
$ac_exeext conftest.
$ac_ext
13565 LIBS
=$ac_check_soname_save_LIBS
13567 if ${ac_cv_lib_soname_openal:+false} :; then :
13568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13569 $as_echo "not found" >&6; }
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13573 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13575 cat >>confdefs.h
<<_ACEOF
13576 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13579 OPENAL_LIBS
="-lopenal"
13581 ac_cv_lib_openal
=yes
13583 cat >>confdefs.h
<<_ACEOF
13584 #define HAVE_OPENAL 1
13589 if test "x$ac_cv_lib_openal" != xyes
; then :
13590 case "x$with_openal" in
13591 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
13593 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
13594 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13597 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13599 if test "$ac_cv_header_kstat_h" = "yes"
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13602 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13603 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13604 $as_echo_n "(cached) " >&6
13606 ac_check_lib_save_LIBS
=$LIBS
13607 LIBS
="-lkstat $LIBS"
13608 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13609 /* end confdefs.h. */
13611 /* Override any GCC internal prototype to avoid an error.
13612 Use char because int might match the return type of a GCC
13613 builtin and then its argument prototype would still apply. */
13617 char kstat_open ();
13621 return kstat_open ();
13626 if ac_fn_c_try_link
"$LINENO"; then :
13627 ac_cv_lib_kstat_kstat_open
=yes
13629 ac_cv_lib_kstat_kstat_open
=no
13631 rm -f core conftest.err conftest.
$ac_objext \
13632 conftest
$ac_exeext conftest.
$ac_ext
13633 LIBS
=$ac_check_lib_save_LIBS
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13636 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13637 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13639 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13641 KSTAT_LIBS
="-lkstat"
13647 if test "$ac_cv_header_libprocstat_h" = "yes"
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13650 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13651 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13652 $as_echo_n "(cached) " >&6
13654 ac_check_lib_save_LIBS
=$LIBS
13655 LIBS
="-lprocstat $LIBS"
13656 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13657 /* end confdefs.h. */
13659 /* Override any GCC internal prototype to avoid an error.
13660 Use char because int might match the return type of a GCC
13661 builtin and then its argument prototype would still apply. */
13665 char procstat_open_sysctl ();
13669 return procstat_open_sysctl ();
13674 if ac_fn_c_try_link
"$LINENO"; then :
13675 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13677 ac_cv_lib_procstat_procstat_open_sysctl
=no
13679 rm -f core conftest.err conftest.
$ac_objext \
13680 conftest
$ac_exeext conftest.
$ac_ext
13681 LIBS
=$ac_check_lib_save_LIBS
13683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13684 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13685 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13687 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13689 PROCSTAT_LIBS
="-lprocstat"
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13696 $as_echo_n "checking for -lodbc... " >&6; }
13697 if ${ac_cv_lib_soname_odbc+:} false
; then :
13698 $as_echo_n "(cached) " >&6
13700 ac_check_soname_save_LIBS
=$LIBS
13701 LIBS
="-lodbc $LIBS"
13702 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13703 /* end confdefs.h. */
13705 /* Override any GCC internal prototype to avoid an error.
13706 Use char because int might match the return type of a GCC
13707 builtin and then its argument prototype would still apply. */
13711 char SQLConnect ();
13715 return SQLConnect ();
13720 if ac_fn_c_try_link
"$LINENO"; then :
13722 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13723 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'` ;;
13724 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13725 if ${ac_cv_lib_soname_odbc:+false} :; then :
13726 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13730 rm -f core conftest.err conftest.
$ac_objext \
13731 conftest
$ac_exeext conftest.
$ac_ext
13732 LIBS
=$ac_check_soname_save_LIBS
13734 if ${ac_cv_lib_soname_odbc:+false} :; then :
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13736 $as_echo "not found" >&6; }
13737 cat >>confdefs.h
<<_ACEOF
13738 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13743 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13745 cat >>confdefs.h
<<_ACEOF
13746 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13752 if test "x$with_netapi" != "xno"
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13755 $as_echo_n "checking for -lnetapi... " >&6; }
13756 if ${ac_cv_lib_soname_netapi+:} false
; then :
13757 $as_echo_n "(cached) " >&6
13759 ac_check_soname_save_LIBS
=$LIBS
13760 LIBS
="-lnetapi $LIBS"
13761 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13762 /* end confdefs.h. */
13764 /* Override any GCC internal prototype to avoid an error.
13765 Use char because int might match the return type of a GCC
13766 builtin and then its argument prototype would still apply. */
13770 char libnetapi_init ();
13774 return libnetapi_init ();
13779 if ac_fn_c_try_link
"$LINENO"; then :
13781 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13782 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'` ;;
13783 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13784 if ${ac_cv_lib_soname_netapi:+false} :; then :
13785 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13789 rm -f core conftest.err conftest.
$ac_objext \
13790 conftest
$ac_exeext conftest.
$ac_ext
13791 LIBS
=$ac_check_soname_save_LIBS
13793 if ${ac_cv_lib_soname_netapi:+false} :; then :
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13795 $as_echo "not found" >&6; }
13796 cat >>confdefs.h
<<_ACEOF
13797 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13802 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13804 cat >>confdefs.h
<<_ACEOF
13805 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13812 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13813 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13814 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13815 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13817 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13818 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13819 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13821 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13827 if test "x${GCC}" = "xyes"
13829 EXTRACFLAGS
="-Wall -pipe"
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13832 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13833 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13834 $as_echo_n "(cached) " >&6
13836 if test "$cross_compiling" = yes; then :
13837 ac_cv_c_gcc_strength_bug
="no"
13839 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13840 /* end confdefs.h. */
13841 int L[4] = {0,1,2,3};
13845 static int Array[3];
13846 unsigned int B = 3;
13848 for(i=0; i<B; i++) Array[i] = i - 3;
13849 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13851 return (Array[1] != -2 || L[2] != 3)
13856 if ac_fn_c_try_run
"$LINENO"; then :
13857 ac_cv_c_gcc_strength_bug
="no"
13859 ac_cv_c_gcc_strength_bug
="yes"
13861 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13862 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13867 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13868 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13870 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13874 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13875 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13876 $as_echo_n "(cached) " >&6
13878 ac_wine_try_cflags_saved
=$CFLAGS
13879 CFLAGS
="$CFLAGS -fno-builtin"
13880 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13881 /* end confdefs.h. */
13882 int main(int argc, char **argv) { return 0; }
13884 if ac_fn_c_try_link
"$LINENO"; then :
13885 ac_cv_cflags__fno_builtin
=yes
13887 ac_cv_cflags__fno_builtin
=no
13889 rm -f core conftest.err conftest.
$ac_objext \
13890 conftest
$ac_exeext conftest.
$ac_ext
13891 CFLAGS
=$ac_wine_try_cflags_saved
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13894 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13895 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
13896 BUILTINFLAG
="-fno-builtin"
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13900 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13901 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13902 $as_echo_n "(cached) " >&6
13904 ac_wine_try_cflags_saved
=$CFLAGS
13905 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13906 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13907 /* end confdefs.h. */
13908 int main(int argc, char **argv) { return 0; }
13910 if ac_fn_c_try_link
"$LINENO"; then :
13911 ac_cv_cflags__fno_strict_aliasing
=yes
13913 ac_cv_cflags__fno_strict_aliasing
=no
13915 rm -f core conftest.err conftest.
$ac_objext \
13916 conftest
$ac_exeext conftest.
$ac_ext
13917 CFLAGS
=$ac_wine_try_cflags_saved
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13920 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13921 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
13922 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13924 saved_CFLAGS
=$CFLAGS
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13926 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13927 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13928 $as_echo_n "(cached) " >&6
13930 ac_wine_try_cflags_saved
=$CFLAGS
13931 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13932 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13933 /* end confdefs.h. */
13934 int main(int argc, char **argv) { return 0; }
13936 if ac_fn_c_try_link
"$LINENO"; then :
13937 ac_cv_cflags__Werror_unknown_warning_option
=yes
13939 ac_cv_cflags__Werror_unknown_warning_option
=no
13941 rm -f core conftest.err conftest.
$ac_objext \
13942 conftest
$ac_exeext conftest.
$ac_ext
13943 CFLAGS
=$ac_wine_try_cflags_saved
13945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
13946 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
13947 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
13948 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
13951 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
13952 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
13953 $as_echo_n "(cached) " >&6
13955 ac_wine_try_cflags_saved
=$CFLAGS
13956 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
13957 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13958 /* end confdefs.h. */
13959 int main(int argc, char **argv) { return 0; }
13961 if ac_fn_c_try_link
"$LINENO"; then :
13962 ac_cv_cflags__Wdeclaration_after_statement
=yes
13964 ac_cv_cflags__Wdeclaration_after_statement
=no
13966 rm -f core conftest.err conftest.
$ac_objext \
13967 conftest
$ac_exeext conftest.
$ac_ext
13968 CFLAGS
=$ac_wine_try_cflags_saved
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
13971 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
13972 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
13973 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
13975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
13976 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
13977 if ${ac_cv_cflags__Wempty_body+:} false
; then :
13978 $as_echo_n "(cached) " >&6
13980 ac_wine_try_cflags_saved
=$CFLAGS
13981 CFLAGS
="$CFLAGS -Wempty-body"
13982 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13983 /* end confdefs.h. */
13984 int main(int argc, char **argv) { return 0; }
13986 if ac_fn_c_try_link
"$LINENO"; then :
13987 ac_cv_cflags__Wempty_body
=yes
13989 ac_cv_cflags__Wempty_body
=no
13991 rm -f core conftest.err conftest.
$ac_objext \
13992 conftest
$ac_exeext conftest.
$ac_ext
13993 CFLAGS
=$ac_wine_try_cflags_saved
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
13996 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
13997 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
13998 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
14001 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14002 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14003 $as_echo_n "(cached) " >&6
14005 ac_wine_try_cflags_saved
=$CFLAGS
14006 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14007 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14008 /* end confdefs.h. */
14009 int main(int argc, char **argv) { return 0; }
14011 if ac_fn_c_try_link
"$LINENO"; then :
14012 ac_cv_cflags__Wignored_qualifiers
=yes
14014 ac_cv_cflags__Wignored_qualifiers
=no
14016 rm -f core conftest.err conftest.
$ac_objext \
14017 conftest
$ac_exeext conftest.
$ac_ext
14018 CFLAGS
=$ac_wine_try_cflags_saved
14020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14021 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14022 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14023 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14026 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14027 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14028 $as_echo_n "(cached) " >&6
14030 ac_wine_try_cflags_saved
=$CFLAGS
14031 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14032 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14033 /* end confdefs.h. */
14034 int main(int argc, char **argv) { return 0; }
14036 if ac_fn_c_try_link
"$LINENO"; then :
14037 ac_cv_cflags__Wstrict_prototypes
=yes
14039 ac_cv_cflags__Wstrict_prototypes
=no
14041 rm -f core conftest.err conftest.
$ac_objext \
14042 conftest
$ac_exeext conftest.
$ac_ext
14043 CFLAGS
=$ac_wine_try_cflags_saved
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14046 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14047 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14048 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14051 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14052 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14053 $as_echo_n "(cached) " >&6
14055 ac_wine_try_cflags_saved
=$CFLAGS
14056 CFLAGS
="$CFLAGS -Wtype-limits"
14057 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14058 /* end confdefs.h. */
14059 int main(int argc, char **argv) { return 0; }
14061 if ac_fn_c_try_link
"$LINENO"; then :
14062 ac_cv_cflags__Wtype_limits
=yes
14064 ac_cv_cflags__Wtype_limits
=no
14066 rm -f core conftest.err conftest.
$ac_objext \
14067 conftest
$ac_exeext conftest.
$ac_ext
14068 CFLAGS
=$ac_wine_try_cflags_saved
14070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14071 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14072 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14073 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14076 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14077 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14078 $as_echo_n "(cached) " >&6
14080 ac_wine_try_cflags_saved
=$CFLAGS
14081 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14083 /* end confdefs.h. */
14084 int main(int argc, char **argv) { return 0; }
14086 if ac_fn_c_try_link
"$LINENO"; then :
14087 ac_cv_cflags__Wunused_but_set_parameter
=yes
14089 ac_cv_cflags__Wunused_but_set_parameter
=no
14091 rm -f core conftest.err conftest.
$ac_objext \
14092 conftest
$ac_exeext conftest.
$ac_ext
14093 CFLAGS
=$ac_wine_try_cflags_saved
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14096 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14097 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14098 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14101 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14102 if ${ac_cv_cflags__Wvla+:} false
; then :
14103 $as_echo_n "(cached) " >&6
14105 ac_wine_try_cflags_saved
=$CFLAGS
14106 CFLAGS
="$CFLAGS -Wvla"
14107 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14108 /* end confdefs.h. */
14109 int main(int argc, char **argv) { return 0; }
14111 if ac_fn_c_try_link
"$LINENO"; then :
14112 ac_cv_cflags__Wvla
=yes
14114 ac_cv_cflags__Wvla
=no
14116 rm -f core conftest.err conftest.
$ac_objext \
14117 conftest
$ac_exeext conftest.
$ac_ext
14118 CFLAGS
=$ac_wine_try_cflags_saved
14120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14121 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14122 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14123 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14126 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14127 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14128 $as_echo_n "(cached) " >&6
14130 ac_wine_try_cflags_saved
=$CFLAGS
14131 CFLAGS
="$CFLAGS -Wwrite-strings"
14132 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14133 /* end confdefs.h. */
14134 int main(int argc, char **argv) { return 0; }
14136 if ac_fn_c_try_link
"$LINENO"; then :
14137 ac_cv_cflags__Wwrite_strings
=yes
14139 ac_cv_cflags__Wwrite_strings
=no
14141 rm -f core conftest.err conftest.
$ac_objext \
14142 conftest
$ac_exeext conftest.
$ac_ext
14143 CFLAGS
=$ac_wine_try_cflags_saved
14145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14146 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14147 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14148 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14152 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14153 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14154 $as_echo_n "(cached) " >&6
14156 ac_wine_try_cflags_saved
=$CFLAGS
14157 CFLAGS
="$CFLAGS -Wpointer-arith"
14158 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14159 /* end confdefs.h. */
14160 int main(int argc, char **argv) { return 0; }
14162 if ac_fn_c_try_link
"$LINENO"; then :
14163 ac_cv_cflags__Wpointer_arith
=yes
14165 ac_cv_cflags__Wpointer_arith
=no
14167 rm -f core conftest.err conftest.
$ac_objext \
14168 conftest
$ac_exeext conftest.
$ac_ext
14169 CFLAGS
=$ac_wine_try_cflags_saved
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14172 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14173 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14174 saved_string_h_CFLAGS
=$CFLAGS
14175 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14177 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14178 if ${ac_cv_c_string_h_warnings+:} false
; then :
14179 $as_echo_n "(cached) " >&6
14181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14182 /* end confdefs.h. */
14183 #include <string.h>
14192 if ac_fn_c_try_compile
"$LINENO"; then :
14193 ac_cv_c_string_h_warnings
=no
14195 ac_cv_c_string_h_warnings
=yes
14197 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14200 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14201 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14202 CFLAGS
=$saved_string_h_CFLAGS
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14206 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14207 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14208 $as_echo_n "(cached) " >&6
14210 ac_wine_try_cflags_saved
=$CFLAGS
14211 CFLAGS
="$CFLAGS -Wlogical-op"
14212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14213 /* end confdefs.h. */
14214 int main(int argc, char **argv) { return 0; }
14216 if ac_fn_c_try_link
"$LINENO"; then :
14217 ac_cv_cflags__Wlogical_op
=yes
14219 ac_cv_cflags__Wlogical_op
=no
14221 rm -f core conftest.err conftest.
$ac_objext \
14222 conftest
$ac_exeext conftest.
$ac_ext
14223 CFLAGS
=$ac_wine_try_cflags_saved
14225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14226 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14227 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14228 saved_string_h_CFLAGS
=$CFLAGS
14229 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14231 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14232 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14233 $as_echo_n "(cached) " >&6
14235 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14236 /* end confdefs.h. */
14237 #include <string.h>
14238 char*f(const char *h,char n) {return strchr(h,n);}
14247 if ac_fn_c_try_compile
"$LINENO"; then :
14248 ac_cv_c_logicalop_noisy
=no
14250 ac_cv_c_logicalop_noisy
=yes
14252 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14255 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14256 CFLAGS
=$saved_string_h_CFLAGS
14257 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14260 CFLAGS
=$saved_CFLAGS
14262 for ac_flag
in $CFLAGS; do
14264 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14265 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14266 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14267 $as_echo_n "(cached) " >&6
14269 ac_wine_try_cflags_saved
=$CFLAGS
14270 CFLAGS
="$CFLAGS -gdwarf-2"
14271 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14272 /* end confdefs.h. */
14273 int main(int argc, char **argv) { return 0; }
14275 if ac_fn_c_try_link
"$LINENO"; then :
14276 ac_cv_cflags__gdwarf_2
=yes
14278 ac_cv_cflags__gdwarf_2
=no
14280 rm -f core conftest.err conftest.
$ac_objext \
14281 conftest
$ac_exeext conftest.
$ac_ext
14282 CFLAGS
=$ac_wine_try_cflags_saved
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14285 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14286 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14287 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14290 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14291 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14292 $as_echo_n "(cached) " >&6
14294 ac_wine_try_cflags_saved
=$CFLAGS
14295 CFLAGS
="$CFLAGS -gstrict-dwarf"
14296 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14297 /* end confdefs.h. */
14298 int main(int argc, char **argv) { return 0; }
14300 if ac_fn_c_try_link
"$LINENO"; then :
14301 ac_cv_cflags__gstrict_dwarf
=yes
14303 ac_cv_cflags__gstrict_dwarf
=no
14305 rm -f core conftest.err conftest.
$ac_objext \
14306 conftest
$ac_exeext conftest.
$ac_ext
14307 CFLAGS
=$ac_wine_try_cflags_saved
14309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14310 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14311 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14312 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14318 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14319 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14320 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14321 $as_echo_n "(cached) " >&6
14323 ac_wine_try_cflags_saved
=$CFLAGS
14324 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14325 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14326 /* end confdefs.h. */
14327 int main(int argc, char **argv) { return 0; }
14329 if ac_fn_c_try_link
"$LINENO"; then :
14330 ac_cv_cflags__fno_omit_frame_pointer
=yes
14332 ac_cv_cflags__fno_omit_frame_pointer
=no
14334 rm -f core conftest.err conftest.
$ac_objext \
14335 conftest
$ac_exeext conftest.
$ac_ext
14336 CFLAGS
=$ac_wine_try_cflags_saved
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14339 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14340 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14341 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14346 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14347 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14348 if ${ac_cv_cflags__Wno_format+:} false
; then :
14349 $as_echo_n "(cached) " >&6
14351 ac_wine_try_cflags_saved
=$CFLAGS
14352 CFLAGS
="$CFLAGS -Wno-format"
14353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14354 /* end confdefs.h. */
14355 int main(int argc, char **argv) { return 0; }
14357 if ac_fn_c_try_link
"$LINENO"; then :
14358 ac_cv_cflags__Wno_format
=yes
14360 ac_cv_cflags__Wno_format
=no
14362 rm -f core conftest.err conftest.
$ac_objext \
14363 conftest
$ac_exeext conftest.
$ac_ext
14364 CFLAGS
=$ac_wine_try_cflags_saved
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14367 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14368 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14369 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14373 if test "x$enable_maintainer_mode" = "xyes"
14375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14376 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14377 if ${ac_cv_cflags__Werror+:} false
; then :
14378 $as_echo_n "(cached) " >&6
14380 ac_wine_try_cflags_saved
=$CFLAGS
14381 CFLAGS
="$CFLAGS -Werror"
14382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14383 /* end confdefs.h. */
14384 int main(int argc, char **argv) { return 0; }
14386 if ac_fn_c_try_link
"$LINENO"; then :
14387 ac_cv_cflags__Werror
=yes
14389 ac_cv_cflags__Werror
=no
14391 rm -f core conftest.err conftest.
$ac_objext \
14392 conftest
$ac_exeext conftest.
$ac_ext
14393 CFLAGS
=$ac_wine_try_cflags_saved
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14396 $as_echo "$ac_cv_cflags__Werror" >&6; }
14397 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14398 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14402 saved_CFLAGS
="$CFLAGS"
14403 CFLAGS
="$CFLAGS -Werror"
14404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14405 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14406 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14407 $as_echo_n "(cached) " >&6
14409 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14410 /* end confdefs.h. */
14411 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14420 if ac_fn_c_try_compile
"$LINENO"; then :
14421 ac_cv_have_ms_hook_prologue
="yes"
14423 ac_cv_have_ms_hook_prologue
="no"
14425 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14428 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14429 CFLAGS
="$saved_CFLAGS"
14430 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14433 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14436 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14443 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14444 if ${ac_cv_c_fortify_enabled+:} false
; then :
14445 $as_echo_n "(cached) " >&6
14447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14448 /* end confdefs.h. */
14449 #include <string.h>
14453 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14454 #error Fortify enabled
14460 if ac_fn_c_try_compile
"$LINENO"; then :
14461 ac_cv_c_fortify_enabled
=no
14463 ac_cv_c_fortify_enabled
=yes
14465 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14468 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14469 if test "$ac_cv_c_fortify_enabled" = yes
14471 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14476 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14477 if ${ac_cv_c_extern_prefix+:} false
; then :
14478 $as_echo_n "(cached) " >&6
14480 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14481 /* end confdefs.h. */
14482 extern int ac_test;
14486 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14491 if ac_fn_c_try_link
"$LINENO"; then :
14492 ac_cv_c_extern_prefix
="yes"
14494 ac_cv_c_extern_prefix
="no"
14496 rm -f core conftest.err conftest.
$ac_objext \
14497 conftest
$ac_exeext conftest.
$ac_ext
14499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14500 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14505 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14506 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14507 $as_echo_n "(cached) " >&6
14509 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14510 /* end confdefs.h. */
14512 #define __stdcall __attribute__((__stdcall__))
14514 int __stdcall ac_test(int i) { return i; }
14518 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14523 if ac_fn_c_try_link
"$LINENO"; then :
14524 ac_cv_c_stdcall_suffix
="yes"
14526 ac_cv_c_stdcall_suffix
="no"
14528 rm -f core conftest.err conftest.
$ac_objext \
14529 conftest
$ac_exeext conftest.
$ac_ext
14531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14532 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14533 *) ac_cv_c_stdcall_suffix
="no" ;;
14537 if test "$ac_cv_c_extern_prefix" = "yes"
14539 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14541 asm_name_prefix
="_"
14543 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14549 if test "$ac_cv_c_stdcall_suffix" = "yes"
14551 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14554 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14560 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14561 if ${ac_cv_asm_func_def+:} false
; then :
14562 $as_echo_n "(cached) " >&6
14564 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14565 /* end confdefs.h. */
14570 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14575 if ac_fn_c_try_link
"$LINENO"; then :
14576 ac_cv_asm_func_def
=".def"
14578 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14579 /* end confdefs.h. */
14584 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14589 if ac_fn_c_try_link
"$LINENO"; then :
14590 ac_cv_asm_func_def
=".type @function"
14592 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14593 /* end confdefs.h. */
14598 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14603 if ac_fn_c_try_link
"$LINENO"; then :
14604 ac_cv_asm_func_def
=".type 2"
14606 ac_cv_asm_func_def
="unknown"
14608 rm -f core conftest.err conftest.
$ac_objext \
14609 conftest
$ac_exeext conftest.
$ac_ext
14611 rm -f core conftest.err conftest.
$ac_objext \
14612 conftest
$ac_exeext conftest.
$ac_ext
14614 rm -f core conftest.err conftest.
$ac_objext \
14615 conftest
$ac_exeext conftest.
$ac_ext
14617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14618 $as_echo "$ac_cv_asm_func_def" >&6; }
14621 case "$ac_cv_asm_func_def" in
14623 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14625 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14627 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14629 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14631 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14633 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14635 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14637 asm_func_header
="" ;;
14640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14641 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14642 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14643 $as_echo_n "(cached) " >&6
14645 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14646 /* end confdefs.h. */
14647 asm(".text\n\t.long 0");
14656 if ac_fn_c_try_compile
"$LINENO"; then :
14657 ac_cv_c_asm_outside_funcs
="yes"
14659 ac_cv_c_asm_outside_funcs
="no"
14661 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14664 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14667 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14668 if ${ac_cv_c_dot_previous+:} false
; then :
14669 $as_echo_n "(cached) " >&6
14671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14672 /* end confdefs.h. */
14677 asm(".text\nac_test:\t.long 0\n\t.previous");
14682 if ac_fn_c_try_link
"$LINENO"; then :
14683 ac_cv_c_dot_previous
="yes"
14685 ac_cv_c_dot_previous
="no"
14687 rm -f core conftest.err conftest.
$ac_objext \
14688 conftest
$ac_exeext conftest.
$ac_ext
14690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14691 $as_echo "$ac_cv_c_dot_previous" >&6; }
14693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14694 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14695 if ${ac_cv_c_cfi_support+:} false
; then :
14696 $as_echo_n "(cached) " >&6
14698 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14699 /* end confdefs.h. */
14700 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14709 if ac_fn_c_try_compile
"$LINENO"; then :
14710 ac_cv_c_cfi_support
="yes"
14712 ac_cv_c_cfi_support
="no"
14714 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14717 $as_echo "$ac_cv_c_cfi_support" >&6; }
14719 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14720 asm_func_trailer
=""
14721 if test "$ac_cv_c_dot_previous" = "yes"
14723 asm_func_trailer
="\\n\\t.previous"
14725 if test "$ac_cv_c_cfi_support" = "yes"
14727 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14728 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14730 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14732 UNWINDFLAGS
=-fasynchronous-unwind-tables
14735 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14737 if test "x$enable_win64" = "xyes"
14739 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14743 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14746 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14748 cat >>confdefs.h
<<_ACEOF
14749 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14753 cat >>confdefs.h
<<_ACEOF
14754 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14759 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14762 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14767 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14774 *i
[3456789]86*|x86_64
*)
14775 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14776 loader_programs
="$loader_programs $wine_binary-preloader"
14777 as_fn_append LOADER_RULES
"
14778 $wine_binary-preloader: preloader.o
14779 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14781 install install-lib:: $wine_binary-preloader
14782 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14785 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14787 preloader_EXTRADEFS = $BUILTINFLAG
14792 as_fn_append LOADER_RULES
"
14793 PROGRAMS = $loader_programs
14797 ac_save_CFLAGS
="$CFLAGS"
14798 CFLAGS
="$CFLAGS $BUILTINFLAG"
14877 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14878 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14879 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14880 cat >>confdefs.h
<<_ACEOF
14881 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14887 CFLAGS
="$ac_save_CFLAGS"
14889 if test "$ac_cv_func_dlopen" = no
14891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14892 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14893 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14894 $as_echo_n "(cached) " >&6
14896 ac_check_lib_save_LIBS
=$LIBS
14898 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14899 /* end confdefs.h. */
14901 /* Override any GCC internal prototype to avoid an error.
14902 Use char because int might match the return type of a GCC
14903 builtin and then its argument prototype would still apply. */
14916 if ac_fn_c_try_link
"$LINENO"; then :
14917 ac_cv_lib_dl_dlopen
=yes
14919 ac_cv_lib_dl_dlopen
=no
14921 rm -f core conftest.err conftest.
$ac_objext \
14922 conftest
$ac_exeext conftest.
$ac_ext
14923 LIBS
=$ac_check_lib_save_LIBS
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14926 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14927 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14928 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14934 ac_wine_check_funcs_save_LIBS
="$LIBS"
14935 LIBS
="$LIBS $DL_LIBS"
14936 for ac_func
in dladdr
14938 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
14939 if test "x$ac_cv_func_dladdr" = xyes
; then :
14940 cat >>confdefs.h
<<_ACEOF
14941 #define HAVE_DLADDR 1
14947 LIBS
="$ac_wine_check_funcs_save_LIBS"
14949 if test "$ac_cv_func_poll" = no
14951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
14952 $as_echo_n "checking for poll in -lpoll... " >&6; }
14953 if ${ac_cv_lib_poll_poll+:} false
; then :
14954 $as_echo_n "(cached) " >&6
14956 ac_check_lib_save_LIBS
=$LIBS
14957 LIBS
="-lpoll $LIBS"
14958 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14959 /* end confdefs.h. */
14961 /* Override any GCC internal prototype to avoid an error.
14962 Use char because int might match the return type of a GCC
14963 builtin and then its argument prototype would still apply. */
14976 if ac_fn_c_try_link
"$LINENO"; then :
14977 ac_cv_lib_poll_poll
=yes
14979 ac_cv_lib_poll_poll
=no
14981 rm -f core conftest.err conftest.
$ac_objext \
14982 conftest
$ac_exeext conftest.
$ac_ext
14983 LIBS
=$ac_check_lib_save_LIBS
14985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
14986 $as_echo "$ac_cv_lib_poll_poll" >&6; }
14987 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
14988 $as_echo "#define HAVE_POLL 1" >>confdefs.h
14995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
14996 $as_echo_n "checking for library containing gethostbyname... " >&6; }
14997 if ${ac_cv_search_gethostbyname+:} false
; then :
14998 $as_echo_n "(cached) " >&6
15000 ac_func_search_save_LIBS
=$LIBS
15001 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15002 /* end confdefs.h. */
15004 /* Override any GCC internal prototype to avoid an error.
15005 Use char because int might match the return type of a GCC
15006 builtin and then its argument prototype would still apply. */
15010 char gethostbyname ();
15014 return gethostbyname ();
15019 for ac_lib
in '' nsl
; do
15020 if test -z "$ac_lib"; then
15021 ac_res
="none required"
15024 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15026 if ac_fn_c_try_link
"$LINENO"; then :
15027 ac_cv_search_gethostbyname
=$ac_res
15029 rm -f core conftest.err conftest.
$ac_objext \
15031 if ${ac_cv_search_gethostbyname+:} false
; then :
15035 if ${ac_cv_search_gethostbyname+:} false
; then :
15038 ac_cv_search_gethostbyname
=no
15040 rm conftest.
$ac_ext
15041 LIBS
=$ac_func_search_save_LIBS
15043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15044 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15045 ac_res
=$ac_cv_search_gethostbyname
15046 if test "$ac_res" != no
; then :
15047 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15053 $as_echo_n "checking for library containing connect... " >&6; }
15054 if ${ac_cv_search_connect+:} false
; then :
15055 $as_echo_n "(cached) " >&6
15057 ac_func_search_save_LIBS
=$LIBS
15058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15059 /* end confdefs.h. */
15061 /* Override any GCC internal prototype to avoid an error.
15062 Use char because int might match the return type of a GCC
15063 builtin and then its argument prototype would still apply. */
15076 for ac_lib
in '' socket
; do
15077 if test -z "$ac_lib"; then
15078 ac_res
="none required"
15081 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15083 if ac_fn_c_try_link
"$LINENO"; then :
15084 ac_cv_search_connect
=$ac_res
15086 rm -f core conftest.err conftest.
$ac_objext \
15088 if ${ac_cv_search_connect+:} false
; then :
15092 if ${ac_cv_search_connect+:} false
; then :
15095 ac_cv_search_connect
=no
15097 rm conftest.
$ac_ext
15098 LIBS
=$ac_func_search_save_LIBS
15100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15101 $as_echo "$ac_cv_search_connect" >&6; }
15102 ac_res
=$ac_cv_search_connect
15103 if test "$ac_res" != no
; then :
15104 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15110 $as_echo_n "checking for library containing inet_aton... " >&6; }
15111 if ${ac_cv_search_inet_aton+:} false
; then :
15112 $as_echo_n "(cached) " >&6
15114 ac_func_search_save_LIBS
=$LIBS
15115 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15116 /* end confdefs.h. */
15118 /* Override any GCC internal prototype to avoid an error.
15119 Use char because int might match the return type of a GCC
15120 builtin and then its argument prototype would still apply. */
15128 return inet_aton ();
15133 for ac_lib
in '' resolv
; do
15134 if test -z "$ac_lib"; then
15135 ac_res
="none required"
15138 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15140 if ac_fn_c_try_link
"$LINENO"; then :
15141 ac_cv_search_inet_aton
=$ac_res
15143 rm -f core conftest.err conftest.
$ac_objext \
15145 if ${ac_cv_search_inet_aton+:} false
; then :
15149 if ${ac_cv_search_inet_aton+:} false
; then :
15152 ac_cv_search_inet_aton
=no
15154 rm conftest.
$ac_ext
15155 LIBS
=$ac_func_search_save_LIBS
15157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15158 $as_echo "$ac_cv_search_inet_aton" >&6; }
15159 ac_res
=$ac_cv_search_inet_aton
15160 if test "$ac_res" != no
; then :
15161 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15181 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15182 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15183 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15184 cat >>confdefs.h
<<_ACEOF
15185 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15194 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15195 if ${ac_cv_search_clock_gettime+:} false
; then :
15196 $as_echo_n "(cached) " >&6
15198 ac_func_search_save_LIBS
=$LIBS
15199 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15200 /* end confdefs.h. */
15202 /* Override any GCC internal prototype to avoid an error.
15203 Use char because int might match the return type of a GCC
15204 builtin and then its argument prototype would still apply. */
15208 char clock_gettime ();
15212 return clock_gettime ();
15217 for ac_lib
in '' rt
; do
15218 if test -z "$ac_lib"; then
15219 ac_res
="none required"
15222 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15224 if ac_fn_c_try_link
"$LINENO"; then :
15225 ac_cv_search_clock_gettime
=$ac_res
15227 rm -f core conftest.err conftest.
$ac_objext \
15229 if ${ac_cv_search_clock_gettime+:} false
; then :
15233 if ${ac_cv_search_clock_gettime+:} false
; then :
15236 ac_cv_search_clock_gettime
=no
15238 rm conftest.
$ac_ext
15239 LIBS
=$ac_func_search_save_LIBS
15241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15242 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15243 ac_res
=$ac_cv_search_clock_gettime
15244 if test "$ac_res" != no
; then :
15245 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15247 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15249 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15257 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15259 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15261 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15263 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15264 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15265 $as_echo_n "(cached) " >&6
15267 ac_check_lib_save_LIBS
=$LIBS
15268 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15270 /* end confdefs.h. */
15272 /* Override any GCC internal prototype to avoid an error.
15273 Use char because int might match the return type of a GCC
15274 builtin and then its argument prototype would still apply. */
15278 char ldap_initialize ();
15282 return ldap_initialize ();
15287 if ac_fn_c_try_link
"$LINENO"; then :
15288 ac_cv_lib_ldap_r_ldap_initialize
=yes
15290 ac_cv_lib_ldap_r_ldap_initialize
=no
15292 rm -f core conftest.err conftest.
$ac_objext \
15293 conftest
$ac_exeext conftest.
$ac_ext
15294 LIBS
=$ac_check_lib_save_LIBS
15296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15297 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15298 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15300 $as_echo_n "checking for ber_init in -llber... " >&6; }
15301 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15302 $as_echo_n "(cached) " >&6
15304 ac_check_lib_save_LIBS
=$LIBS
15305 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15306 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15307 /* end confdefs.h. */
15309 /* Override any GCC internal prototype to avoid an error.
15310 Use char because int might match the return type of a GCC
15311 builtin and then its argument prototype would still apply. */
15319 return ber_init ();
15324 if ac_fn_c_try_link
"$LINENO"; then :
15325 ac_cv_lib_lber_ber_init
=yes
15327 ac_cv_lib_lber_ber_init
=no
15329 rm -f core conftest.err conftest.
$ac_objext \
15330 conftest
$ac_exeext conftest.
$ac_ext
15331 LIBS
=$ac_check_lib_save_LIBS
15333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15334 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15335 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15337 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15339 LDAP_LIBS
="-lldap_r -llber"
15346 ac_wine_check_funcs_save_LIBS
="$LIBS"
15347 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15349 ldap_count_references \
15350 ldap_first_reference \
15351 ldap_next_reference \
15352 ldap_parse_reference \
15353 ldap_parse_sort_control \
15354 ldap_parse_sortresponse_control \
15355 ldap_parse_vlv_control \
15356 ldap_parse_vlvresponse_control
15358 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15359 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15360 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15361 cat >>confdefs.h
<<_ACEOF
15362 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15368 LIBS
="$ac_wine_check_funcs_save_LIBS"
15370 if test "x$LDAP_LIBS" = "x"; then :
15371 case "x$with_ldap" in
15372 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15374 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15375 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15380 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15381 if ${wine_cv_one_arg_mkdir+:} false
; then :
15382 $as_echo_n "(cached) " >&6
15384 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15385 /* end confdefs.h. */
15386 #include <sys/stat.h>
15395 if ac_fn_c_try_compile
"$LINENO"; then :
15396 wine_cv_one_arg_mkdir
=yes
15398 wine_cv_one_arg_mkdir
=no
15400 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15403 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15404 if test "$wine_cv_one_arg_mkdir" = "yes"
15407 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15412 $as_echo_n "checking for sched_setaffinity... " >&6; }
15413 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15414 $as_echo_n "(cached) " >&6
15416 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15417 /* end confdefs.h. */
15418 #define _GNU_SOURCE
15423 sched_setaffinity(0, 0, 0);
15428 if ac_fn_c_try_link
"$LINENO"; then :
15429 wine_cv_have_sched_setaffinity
=yes
15431 wine_cv_have_sched_setaffinity
=no
15433 rm -f core conftest.err conftest.
$ac_objext \
15434 conftest
$ac_exeext conftest.
$ac_ext
15436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15437 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15438 if test "$wine_cv_have_sched_setaffinity" = "yes"
15441 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15446 $as_echo_n "checking for fallocate... " >&6; }
15447 if ${wine_cv_have_fallocate+:} false
; then :
15448 $as_echo_n "(cached) " >&6
15450 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15451 /* end confdefs.h. */
15452 #define _GNU_SOURCE
15457 fallocate(-1, 0, 0, 0);
15462 if ac_fn_c_try_link
"$LINENO"; then :
15463 wine_cv_have_fallocate
=yes
15465 wine_cv_have_fallocate
=no
15467 rm -f core conftest.err conftest.
$ac_objext \
15468 conftest
$ac_exeext conftest.
$ac_ext
15470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15471 $as_echo "$wine_cv_have_fallocate" >&6; }
15472 if test "$wine_cv_have_fallocate" = "yes"
15475 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15481 $as_echo_n "checking for inline... " >&6; }
15482 if ${ac_cv_c_inline+:} false
; then :
15483 $as_echo_n "(cached) " >&6
15486 for ac_kw
in inline __inline__ __inline
; do
15487 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15488 /* end confdefs.h. */
15489 #ifndef __cplusplus
15491 static $ac_kw foo_t static_foo () {return 0; }
15492 $ac_kw foo_t foo () {return 0; }
15496 if ac_fn_c_try_compile
"$LINENO"; then :
15497 ac_cv_c_inline
=$ac_kw
15499 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15500 test "$ac_cv_c_inline" != no
&& break
15504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15505 $as_echo "$ac_cv_c_inline" >&6; }
15507 case $ac_cv_c_inline in
15510 case $ac_cv_c_inline in
15512 *) ac_val
=$ac_cv_c_inline;;
15514 cat >>confdefs.h
<<_ACEOF
15515 #ifndef __cplusplus
15516 #define inline $ac_val
15522 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15523 if test "x$ac_cv_type_mode_t" = xyes
; then :
15525 cat >>confdefs.h
<<_ACEOF
15526 #define HAVE_MODE_T 1
15531 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15532 if test "x$ac_cv_type_off_t" = xyes
; then :
15534 cat >>confdefs.h
<<_ACEOF
15535 #define HAVE_OFF_T 1
15540 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15541 if test "x$ac_cv_type_pid_t" = xyes
; then :
15543 cat >>confdefs.h
<<_ACEOF
15544 #define HAVE_PID_T 1
15549 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15550 if test "x$ac_cv_type_size_t" = xyes
; then :
15552 cat >>confdefs.h
<<_ACEOF
15553 #define HAVE_SIZE_T 1
15558 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15559 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15561 cat >>confdefs.h
<<_ACEOF
15562 #define HAVE_SSIZE_T 1
15567 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15568 if test "x$ac_cv_type_long_long" = xyes
; then :
15570 cat >>confdefs.h
<<_ACEOF
15571 #define HAVE_LONG_LONG 1
15576 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15577 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15579 cat >>confdefs.h
<<_ACEOF
15580 #define HAVE_FSBLKCNT_T 1
15585 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15586 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15588 cat >>confdefs.h
<<_ACEOF
15589 #define HAVE_FSFILCNT_T 1
15595 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15596 #include <signal.h>
15598 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15600 cat >>confdefs.h
<<_ACEOF
15601 #define HAVE_SIGSET_T 1
15607 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15609 if test "x$ac_cv_type_request_sense" = xyes
; then :
15611 cat >>confdefs.h
<<_ACEOF
15612 #define HAVE_REQUEST_SENSE 1
15619 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15620 #ifdef HAVE_SYS_SOCKET_H
15621 #include <sys/socket.h>
15623 #ifdef HAVE_SYS_SOCKETVAR_H
15624 #include <sys/socketvar.h>
15626 #ifdef HAVE_NET_ROUTE_H
15627 #include <net/route.h>
15629 #ifdef HAVE_NETINET_IN_H
15630 #include <netinet/in.h>
15632 #ifdef HAVE_NETINET_IN_SYSTM_H
15633 #include <netinet/in_systm.h>
15635 #ifdef HAVE_NETINET_IP_H
15636 #include <netinet/ip.h>
15638 #ifdef HAVE_NETINET_IN_PCB_H
15639 #include <netinet/in_pcb.h>
15642 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15644 cat >>confdefs.h
<<_ACEOF
15645 #define HAVE_STRUCT_XINPGEN 1
15652 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15655 #ifdef HAVE_SYS_LINK_H
15656 #include <sys/link.h>
15659 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15661 cat >>confdefs.h
<<_ACEOF
15662 #define HAVE_STRUCT_R_DEBUG 1
15667 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15670 #ifdef HAVE_SYS_LINK_H
15671 #include <sys/link.h>
15674 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15676 cat >>confdefs.h
<<_ACEOF
15677 #define HAVE_STRUCT_LINK_MAP 1
15684 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15685 #include <linux/input.h>
15688 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15690 cat >>confdefs.h
<<_ACEOF
15691 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15699 $as_echo_n "checking for sigaddset... " >&6; }
15700 if ${wine_cv_have_sigaddset+:} false
; then :
15701 $as_echo_n "(cached) " >&6
15703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15704 /* end confdefs.h. */
15705 #include <signal.h>
15709 sigset_t set; sigaddset(&set,SIGTERM);
15714 if ac_fn_c_try_link
"$LINENO"; then :
15715 wine_cv_have_sigaddset
=yes
15717 wine_cv_have_sigaddset
=no
15719 rm -f core conftest.err conftest.
$ac_objext \
15720 conftest
$ac_exeext conftest.
$ac_ext
15722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15723 $as_echo "$wine_cv_have_sigaddset" >&6; }
15724 if test "$wine_cv_have_sigaddset" = "yes"
15727 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15733 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15734 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15735 $as_echo_n "(cached) " >&6
15737 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15738 /* end confdefs.h. */
15746 struct hostent *result;
15753 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15754 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15760 if ac_fn_c_try_link
"$LINENO"; then :
15761 wine_cv_linux_gethostbyname_r_6
=yes
15763 wine_cv_linux_gethostbyname_r_6
=no
15766 rm -f core conftest.err conftest.
$ac_objext \
15767 conftest
$ac_exeext conftest.
$ac_ext
15770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15771 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15772 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15775 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15779 if test "$ac_cv_header_linux_joystick_h" = "yes"
15781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15782 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15783 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15784 $as_echo_n "(cached) " >&6
15786 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15787 /* end confdefs.h. */
15789 #include <sys/ioctl.h>
15790 #include <sys/types.h>
15791 #include <linux/joystick.h>
15793 struct js_event blub;
15794 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15795 #error "no 2.2 header"
15806 if ac_fn_c_try_compile
"$LINENO"; then :
15807 wine_cv_linux_joystick_22_api
=yes
15809 wine_cv_linux_joystick_22_api
=no
15811 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15815 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15816 if test "$wine_cv_linux_joystick_22_api" = "yes"
15819 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15825 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15826 #ifdef HAVE_SYS_PARAM_H
15827 # include <sys/param.h>
15829 #ifdef HAVE_SYS_MOUNT_H
15830 # include <sys/mount.h>
15832 #ifdef HAVE_SYS_VFS_H
15833 # include <sys/vfs.h>
15835 #ifdef HAVE_SYS_STATFS_H
15836 # include <sys/statfs.h>
15839 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15841 cat >>confdefs.h
<<_ACEOF
15842 #define HAVE_STRUCT_STATFS_F_BFREE 1
15847 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15848 #ifdef HAVE_SYS_PARAM_H
15849 # include <sys/param.h>
15851 #ifdef HAVE_SYS_MOUNT_H
15852 # include <sys/mount.h>
15854 #ifdef HAVE_SYS_VFS_H
15855 # include <sys/vfs.h>
15857 #ifdef HAVE_SYS_STATFS_H
15858 # include <sys/statfs.h>
15861 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15863 cat >>confdefs.h
<<_ACEOF
15864 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15869 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15870 #ifdef HAVE_SYS_PARAM_H
15871 # include <sys/param.h>
15873 #ifdef HAVE_SYS_MOUNT_H
15874 # include <sys/mount.h>
15876 #ifdef HAVE_SYS_VFS_H
15877 # include <sys/vfs.h>
15879 #ifdef HAVE_SYS_STATFS_H
15880 # include <sys/statfs.h>
15883 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15885 cat >>confdefs.h
<<_ACEOF
15886 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15891 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15892 #ifdef HAVE_SYS_PARAM_H
15893 # include <sys/param.h>
15895 #ifdef HAVE_SYS_MOUNT_H
15896 # include <sys/mount.h>
15898 #ifdef HAVE_SYS_VFS_H
15899 # include <sys/vfs.h>
15901 #ifdef HAVE_SYS_STATFS_H
15902 # include <sys/statfs.h>
15905 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15907 cat >>confdefs.h
<<_ACEOF
15908 #define HAVE_STRUCT_STATFS_F_FFREE 1
15913 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15914 #ifdef HAVE_SYS_PARAM_H
15915 # include <sys/param.h>
15917 #ifdef HAVE_SYS_MOUNT_H
15918 # include <sys/mount.h>
15920 #ifdef HAVE_SYS_VFS_H
15921 # include <sys/vfs.h>
15923 #ifdef HAVE_SYS_STATFS_H
15924 # include <sys/statfs.h>
15927 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15929 cat >>confdefs.h
<<_ACEOF
15930 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15935 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15936 #ifdef HAVE_SYS_PARAM_H
15937 # include <sys/param.h>
15939 #ifdef HAVE_SYS_MOUNT_H
15940 # include <sys/mount.h>
15942 #ifdef HAVE_SYS_VFS_H
15943 # include <sys/vfs.h>
15945 #ifdef HAVE_SYS_STATFS_H
15946 # include <sys/statfs.h>
15949 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
15951 cat >>confdefs.h
<<_ACEOF
15952 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
15959 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
15960 #include <sys/statvfs.h>
15963 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
15965 cat >>confdefs.h
<<_ACEOF
15966 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
15973 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
15974 #include <dirent.h>
15977 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
15979 cat >>confdefs.h
<<_ACEOF
15980 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
15987 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
15988 #ifdef HAVE_SYS_SOCKET_H
15989 # include <sys/socket.h>
15991 #ifdef HAVE_SYS_UN_H
15992 # include <sys/un.h>
15995 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
15997 cat >>confdefs.h
<<_ACEOF
15998 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16003 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16004 #ifdef HAVE_SYS_SOCKET_H
16005 # include <sys/socket.h>
16007 #ifdef HAVE_SYS_UN_H
16008 # include <sys/un.h>
16011 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16013 cat >>confdefs.h
<<_ACEOF
16014 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16019 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16020 #ifdef HAVE_SYS_SOCKET_H
16021 # include <sys/socket.h>
16023 #ifdef HAVE_SYS_UN_H
16024 # include <sys/un.h>
16027 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16029 cat >>confdefs.h
<<_ACEOF
16030 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16037 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16038 #ifdef HAVE_SCSI_SG_H
16039 #include <scsi/sg.h>
16042 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16044 cat >>confdefs.h
<<_ACEOF
16045 #define HAVE_SCSIREQ_T_CMD 1
16050 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>
16051 #ifdef HAVE_SCSI_SG_H
16052 #include <scsi/sg.h>
16055 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16057 cat >>confdefs.h
<<_ACEOF
16058 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16065 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16067 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16069 cat >>confdefs.h
<<_ACEOF
16070 #define HAVE_SIGINFO_T_SI_FD 1
16077 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16078 #ifdef HAVE_SYS_MTIO_H
16079 #include <sys/mtio.h>
16082 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16084 cat >>confdefs.h
<<_ACEOF
16085 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16090 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16091 #ifdef HAVE_SYS_MTIO_H
16092 #include <sys/mtio.h>
16095 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16097 cat >>confdefs.h
<<_ACEOF
16098 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16103 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16104 #ifdef HAVE_SYS_MTIO_H
16105 #include <sys/mtio.h>
16108 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16110 cat >>confdefs.h
<<_ACEOF
16111 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16118 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16119 #include <getopt.h>
16122 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16124 cat >>confdefs.h
<<_ACEOF
16125 #define HAVE_STRUCT_OPTION_NAME 1
16132 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16133 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16135 cat >>confdefs.h
<<_ACEOF
16136 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16141 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16142 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16144 cat >>confdefs.h
<<_ACEOF
16145 #define HAVE_STRUCT_STAT_ST_MTIM 1
16150 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16151 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16153 cat >>confdefs.h
<<_ACEOF
16154 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16159 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16160 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16162 cat >>confdefs.h
<<_ACEOF
16163 #define HAVE_STRUCT_STAT_ST_CTIM 1
16168 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16169 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16171 cat >>confdefs.h
<<_ACEOF
16172 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16177 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16178 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16180 cat >>confdefs.h
<<_ACEOF
16181 #define HAVE_STRUCT_STAT_ST_ATIM 1
16186 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16187 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16189 cat >>confdefs.h
<<_ACEOF
16190 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16195 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16196 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16198 cat >>confdefs.h
<<_ACEOF
16199 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16204 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16205 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16207 cat >>confdefs.h
<<_ACEOF
16208 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16213 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16214 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16216 cat >>confdefs.h
<<_ACEOF
16217 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16222 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16223 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16225 cat >>confdefs.h
<<_ACEOF
16226 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16231 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16232 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16234 cat >>confdefs.h
<<_ACEOF
16235 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16242 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
16243 #include <sys/types.h>
16245 #ifdef HAVE_NETINET_IN_H
16246 #include <netinet/in.h>
16249 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16251 cat >>confdefs.h
<<_ACEOF
16252 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16259 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16260 #include <resolv.h>
16263 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16265 cat >>confdefs.h
<<_ACEOF
16266 #define HAVE_STRUCT___RES_STATE 1
16273 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
16274 #include <resolv.h>
16277 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16279 cat >>confdefs.h
<<_ACEOF
16280 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16287 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16288 #include <sys/types.h>
16290 #ifdef HAVE_NETINET_IN_H
16291 # include <netinet/in.h>
16293 #ifdef HAVE_ARPA_NAMESER_H
16294 # include <arpa/nameser.h>
16297 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16299 cat >>confdefs.h
<<_ACEOF
16300 #define HAVE_NS_MSG__MSG_PTR 1
16307 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16308 #include <sys/types.h>
16310 #ifdef HAVE_NETINET_IP_H
16311 #include <netinet/ip.h>
16313 #ifdef HAVE_NETINET_IP_ICMP_H
16314 #include <netinet/ip_icmp.h>
16316 #ifdef HAVE_NETINET_ICMP_VAR_H
16317 #include <netinet/icmp_var.h>
16320 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16322 cat >>confdefs.h
<<_ACEOF
16323 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16330 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16331 #include <sys/types.h>
16333 #ifdef HAVE_ALIAS_H
16336 #ifdef HAVE_SYS_SOCKET_H
16337 #include <sys/socket.h>
16339 #ifdef HAVE_SYS_SOCKETVAR_H
16340 #include <sys/socketvar.h>
16342 #ifdef HAVE_SYS_TIMEOUT_H
16343 #include <sys/timeout.h>
16345 #ifdef HAVE_NETINET_IN_H
16346 #include <netinet/in.h>
16348 #ifdef HAVE_NETINET_IN_SYSTM_H
16349 #include <netinet/in_systm.h>
16351 #ifdef HAVE_NETINET_IP_H
16352 #include <netinet/ip.h>
16354 #ifdef HAVE_NETINET_IP_VAR_H
16355 #include <netinet/ip_var.h>
16357 #ifdef HAVE_NETINET_IP_ICMP_H
16358 #include <netinet/ip_icmp.h>
16360 #ifdef HAVE_NETINET_ICMP_VAR_H
16361 #include <netinet/icmp_var.h>
16364 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16366 cat >>confdefs.h
<<_ACEOF
16367 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16374 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16375 #include <sys/types.h>
16377 #ifdef HAVE_SYS_SOCKETVAR_H
16378 #include <sys/socketvar.h>
16380 #ifdef HAVE_NETINET_IN_H
16381 #include <netinet/in.h>
16383 #ifdef HAVE_NETINET_IP_VAR_H
16384 #include <netinet/ip_var.h>
16387 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16389 cat >>confdefs.h
<<_ACEOF
16390 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16397 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
16398 #include <netinet/ip_var.h>
16401 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16403 cat >>confdefs.h
<<_ACEOF
16404 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16411 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16412 #include <sys/types.h>
16414 #ifdef HAVE_SYS_SOCKETVAR_H
16415 #include <sys/socketvar.h>
16417 #ifdef HAVE_NETINET_IN_H
16418 #include <netinet/in.h>
16420 #ifdef HAVE_NETINET_TCP_H
16421 #include <netinet/tcp.h>
16423 #ifdef HAVE_NETINET_TCP_VAR_H
16424 #include <netinet/tcp_var.h>
16427 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16429 cat >>confdefs.h
<<_ACEOF
16430 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16437 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
16438 #include <netinet/tcp_var.h>
16441 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16443 cat >>confdefs.h
<<_ACEOF
16444 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16451 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16452 #include <sys/types.h>
16454 #ifdef HAVE_NETINET_IN_H
16455 #include <netinet/in.h>
16457 #ifdef HAVE_NETINET_IP_VAR_H
16458 #include <netinet/ip_var.h>
16460 #ifdef HAVE_NETINET_UDP_H
16461 #include <netinet/udp.h>
16463 #ifdef HAVE_NETINET_UDP_VAR_H
16464 #include <netinet/udp_var.h>
16467 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16469 cat >>confdefs.h
<<_ACEOF
16470 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16477 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16478 #include <sys/types.h>
16480 #ifdef HAVE_NET_IF_H
16481 # include <net/if.h>
16484 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16486 cat >>confdefs.h
<<_ACEOF
16487 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16495 $as_echo_n "checking for timezone variable... " >&6; }
16496 if ${ac_cv_have_timezone+:} false
; then :
16497 $as_echo_n "(cached) " >&6
16499 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16500 /* end confdefs.h. */
16510 if ac_fn_c_try_link
"$LINENO"; then :
16511 ac_cv_have_timezone
="yes"
16513 ac_cv_have_timezone
="no"
16515 rm -f core conftest.err conftest.
$ac_objext \
16516 conftest
$ac_exeext conftest.
$ac_ext
16518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16519 $as_echo "$ac_cv_have_timezone" >&6; }
16520 if test "$ac_cv_have_timezone" = "yes"
16523 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16527 $as_echo_n "checking for daylight variable... " >&6; }
16528 if ${ac_cv_have_daylight+:} false
; then :
16529 $as_echo_n "(cached) " >&6
16531 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16532 /* end confdefs.h. */
16542 if ac_fn_c_try_link
"$LINENO"; then :
16543 ac_cv_have_daylight
="yes"
16545 ac_cv_have_daylight
="no"
16547 rm -f core conftest.err conftest.
$ac_objext \
16548 conftest
$ac_exeext conftest.
$ac_ext
16550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16551 $as_echo "$ac_cv_have_daylight" >&6; }
16552 if test "$ac_cv_have_daylight" = "yes"
16555 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16559 ac_save_LIBS
="$LIBS"
16561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16562 $as_echo_n "checking for isfinite... " >&6; }
16563 if ${ac_cv_have_isfinite+:} false
; then :
16564 $as_echo_n "(cached) " >&6
16566 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16567 /* end confdefs.h. */
16568 #define _GNU_SOURCE
16573 float f = 0.0; return isfinite(f)
16578 if ac_fn_c_try_link
"$LINENO"; then :
16579 ac_cv_have_isfinite
="yes"
16581 ac_cv_have_isfinite
="no"
16583 rm -f core conftest.err conftest.
$ac_objext \
16584 conftest
$ac_exeext conftest.
$ac_ext
16586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16587 $as_echo "$ac_cv_have_isfinite" >&6; }
16588 if test "$ac_cv_have_isfinite" = "yes"
16591 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16596 $as_echo_n "checking for isinf... " >&6; }
16597 if ${ac_cv_have_isinf+:} false
; then :
16598 $as_echo_n "(cached) " >&6
16600 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16601 /* end confdefs.h. */
16606 float f = 0.0; return isinf(f)
16611 if ac_fn_c_try_link
"$LINENO"; then :
16612 ac_cv_have_isinf
="yes"
16614 ac_cv_have_isinf
="no"
16616 rm -f core conftest.err conftest.
$ac_objext \
16617 conftest
$ac_exeext conftest.
$ac_ext
16619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16620 $as_echo "$ac_cv_have_isinf" >&6; }
16621 if test "$ac_cv_have_isinf" = "yes"
16624 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16629 $as_echo_n "checking for isnan... " >&6; }
16630 if ${ac_cv_have_isnan+:} false
; then :
16631 $as_echo_n "(cached) " >&6
16633 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16634 /* end confdefs.h. */
16639 float f = 0.0; return isnan(f)
16644 if ac_fn_c_try_link
"$LINENO"; then :
16645 ac_cv_have_isnan
="yes"
16647 ac_cv_have_isnan
="no"
16649 rm -f core conftest.err conftest.
$ac_objext \
16650 conftest
$ac_exeext conftest.
$ac_ext
16652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16653 $as_echo "$ac_cv_have_isnan" >&6; }
16654 if test "$ac_cv_have_isnan" = "yes"
16657 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16686 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16687 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16688 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16689 cat >>confdefs.h
<<_ACEOF
16690 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16696 LIBS
="$ac_save_LIBS"
16698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16699 $as_echo_n "checking for __builtin_clz... " >&6; }
16700 if ${ac_cv_have___builtin_clz+:} false
; then :
16701 $as_echo_n "(cached) " >&6
16703 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16704 /* end confdefs.h. */
16709 return __builtin_clz(1)
16714 if ac_fn_c_try_link
"$LINENO"; then :
16715 ac_cv_have___builtin_clz
="yes"
16717 ac_cv_have___builtin_clz
="no"
16719 rm -f core conftest.err conftest.
$ac_objext \
16720 conftest
$ac_exeext conftest.
$ac_ext
16722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16723 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16724 if test "$ac_cv_have___builtin_clz" = "yes"
16727 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16733 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16734 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16735 if ${ac_cv_cpp_def___i386__+:} false
; then :
16736 $as_echo_n "(cached) " >&6
16738 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16739 /* end confdefs.h. */
16744 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16745 $EGREP "yes" >/dev
/null
2>&1; then :
16746 ac_cv_cpp_def___i386__
=yes
16748 ac_cv_cpp_def___i386__
=no
16753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16754 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16755 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16756 CFLAGS
="$CFLAGS -D__i386__"
16757 LINTFLAGS
="$LINTFLAGS -D__i386__"
16759 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16760 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16761 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16762 $as_echo_n "(cached) " >&6
16764 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16765 /* end confdefs.h. */
16770 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16771 $EGREP "yes" >/dev
/null
2>&1; then :
16772 ac_cv_cpp_def___x86_64__
=yes
16774 ac_cv_cpp_def___x86_64__
=no
16779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16780 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16781 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16782 CFLAGS
="$CFLAGS -D__x86_64__"
16783 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16785 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16786 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16787 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16788 $as_echo_n "(cached) " >&6
16790 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16791 /* end confdefs.h. */
16792 #ifndef __sparc64__
16796 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16797 $EGREP "yes" >/dev
/null
2>&1; then :
16798 ac_cv_cpp_def___sparc64__
=yes
16800 ac_cv_cpp_def___sparc64__
=no
16805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16806 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16807 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16808 CFLAGS
="$CFLAGS -D__sparc64__"
16809 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16811 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16812 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16813 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16814 $as_echo_n "(cached) " >&6
16816 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16817 /* end confdefs.h. */
16822 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16823 $EGREP "yes" >/dev
/null
2>&1; then :
16824 ac_cv_cpp_def___sparc__
=yes
16826 ac_cv_cpp_def___sparc__
=no
16831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16832 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16833 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16834 CFLAGS
="$CFLAGS -D__sparc__"
16835 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16837 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16838 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16839 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16840 $as_echo_n "(cached) " >&6
16842 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16843 /* end confdefs.h. */
16844 #ifndef __powerpc64__
16848 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16849 $EGREP "yes" >/dev
/null
2>&1; then :
16850 ac_cv_cpp_def___powerpc64__
=yes
16852 ac_cv_cpp_def___powerpc64__
=no
16857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16858 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16859 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
16860 CFLAGS
="$CFLAGS -D__powerpc64__"
16861 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16863 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16864 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16865 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16866 $as_echo_n "(cached) " >&6
16868 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16869 /* end confdefs.h. */
16870 #ifndef __powerpc__
16874 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16875 $EGREP "yes" >/dev
/null
2>&1; then :
16876 ac_cv_cpp_def___powerpc__
=yes
16878 ac_cv_cpp_def___powerpc__
=no
16883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16884 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16885 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
16886 CFLAGS
="$CFLAGS -D__powerpc__"
16887 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16889 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16890 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16891 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16892 $as_echo_n "(cached) " >&6
16894 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16895 /* end confdefs.h. */
16896 #ifndef __aarch64__
16900 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16901 $EGREP "yes" >/dev
/null
2>&1; then :
16902 ac_cv_cpp_def___aarch64__
=yes
16904 ac_cv_cpp_def___aarch64__
=no
16909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16910 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16911 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
16912 CFLAGS
="$CFLAGS -D__aarch64__"
16913 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16915 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16916 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16917 if ${ac_cv_cpp_def___arm__+:} false
; then :
16918 $as_echo_n "(cached) " >&6
16920 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16921 /* end confdefs.h. */
16926 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16927 $EGREP "yes" >/dev
/null
2>&1; then :
16928 ac_cv_cpp_def___arm__
=yes
16930 ac_cv_cpp_def___arm__
=no
16935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16936 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
16937 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
16938 CFLAGS
="$CFLAGS -D__arm__"
16939 LINTFLAGS
="$LINTFLAGS -D__arm__"
16943 case $host_vendor in
16944 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
16945 $as_echo_n "checking whether we need to define __sun__... " >&6; }
16946 if ${ac_cv_cpp_def___sun__+:} false
; then :
16947 $as_echo_n "(cached) " >&6
16949 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16950 /* end confdefs.h. */
16955 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16956 $EGREP "yes" >/dev
/null
2>&1; then :
16957 ac_cv_cpp_def___sun__
=yes
16959 ac_cv_cpp_def___sun__
=no
16964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
16965 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
16966 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
16967 CFLAGS
="$CFLAGS -D__sun__"
16968 LINTFLAGS
="$LINTFLAGS -D__sun__"
16976 ac_config_commands
="$ac_config_commands include/stamp-h"
16978 $as_echo_n "creating Makefile rules..." >&6
16980 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
16981 SOCKET_LIBS = $SOCKET_LIBS
16982 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
16983 IOKIT_LIBS = $IOKIT_LIBS
16984 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
16985 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
16986 CORESERVICES_LIBS = $CORESERVICES_LIBS
16987 APPKIT_LIBS = $APPKIT_LIBS
16988 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
16989 SECURITY_LIBS = $SECURITY_LIBS
16990 COREAUDIO_LIBS = $COREAUDIO_LIBS
16991 OPENAL_LIBS = $OPENAL_LIBS
16992 OPENCL_LIBS = $OPENCL_LIBS
16993 QUICKTIME_LIBS = $QUICKTIME_LIBS
16994 CARBON_LIBS = $CARBON_LIBS
16995 PTHREAD_LIBS = $PTHREAD_LIBS
16996 X_CFLAGS = $X_CFLAGS
16997 X_PRE_LIBS = $X_PRE_LIBS
16999 X_EXTRA_LIBS = $X_EXTRA_LIBS
17000 XML2_CFLAGS = $XML2_CFLAGS
17001 XML2_LIBS = $XML2_LIBS
17002 XSLT_CFLAGS = $XSLT_CFLAGS
17003 XSLT_LIBS = $XSLT_LIBS
17004 DBUS_CFLAGS = $DBUS_CFLAGS
17005 DBUS_LIBS = $DBUS_LIBS
17006 HAL_CFLAGS = $HAL_CFLAGS
17007 HAL_LIBS = $HAL_LIBS
17008 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17009 GNUTLS_LIBS = $GNUTLS_LIBS
17010 SANE_CFLAGS = $SANE_CFLAGS
17011 SANE_LIBS = $SANE_LIBS
17012 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17013 GPHOTO2_LIBS = $GPHOTO2_LIBS
17014 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17015 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17016 RESOLV_LIBS = $RESOLV_LIBS
17017 LCMS2_CFLAGS = $LCMS2_CFLAGS
17018 LCMS2_LIBS = $LCMS2_LIBS
17019 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17020 FREETYPE_LIBS = $FREETYPE_LIBS
17022 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17023 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17024 GSTREAMER_LIBS = $GSTREAMER_LIBS
17025 ALSA_LIBS = $ALSA_LIBS
17026 OSS4_CFLAGS = $OSS4_CFLAGS
17027 CAPI20_CFLAGS = $CAPI20_CFLAGS
17028 CAPI20_LIBS = $CAPI20_LIBS
17029 CUPS_CFLAGS = $CUPS_CFLAGS
17030 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17031 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17032 JPEG_CFLAGS = $JPEG_CFLAGS
17033 JPEG_LIBS = $JPEG_LIBS
17034 PNG_CFLAGS = $PNG_CFLAGS
17035 PNG_LIBS = $PNG_LIBS
17036 TIFF_CFLAGS = $TIFF_CFLAGS
17037 TIFF_LIBS = $TIFF_LIBS
17038 MPG123_CFLAGS = $MPG123_CFLAGS
17039 MPG123_LIBS = $MPG123_LIBS
17040 KSTAT_LIBS = $KSTAT_LIBS
17041 PROCSTAT_LIBS = $PROCSTAT_LIBS
17043 POLL_LIBS = $POLL_LIBS
17045 LDAP_LIBS = $LDAP_LIBS
17050 wine_fn_append_rule
"
17051 # Rules automatically generated by configure
17053 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17058 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17059 @./config.status Make.tmp Makefile"
17061 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17062 .gitignore: config.status
17063 @./config.status .gitignore"
17065 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17066 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17068 if test "x$enable_fonts" != xno
; then
17069 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17070 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17071 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17072 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17073 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf
17075 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17076 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17077 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17078 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17079 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17080 wine_fn_config_symlink wine
17081 if test "x$enable_win64" != xno
; then
17082 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17083 wine_fn_config_symlink wine64
17086 wine_fn_config_dll acledit enable_acledit
17087 wine_fn_config_dll aclui enable_aclui implib
17088 wine_fn_config_dll activeds enable_activeds implib
17089 wine_fn_config_dll actxprxy enable_actxprxy clean
17090 wine_fn_config_lib adsiid
17091 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17092 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17093 wine_fn_config_dll advpack enable_advpack implib
17094 wine_fn_config_test dlls
/advpack
/tests advpack_test
17095 wine_fn_config_dll amstream enable_amstream clean
17096 wine_fn_config_test dlls
/amstream
/tests amstream_test
17097 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17098 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17099 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17100 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17101 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17102 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17103 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17104 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17105 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17106 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17107 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17108 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17109 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17110 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17111 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17112 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17113 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17114 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17115 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17116 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17117 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17118 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17119 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17120 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17121 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17122 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17123 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17124 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17125 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17126 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17127 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17128 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17129 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17130 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17131 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17132 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17133 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17134 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17135 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17136 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17137 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17138 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17139 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17140 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17141 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17142 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17143 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17144 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17145 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17146 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17147 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17148 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17149 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17150 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17151 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17152 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17153 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17154 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17155 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17156 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17157 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17158 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17159 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17160 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17161 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17162 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17163 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17164 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17165 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17166 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17167 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17168 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17169 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17170 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17171 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17172 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17173 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17174 wine_fn_config_dll apphelp enable_apphelp
17175 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17176 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17177 wine_fn_config_dll atl enable_atl clean
,implib
17178 wine_fn_config_test dlls
/atl
/tests atl_test
17179 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17180 wine_fn_config_test dlls
/atl100
/tests atl100_test
17181 wine_fn_config_dll atl110 enable_atl110 clean
17182 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17183 wine_fn_config_test dlls
/atl80
/tests atl80_test
17184 wine_fn_config_dll atl90 enable_atl90 clean
17185 wine_fn_config_dll authz enable_authz
17186 wine_fn_config_dll avicap32 enable_avicap32 implib
17187 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17188 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17189 wine_fn_config_dll avifile.dll16 enable_win16
17190 wine_fn_config_dll avrt enable_avrt implib
17191 wine_fn_config_dll bcrypt enable_bcrypt
17192 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17193 wine_fn_config_dll browseui enable_browseui clean
,po
17194 wine_fn_config_test dlls
/browseui
/tests browseui_test
17195 wine_fn_config_dll cabinet enable_cabinet implib
17196 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17197 wine_fn_config_dll capi2032 enable_capi2032 implib
17198 wine_fn_config_dll cards enable_cards implib
17199 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17200 wine_fn_config_dll clusapi enable_clusapi implib
17201 wine_fn_config_dll combase enable_combase
17202 wine_fn_config_test dlls
/combase
/tests combase_test
17203 wine_fn_config_dll comcat enable_comcat
17204 wine_fn_config_test dlls
/comcat
/tests comcat_test
17205 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17206 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17207 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17208 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17209 wine_fn_config_dll
comm.drv16 enable_win16
17210 wine_fn_config_dll commdlg.dll16 enable_win16
17211 wine_fn_config_dll compobj.dll16 enable_win16
17212 wine_fn_config_dll compstui enable_compstui implib
17213 wine_fn_config_dll comsvcs enable_comsvcs implib
17214 wine_fn_config_dll connect enable_connect
17215 wine_fn_config_dll credui enable_credui implib
,po
17216 wine_fn_config_test dlls
/credui
/tests credui_test
17217 wine_fn_config_dll crtdll enable_crtdll implib
17218 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17219 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17220 wine_fn_config_dll cryptdlg enable_cryptdlg po
17221 wine_fn_config_dll cryptdll enable_cryptdll implib
17222 wine_fn_config_dll cryptext enable_cryptext
17223 wine_fn_config_dll cryptnet enable_cryptnet implib
17224 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17225 wine_fn_config_dll cryptui enable_cryptui implib
,po
17226 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17227 wine_fn_config_dll ctapi32 enable_ctapi32
17228 wine_fn_config_dll ctl3d.dll16 enable_win16
17229 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17230 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17231 wine_fn_config_dll d2d1 enable_d2d1 implib
17232 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17233 wine_fn_config_dll d3d10 enable_d3d10 implib
17234 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17235 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17236 wine_fn_config_dll d3d10core enable_d3d10core implib
17237 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17238 wine_fn_config_dll d3d11 enable_d3d11
17239 wine_fn_config_dll d3d8 enable_d3d8 implib
17240 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17241 wine_fn_config_dll d3d9 enable_d3d9 implib
17242 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17243 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17244 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17245 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17246 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17247 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17248 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17249 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17250 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17251 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17252 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17253 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17254 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17255 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17256 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17257 wine_fn_config_dll d3dim enable_d3dim implib
17258 wine_fn_config_dll d3drm enable_d3drm implib
17259 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17260 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17261 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17262 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17263 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17264 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17265 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17266 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17267 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17268 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17269 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17270 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17271 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17272 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17273 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17274 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17275 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17276 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17277 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17278 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17279 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17280 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17281 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17282 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17283 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17284 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17285 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17286 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17287 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17288 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17289 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17290 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17291 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17292 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17293 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17294 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17295 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17296 wine_fn_config_dll davclnt enable_davclnt
17297 wine_fn_config_dll dbgeng enable_dbgeng implib
17298 wine_fn_config_dll dbghelp enable_dbghelp implib
17299 wine_fn_config_dll dciman32 enable_dciman32 implib
17300 wine_fn_config_dll ddeml.dll16 enable_win16
17301 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17302 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17303 wine_fn_config_dll ddrawex enable_ddrawex clean
17304 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17305 wine_fn_config_dll devenum enable_devenum clean
,po
17306 wine_fn_config_test dlls
/devenum
/tests devenum_test
17307 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17308 wine_fn_config_dll difxapi enable_difxapi
17309 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17310 wine_fn_config_test dlls
/dinput
/tests dinput_test
17311 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17312 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17313 wine_fn_config_dll dispdib.dll16 enable_win16
17314 wine_fn_config_dll dispex enable_dispex clean
17315 wine_fn_config_test dlls
/dispex
/tests dispex_test
17316 wine_fn_config_dll display.drv16 enable_win16
17317 wine_fn_config_dll dmband enable_dmband clean
17318 wine_fn_config_test dlls
/dmband
/tests dmband_test
17319 wine_fn_config_dll dmcompos enable_dmcompos clean
17320 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17321 wine_fn_config_dll dmime enable_dmime clean
17322 wine_fn_config_test dlls
/dmime
/tests dmime_test
17323 wine_fn_config_dll dmloader enable_dmloader clean
17324 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17325 wine_fn_config_dll dmscript enable_dmscript clean
17326 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17327 wine_fn_config_dll dmstyle enable_dmstyle clean
17328 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17329 wine_fn_config_dll dmsynth enable_dmsynth clean
17330 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17331 wine_fn_config_dll dmusic enable_dmusic clean
17332 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17333 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17334 wine_fn_config_dll dnsapi enable_dnsapi implib
17335 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17336 wine_fn_config_dll dplay enable_dplay implib
17337 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17338 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17339 wine_fn_config_dll dpnaddr enable_dpnaddr
17340 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17341 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17342 wine_fn_config_dll dpnhpast enable_dpnhpast
17343 wine_fn_config_dll dpnlobby enable_dpnlobby
17344 wine_fn_config_dll dpvoice enable_dpvoice clean
17345 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17346 wine_fn_config_dll dpwsockx enable_dpwsockx
17347 wine_fn_config_dll drmclien enable_drmclien
17348 wine_fn_config_dll dsound enable_dsound clean
,implib
17349 wine_fn_config_test dlls
/dsound
/tests dsound_test
17350 wine_fn_config_dll dssenh enable_dssenh
17351 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17352 wine_fn_config_dll dswave enable_dswave clean
17353 wine_fn_config_test dlls
/dswave
/tests dswave_test
17354 wine_fn_config_dll dwmapi enable_dwmapi implib
17355 wine_fn_config_dll dwrite enable_dwrite implib
17356 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17357 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17358 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17359 wine_fn_config_lib dxerr8
17360 wine_fn_config_lib dxerr9
17361 wine_fn_config_dll dxgi enable_dxgi implib
17362 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17363 wine_fn_config_lib dxguid
17364 wine_fn_config_dll dxva2 enable_dxva2
17365 wine_fn_config_dll evr enable_evr
17366 wine_fn_config_dll explorerframe enable_explorerframe clean
17367 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17368 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17369 wine_fn_config_dll faultrep enable_faultrep implib
17370 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17371 wine_fn_config_dll fltlib enable_fltlib
17372 wine_fn_config_dll fntcache enable_fntcache
17373 wine_fn_config_dll fontsub enable_fontsub
17374 wine_fn_config_dll fusion enable_fusion
17375 wine_fn_config_test dlls
/fusion
/tests fusion_test
17376 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17377 wine_fn_config_dll gameux enable_gameux clean
17378 wine_fn_config_test dlls
/gameux
/tests gameux_test
17379 wine_fn_config_dll gdi.exe16 enable_win16
17380 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17381 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17382 wine_fn_config_dll gdiplus enable_gdiplus implib
17383 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17384 wine_fn_config_dll glu32 enable_glu32 implib
17385 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17386 wine_fn_config_dll gpkcsp enable_gpkcsp
17387 wine_fn_config_dll hal enable_hal
17388 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17389 wine_fn_config_dll hid enable_hid implib
17390 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17391 wine_fn_config_dll hlink enable_hlink clean
,implib
17392 wine_fn_config_test dlls
/hlink
/tests hlink_test
17393 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17394 wine_fn_config_dll httpapi enable_httpapi
17395 wine_fn_config_dll iccvid enable_iccvid po
17396 wine_fn_config_dll icmp enable_icmp
17397 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17398 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17399 wine_fn_config_dll ifsmgr.vxd enable_win16
17400 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17401 wine_fn_config_dll imagehlp enable_imagehlp implib
17402 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17403 wine_fn_config_dll imm.dll16 enable_win16
17404 wine_fn_config_dll imm32 enable_imm32 implib
17405 wine_fn_config_test dlls
/imm32
/tests imm32_test
17406 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17407 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17408 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17409 wine_fn_config_dll inetmib1 enable_inetmib1
17410 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17411 wine_fn_config_dll infosoft enable_infosoft clean
17412 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17413 wine_fn_config_dll initpki enable_initpki
17414 wine_fn_config_dll inkobj enable_inkobj
17415 wine_fn_config_dll inseng enable_inseng clean
17416 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17417 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17418 wine_fn_config_dll itircl enable_itircl
17419 wine_fn_config_dll itss enable_itss clean
17420 wine_fn_config_test dlls
/itss
/tests itss_test
17421 wine_fn_config_dll joy.cpl enable_joy_cpl po
17422 wine_fn_config_dll jscript enable_jscript clean
,po
17423 wine_fn_config_test dlls
/jscript
/tests jscript_test
17424 wine_fn_config_dll jsproxy enable_jsproxy implib
17425 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17426 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17427 wine_fn_config_dll keyboard.drv16 enable_win16
17428 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17429 wine_fn_config_dll ksuser enable_ksuser
17430 wine_fn_config_dll ktmw32 enable_ktmw32
17431 wine_fn_config_dll loadperf enable_loadperf implib
17432 wine_fn_config_dll localspl enable_localspl po
17433 wine_fn_config_test dlls
/localspl
/tests localspl_test
17434 wine_fn_config_dll localui enable_localui po
17435 wine_fn_config_test dlls
/localui
/tests localui_test
17436 wine_fn_config_dll lz32 enable_lz32 implib
17437 wine_fn_config_test dlls
/lz32
/tests lz32_test
17438 wine_fn_config_dll lzexpand.dll16 enable_win16
17439 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17440 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17441 wine_fn_config_dll mapistub enable_mapistub
17442 wine_fn_config_dll mciavi32 enable_mciavi32
17443 wine_fn_config_dll mcicda enable_mcicda
17444 wine_fn_config_dll mciqtz32 enable_mciqtz32
17445 wine_fn_config_dll mciseq enable_mciseq
17446 wine_fn_config_dll mciwave enable_mciwave
17447 wine_fn_config_dll mf enable_mf
17448 wine_fn_config_dll mfplat enable_mfplat
17449 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17450 wine_fn_config_dll mgmtapi enable_mgmtapi
17451 wine_fn_config_dll midimap enable_midimap
17452 wine_fn_config_dll mlang enable_mlang clean
,implib
17453 wine_fn_config_test dlls
/mlang
/tests mlang_test
17454 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17455 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17456 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17457 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17458 wine_fn_config_dll mmdevldr.vxd enable_win16
17459 wine_fn_config_dll mmsystem.dll16 enable_win16
17460 wine_fn_config_dll monodebg.vxd enable_win16
17461 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17462 wine_fn_config_dll mouse.drv16 enable_win16
17463 wine_fn_config_dll mpr enable_mpr implib
,po
17464 wine_fn_config_test dlls
/mpr
/tests mpr_test
17465 wine_fn_config_dll mprapi enable_mprapi implib
17466 wine_fn_config_dll msacm.dll16 enable_win16
17467 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17468 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17469 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17470 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17471 wine_fn_config_dll msasn1 enable_msasn1 implib
17472 wine_fn_config_dll mscat32 enable_mscat32
17473 wine_fn_config_dll mscms enable_mscms implib
17474 wine_fn_config_test dlls
/mscms
/tests mscms_test
17475 wine_fn_config_dll mscoree enable_mscoree clean
17476 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17477 wine_fn_config_dll msctf enable_msctf clean
17478 wine_fn_config_test dlls
/msctf
/tests msctf_test
17479 wine_fn_config_dll msctfp enable_msctfp clean
17480 wine_fn_config_dll msdaps enable_msdaps clean
17481 wine_fn_config_dll msdmo enable_msdmo implib
17482 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17483 wine_fn_config_dll msftedit enable_msftedit
17484 wine_fn_config_dll msg711.acm enable_msg711_acm
17485 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17486 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17487 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17488 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17489 wine_fn_config_dll msi enable_msi clean
,implib
,po
17490 wine_fn_config_test dlls
/msi
/tests msi_test
17491 wine_fn_config_dll msident enable_msident clean
17492 wine_fn_config_dll msimg32 enable_msimg32 implib
17493 wine_fn_config_dll msimsg enable_msimsg
17494 wine_fn_config_dll msimtf enable_msimtf clean
17495 wine_fn_config_dll msisip enable_msisip
17496 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17497 wine_fn_config_dll msls31 enable_msls31
17498 wine_fn_config_dll msnet32 enable_msnet32
17499 wine_fn_config_dll mspatcha enable_mspatcha implib
17500 wine_fn_config_dll msrle32 enable_msrle32 po
17501 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17502 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17503 wine_fn_config_dll mssign32 enable_mssign32
17504 wine_fn_config_dll mssip32 enable_mssip32
17505 wine_fn_config_dll mstask enable_mstask clean
17506 wine_fn_config_test dlls
/mstask
/tests mstask_test
17507 wine_fn_config_dll msvcirt enable_msvcirt
17508 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17509 wine_fn_config_dll msvcm80 enable_msvcm80
17510 wine_fn_config_dll msvcm90 enable_msvcm90
17511 wine_fn_config_dll msvcp100 enable_msvcp100
17512 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17513 wine_fn_config_dll msvcp110 enable_msvcp110
17514 wine_fn_config_dll msvcp120 enable_msvcp120
17515 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17516 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17517 wine_fn_config_dll msvcp60 enable_msvcp60
17518 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17519 wine_fn_config_dll msvcp70 enable_msvcp70
17520 wine_fn_config_dll msvcp71 enable_msvcp71
17521 wine_fn_config_dll msvcp80 enable_msvcp80
17522 wine_fn_config_dll msvcp90 enable_msvcp90
17523 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17524 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17525 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17526 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17527 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17528 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17529 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17530 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17531 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17532 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17533 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17534 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17535 wine_fn_config_dll msvcrt enable_msvcrt implib
17536 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17537 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17538 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17539 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17540 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17541 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17542 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17543 wine_fn_config_dll msvidc32 enable_msvidc32 po
17544 wine_fn_config_dll msvideo.dll16 enable_win16
17545 wine_fn_config_dll mswsock enable_mswsock implib
17546 wine_fn_config_dll msxml enable_msxml clean
17547 wine_fn_config_dll msxml2 enable_msxml2 clean
17548 wine_fn_config_dll msxml3 enable_msxml3 clean
17549 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17550 wine_fn_config_dll msxml4 enable_msxml4 clean
17551 wine_fn_config_dll msxml6 enable_msxml6 clean
17552 wine_fn_config_dll nddeapi enable_nddeapi implib
17553 wine_fn_config_dll ndis.sys enable_ndis_sys
17554 wine_fn_config_dll netapi32 enable_netapi32 implib
17555 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17556 wine_fn_config_dll netcfgx enable_netcfgx clean
17557 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17558 wine_fn_config_dll netprofm enable_netprofm clean
17559 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17560 wine_fn_config_dll newdev enable_newdev implib
17561 wine_fn_config_dll normaliz enable_normaliz implib
17562 wine_fn_config_dll npmshtml enable_npmshtml
17563 wine_fn_config_dll npptools enable_npptools
17564 wine_fn_config_dll ntdll enable_ntdll implib
17565 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17566 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17567 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17568 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17569 wine_fn_config_dll ntprint enable_ntprint
17570 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17571 wine_fn_config_dll objsel enable_objsel clean
17572 wine_fn_config_dll odbc32 enable_odbc32 implib
17573 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17574 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17575 wine_fn_config_dll odbccu32 enable_odbccu32
17576 wine_fn_config_dll ole2.dll16 enable_win16
17577 wine_fn_config_dll ole2conv.dll16 enable_win16
17578 wine_fn_config_dll ole2disp.dll16 enable_win16
17579 wine_fn_config_dll ole2nls.dll16 enable_win16
17580 wine_fn_config_dll ole2prox.dll16 enable_win16
17581 wine_fn_config_dll ole2thk.dll16 enable_win16
17582 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17583 wine_fn_config_test dlls
/ole32
/tests ole32_test
17584 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17585 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17586 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17587 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17588 wine_fn_config_dll olecli.dll16 enable_win16
17589 wine_fn_config_dll olecli32 enable_olecli32 implib
17590 wine_fn_config_dll oledb32 enable_oledb32 clean
17591 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17592 wine_fn_config_dll oledlg enable_oledlg implib
,po
17593 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17594 wine_fn_config_dll olepro32 enable_olepro32 implib
17595 wine_fn_config_dll olesvr.dll16 enable_win16
17596 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17597 wine_fn_config_dll olethk32 enable_olethk32
17598 wine_fn_config_dll openal32 enable_openal32
17599 wine_fn_config_dll opencl enable_opencl
17600 wine_fn_config_dll opengl32 enable_opengl32 implib
17601 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17602 wine_fn_config_dll packager enable_packager clean
17603 wine_fn_config_test dlls
/packager
/tests packager_test
17604 wine_fn_config_dll pdh enable_pdh implib
17605 wine_fn_config_test dlls
/pdh
/tests pdh_test
17606 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17607 wine_fn_config_dll pidgen enable_pidgen
17608 wine_fn_config_dll powrprof enable_powrprof implib
17609 wine_fn_config_dll printui enable_printui
17610 wine_fn_config_dll prntvpt enable_prntvpt
17611 wine_fn_config_dll propsys enable_propsys clean
,implib
17612 wine_fn_config_test dlls
/propsys
/tests propsys_test
17613 wine_fn_config_dll psapi enable_psapi implib
17614 wine_fn_config_test dlls
/psapi
/tests psapi_test
17615 wine_fn_config_dll pstorec enable_pstorec clean
17616 wine_fn_config_dll qcap enable_qcap
17617 wine_fn_config_test dlls
/qcap
/tests qcap_test
17618 wine_fn_config_dll qedit enable_qedit clean
17619 wine_fn_config_test dlls
/qedit
/tests qedit_test
17620 wine_fn_config_dll qmgr enable_qmgr clean
17621 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17622 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17623 wine_fn_config_dll quartz enable_quartz clean
,implib
17624 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17625 wine_fn_config_dll query enable_query
17626 wine_fn_config_dll rasapi16.dll16 enable_win16
17627 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17628 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17629 wine_fn_config_dll rasdlg enable_rasdlg implib
17630 wine_fn_config_dll regapi enable_regapi
17631 wine_fn_config_dll resutils enable_resutils implib
17632 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17633 wine_fn_config_test dlls
/riched20
/tests riched20_test
17634 wine_fn_config_dll riched32 enable_riched32
17635 wine_fn_config_test dlls
/riched32
/tests riched32_test
17636 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17637 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17638 wine_fn_config_dll rsabase enable_rsabase
17639 wine_fn_config_dll rsaenh enable_rsaenh implib
17640 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17641 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17642 wine_fn_config_dll rtutils enable_rtutils implib
17643 wine_fn_config_dll samlib enable_samlib
17644 wine_fn_config_dll sane.ds enable_sane_ds po
17645 wine_fn_config_dll scarddlg enable_scarddlg
17646 wine_fn_config_dll sccbase enable_sccbase
17647 wine_fn_config_dll schannel enable_schannel
17648 wine_fn_config_test dlls
/schannel
/tests schannel_test
17649 wine_fn_config_dll schedsvc enable_schedsvc clean
17650 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17651 wine_fn_config_dll scrrun enable_scrrun clean
17652 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17653 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17654 wine_fn_config_dll secur32 enable_secur32 implib
17655 wine_fn_config_test dlls
/secur32
/tests secur32_test
17656 wine_fn_config_dll security enable_security
17657 wine_fn_config_dll sensapi enable_sensapi implib
17658 wine_fn_config_dll serialui enable_serialui implib
,po
17659 wine_fn_config_test dlls
/serialui
/tests serialui_test
17660 wine_fn_config_dll setupapi enable_setupapi implib
,po
17661 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17662 wine_fn_config_dll setupx.dll16 enable_win16
17663 wine_fn_config_dll sfc enable_sfc implib
17664 wine_fn_config_dll sfc_os enable_sfc_os implib
17665 wine_fn_config_dll shdoclc enable_shdoclc po
17666 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17667 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17668 wine_fn_config_dll shell.dll16 enable_win16
17669 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17670 wine_fn_config_test dlls
/shell32
/tests shell32_test
17671 wine_fn_config_dll shfolder enable_shfolder implib
17672 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17673 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17674 wine_fn_config_dll slbcsp enable_slbcsp
17675 wine_fn_config_dll slc enable_slc implib
17676 wine_fn_config_test dlls
/slc
/tests slc_test
17677 wine_fn_config_dll snmpapi enable_snmpapi implib
17678 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17679 wine_fn_config_dll softpub enable_softpub
17680 wine_fn_config_dll sound.drv16 enable_win16
17681 wine_fn_config_dll spoolss enable_spoolss implib
17682 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17683 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17684 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17685 wine_fn_config_dll sti enable_sti clean
,implib
17686 wine_fn_config_test dlls
/sti
/tests sti_test
17687 wine_fn_config_dll storage.dll16 enable_win16
17688 wine_fn_config_dll stress.dll16 enable_win16
17689 wine_fn_config_lib strmbase
17690 wine_fn_config_lib strmiids
17691 wine_fn_config_dll svrapi enable_svrapi
17692 wine_fn_config_dll sxs enable_sxs implib
17693 wine_fn_config_test dlls
/sxs
/tests sxs_test
17694 wine_fn_config_dll system.drv16 enable_win16
17695 wine_fn_config_dll t2embed enable_t2embed
17696 wine_fn_config_dll tapi32 enable_tapi32 implib
17697 wine_fn_config_dll taskschd enable_taskschd clean
17698 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17699 wine_fn_config_dll toolhelp.dll16 enable_win16
17700 wine_fn_config_dll traffic enable_traffic
17701 wine_fn_config_dll twain.dll16 enable_win16
17702 wine_fn_config_dll twain_32 enable_twain_32
17703 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17704 wine_fn_config_dll typelib.dll16 enable_win16
17705 wine_fn_config_dll unicows enable_unicows implib
17706 wine_fn_config_dll updspapi enable_updspapi
17707 wine_fn_config_dll url enable_url implib
17708 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17709 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17710 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17711 wine_fn_config_dll user.exe16 enable_win16
17712 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17713 wine_fn_config_test dlls
/user32
/tests user32_test
17714 wine_fn_config_dll userenv enable_userenv implib
17715 wine_fn_config_test dlls
/userenv
/tests userenv_test
17716 wine_fn_config_dll usp10 enable_usp10 implib
17717 wine_fn_config_test dlls
/usp10
/tests usp10_test
17718 wine_fn_config_lib uuid
17719 wine_fn_config_dll uxtheme enable_uxtheme implib
17720 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17721 wine_fn_config_dll vbscript enable_vbscript clean
17722 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17723 wine_fn_config_dll vcomp enable_vcomp
17724 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17725 wine_fn_config_dll vcomp100 enable_vcomp100
17726 wine_fn_config_dll vcomp110 enable_vcomp110
17727 wine_fn_config_dll vcomp90 enable_vcomp90
17728 wine_fn_config_dll vdhcp.vxd enable_win16
17729 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17730 wine_fn_config_dll ver.dll16 enable_win16
17731 wine_fn_config_dll version enable_version implib
17732 wine_fn_config_test dlls
/version
/tests version_test
17733 wine_fn_config_dll vmm.vxd enable_win16
17734 wine_fn_config_dll vnbt.vxd enable_win16
17735 wine_fn_config_dll vnetbios.vxd enable_win16
17736 wine_fn_config_dll vssapi enable_vssapi
17737 wine_fn_config_dll vtdapi.vxd enable_win16
17738 wine_fn_config_dll vwin32.vxd enable_win16
17739 wine_fn_config_dll w32skrnl enable_win16
17740 wine_fn_config_dll w32sys.dll16 enable_win16
17741 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17742 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17743 wine_fn_config_dll wbemprox enable_wbemprox clean
17744 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17745 wine_fn_config_dll webservices enable_webservices implib
17746 wine_fn_config_dll wer enable_wer implib
17747 wine_fn_config_test dlls
/wer
/tests wer_test
17748 wine_fn_config_dll wevtapi enable_wevtapi
17749 wine_fn_config_dll wiaservc enable_wiaservc clean
17750 wine_fn_config_dll win32s16.dll16 enable_win16
17751 wine_fn_config_dll win87em.dll16 enable_win16
17752 wine_fn_config_dll winaspi.dll16 enable_win16
17753 wine_fn_config_dll windebug.dll16 enable_win16
17754 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17755 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17756 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17757 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17758 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17759 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17760 wine_fn_config_lib winecrt0
17761 wine_fn_config_dll wined3d enable_wined3d implib
17762 wine_fn_config_dll winegstreamer enable_winegstreamer
17763 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17764 wine_fn_config_dll winemac.drv enable_winemac_drv
17765 wine_fn_config_dll winemapi enable_winemapi
17766 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17767 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17768 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17769 wine_fn_config_dll wineps16.drv16 enable_win16
17770 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17771 wine_fn_config_dll winex11.drv enable_winex11_drv
17772 wine_fn_config_dll wing.dll16 enable_win16
17773 wine_fn_config_dll wing32 enable_wing32
17774 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17775 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17776 wine_fn_config_dll wininet enable_wininet implib
,po
17777 wine_fn_config_test dlls
/wininet
/tests wininet_test
17778 wine_fn_config_dll winmm enable_winmm implib
,po
17779 wine_fn_config_test dlls
/winmm
/tests winmm_test
17780 wine_fn_config_dll winnls.dll16 enable_win16
17781 wine_fn_config_dll winnls32 enable_winnls32 implib
17782 wine_fn_config_dll winscard enable_winscard implib
17783 wine_fn_config_dll winsock.dll16 enable_win16
17784 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17785 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17786 wine_fn_config_dll winsta enable_winsta
17787 wine_fn_config_dll wintab.dll16 enable_win16
17788 wine_fn_config_dll wintab32 enable_wintab32 implib
17789 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17790 wine_fn_config_dll wintrust enable_wintrust implib
17791 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17792 wine_fn_config_dll wlanapi enable_wlanapi
17793 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17794 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17795 wine_fn_config_dll wmi enable_wmi
17796 wine_fn_config_dll wmiutils enable_wmiutils clean
17797 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17798 wine_fn_config_dll wmp enable_wmp clean
17799 wine_fn_config_test dlls
/wmp
/tests wmp_test
17800 wine_fn_config_dll wmvcore enable_wmvcore
17801 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17802 wine_fn_config_dll wow32 enable_win16 implib
17803 wine_fn_config_dll wpcap enable_wpcap
17804 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17805 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17806 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17807 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17808 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17809 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17810 wine_fn_config_dll wsock32 enable_wsock32 implib
17811 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17812 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
17813 wine_fn_config_dll wuapi enable_wuapi clean
17814 wine_fn_config_dll wuaueng enable_wuaueng
17815 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17816 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17817 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17818 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17819 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17820 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17821 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17822 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17823 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17824 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17825 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17826 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17827 wine_fn_config_dll xaudio2_8 enable_xaudio2_8
17828 wine_fn_config_dll xinput1_1 enable_xinput1_1
17829 wine_fn_config_dll xinput1_2 enable_xinput1_2
17830 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17831 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17832 wine_fn_config_dll xinput1_4 enable_xinput1_4
17833 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17834 wine_fn_config_dll xmllite enable_xmllite implib
17835 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17836 wine_fn_config_dll xolehlp enable_xolehlp
17837 wine_fn_config_dll xpsprint enable_xpsprint
17838 wine_fn_config_dll xpssvcs enable_xpssvcs
17839 wine_fn_config_makefile documentation enable_documentation clean
17840 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17841 wine_fn_config_makefile include enable_include clean
,install-dev
17842 wine_fn_config_makefile libs
/port enable_libs_port
17843 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17844 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17845 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17846 wine_fn_config_program arp enable_arp
install
17847 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17848 wine_fn_config_program attrib enable_attrib
install,po
17849 wine_fn_config_program cabarc enable_cabarc
install
17850 wine_fn_config_program cacls enable_cacls
install
17851 wine_fn_config_program
clock enable_clock
install,po
17852 wine_fn_config_program cmd enable_cmd
install,po
17853 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17854 wine_fn_config_program conhost enable_conhost
install
17855 wine_fn_config_program control enable_control
install
17856 wine_fn_config_program cscript enable_cscript clean
,install
17857 wine_fn_config_program dpnsvr enable_dpnsvr
install
17858 wine_fn_config_program dxdiag enable_dxdiag
install,po
17859 wine_fn_config_program eject enable_eject
install
17860 wine_fn_config_program
expand enable_expand
install
17861 wine_fn_config_program explorer enable_explorer
install,po
17862 wine_fn_config_program extrac32 enable_extrac32
install
17863 wine_fn_config_program findstr enable_findstr
install
17864 wine_fn_config_program hh enable_hh
install
17865 wine_fn_config_program hostname enable_hostname
install,po
17866 wine_fn_config_program icinfo enable_icinfo
install
17867 wine_fn_config_program iexplore enable_iexplore
install
17868 wine_fn_config_program ipconfig enable_ipconfig
install,po
17869 wine_fn_config_program lodctr enable_lodctr
install
17870 wine_fn_config_program mofcomp enable_mofcomp
install
17871 wine_fn_config_program mshta enable_mshta
install
17872 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17873 wine_fn_config_program net enable_net
install,po
17874 wine_fn_config_program netsh enable_netsh
install
17875 wine_fn_config_program netstat enable_netstat
install,po
17876 wine_fn_config_program ngen enable_ngen
install
17877 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17878 wine_fn_config_program oleview enable_oleview
install,po
17879 wine_fn_config_program
ping enable_ping
install
17880 wine_fn_config_program plugplay enable_plugplay
install
17881 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17882 wine_fn_config_program progman enable_progman
install,po
17883 wine_fn_config_program reg enable_reg
install,po
17884 wine_fn_config_test programs
/reg
/tests reg.exe_test
17885 wine_fn_config_program regasm enable_regasm
install
17886 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17887 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17888 wine_fn_config_program regsvcs enable_regsvcs
install
17889 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
17890 wine_fn_config_program rpcss enable_rpcss clean
,install
17891 wine_fn_config_program rundll.exe16 enable_win16
install
17892 wine_fn_config_program rundll32 enable_rundll32
install
17893 wine_fn_config_program sc enable_sc
install
17894 wine_fn_config_program schtasks enable_schtasks
install
17895 wine_fn_config_program sdbinst enable_sdbinst
install
17896 wine_fn_config_program secedit enable_secedit
install
17897 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17898 wine_fn_config_program services enable_services clean
,install
17899 wine_fn_config_test programs
/services
/tests services.exe_test
17900 wine_fn_config_program spoolsv enable_spoolsv
install
17901 wine_fn_config_program start enable_start
install,po
17902 wine_fn_config_program svchost enable_svchost
install
17903 wine_fn_config_program systeminfo enable_systeminfo
install
17904 wine_fn_config_program taskkill enable_taskkill
install,po
17905 wine_fn_config_program tasklist enable_tasklist
install
17906 wine_fn_config_program taskmgr enable_taskmgr
install,po
17907 wine_fn_config_program termsv enable_termsv
install
17908 wine_fn_config_program uninstaller enable_uninstaller
install,po
17909 wine_fn_config_program unlodctr enable_unlodctr
install
17910 wine_fn_config_program view enable_view
install,po
17911 wine_fn_config_program wevtutil enable_wevtutil
install
17912 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
17913 wine_fn_config_program winebrowser enable_winebrowser
install
17914 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
17915 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
17916 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
17917 wine_fn_config_program winedevice enable_winedevice
install
17918 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
17919 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
17920 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
17921 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
17922 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
17923 wine_fn_config_program winetest enable_winetest clean
17924 wine_fn_config_program winevdm enable_win16
install
17925 wine_fn_config_program winhelp.exe16 enable_win16
install
17926 wine_fn_config_program winhlp32 enable_winhlp32
install,po
17927 wine_fn_config_program winoldap.mod16 enable_win16
install
17928 wine_fn_config_program winver enable_winver
install
17929 wine_fn_config_program wmic enable_wmic
install,po
17930 wine_fn_config_program wordpad enable_wordpad
install,po
17931 wine_fn_config_program
write enable_write
install,po
17932 wine_fn_config_program wscript enable_wscript clean
,install
17933 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
17934 wine_fn_config_program wusa enable_wusa
install
17935 wine_fn_config_program xcopy enable_xcopy
install,po
17936 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
17937 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
17938 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
17939 wine_fn_config_tool tools
/sfnt2fon clean
17940 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
17941 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
17942 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
17943 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
17944 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
17945 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
17997 wine_fn_ignore_file
".gitignore"
17998 wine_fn_ignore_file
"Makefile"
17999 wine_fn_ignore_file
"TAGS"
18000 wine_fn_ignore_file
"tags"
18001 wine_fn_ignore_file
"autom4te.cache"
18002 wine_fn_ignore_file
"config.cache"
18003 wine_fn_ignore_file
"config.log"
18004 wine_fn_ignore_file
"config.status"
18005 wine_fn_ignore_file
"configure.lineno"
18006 wine_fn_ignore_file
"include/config.h"
18007 wine_fn_ignore_file
"include/stamp-h"
18008 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18010 if test "x$enable_tools" != xno
18012 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18013 ac_config_commands
="$ac_config_commands tools/makedep"
18017 ac_config_commands
="$ac_config_commands Makefile"
18020 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18024 if test "x$enable_maintainer_mode" = xyes
18026 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18027 autoconf --warnings=all
18028 include/config.h.in: include/stamp-h.in
18029 include/stamp-h.in: configure.ac aclocal.m4
18030 autoheader --warnings=all
18031 @echo timestamp > \$@"
18034 if test "x$with_gettextpo" = xyes
18036 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18037 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18038 \$(LINGUAS:%=po/%.po): po/wine.pot
18039 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18040 po/wine.pot: \$(ALL_POT_FILES)
18041 msgcat -o \$@ \$(ALL_POT_FILES)"
18044 if test "$MSGFMT" != false
18046 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18048 \$(RM) \$(LINGUAS:%=po/%.mo)"
18051 test "$srcdir" = . || posrc
="$srcdir/po"
18054 wine_fn_ignore_file
"po/$i.mo"
18055 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18056 \$(MSGFMT) -o \$@ $posrc/$i.po"
18062 if test "x$enable_tools" != xno
18064 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18065 @./config.status tools/makedep
18066 Makefile: tools/makedep$ac_exeext
18068 \$(RM) tools/makedep$ac_exeext"
18070 wine_fn_append_rule
"\$(MAKEDEP):
18071 @echo \"You need to run make in $TOOLSDIR first\" && false"
18074 if test -n "$with_wine64"
18076 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18077 fonts server tools:
18078 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18079 $with_wine64/loader/wine:
18080 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18081 $with_wine64/loader/wine-preloader:
18082 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18084 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18086 as_fn_append LOADER_RULES
"
18087 install install-lib:: wine.inf install-man-pages
18088 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18089 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18092 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18096 if test "$srcdir" = .
18098 ac_config_commands
="$ac_config_commands .gitignore"
18102 $as_echo " done" >&6
18103 cat >confcache
<<\_ACEOF
18104 # This file is a shell script that caches the results of configure
18105 # tests run on this system so they can be shared between configure
18106 # scripts and configure runs, see configure's option --config-cache.
18107 # It is not useful on other systems. If it contains results you don't
18108 # want to keep, you may remove or edit it.
18110 # config.status only pays attention to the cache file if you give it
18111 # the --recheck option to rerun configure.
18113 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18114 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18115 # following values.
18119 # The following way of writing the cache mishandles newlines in values,
18120 # but we know of no workaround that is simple, portable, and efficient.
18121 # So, we kill variables containing newlines.
18122 # Ultrix sh set writes to stderr and can't be redirected directly,
18123 # and sets the high bit in the cache file unless we assign to the vars.
18125 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18126 eval ac_val
=\$
$ac_var
18130 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18131 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18134 _ | IFS | as_nl
) ;; #(
18135 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18136 *) { eval $ac_var=; unset $ac_var;} ;;
18142 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18143 *${as_nl}ac_space
=\
*)
18144 # `set' does not quote correctly, so add quotes: double-quote
18145 # substitution turns \\\\ into \\, and sed turns \\ into \.
18148 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18151 # `set' quotes correctly as required by POSIX, so do not add quotes.
18152 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18161 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18163 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18165 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18166 if test -w "$cache_file"; then
18167 if test "x$cache_file" != "x/dev/null"; then
18168 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18169 $as_echo "$as_me: updating cache $cache_file" >&6;}
18170 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18171 cat confcache
>"$cache_file"
18173 case $cache_file in #(
18175 mv -f confcache
"$cache_file"$$
&&
18176 mv -f "$cache_file"$$
"$cache_file" ;; #(
18178 mv -f confcache
"$cache_file" ;;
18183 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18184 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18189 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18190 # Let make expand exec_prefix.
18191 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18193 DEFS
=-DHAVE_CONFIG_H
18198 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18199 # 1. Remove the extension, and $U if already installed.
18200 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18201 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18202 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18203 # will be set to the directory where LIBOBJS objects are built.
18204 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18205 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18207 LIBOBJS
=$ac_libobjs
18209 LTLIBOBJS
=$ac_ltlibobjs
18213 : "${CONFIG_STATUS=./config.status}"
18215 ac_clean_files_save
=$ac_clean_files
18216 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18217 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18218 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18220 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18222 # Generated by $as_me.
18223 # Run this file to recreate the current configuration.
18224 # Compiler output produced by configure, useful for debugging
18225 # configure, is in config.log if it exists.
18228 ac_cs_recheck=false
18231 SHELL=\${CONFIG_SHELL-$SHELL}
18234 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18235 ## -------------------- ##
18236 ## M4sh Initialization. ##
18237 ## -------------------- ##
18239 # Be more Bourne compatible
18240 DUALCASE
=1; export DUALCASE
# for MKS sh
18241 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18244 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18245 # is contrary to our usage. Disable this feature.
18246 alias -g '${1+"$@"}'='"$@"'
18247 setopt NO_GLOB_SUBST
18249 case `(set -o) 2>/dev/null` in #(
18261 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18262 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18263 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18264 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18265 # Prefer a ksh shell builtin over an external printf program on Solaris,
18266 # but without wasting forks for bash or zsh.
18267 if test -z "$BASH_VERSION$ZSH_VERSION" \
18268 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18269 as_echo='print
-r --'
18270 as_echo_n='print
-rn --'
18271 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18272 as_echo='printf %s
\n'
18273 as_echo_n='printf %s
'
18275 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18276 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18277 as_echo_n='/usr
/ucb
/echo -n'
18279 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18280 as_echo_n_body='eval
18284 expr "X$arg" : "X\\(.*\\)$as_nl";
18285 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18287 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18289 export as_echo_n_body
18290 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18292 export as_echo_body
18293 as_echo='sh
-c $as_echo_body as_echo
'
18296 # The user is always right.
18297 if test "${PATH_SEPARATOR+set}" != set; then
18299 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18300 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18307 # We need space, tab and new line, in precisely that order. Quoting is
18308 # there to prevent editors from complaining about space-tab.
18309 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18310 # splitting by setting IFS to empty value.)
18313 # Find who we are. Look in the path if we contain no directory separator.
18316 *[\\/]* ) as_myself=$0 ;;
18317 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18318 for as_dir in $PATH
18321 test -z "$as_dir" && as_dir=.
18322 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18328 # We did not find ourselves, most probably we were run as `sh COMMAND'
18329 # in which case we are not to be found in the path.
18330 if test "x$as_myself" = x
; then
18333 if test ! -f "$as_myself"; then
18334 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18338 # Unset variables that we do not need and which cause bugs (e.g. in
18339 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18340 # suppresses any "Segmentation fault" message there. '((' could
18341 # trigger a bug in pdksh 5.2.14.
18342 for as_var
in BASH_ENV ENV MAIL MAILPATH
18343 do eval test x\
${$as_var+set} = xset \
18344 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18357 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18360 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18361 # ----------------------------------------
18362 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18363 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18364 # script with STATUS, using 1 if that was 0.
18367 as_status
=$1; test $as_status -eq 0 && as_status
=1
18369 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18370 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18372 $as_echo "$as_me: error: $2" >&2
18373 as_fn_exit
$as_status
18377 # as_fn_set_status STATUS
18378 # -----------------------
18379 # Set $? to STATUS, without forking.
18380 as_fn_set_status
()
18383 } # as_fn_set_status
18385 # as_fn_exit STATUS
18386 # -----------------
18387 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18391 as_fn_set_status
$1
18397 # Portably unset VAR.
18400 { eval $1=; unset $1;}
18402 as_unset
=as_fn_unset
18403 # as_fn_append VAR VALUE
18404 # ----------------------
18405 # Append the text in VALUE to the end of the definition contained in VAR. Take
18406 # advantage of any shell optimizations that allow amortized linear growth over
18407 # repeated appends, instead of the typical quadratic growth present in naive
18409 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18410 eval 'as_fn_append ()
18421 # as_fn_arith ARG...
18422 # ------------------
18423 # Perform arithmetic evaluation on the ARGs, and store the result in the
18424 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18425 # must be portable across $(()) and expr.
18426 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18427 eval 'as_fn_arith ()
18434 as_val
=`expr "$@" || test $? -eq 1`
18439 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18440 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18446 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18447 as_basename
=basename
18452 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18458 as_me
=`$as_basename -- "$0" ||
18459 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18460 X"$0" : 'X\(//\)$' \| \
18461 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18463 sed '/^.*\/\([^/][^/]*\)\/*$/{
18477 # Avoid depending upon Character Ranges.
18478 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18479 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18480 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18481 as_cr_digits
='0123456789'
18482 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18484 ECHO_C
= ECHO_N
= ECHO_T
=
18485 case `echo -n x` in #(((((
18487 case `echo 'xy\c'` in
18488 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18490 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18497 rm -f conf$$ conf$$.exe conf$$.
file
18498 if test -d conf$$.dir
; then
18499 rm -f conf$$.dir
/conf$$.
file
18502 mkdir conf$$.dir
2>/dev
/null
18504 if (echo >conf$$.
file) 2>/dev
/null
; then
18505 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18507 # ... but there are two gotchas:
18508 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18509 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18510 # In both cases, we have to default to `cp -pR'.
18511 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18513 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18521 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18522 rmdir conf$$.dir
2>/dev
/null
18527 # Create "$as_dir" as a directory, including parents if necessary.
18532 -*) as_dir
=.
/$as_dir;;
18534 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18538 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18539 *) as_qdir
=$as_dir;;
18541 as_dirs
="'$as_qdir' $as_dirs"
18542 as_dir
=`$as_dirname -- "$as_dir" ||
18543 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18544 X"$as_dir" : 'X\(//\)[^/]' \| \
18545 X"$as_dir" : 'X\(//\)$' \| \
18546 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18547 $as_echo X"$as_dir" |
18548 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18552 /^X\(\/\/\)[^/].*/{
18565 test -d "$as_dir" && break
18567 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18568 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18572 if mkdir
-p .
2>/dev
/null
; then
18573 as_mkdir_p
='mkdir -p "$as_dir"'
18575 test -d .
/-p && rmdir .
/-p
18580 # as_fn_executable_p FILE
18581 # -----------------------
18582 # Test if FILE is an executable regular file.
18583 as_fn_executable_p
()
18585 test -f "$1" && test -x "$1"
18586 } # as_fn_executable_p
18587 as_test_x
='test -x'
18588 as_executable_p
=as_fn_executable_p
18590 # Sed expression to map a string onto a valid CPP name.
18591 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18593 # Sed expression to map a string onto a valid variable name.
18594 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18598 ## ----------------------------------- ##
18599 ## Main body of $CONFIG_STATUS script. ##
18600 ## ----------------------------------- ##
18602 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18604 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18605 # Save the log message, to keep $0 and so on meaningful, and to
18606 # report actual input values of CONFIG_FILES etc. instead of their
18607 # values after options handling.
18609 This file was extended by Wine $as_me 1.7.48, which was
18610 generated by GNU Autoconf 2.69. Invocation command line was
18612 CONFIG_FILES = $CONFIG_FILES
18613 CONFIG_HEADERS = $CONFIG_HEADERS
18614 CONFIG_LINKS = $CONFIG_LINKS
18615 CONFIG_COMMANDS = $CONFIG_COMMANDS
18618 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18623 case $ac_config_files in *"
18624 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18627 case $ac_config_headers in *"
18628 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18632 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18633 # Files that config.status was made for.
18634 config_files="$ac_config_files"
18635 config_headers="$ac_config_headers"
18636 config_links="$ac_config_links"
18637 config_commands="$ac_config_commands"
18641 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18643 \`$as_me' instantiates files and other configuration actions
18644 from templates according to the current configuration. Unless the files
18645 and actions are specified as TAGs, all are instantiated by default.
18647 Usage: $0 [OPTION]... [TAG]...
18649 -h, --help print this help, then exit
18650 -V, --version print version number and configuration settings, then exit
18651 --config print configuration, then exit
18652 -q, --quiet, --silent
18653 do not print progress messages
18654 -d, --debug don't remove temporary files
18655 --recheck update $as_me by reconfiguring in the same conditions
18656 --file=FILE[:TEMPLATE]
18657 instantiate the configuration file FILE
18658 --header=FILE[:TEMPLATE]
18659 instantiate the configuration header FILE
18661 Configuration files:
18664 Configuration headers:
18667 Configuration links:
18670 Configuration commands:
18673 Report bugs to <wine-devel@winehq.org>.
18674 Wine home page: <http://www.winehq.org>."
18677 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18678 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18680 Wine config.status 1.7.48
18681 configured by $0, generated by GNU Autoconf 2.69,
18682 with options \\"\$ac_cs_config\\"
18684 Copyright (C) 2012 Free Software Foundation, Inc.
18685 This config.status script is free software; the Free Software Foundation
18686 gives unlimited permission to copy, distribute and modify it."
18690 test -n "\$AWK" || AWK=awk
18693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18694 # The default lists apply if the user does not specify any file.
18700 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18701 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18705 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18717 # Handling of the options.
18718 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18720 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18721 $as_echo "$ac_cs_version"; exit ;;
18722 --config |
--confi |
--conf |
--con |
--co |
--c )
18723 $as_echo "$ac_cs_config"; exit ;;
18724 --debug |
--debu |
--deb |
--de |
--d |
-d )
18726 --file |
--fil |
--fi |
--f )
18729 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18730 '') as_fn_error $?
"missing file argument" ;;
18732 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18733 ac_need_defaults
=false
;;
18734 --header |
--heade |
--head |
--hea )
18737 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18739 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18740 ac_need_defaults
=false
;;
18742 # Conflict between --help and --header
18743 as_fn_error $?
"ambiguous option: \`$1'
18744 Try \`$0 --help' for more information.";;
18745 --help |
--hel |
-h )
18746 $as_echo "$ac_cs_usage"; exit ;;
18747 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18748 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18751 # This is an error.
18752 -*) as_fn_error $?
"unrecognized option: \`$1'
18753 Try \`$0 --help' for more information." ;;
18755 *) as_fn_append ac_config_targets
" $1"
18756 ac_need_defaults
=false
;;
18762 ac_configure_extra_args
=
18764 if $ac_cs_silent; then
18766 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18771 if \$ac_cs_recheck; then
18772 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18774 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18775 CONFIG_SHELL='$SHELL'
18776 export CONFIG_SHELL
18781 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18785 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18786 ## Running $as_me. ##
18792 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18796 wine_fn_output_makedep ()
18798 as_dir=tools; as_fn_mkdir_p
18799 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18801 wine_fn_output_makefile ()
18803 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18804 `cat $wine_rules_file`
18806 as_fn_error $? "could not create Makefile" "$LINENO" 5
18808 wine_fn_output_gitignore ()
18810 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18813 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18818 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18820 # Handling of arguments.
18821 for ac_config_target
in $ac_config_targets
18823 case $ac_config_target in
18824 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18825 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18826 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18827 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18828 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18829 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18830 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18831 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18832 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18833 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18834 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
18835 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18836 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18837 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18839 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18844 # If the user did not use the arguments to specify the items to instantiate,
18845 # then the envvar interface is used. Set only those that are not.
18846 # We use the long form for the default assignment because of an extremely
18847 # bizarre bug on SunOS 4.1.3.
18848 if $ac_need_defaults; then
18849 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18850 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18851 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18852 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18855 # Have a temporary directory for convenience. Make it in the build tree
18856 # simply because there is no reason against having it here, and in addition,
18857 # creating and moving files from /tmp can sometimes cause problems.
18858 # Hook for its removal unless debugging.
18859 # Note that there is a small window in which the directory will not be cleaned:
18860 # after its creation but before its name has been assigned to `$tmp'.
18864 trap 'exit_status=$?
18865 : "${ac_tmp:=$tmp}"
18866 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18868 trap 'as_fn_exit 1' 1 2 13 15
18870 # Create a (secure) tmp directory for tmp files.
18873 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18877 tmp
=.
/conf$$
-$RANDOM
18878 (umask 077 && mkdir
"$tmp")
18879 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18882 # Set up the scripts for CONFIG_FILES section.
18883 # No need to generate them if there are no CONFIG_FILES.
18884 # This happens for instance with `./config.status config.h'.
18885 if test -n "$CONFIG_FILES"; then
18888 ac_cr
=`echo X | tr X '\015'`
18889 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18890 # But we know of no other shell where ac_cr would be empty at this
18891 # point, so we can use a bashism as a fallback.
18892 if test "x$ac_cr" = x
; then
18893 eval ac_cr
=\$
\'\\r
\'
18895 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18896 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18899 ac_cs_awk_cr
=$ac_cr
18902 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18907 echo "cat >conf$$subs.awk <<_ACEOF" &&
18908 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18910 } >conf$$subs.sh ||
18911 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18912 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18914 for ac_last_try in false false false false false :; do
18915 . ./conf$$subs.sh ||
18916 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18918 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18919 if test $ac_delim_n = $ac_delim_num; then
18921 elif $ac_last_try; then
18922 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18924 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18927 rm -f conf$$subs.sh
18929 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18930 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18934 s/^/S["/; s
/!.
*/"]=/
18944 s/\(.\{148\}\)..*/\1/
18946 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18951 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18958 s/\(.\{148\}\)..*/\1/
18960 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18964 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18969 ' <conf$$subs.awk | sed '
18974 ' >>$CONFIG_STATUS || ac_write_fail=1
18975 rm -f conf$$subs.awk
18976 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18978 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18979 for (key in S) S_is_set[key] = 1
18985 nfields = split(line, field, "@
")
18987 len = length(field[1])
18988 for (i = 2; i < nfields; i++) {
18990 keylen = length(key)
18991 if (S_is_set[key]) {
18993 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18994 len += length(value) + length(field[++i])
19005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19006 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19007 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19010 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19011 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19014 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19015 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19016 # trailing colons and then remove the whole line if VPATH becomes empty
19017 # (actually we leave an empty line to preserve line numbers).
19018 if test "x
$srcdir" = x.; then
19019 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19037 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19038 fi # test -n "$CONFIG_FILES"
19040 # Set up the scripts for CONFIG_HEADERS section.
19041 # No need to generate them if there are no CONFIG_HEADERS.
19042 # This happens for instance with `./config.status Makefile'.
19043 if test -n "$CONFIG_HEADERS"; then
19044 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19048 # Transform confdefs.h into an awk script `defines.awk', embedded as
19049 # here-document in config.status, that substitutes the proper values into
19050 # config.h.in to produce config.h.
19052 # Create a delimiter string that does not exist in confdefs.h, to ease
19053 # handling of long lines.
19055 for ac_last_try in false false :; do
19056 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19057 if test -z "$ac_tt"; then
19059 elif $ac_last_try; then
19060 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19062 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19066 # For the awk script, D is an array of macro values keyed by name,
19067 # likewise P contains macro parameters if any. Preserve backslash
19068 # newline sequences.
19070 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19072 s/.\{148\}/&'"$ac_delim"'/g
19075 s/^[ ]*#[ ]*define[ ][ ]*/ /
19082 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19084 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19088 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19089 D["\
1"]=" \
3\\\\\\n
"\\/p
19091 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19096 s/.\{148\}/&'"$ac_delim"'/g
19101 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19104 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19106 ' <confdefs.h | sed '
19107 s/'"$ac_delim"'/"\\\
19108 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19110 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19111 for (key in D) D_is_set[key] = 1
19114 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19116 split(line, arg, " ")
19117 if (arg[1] == "#") {
19121 defundef
= substr
(arg
[1], 2)
19124 split(mac1
, mac2
, "(") #)
19126 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19127 if (D_is_set
[macro
]) {
19128 # Preserve the white space surrounding the "#".
19129 print prefix
"define", macro P
[macro
] D
[macro
]
19132 # Replace #undef with comments. This is necessary, for example,
19133 # in the case of _POSIX_SOURCE, which is predefined and required
19134 # on some systems where configure will not decide to define it.
19135 if (defundef
== "undef") {
19136 print
"/*", prefix defundef
, macro
, "*/"
19144 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19145 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19146 fi # test -n "$CONFIG_HEADERS"
19149 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19154 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19156 case $ac_mode$ac_tag in
19158 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19159 :[FH
]-) ac_tag
=-:-;;
19160 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19177 -) ac_f
="$ac_tmp/stdin";;
19178 *) # Look for the file first in the build tree, then in the source tree
19179 # (if the path is not absolute). The absolute path cannot be DOS-style,
19180 # because $ac_f cannot contain `:'.
19184 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19186 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19188 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19189 as_fn_append ac_file_inputs
" '$ac_f'"
19192 # Let's still pretend it is `configure' which instantiates (i.e., don't
19193 # use $as_me), people would be surprised to read:
19194 # /* config.h. Generated by config.status. */
19195 configure_input
='Generated from '`
19196 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19198 if test x
"$ac_file" != x-
; then
19199 configure_input
="$ac_file. $configure_input"
19200 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19201 $as_echo "$as_me: creating $ac_file" >&6;}
19203 # Neutralize special characters interpreted by sed in replacement strings.
19204 case $configure_input in #(
19205 *\
&* |
*\|
* |
*\\* )
19206 ac_sed_conf_input
=`$as_echo "$configure_input" |
19207 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19208 *) ac_sed_conf_input
=$configure_input;;
19212 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19213 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19218 ac_dir
=`$as_dirname -- "$ac_file" ||
19219 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19220 X"$ac_file" : 'X\(//\)[^/]' \| \
19221 X"$ac_file" : 'X\(//\)$' \| \
19222 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19223 $as_echo X"$ac_file" |
19224 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19228 /^X\(\/\/\)[^/].*/{
19241 as_dir
="$ac_dir"; as_fn_mkdir_p
19245 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19247 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19248 # A ".." for each directory in $ac_dir_suffix.
19249 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19250 case $ac_top_builddir_sub in
19251 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19252 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19255 ac_abs_top_builddir
=$ac_pwd
19256 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19257 # for backward compatibility:
19258 ac_top_builddir
=$ac_top_build_prefix
19261 .
) # We are building in place.
19263 ac_top_srcdir
=$ac_top_builddir_sub
19264 ac_abs_top_srcdir
=$ac_pwd ;;
19265 [\\/]* | ?
:[\\/]* ) # Absolute name.
19266 ac_srcdir
=$srcdir$ac_dir_suffix;
19267 ac_top_srcdir
=$srcdir
19268 ac_abs_top_srcdir
=$srcdir ;;
19269 *) # Relative name.
19270 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19271 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19272 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19274 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19285 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19286 # If the template does not know about datarootdir, expand it.
19287 # FIXME: This hack should be removed a few years after 2.60.
19288 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19299 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19300 *datarootdir
*) ac_datarootdir_seen
=yes;;
19301 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19302 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19303 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19305 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19306 ac_datarootdir_hack='
19307 s&@datadir@&$datadir&g
19308 s&@docdir@&$docdir&g
19309 s&@infodir@&$infodir&g
19310 s&@localedir@&$localedir&g
19311 s&@mandir@&$mandir&g
19312 s&\\\${datarootdir}&$datarootdir&g' ;;
19316 # Neutralize VPATH when `$srcdir' = `.'.
19317 # Shell code in configure.ac might set extrasub.
19318 # FIXME: do we really want to maintain this feature?
19319 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19320 ac_sed_extra="$ac_vpsub
19323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19325 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19326 s|@configure_input@|
$ac_sed_conf_input|
;t t
19327 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19328 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19329 s
&@srcdir@
&$ac_srcdir&;t t
19330 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19331 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19332 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19333 s
&@builddir@
&$ac_builddir&;t t
19334 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19335 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19336 $ac_datarootdir_hack
19338 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19339 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19341 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19342 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19343 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19344 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19345 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19346 which seems to be undefined. Please make sure it is defined" >&5
19347 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19348 which seems to be undefined. Please make sure it is defined" >&2;}
19350 rm -f "$ac_tmp/stdin"
19352 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19353 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19355 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19361 if test x"$ac_file" != x-; then
19363 $as_echo "/* $configure_input */" \
19364 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19365 } >"$ac_tmp/config.h" \
19366 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19367 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19368 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19369 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19372 mv "$ac_tmp/config.h" "$ac_file" \
19373 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19376 $as_echo "/* $configure_input */" \
19377 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19378 || as_fn_error $? "could not create -" "$LINENO" 5
19386 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19389 # Prefer the file from the source tree if names are identical.
19390 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19391 ac_source=$srcdir/$ac_source
19394 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19395 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19397 if test ! -r "$ac_source"; then
19398 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19402 # Try a relative symlink, then a hard link, then a copy.
19404 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19405 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19407 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19408 ln "$ac_source" "$ac_file" 2>/dev/null ||
19409 cp -p "$ac_source" "$ac_file" ||
19410 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19413 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19414 $as_echo "$as_me: executing $ac_file commands" >&6;}
19419 case $ac_file$ac_mode in
19420 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19421 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19422 "Makefile":C) wine_fn_output_makefile Makefile ;;
19423 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19431 ac_clean_files=$ac_clean_files_save
19433 test $ac_write_fail = 0 ||
19434 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19437 # configure is writing to config.log, and then calls config.status.
19438 # config.status does its own redirection, appending to config.log.
19439 # Unfortunately, on DOS this fails, as config.log is still kept open
19440 # by configure, so config.status won't be able to
write to it
; its
19441 # output is simply discarded. So we exec the FD to /dev/null,
19442 # effectively closing config.log, so it can be properly (re)opened and
19443 # appended to by config.status. When coming back to configure, we
19444 # need to make the FD available again.
19445 if test "$no_create" != yes; then
19447 ac_config_status_args
=
19448 test "$silent" = yes &&
19449 ac_config_status_args
="$ac_config_status_args --quiet"
19451 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19453 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19454 # would make configure fail if this is the last instruction.
19455 $ac_cs_success || as_fn_exit
1
19457 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19458 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19459 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19463 if test "$no_create" = "yes"
19469 if test "x$wine_notices != "x
; then
19472 for msg
in $wine_notices; do
19474 if ${msg:+false} :; then :
19477 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19478 $as_echo "$as_me: $msg" >&6;}
19483 for msg
in $wine_warnings; do
19485 if ${msg:+false} :; then :
19489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19490 $as_echo "$as_me: WARNING: $msg" >&2;}
19496 $as_me: Finished. Do '${ac_make}' to compile Wine.