2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for Wine 1.7.47.
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.47'
584 PACKAGE_STRING
='Wine 1.7.47'
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
1307 enable_windowscodecs
1308 enable_windowscodecsext
1310 enable_winecoreaudio_drv
1312 enable_winegstreamer
1313 enable_winejoystick_drv
1319 enable_wineqtdecoder
1367 enable_documentation
1375 enable_aspnet_regiis
1408 enable_presentationfontcache
1421 enable_servicemodelreg
1442 enable_winemenubuilder
1444 enable_winemsibuilder
1458 ac_precious_vars
='build_alias
1507 # Initialize some variables set by options.
1509 ac_init_version
=false
1510 ac_unrecognized_opts
=
1511 ac_unrecognized_sep
=
1512 # The variables have the same names as the options, with
1513 # dashes changed to underlines.
1514 cache_file
=/dev
/null
1521 program_transform_name
=s
,x
,x
,
1529 # Installation directory options.
1530 # These are left unexpanded so users can "make install exec_prefix=/foo"
1531 # and all the variables that are supposed to be based on exec_prefix
1532 # by default will actually change.
1533 # Use braces instead of parens because sh, perl, etc. also accept them.
1534 # (The list follows the same order as the GNU Coding Standards.)
1535 bindir
='${exec_prefix}/bin'
1536 sbindir
='${exec_prefix}/sbin'
1537 libexecdir
='${exec_prefix}/libexec'
1538 datarootdir
='${prefix}/share'
1539 datadir
='${datarootdir}'
1540 sysconfdir
='${prefix}/etc'
1541 sharedstatedir
='${prefix}/com'
1542 localstatedir
='${prefix}/var'
1543 includedir
='${prefix}/include'
1544 oldincludedir
='/usr/include'
1545 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
1546 infodir
='${datarootdir}/info'
1551 libdir
='${exec_prefix}/lib'
1552 localedir
='${datarootdir}/locale'
1553 mandir
='${datarootdir}/man'
1559 # If the previous option needs an argument, assign it.
1560 if test -n "$ac_prev"; then
1561 eval $ac_prev=\
$ac_option
1567 *=?
*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1572 # Accept the important Cygnus configure options, so we can diagnose typos.
1574 case $ac_dashdash$ac_option in
1578 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
1580 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
1581 bindir
=$ac_optarg ;;
1583 -build |
--build |
--buil |
--bui |
--bu)
1584 ac_prev
=build_alias
;;
1585 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
1586 build_alias
=$ac_optarg ;;
1588 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
1589 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
1590 ac_prev
=cache_file
;;
1591 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
1592 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
1593 cache_file
=$ac_optarg ;;
1595 --config-cache |
-C)
1596 cache_file
=config.cache
;;
1598 -datadir |
--datadir |
--datadi |
--datad)
1600 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
1601 datadir
=$ac_optarg ;;
1603 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
1604 |
--dataroo |
--dataro |
--datar)
1605 ac_prev
=datarootdir
;;
1606 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
1607 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
1608 datarootdir
=$ac_optarg ;;
1610 -disable-* |
--disable-*)
1611 ac_useropt
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1612 # Reject names that are not valid shell variable names.
1613 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1614 as_fn_error $?
"invalid feature name: $ac_useropt"
1615 ac_useropt_orig
=$ac_useropt
1616 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1617 case $ac_user_opts in
1619 "enable_
$ac_useropt"
1621 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1622 ac_unrecognized_sep
=', ';;
1624 eval enable_
$ac_useropt=no
;;
1626 -docdir |
--docdir |
--docdi |
--doc |
--do)
1628 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
1629 docdir
=$ac_optarg ;;
1631 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
1633 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
1634 dvidir
=$ac_optarg ;;
1636 -enable-* |
--enable-*)
1637 ac_useropt
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1638 # Reject names that are not valid shell variable names.
1639 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1640 as_fn_error $?
"invalid feature name: $ac_useropt"
1641 ac_useropt_orig
=$ac_useropt
1642 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1643 case $ac_user_opts in
1645 "enable_
$ac_useropt"
1647 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1648 ac_unrecognized_sep
=', ';;
1650 eval enable_
$ac_useropt=\
$ac_optarg ;;
1652 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
1653 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
1654 |
--exec |
--exe |
--ex)
1655 ac_prev
=exec_prefix
;;
1656 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
1657 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
1658 |
--exec=* |
--exe=* |
--ex=*)
1659 exec_prefix
=$ac_optarg ;;
1661 -gas |
--gas |
--ga |
--g)
1662 # Obsolete; use --with-gas.
1665 -help |
--help |
--hel |
--he |
-h)
1666 ac_init_help
=long
;;
1667 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
1668 ac_init_help
=recursive
;;
1669 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
1670 ac_init_help
=short
;;
1672 -host |
--host |
--hos |
--ho)
1673 ac_prev
=host_alias
;;
1674 -host=* |
--host=* |
--hos=* |
--ho=*)
1675 host_alias
=$ac_optarg ;;
1677 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
1679 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
1681 htmldir
=$ac_optarg ;;
1683 -includedir |
--includedir |
--includedi |
--included |
--include \
1684 |
--includ |
--inclu |
--incl |
--inc)
1685 ac_prev
=includedir
;;
1686 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
1687 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
1688 includedir
=$ac_optarg ;;
1690 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
1692 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
1693 infodir
=$ac_optarg ;;
1695 -libdir |
--libdir |
--libdi |
--libd)
1697 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
1698 libdir
=$ac_optarg ;;
1700 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
1701 |
--libexe |
--libex |
--libe)
1702 ac_prev
=libexecdir
;;
1703 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
1704 |
--libexe=* |
--libex=* |
--libe=*)
1705 libexecdir
=$ac_optarg ;;
1707 -localedir |
--localedir |
--localedi |
--localed |
--locale)
1708 ac_prev
=localedir
;;
1709 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
1710 localedir
=$ac_optarg ;;
1712 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
1713 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
1714 ac_prev
=localstatedir
;;
1715 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1716 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1717 localstatedir
=$ac_optarg ;;
1719 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1721 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1722 mandir
=$ac_optarg ;;
1724 -nfp |
--nfp |
--nf)
1725 # Obsolete; use --without-fp.
1728 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1729 |
--no-cr |
--no-c |
-n)
1732 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1733 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1736 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1737 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1738 |
--oldin |
--oldi |
--old |
--ol |
--o)
1739 ac_prev
=oldincludedir
;;
1740 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1741 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1742 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1743 oldincludedir
=$ac_optarg ;;
1745 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1747 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1748 prefix
=$ac_optarg ;;
1750 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1751 |
--program-pre |
--program-pr |
--program-p)
1752 ac_prev
=program_prefix
;;
1753 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1754 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1755 program_prefix
=$ac_optarg ;;
1757 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1758 |
--program-suf |
--program-su |
--program-s)
1759 ac_prev
=program_suffix
;;
1760 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1761 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1762 program_suffix
=$ac_optarg ;;
1764 -program-transform-name |
--program-transform-name \
1765 |
--program-transform-nam |
--program-transform-na \
1766 |
--program-transform-n |
--program-transform- \
1767 |
--program-transform |
--program-transfor \
1768 |
--program-transfo |
--program-transf \
1769 |
--program-trans |
--program-tran \
1770 |
--progr-tra |
--program-tr |
--program-t)
1771 ac_prev
=program_transform_name
;;
1772 -program-transform-name=* |
--program-transform-name=* \
1773 |
--program-transform-nam=* |
--program-transform-na=* \
1774 |
--program-transform-n=* |
--program-transform-=* \
1775 |
--program-transform=* |
--program-transfor=* \
1776 |
--program-transfo=* |
--program-transf=* \
1777 |
--program-trans=* |
--program-tran=* \
1778 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1779 program_transform_name
=$ac_optarg ;;
1781 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1783 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1784 pdfdir
=$ac_optarg ;;
1786 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1788 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1791 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1792 |
-silent |
--silent |
--silen |
--sile |
--sil)
1795 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1797 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1799 sbindir
=$ac_optarg ;;
1801 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1802 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1803 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1805 ac_prev
=sharedstatedir
;;
1806 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1807 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1808 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1810 sharedstatedir
=$ac_optarg ;;
1812 -site |
--site |
--sit)
1814 -site=* |
--site=* |
--sit=*)
1817 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1819 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1820 srcdir
=$ac_optarg ;;
1822 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1823 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1824 ac_prev
=sysconfdir
;;
1825 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1826 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1827 sysconfdir
=$ac_optarg ;;
1829 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1830 ac_prev
=target_alias
;;
1831 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1832 target_alias
=$ac_optarg ;;
1834 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1837 -version |
--version |
--versio |
--versi |
--vers |
-V)
1838 ac_init_version
=: ;;
1841 ac_useropt
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1842 # Reject names that are not valid shell variable names.
1843 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1844 as_fn_error $?
"invalid package name: $ac_useropt"
1845 ac_useropt_orig
=$ac_useropt
1846 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1847 case $ac_user_opts in
1851 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1852 ac_unrecognized_sep
=', ';;
1854 eval with_
$ac_useropt=\
$ac_optarg ;;
1856 -without-* |
--without-*)
1857 ac_useropt
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1858 # Reject names that are not valid shell variable names.
1859 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev
/null
&&
1860 as_fn_error $?
"invalid package name: $ac_useropt"
1861 ac_useropt_orig
=$ac_useropt
1862 ac_useropt
=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1863 case $ac_user_opts in
1867 *) ac_unrecognized_opts
="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1868 ac_unrecognized_sep
=', ';;
1870 eval with_
$ac_useropt=no
;;
1873 # Obsolete; use --with-x.
1876 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1877 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1878 ac_prev
=x_includes
;;
1879 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1880 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1881 x_includes
=$ac_optarg ;;
1883 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1884 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1885 ac_prev
=x_libraries
;;
1886 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1887 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1888 x_libraries
=$ac_optarg ;;
1890 -*) as_fn_error $?
"unrecognized option: \`$ac_option'
1891 Try \`$0 --help' for more information"
1895 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1896 # Reject names that are not valid shell variable names.
1897 case $ac_envvar in #(
1898 '' |
[0-9]* |
*[!_
$as_cr_alnum]* )
1899 as_fn_error $?
"invalid variable name: \`$ac_envvar'" ;;
1901 eval $ac_envvar=\
$ac_optarg
1902 export $ac_envvar ;;
1905 # FIXME: should be removed in autoconf 3.0.
1906 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1907 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1908 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1909 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1915 if test -n "$ac_prev"; then
1916 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1917 as_fn_error $?
"missing argument to $ac_option"
1920 if test -n "$ac_unrecognized_opts"; then
1921 case $enable_option_checking in
1923 fatal
) as_fn_error $?
"unrecognized options: $ac_unrecognized_opts" ;;
1924 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1928 # Check all directory arguments for consistency.
1929 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1930 datadir sysconfdir sharedstatedir localstatedir includedir \
1931 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1932 libdir localedir mandir
1934 eval ac_val
=\$
$ac_var
1935 # Remove trailing slashes.
1938 ac_val
=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1939 eval $ac_var=\
$ac_val;;
1941 # Be sure to have absolute directory names.
1943 [\\/$
]* | ?
:[\\/]* ) continue;;
1944 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1946 as_fn_error $?
"expected an absolute directory name for --$ac_var: $ac_val"
1949 # There might be people who depend on the old broken behavior: `$host'
1950 # used to hold the argument of --host etc.
1951 # FIXME: To remove some day.
1954 target
=$target_alias
1956 # FIXME: To remove some day.
1957 if test "x$host_alias" != x
; then
1958 if test "x$build_alias" = x
; then
1959 cross_compiling
=maybe
1960 elif test "x$build_alias" != "x$host_alias"; then
1966 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1968 test "$silent" = yes && exec 6>/dev
/null
1971 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1972 ac_ls_di
=`ls -di .` &&
1973 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1974 as_fn_error $?
"working directory cannot be determined"
1975 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1976 as_fn_error $?
"pwd does not report name of working directory"
1979 # Find the source files, if location was not specified.
1980 if test -z "$srcdir"; then
1981 ac_srcdir_defaulted
=yes
1982 # Try the directory containing this script, then the parent directory.
1983 ac_confdir
=`$as_dirname -- "$as_myself" ||
1984 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1985 X"$as_myself" : 'X\(//\)[^/]' \| \
1986 X"$as_myself" : 'X\(//\)$' \| \
1987 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1988 $as_echo X"$as_myself" |
1989 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2007 if test ! -r "$srcdir/$ac_unique_file"; then
2011 ac_srcdir_defaulted
=no
2013 if test ! -r "$srcdir/$ac_unique_file"; then
2014 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
2015 as_fn_error $?
"cannot find sources ($ac_unique_file) in $srcdir"
2017 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
2019 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
2021 # When building in place, set srcdir=.
2022 if test "$ac_abs_confdir" = "$ac_pwd"; then
2025 # Remove unnecessary trailing slashes from srcdir.
2026 # Double slashes in file names in object file debugging info
2027 # mess up M-x gdb in Emacs.
2029 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
2031 for ac_var
in $ac_precious_vars; do
2032 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
2033 eval ac_env_
${ac_var}_value
=\$
${ac_var}
2034 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
2035 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
2039 # Report the --help message.
2041 if test "$ac_init_help" = "long"; then
2042 # Omit some internal or obsolete options to make the list less imposing.
2043 # This message is too long to be a string in the A/UX 3.1 sh.
2045 \`configure' configures Wine 1.7.47 to adapt to many kinds of systems.
2047 Usage: $0 [OPTION]... [VAR=VALUE]...
2049 To assign environment variables (e.g., CC, CFLAGS...), specify them as
2050 VAR=VALUE. See below for descriptions of some of the useful variables.
2052 Defaults for the options are specified in brackets.
2055 -h, --help display this help and exit
2056 --help=short display options specific to this package
2057 --help=recursive display the short help of all the included packages
2058 -V, --version display version information and exit
2059 -q, --quiet, --silent do not print \`checking ...' messages
2060 --cache-file=FILE cache test results in FILE [disabled]
2061 -C, --config-cache alias for \`--cache-file=config.cache'
2062 -n, --no-create do not create output files
2063 --srcdir=DIR find the sources in DIR [configure dir or \`..']
2065 Installation directories:
2066 --prefix=PREFIX install architecture-independent files in PREFIX
2067 [$ac_default_prefix]
2068 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
2071 By default, \`make install' will install all the files in
2072 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
2073 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
2074 for instance \`--prefix=\$HOME'.
2076 For better control, use the options below.
2078 Fine tuning of the installation directories:
2079 --bindir=DIR user executables [EPREFIX/bin]
2080 --sbindir=DIR system admin executables [EPREFIX/sbin]
2081 --libexecdir=DIR program executables [EPREFIX/libexec]
2082 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2083 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2084 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
2085 --libdir=DIR object code libraries [EPREFIX/lib]
2086 --includedir=DIR C header files [PREFIX/include]
2087 --oldincludedir=DIR C header files for non-gcc [/usr/include]
2088 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
2089 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
2090 --infodir=DIR info documentation [DATAROOTDIR/info]
2091 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
2092 --mandir=DIR man documentation [DATAROOTDIR/man]
2093 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
2094 --htmldir=DIR html documentation [DOCDIR]
2095 --dvidir=DIR dvi documentation [DOCDIR]
2096 --pdfdir=DIR pdf documentation [DOCDIR]
2097 --psdir=DIR ps documentation [DOCDIR]
2103 --x-includes=DIR X include files are
in DIR
2104 --x-libraries=DIR X library files are
in DIR
2107 --build=BUILD configure
for building on BUILD
[guessed
]
2108 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
2112 if test -n "$ac_init_help"; then
2113 case $ac_init_help in
2114 short | recursive
) echo "Configuration of Wine 1.7.47:";;
2119 --disable-option-checking ignore unrecognized
--enable/--with options
2120 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
2121 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
2122 --disable-win16 do not include Win16 support
2123 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
2125 --disable-tests do not build the regression tests
2126 --enable-maintainer-mode
2127 enable maintainer-specific build rules
2128 --disable-largefile omit support for large files
2131 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
2132 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
2133 --without-alsa do not use the Alsa sound support
2134 --without-capi do not use CAPI (ISDN support)
2135 --without-cms do not use CMS (color management support)
2136 --without-coreaudio do not use the CoreAudio sound support
2137 --without-cups do not use CUPS
2138 --without-curses do not use (n)curses
2139 --without-dbus do not use DBus (dynamic device support)
2140 --without-fontconfig do not use fontconfig
2141 --without-freetype do not use the FreeType library
2142 --without-gettext do not use gettext
2143 --with-gettextpo use the GetTextPO library to rebuild po files
2144 --without-gphoto do not use gphoto (Digital Camera support)
2145 --without-glu do not use the GLU library
2146 --without-gnutls do not use GnuTLS (schannel support)
2147 --without-gsm do not use libgsm (GSM 06.10 codec support)
2148 --without-gstreamer do not use GStreamer (codecs support)
2149 --without-hal do not use HAL (dynamic device support)
2150 --without-jpeg do not use JPEG
2151 --without-ldap do not use LDAP
2152 --without-mpg123 do not use the mpg123 library
2153 --without-netapi do not use the Samba NetAPI library
2154 --without-openal do not use OpenAL
2155 --without-opencl do not use OpenCL
2156 --without-opengl do not use OpenGL
2157 --without-osmesa do not use the OSMesa library
2158 --without-oss do not use the OSS sound support
2159 --without-pcap do not use the Packet Capture library
2160 --without-png do not use PNG
2161 --without-pthread do not use the pthread library
2162 --without-sane do not use SANE (scanner support)
2163 --without-tiff do not use TIFF
2164 --without-v4l do not use v4l1 (v4l support)
2165 --without-xcomposite do not use the Xcomposite extension
2166 --without-xcursor do not use the Xcursor extension
2167 --without-xinerama do not use Xinerama (multi-monitor support)
2168 --without-xinput do not use the Xinput extension
2169 --without-xinput2 do not use the Xinput 2 extension
2170 --without-xml do not use XML
2171 --without-xrandr do not use Xrandr (resolution changes)
2172 --without-xrender do not use the Xrender extension
2173 --without-xshape do not use the Xshape extension
2174 --without-xshm do not use XShm (shared memory extension)
2175 --without-xslt do not use XSLT
2176 --without-xxf86vm do not use XFree video mode extension
2177 --without-zlib do not use Zlib (data compression)
2178 --with-wine-tools=DIR use Wine tools from directory DIR
2179 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
2180 --with-x use the X Window System
2182 Some influential environment variables:
2183 CC C compiler command
2184 CFLAGS C compiler flags
2185 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
2186 nonstandard directory <lib dir>
2187 LIBS libraries to pass to the linker, e.g. -l<library>
2188 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
2189 you have headers in a nonstandard directory <include dir>
2190 CXX C++ compiler command
2191 CXXFLAGS C++ compiler flags
2193 XMKMF Path to xmkmf, Makefile generator for X Window System
2194 XML2_CFLAGS C compiler flags for libxml-2.0, overriding pkg-config
2195 XML2_LIBS Linker flags for libxml-2.0, overriding pkg-config
2196 XSLT_CFLAGS C compiler flags for libxslt, overriding pkg-config
2197 XSLT_LIBS Linker flags for libxslt, overriding pkg-config
2198 DBUS_CFLAGS C compiler flags for dbus-1, overriding pkg-config
2199 DBUS_LIBS Linker flags for dbus-1, overriding pkg-config
2200 HAL_CFLAGS C compiler flags for hal, overriding pkg-config
2201 HAL_LIBS Linker flags for hal, overriding pkg-config
2203 C compiler flags for gnutls, overriding pkg-config
2204 GNUTLS_LIBS Linker flags for gnutls, overriding pkg-config
2205 SANE_CFLAGS C compiler flags for libsane, overriding pkg-config
2206 SANE_LIBS Linker flags for libsane, overriding pkg-config
2208 C compiler flags for libgphoto2, overriding pkg-config
2210 Linker flags for libgphoto2, overriding pkg-config
2212 C compiler flags for libgphoto2_port, overriding pkg-config
2214 Linker flags for libgphoto2_port, overriding pkg-config
2216 C compiler flags for lcms2, overriding pkg-config
2217 LCMS2_LIBS Linker flags for lcms2, overriding pkg-config
2219 C compiler flags for freetype2, overriding pkg-config
2221 Linker flags for freetype2, overriding pkg-config
2223 C compiler flags for gstreamer-app-0.10, overriding pkg-config
2225 Linker flags for gstreamer-app-0.10, overriding pkg-config
2227 C compiler flags for capi20, overriding pkg-config
2228 CAPI20_LIBS Linker flags for capi20, overriding pkg-config
2230 C compiler flags for fontconfig, overriding pkg-config
2232 Linker flags for fontconfig, overriding pkg-config
2233 JPEG_CFLAGS C compiler flags for libjpeg, overriding pkg-config
2234 JPEG_LIBS Linker flags for libjpeg, overriding pkg-config
2235 PNG_CFLAGS C compiler flags for libpng, overriding pkg-config
2236 PNG_LIBS Linker flags for libpng, overriding pkg-config
2237 TIFF_CFLAGS C compiler flags for libtiff, overriding pkg-config
2238 TIFF_LIBS Linker flags for libtiff, overriding pkg-config
2240 C compiler flags for libmpg123, overriding pkg-config
2241 MPG123_LIBS Linker flags for libmpg123, overriding pkg-config
2243 Use these variables to override the choices made by `configure' or to
help
2244 it to
find libraries and programs with nonstandard names
/locations.
2246 Report bugs to
<wine-devel@winehq.org
>.
2247 Wine home page
: <http
://www.winehq.org
>.
2252 if test "$ac_init_help" = "recursive"; then
2253 # If there are subdirs, report their specific --help.
2254 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
2255 test -d "$ac_dir" ||
2256 { cd "$srcdir" && ac_pwd
=`pwd` && srcdir
=.
&& test -d "$ac_dir"; } ||
2261 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2263 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
2264 # A ".." for each directory in $ac_dir_suffix.
2265 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
2266 case $ac_top_builddir_sub in
2267 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
2268 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
2271 ac_abs_top_builddir
=$ac_pwd
2272 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
2273 # for backward compatibility:
2274 ac_top_builddir
=$ac_top_build_prefix
2277 .
) # We are building in place.
2279 ac_top_srcdir
=$ac_top_builddir_sub
2280 ac_abs_top_srcdir
=$ac_pwd ;;
2281 [\\/]* | ?
:[\\/]* ) # Absolute name.
2282 ac_srcdir
=$srcdir$ac_dir_suffix;
2283 ac_top_srcdir
=$srcdir
2284 ac_abs_top_srcdir
=$srcdir ;;
2286 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
2287 ac_top_srcdir
=$ac_top_build_prefix$srcdir
2288 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
2290 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
2292 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
2293 # Check for guested configure.
2294 if test -f "$ac_srcdir/configure.gnu"; then
2296 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
2297 elif test -f "$ac_srcdir/configure"; then
2299 $SHELL "$ac_srcdir/configure" --help=recursive
2301 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
2303 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
2307 test -n "$ac_init_help" && exit $ac_status
2308 if $ac_init_version; then
2310 Wine configure
1.7.47
2311 generated by GNU Autoconf
2.69
2313 Copyright
(C
) 2012 Free Software Foundation
, Inc.
2314 This configure
script is free software
; the Free Software Foundation
2315 gives unlimited permission to copy
, distribute and modify it.
2320 ## ------------------------ ##
2321 ## Autoconf initialization. ##
2322 ## ------------------------ ##
2324 # ac_fn_c_try_compile LINENO
2325 # --------------------------
2326 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2327 ac_fn_c_try_compile
()
2329 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2330 rm -f conftest.
$ac_objext
2331 if { { ac_try
="$ac_compile"
2333 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2334 *) ac_try_echo=$ac_try;;
2336 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2337 $as_echo "$ac_try_echo"; } >&5
2338 (eval "$ac_compile") 2>conftest.err
2340 if test -s conftest.err; then
2341 grep -v '^ *+' conftest.err >conftest.er1
2342 cat conftest.er1 >&5
2343 mv -f conftest.er1 conftest.err
2345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2346 test $ac_status = 0; } && {
2347 test -z "$ac_c_werror_flag" ||
2348 test ! -s conftest.err
2349 } && test -s conftest.$ac_objext; then :
2352 $as_echo "$as_me: failed program was:" >&5
2353 sed 's/^/| /' conftest.$ac_ext >&5
2357 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2358 as_fn_set_status $ac_retval
2360 } # ac_fn_c_try_compile
2362 # ac_fn_cxx_try_compile LINENO
2363 # ----------------------------
2364 # Try to compile conftest.$ac_ext, and return whether this succeeded.
2365 ac_fn_cxx_try_compile ()
2367 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2368 rm -f conftest.$ac_objext
2369 if { { ac_try="$ac_compile"
2371 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2372 *) ac_try_echo
=$ac_try;;
2374 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2375 $as_echo "$ac_try_echo"; } >&5
2376 (eval "$ac_compile") 2>conftest.err
2378 if test -s conftest.err
; then
2379 grep -v '^ *+' conftest.err
>conftest.er1
2380 cat conftest.er1
>&5
2381 mv -f conftest.er1 conftest.err
2383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2384 test $ac_status = 0; } && {
2385 test -z "$ac_cxx_werror_flag" ||
2386 test ! -s conftest.err
2387 } && test -s conftest.
$ac_objext; then :
2390 $as_echo "$as_me: failed program was:" >&5
2391 sed 's/^/| /' conftest.
$ac_ext >&5
2395 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2396 as_fn_set_status
$ac_retval
2398 } # ac_fn_cxx_try_compile
2400 # ac_fn_c_try_link LINENO
2401 # -----------------------
2402 # Try to link conftest.$ac_ext, and return whether this succeeded.
2405 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2406 rm -f conftest.
$ac_objext conftest
$ac_exeext
2407 if { { ac_try
="$ac_link"
2409 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2410 *) ac_try_echo=$ac_try;;
2412 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2413 $as_echo "$ac_try_echo"; } >&5
2414 (eval "$ac_link") 2>conftest.err
2416 if test -s conftest.err; then
2417 grep -v '^ *+' conftest.err >conftest.er1
2418 cat conftest.er1 >&5
2419 mv -f conftest.er1 conftest.err
2421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2422 test $ac_status = 0; } && {
2423 test -z "$ac_c_werror_flag" ||
2424 test ! -s conftest.err
2425 } && test -s conftest$ac_exeext && {
2426 test "$cross_compiling" = yes ||
2427 test -x conftest$ac_exeext
2431 $as_echo "$as_me: failed program was:" >&5
2432 sed 's/^/| /' conftest.$ac_ext >&5
2436 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
2437 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
2438 # interfere with the next link command; also delete a directory that is
2439 # left behind by Apple's compiler. We do this before executing the actions.
2440 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2441 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2442 as_fn_set_status $ac_retval
2444 } # ac_fn_c_try_link
2446 # ac_fn_c_try_cpp LINENO
2447 # ----------------------
2448 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
2451 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2452 if { { ac_try="$ac_cpp conftest.$ac_ext"
2454 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2455 *) ac_try_echo
=$ac_try;;
2457 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2458 $as_echo "$ac_try_echo"; } >&5
2459 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
2461 if test -s conftest.err
; then
2462 grep -v '^ *+' conftest.err
>conftest.er1
2463 cat conftest.er1
>&5
2464 mv -f conftest.er1 conftest.err
2466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2467 test $ac_status = 0; } > conftest.i
&& {
2468 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2469 test ! -s conftest.err
2473 $as_echo "$as_me: failed program was:" >&5
2474 sed 's/^/| /' conftest.
$ac_ext >&5
2478 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2479 as_fn_set_status
$ac_retval
2483 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2484 # -------------------------------------------------------
2485 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2486 # the include files in INCLUDES and setting the cache variable VAR
2488 ac_fn_c_check_header_mongrel
()
2490 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2491 if eval \
${$3+:} false
; then :
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2493 $as_echo_n "checking for $2... " >&6; }
2494 if eval \
${$3+:} false
; then :
2495 $as_echo_n "(cached) " >&6
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2499 $as_echo "$ac_res" >&6; }
2501 # Is the header compilable?
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2503 $as_echo_n "checking $2 usability... " >&6; }
2504 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2505 /* end confdefs.h. */
2509 if ac_fn_c_try_compile
"$LINENO"; then :
2510 ac_header_compiler
=yes
2512 ac_header_compiler
=no
2514 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2516 $as_echo "$ac_header_compiler" >&6; }
2518 # Is the header present?
2519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2520 $as_echo_n "checking $2 presence... " >&6; }
2521 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2522 /* end confdefs.h. */
2525 if ac_fn_c_try_cpp
"$LINENO"; then :
2526 ac_header_preproc
=yes
2528 ac_header_preproc
=no
2530 rm -f conftest.err conftest.i conftest.
$ac_ext
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2532 $as_echo "$ac_header_preproc" >&6; }
2534 # So? What about this header?
2535 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2538 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2540 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2544 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2546 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2548 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2550 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2552 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2553 ( $as_echo "## ------------------------------------ ##
2554 ## Report this to wine-devel@winehq.org ##
2555 ## ------------------------------------ ##"
2556 ) |
sed "s/^/$as_me: WARNING: /" >&2
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2560 $as_echo_n "checking for $2... " >&6; }
2561 if eval \
${$3+:} false
; then :
2562 $as_echo_n "(cached) " >&6
2564 eval "$3=\$ac_header_compiler"
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2568 $as_echo "$ac_res" >&6; }
2570 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2572 } # ac_fn_c_check_header_mongrel
2574 # ac_fn_c_try_run LINENO
2575 # ----------------------
2576 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
2577 # that executables *can* be run.
2580 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2581 if { { ac_try
="$ac_link"
2583 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2584 *) ac_try_echo=$ac_try;;
2586 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2587 $as_echo "$ac_try_echo"; } >&5
2588 (eval "$ac_link") 2>&5
2590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2591 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
2592 { { case "(($ac_try" in
2593 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2594 *) ac_try_echo
=$ac_try;;
2596 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2597 $as_echo "$ac_try_echo"; } >&5
2598 (eval "$ac_try") 2>&5
2600 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2601 test $ac_status = 0; }; }; then :
2604 $as_echo "$as_me: program exited with status $ac_status" >&5
2605 $as_echo "$as_me: failed program was:" >&5
2606 sed 's/^/| /' conftest.
$ac_ext >&5
2608 ac_retval
=$ac_status
2610 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
2611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2612 as_fn_set_status
$ac_retval
2616 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
2617 # -------------------------------------------------------
2618 # Tests whether HEADER exists and can be compiled using the include files in
2619 # INCLUDES, setting the cache variable VAR accordingly.
2620 ac_fn_c_check_header_compile
()
2622 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2624 $as_echo_n "checking for $2... " >&6; }
2625 if eval \
${$3+:} false
; then :
2626 $as_echo_n "(cached) " >&6
2628 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2629 /* end confdefs.h. */
2633 if ac_fn_c_try_compile
"$LINENO"; then :
2638 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2642 $as_echo "$ac_res" >&6; }
2643 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2645 } # ac_fn_c_check_header_compile
2647 # ac_fn_c_check_func LINENO FUNC VAR
2648 # ----------------------------------
2649 # Tests whether FUNC exists, setting the cache variable VAR accordingly
2650 ac_fn_c_check_func
()
2652 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2654 $as_echo_n "checking for $2... " >&6; }
2655 if eval \
${$3+:} false
; then :
2656 $as_echo_n "(cached) " >&6
2658 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2659 /* end confdefs.h. */
2660 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
2661 For example, HP-UX 11i <limits.h> declares gettimeofday. */
2662 #define $2 innocuous_$2
2664 /* System header to define __stub macros and hopefully few prototypes,
2665 which can conflict with char $2 (); below.
2666 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2667 <limits.h> exists even on freestanding compilers. */
2670 # include <limits.h>
2672 # include <assert.h>
2677 /* Override any GCC internal prototype to avoid an error.
2678 Use char because int might match the return type of a GCC
2679 builtin and then its argument prototype would still apply. */
2684 /* The GNU C library defines this for functions which it implements
2685 to always fail with ENOSYS. Some functions are actually named
2686 something starting with __ and the normal name is an alias. */
2687 #if defined __stub_$2 || defined __stub___$2
2699 if ac_fn_c_try_link
"$LINENO"; then :
2704 rm -f core conftest.err conftest.
$ac_objext \
2705 conftest
$ac_exeext conftest.
$ac_ext
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2709 $as_echo "$ac_res" >&6; }
2710 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2712 } # ac_fn_c_check_func
2714 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2715 # ----------------------------------------------------
2716 # Tries to find if the field MEMBER exists in type AGGR, after including
2717 # INCLUDES, setting cache variable VAR accordingly.
2718 ac_fn_c_check_member
()
2720 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2722 $as_echo_n "checking for $2.$3... " >&6; }
2723 if eval \
${$4+:} false
; then :
2724 $as_echo_n "(cached) " >&6
2726 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2727 /* end confdefs.h. */
2739 if ac_fn_c_try_compile
"$LINENO"; then :
2742 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2743 /* end confdefs.h. */
2749 if (sizeof ac_aggr.$3)
2755 if ac_fn_c_try_compile
"$LINENO"; then :
2760 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2762 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2766 $as_echo "$ac_res" >&6; }
2767 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2769 } # ac_fn_c_check_member
2771 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2772 # -------------------------------------------
2773 # Tests whether TYPE exists after having included INCLUDES, setting cache
2774 # variable VAR accordingly.
2775 ac_fn_c_check_type
()
2777 as_lineno
=${as_lineno-"$1"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2779 $as_echo_n "checking for $2... " >&6; }
2780 if eval \
${$3+:} false
; then :
2781 $as_echo_n "(cached) " >&6
2784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2785 /* end confdefs.h. */
2796 if ac_fn_c_try_compile
"$LINENO"; then :
2797 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
2798 /* end confdefs.h. */
2809 if ac_fn_c_try_compile
"$LINENO"; then :
2814 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2816 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2820 $as_echo "$ac_res" >&6; }
2821 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2823 } # ac_fn_c_check_type
2824 cat >config.log
<<_ACEOF
2825 This file contains any messages produced by compilers while
2826 running configure, to aid debugging if configure makes a mistake.
2828 It was created by Wine $as_me 1.7.47, which was
2829 generated by GNU Autoconf 2.69. Invocation command line was
2841 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2842 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2843 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2844 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2845 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2847 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2848 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2850 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2851 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2852 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2853 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2854 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2855 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2856 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2864 test -z "$as_dir" && as_dir
=.
2865 $as_echo "PATH: $as_dir"
2881 # Keep a trace of the command line.
2882 # Strip out --no-create and --no-recursion so they do not pile up.
2883 # Strip out --silent because we don't want to record it for future runs.
2884 # Also quote any args containing shell meta-characters.
2885 # Make two passes to allow for proper duplicate-argument suppression.
2889 ac_must_keep_next
=false
2895 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
2896 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
2897 |
-silent |
--silent |
--silen |
--sile |
--sil)
2900 ac_arg
=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2903 1) as_fn_append ac_configure_args0
" '$ac_arg'" ;;
2905 as_fn_append ac_configure_args1
" '$ac_arg'"
2906 if test $ac_must_keep_next = true
; then
2907 ac_must_keep_next
=false
# Got value, back to normal.
2910 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
2911 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
2912 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
2913 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
2914 case "$ac_configure_args0 " in
2915 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2918 -* ) ac_must_keep_next
=true
;;
2921 as_fn_append ac_configure_args
" '$ac_arg'"
2926 { ac_configure_args0
=; unset ac_configure_args0
;}
2927 { ac_configure_args1
=; unset ac_configure_args1
;}
2929 # When interrupted or exit'd, cleanup temporary files, and complete
2930 # config.log. We remove comments because anyway the quotes in there
2931 # would cause problems or look ugly.
2932 # WARNING: Use '\'' to represent an apostrophe within the trap.
2933 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2934 trap 'exit_status=$?
2935 # Save into config.log some information that might help in debugging.
2939 $as_echo "## ---------------- ##
2940 ## Cache variables. ##
2941 ## ---------------- ##"
2943 # The following way of writing the cache mishandles newlines in values,
2945 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2946 eval ac_val=\$$ac_var
2950 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2951 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2954 _ | IFS | as_nl) ;; #(
2955 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2956 *) { eval $ac_var=; unset $ac_var;} ;;
2961 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2962 *${as_nl}ac_space=\ *)
2964 "s/'\''/'\''\\\\'\'''\''/g;
2965 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2968 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2975 $as_echo "## ----------------- ##
2976 ## Output variables. ##
2977 ## ----------------- ##"
2979 for ac_var in $ac_subst_vars
2981 eval ac_val=\$$ac_var
2983 *\'\''*) ac_val
=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2985 $as_echo "$ac_var='\''$ac_val'\''"
2989 if test -n "$ac_subst_files"; then
2990 $as_echo "## ------------------- ##
2991 ## File substitutions. ##
2992 ## ------------------- ##"
2994 for ac_var
in $ac_subst_files
2996 eval ac_val
=\$
$ac_var
2998 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3000 $as_echo "$ac_var='\''$ac_val'\''"
3005 if test -s confdefs.h; then
3006 $as_echo "## ----------- ##
3013 test "$ac_signal" != 0 &&
3014 $as_echo "$as_me: caught signal $ac_signal"
3015 $as_echo "$as_me: exit $exit_status"
3017 rm -f core *.core core.conftest.* &&
3018 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3021 for ac_signal
in 1 2 13 15; do
3022 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3026 # confdefs.h avoids OS command line length limits that DEFS can exceed.
3027 rm -f -r conftest
* confdefs.h
3029 $as_echo "/* confdefs.h */" > confdefs.h
3031 # Predefined preprocessor variables.
3033 cat >>confdefs.h
<<_ACEOF
3034 #define PACKAGE_NAME "$PACKAGE_NAME"
3037 cat >>confdefs.h
<<_ACEOF
3038 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3041 cat >>confdefs.h
<<_ACEOF
3042 #define PACKAGE_VERSION "$PACKAGE_VERSION"
3045 cat >>confdefs.h
<<_ACEOF
3046 #define PACKAGE_STRING "$PACKAGE_STRING"
3049 cat >>confdefs.h
<<_ACEOF
3050 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3053 cat >>confdefs.h
<<_ACEOF
3054 #define PACKAGE_URL "$PACKAGE_URL"
3058 # Let the site file select an alternate cache file if it wants to.
3059 # Prefer an explicitly selected file to automatically selected ones.
3062 if test -n "$CONFIG_SITE"; then
3063 # We do not want a PATH search for config.site.
3064 case $CONFIG_SITE in #((
3065 -*) ac_site_file1
=.
/$CONFIG_SITE;;
3066 */*) ac_site_file1
=$CONFIG_SITE;;
3067 *) ac_site_file1
=.
/$CONFIG_SITE;;
3069 elif test "x$prefix" != xNONE
; then
3070 ac_site_file1
=$prefix/share
/config.site
3071 ac_site_file2
=$prefix/etc
/config.site
3073 ac_site_file1
=$ac_default_prefix/share
/config.site
3074 ac_site_file2
=$ac_default_prefix/etc
/config.site
3076 for ac_site_file
in "$ac_site_file1" "$ac_site_file2"
3078 test "x$ac_site_file" = xNONE
&& continue
3079 if test /dev
/null
!= "$ac_site_file" && test -r "$ac_site_file"; then
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3081 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
3082 sed 's/^/| /' "$ac_site_file" >&5
3084 ||
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3085 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3086 as_fn_error $?
"failed to load site script $ac_site_file
3087 See \`config.log' for more details" "$LINENO" 5; }
3091 if test -r "$cache_file"; then
3092 # Some versions of bash will fail to source /dev/null (special files
3093 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3094 if test /dev
/null
!= "$cache_file" && test -f "$cache_file"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3096 $as_echo "$as_me: loading cache $cache_file" >&6;}
3098 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
3099 *) .
"./$cache_file";;
3103 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3104 $as_echo "$as_me: creating cache $cache_file" >&6;}
3108 # Check that the precious variables saved in the cache have kept the same
3110 ac_cache_corrupted
=false
3111 for ac_var
in $ac_precious_vars; do
3112 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
3113 eval ac_new_set
=\
$ac_env_${ac_var}_set
3114 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
3115 eval ac_new_val
=\
$ac_env_${ac_var}_value
3116 case $ac_old_set,$ac_new_set in
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3119 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3120 ac_cache_corrupted
=: ;;
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3123 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3124 ac_cache_corrupted
=: ;;
3127 if test "x$ac_old_val" != "x$ac_new_val"; then
3128 # differences in whitespace do not lead to failure.
3129 ac_old_val_w
=`echo x $ac_old_val`
3130 ac_new_val_w
=`echo x $ac_new_val`
3131 if test "$ac_old_val_w" != "$ac_new_val_w"; then
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3133 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3134 ac_cache_corrupted
=:
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3137 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3138 eval $ac_var=\
$ac_old_val
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3141 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3143 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3146 # Pass precious variables to config.status.
3147 if test "$ac_new_set" = set; then
3149 *\'*) ac_arg
=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3150 *) ac_arg
=$ac_var=$ac_new_val ;;
3152 case " $ac_configure_args " in
3153 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3154 *) as_fn_append ac_configure_args
" '$ac_arg'" ;;
3158 if $ac_cache_corrupted; then
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3160 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3162 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3163 as_fn_error $?
"run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3165 ## -------------------- ##
3166 ## Main body of script. ##
3167 ## -------------------- ##
3170 ac_cpp
='$CPP $CPPFLAGS'
3171 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3172 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3173 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3177 ac_config_headers
="$ac_config_headers include/config.h"
3180 for ac_dir
in tools
"$srcdir"/tools
; do
3181 if test -f "$ac_dir/install-sh"; then
3183 ac_install_sh
="$ac_aux_dir/install-sh -c"
3185 elif test -f "$ac_dir/install.sh"; then
3187 ac_install_sh
="$ac_aux_dir/install.sh -c"
3189 elif test -f "$ac_dir/shtool"; then
3191 ac_install_sh
="$ac_aux_dir/shtool install -c"
3195 if test -z "$ac_aux_dir"; then
3196 as_fn_error $?
"cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
3199 # These three variables are undocumented and unsupported,
3200 # and are intended to be withdrawn in a future Autoconf release.
3201 # They can cause serious problems if a builder's source tree is in a directory
3202 # whose full name contains unusual characters.
3203 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3204 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3205 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3209 libwine_version
="1.0"
3213 # Check whether --enable-win16 was given.
3214 if test "${enable_win16+set}" = set; then :
3215 enableval
=$enable_win16;
3218 # Check whether --enable-win64 was given.
3219 if test "${enable_win64+set}" = set; then :
3220 enableval
=$enable_win64;
3223 # Check whether --enable-tests was given.
3224 if test "${enable_tests+set}" = set; then :
3225 enableval
=$enable_tests;
3228 # Check whether --enable-maintainer-mode was given.
3229 if test "${enable_maintainer_mode+set}" = set; then :
3230 enableval
=$enable_maintainer_mode;
3235 # Check whether --with-alsa was given.
3236 if test "${with_alsa+set}" = set; then :
3237 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
3241 # Check whether --with-capi was given.
3242 if test "${with_capi+set}" = set; then :
3247 # Check whether --with-cms was given.
3248 if test "${with_cms+set}" = set; then :
3253 # Check whether --with-coreaudio was given.
3254 if test "${with_coreaudio+set}" = set; then :
3255 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
3259 # Check whether --with-cups was given.
3260 if test "${with_cups+set}" = set; then :
3265 # Check whether --with-curses was given.
3266 if test "${with_curses+set}" = set; then :
3267 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
3271 # Check whether --with-dbus was given.
3272 if test "${with_dbus+set}" = set; then :
3277 # Check whether --with-fontconfig was given.
3278 if test "${with_fontconfig+set}" = set; then :
3279 withval
=$with_fontconfig;
3283 # Check whether --with-freetype was given.
3284 if test "${with_freetype+set}" = set; then :
3285 withval
=$with_freetype;
3289 # Check whether --with-gettext was given.
3290 if test "${with_gettext+set}" = set; then :
3291 withval
=$with_gettext;
3295 # Check whether --with-gettextpo was given.
3296 if test "${with_gettextpo+set}" = set; then :
3297 withval
=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h
=no
; fi
3301 # Check whether --with-gphoto was given.
3302 if test "${with_gphoto+set}" = set; then :
3303 withval
=$with_gphoto;
3307 # Check whether --with-glu was given.
3308 if test "${with_glu+set}" = set; then :
3313 # Check whether --with-gnutls was given.
3314 if test "${with_gnutls+set}" = set; then :
3315 withval
=$with_gnutls;
3319 # Check whether --with-gsm was given.
3320 if test "${with_gsm+set}" = set; then :
3321 withval
=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h
=no
; ac_cv_header_gsm_gsm_h
=no
; fi
3325 # Check whether --with-gstreamer was given.
3326 if test "${with_gstreamer+set}" = set; then :
3327 withval
=$with_gstreamer;
3331 # Check whether --with-hal was given.
3332 if test "${with_hal+set}" = set; then :
3337 # Check whether --with-jpeg was given.
3338 if test "${with_jpeg+set}" = set; then :
3343 # Check whether --with-ldap was given.
3344 if test "${with_ldap+set}" = set; then :
3345 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
3349 # Check whether --with-mpg123 was given.
3350 if test "${with_mpg123+set}" = set; then :
3351 withval
=$with_mpg123;
3355 # Check whether --with-netapi was given.
3356 if test "${with_netapi+set}" = set; then :
3357 withval
=$with_netapi;
3361 # Check whether --with-openal was given.
3362 if test "${with_openal+set}" = set; then :
3363 withval
=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h
=no
; ac_cv_header_OpenAL_al_h
=no
; fi
3367 # Check whether --with-opencl was given.
3368 if test "${with_opencl+set}" = set; then :
3369 withval
=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h
=no
; ac_cv_header_OpenCL_opencl_h
=no
; fi
3373 # Check whether --with-opengl was given.
3374 if test "${with_opengl+set}" = set; then :
3375 withval
=$with_opengl;
3379 # Check whether --with-osmesa was given.
3380 if test "${with_osmesa+set}" = set; then :
3381 withval
=$with_osmesa;
3385 # Check whether --with-oss was given.
3386 if test "${with_oss+set}" = set; then :
3391 # Check whether --with-pcap was given.
3392 if test "${with_pcap+set}" = set; then :
3393 withval
=$with_pcap; if test "x$withval" = "xno"; then ac_cv_header_pcap_pcap_h
=no
; fi
3397 # Check whether --with-png was given.
3398 if test "${with_png+set}" = set; then :
3403 # Check whether --with-pthread was given.
3404 if test "${with_pthread+set}" = set; then :
3405 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
3409 # Check whether --with-sane was given.
3410 if test "${with_sane+set}" = set; then :
3415 # Check whether --with-tiff was given.
3416 if test "${with_tiff+set}" = set; then :
3421 # Check whether --with-v4l was given.
3422 if test "${with_v4l+set}" = set; then :
3427 # Check whether --with-xcomposite was given.
3428 if test "${with_xcomposite+set}" = set; then :
3429 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
3433 # Check whether --with-xcursor was given.
3434 if test "${with_xcursor+set}" = set; then :
3435 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
3439 # Check whether --with-xinerama was given.
3440 if test "${with_xinerama+set}" = set; then :
3441 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
3445 # Check whether --with-xinput was given.
3446 if test "${with_xinput+set}" = set; then :
3447 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
3451 # Check whether --with-xinput2 was given.
3452 if test "${with_xinput2+set}" = set; then :
3453 withval
=$with_xinput2; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput2_h
=no
; fi
3457 # Check whether --with-xml was given.
3458 if test "${with_xml+set}" = set; then :
3463 # Check whether --with-xrandr was given.
3464 if test "${with_xrandr+set}" = set; then :
3465 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
3469 # Check whether --with-xrender was given.
3470 if test "${with_xrender+set}" = set; then :
3471 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
3475 # Check whether --with-xshape was given.
3476 if test "${with_xshape+set}" = set; then :
3477 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
3481 # Check whether --with-xshm was given.
3482 if test "${with_xshm+set}" = set; then :
3483 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
3487 # Check whether --with-xslt was given.
3488 if test "${with_xslt+set}" = set; then :
3493 # Check whether --with-xxf86vm was given.
3494 if test "${with_xxf86vm+set}" = set; then :
3495 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
3499 # Check whether --with-zlib was given.
3500 if test "${with_zlib+set}" = set; then :
3501 withval
=$with_zlib; if test "x$withval" = "xno"; then ac_cv_header_zlib_h
=no
; fi
3506 # Check whether --with-wine-tools was given.
3507 if test "${with_wine_tools+set}" = set; then :
3508 withval
=$with_wine_tools;
3512 # Check whether --with-wine64 was given.
3513 if test "${with_wine64+set}" = set; then :
3514 withval
=$with_wine64;
3518 # Make sure we can run config.sub.
3519 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
3520 as_fn_error $?
"cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3523 $as_echo_n "checking build system type... " >&6; }
3524 if ${ac_cv_build+:} false
; then :
3525 $as_echo_n "(cached) " >&6
3527 ac_build_alias
=$build_alias
3528 test "x$ac_build_alias" = x
&&
3529 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
3530 test "x$ac_build_alias" = x
&&
3531 as_fn_error $?
"cannot guess build type; you must specify one" "$LINENO" 5
3532 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3533 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3537 $as_echo "$ac_cv_build" >&6; }
3538 case $ac_cv_build in
3540 *) as_fn_error $?
"invalid value of canonical build" "$LINENO" 5;;
3543 ac_save_IFS
=$IFS; IFS
='-'
3549 # Remember, the first character of IFS is used to create $*,
3550 # except with old shells:
3553 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3557 $as_echo_n "checking host system type... " >&6; }
3558 if ${ac_cv_host+:} false
; then :
3559 $as_echo_n "(cached) " >&6
3561 if test "x$host_alias" = x
; then
3562 ac_cv_host
=$ac_cv_build
3564 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3565 as_fn_error $?
"$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3570 $as_echo "$ac_cv_host" >&6; }
3573 *) as_fn_error $?
"invalid value of canonical host" "$LINENO" 5;;
3576 ac_save_IFS
=$IFS; IFS
='-'
3582 # Remember, the first character of IFS is used to create $*,
3583 # except with old shells:
3586 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
3592 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
3593 as_fn_error $?
"you are building out of the source tree, but the source tree contains object files.
3594 You need to run 'make distclean' in the source tree first." "$LINENO" 5
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3600 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3602 ac_make
=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3603 if eval \
${ac_cv_prog_make_${ac_make}_set+:} false
; then :
3604 $as_echo_n "(cached) " >&6
3606 cat >conftest.
make <<\_ACEOF
3609 @
echo '@@@%%%=$(MAKE)=@@@%%%'
3611 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3612 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3614 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
3616 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
3620 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3622 $as_echo "yes" >&6; }
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3626 $as_echo "no" >&6; }
3627 SET_MAKE
="MAKE=${MAKE-make}"
3631 ac_cpp
='$CPP $CPPFLAGS'
3632 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3633 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3634 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3635 if test -n "$ac_tool_prefix"; then
3636 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3637 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3639 $as_echo_n "checking for $ac_word... " >&6; }
3640 if ${ac_cv_prog_CC+:} false
; then :
3641 $as_echo_n "(cached) " >&6
3643 if test -n "$CC"; then
3644 ac_cv_prog_CC
="$CC" # Let the user override the test.
3646 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3650 test -z "$as_dir" && as_dir
=.
3651 for ac_exec_ext
in '' $ac_executable_extensions; do
3652 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3653 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
3654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3664 if test -n "$CC"; then
3665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3666 $as_echo "$CC" >&6; }
3668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3669 $as_echo "no" >&6; }
3674 if test -z "$ac_cv_prog_CC"; then
3676 # Extract the first word of "gcc", so it can be a program name with args.
3677 set dummy gcc
; ac_word
=$2
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3679 $as_echo_n "checking for $ac_word... " >&6; }
3680 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3681 $as_echo_n "(cached) " >&6
3683 if test -n "$ac_ct_CC"; then
3684 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3686 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3690 test -z "$as_dir" && as_dir
=.
3691 for ac_exec_ext
in '' $ac_executable_extensions; do
3692 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3693 ac_cv_prog_ac_ct_CC
="gcc"
3694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3703 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3704 if test -n "$ac_ct_CC"; then
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3706 $as_echo "$ac_ct_CC" >&6; }
3708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3709 $as_echo "no" >&6; }
3712 if test "x$ac_ct_CC" = x
; then
3715 case $cross_compiling:$ac_tool_warned in
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3719 ac_tool_warned
=yes ;;
3727 if test -z "$CC"; then
3728 if test -n "$ac_tool_prefix"; then
3729 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3730 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3732 $as_echo_n "checking for $ac_word... " >&6; }
3733 if ${ac_cv_prog_CC+:} false
; then :
3734 $as_echo_n "(cached) " >&6
3736 if test -n "$CC"; then
3737 ac_cv_prog_CC
="$CC" # Let the user override the test.
3739 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3743 test -z "$as_dir" && as_dir
=.
3744 for ac_exec_ext
in '' $ac_executable_extensions; do
3745 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3746 ac_cv_prog_CC
="${ac_tool_prefix}cc"
3747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3757 if test -n "$CC"; then
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3759 $as_echo "$CC" >&6; }
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3762 $as_echo "no" >&6; }
3768 if test -z "$CC"; then
3769 # Extract the first word of "cc", so it can be a program name with args.
3770 set dummy cc
; ac_word
=$2
3771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3772 $as_echo_n "checking for $ac_word... " >&6; }
3773 if ${ac_cv_prog_CC+:} false
; then :
3774 $as_echo_n "(cached) " >&6
3776 if test -n "$CC"; then
3777 ac_cv_prog_CC
="$CC" # Let the user override the test.
3780 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3784 test -z "$as_dir" && as_dir
=.
3785 for ac_exec_ext
in '' $ac_executable_extensions; do
3786 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3787 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3788 ac_prog_rejected
=yes
3792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3799 if test $ac_prog_rejected = yes; then
3800 # We found a bogon in the path, so make sure we never use it.
3801 set dummy
$ac_cv_prog_CC
3803 if test $# != 0; then
3804 # We chose a different compiler from the bogus one.
3805 # However, it has the same basename, so the bogon will be chosen
3806 # first if we set CC to just the basename; use the full file name.
3808 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
3814 if test -n "$CC"; then
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3816 $as_echo "$CC" >&6; }
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3819 $as_echo "no" >&6; }
3824 if test -z "$CC"; then
3825 if test -n "$ac_tool_prefix"; then
3826 for ac_prog
in cl.exe
3828 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3829 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3831 $as_echo_n "checking for $ac_word... " >&6; }
3832 if ${ac_cv_prog_CC+:} false
; then :
3833 $as_echo_n "(cached) " >&6
3835 if test -n "$CC"; then
3836 ac_cv_prog_CC
="$CC" # Let the user override the test.
3838 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3842 test -z "$as_dir" && as_dir
=.
3843 for ac_exec_ext
in '' $ac_executable_extensions; do
3844 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3845 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
3846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3856 if test -n "$CC"; then
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3858 $as_echo "$CC" >&6; }
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3861 $as_echo "no" >&6; }
3865 test -n "$CC" && break
3868 if test -z "$CC"; then
3870 for ac_prog
in cl.exe
3872 # Extract the first word of "$ac_prog", so it can be a program name with args.
3873 set dummy
$ac_prog; ac_word
=$2
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3875 $as_echo_n "checking for $ac_word... " >&6; }
3876 if ${ac_cv_prog_ac_ct_CC+:} false
; then :
3877 $as_echo_n "(cached) " >&6
3879 if test -n "$ac_ct_CC"; then
3880 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
3882 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3886 test -z "$as_dir" && as_dir
=.
3887 for ac_exec_ext
in '' $ac_executable_extensions; do
3888 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
3889 ac_cv_prog_ac_ct_CC
="$ac_prog"
3890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3899 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
3900 if test -n "$ac_ct_CC"; then
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3902 $as_echo "$ac_ct_CC" >&6; }
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3905 $as_echo "no" >&6; }
3909 test -n "$ac_ct_CC" && break
3912 if test "x$ac_ct_CC" = x
; then
3915 case $cross_compiling:$ac_tool_warned in
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3918 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3919 ac_tool_warned
=yes ;;
3928 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3929 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3930 as_fn_error $?
"no acceptable C compiler found in \$PATH
3931 See \`config.log' for more details" "$LINENO" 5; }
3933 # Provide some information about the compiler.
3934 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3937 for ac_option
in --version -v -V -qversion; do
3938 { { ac_try
="$ac_compiler $ac_option >&5"
3940 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
3941 *) ac_try_echo=$ac_try;;
3943 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3944 $as_echo "$ac_try_echo"; } >&5
3945 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3947 if test -s conftest.err; then
3949 ... rest of stderr output deleted ...
3950 10q' conftest.err >conftest.er1
3951 cat conftest.er1 >&5
3953 rm -f conftest.er1 conftest.err
3954 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3955 test $ac_status = 0; }
3958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3959 /* end confdefs.h. */
3969 ac_clean_files_save=$ac_clean_files
3970 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3971 # Try to create an executable without -o first, disregard a.out.
3972 # It will help us diagnose broken compilers, and finding out an intuition
3974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3975 $as_echo_n "checking whether the C compiler works... " >&6; }
3976 ac_link_default=`$as_echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
3978 # The possible output files:
3979 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3982 for ac_file in $ac_files
3985 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3986 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3991 if { { ac_try="$ac_link_default"
3993 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
3994 *) ac_try_echo
=$ac_try;;
3996 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3997 $as_echo "$ac_try_echo"; } >&5
3998 (eval "$ac_link_default") 2>&5
4000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4001 test $ac_status = 0; }; then :
4002 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4003 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4004 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4005 # so that the user can short-circuit this test for compilers unknown to
4007 for ac_file
in $ac_files ''
4009 test -f "$ac_file" ||
continue
4011 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
)
4014 # We found the default executable, but exeext='' is most
4018 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
4020 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4022 # We set ac_cv_exeext here because the later test for it is not
4023 # safe: cross compilers may not add the suffix if given an `-o'
4024 # argument, so we may need to know it at that point already.
4025 # Even if this section looks crufty: it has the advantage of
4032 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
4037 if test -z "$ac_file"; then :
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4039 $as_echo "no" >&6; }
4040 $as_echo "$as_me: failed program was:" >&5
4041 sed 's/^/| /' conftest.
$ac_ext >&5
4043 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4044 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4045 as_fn_error
77 "C compiler cannot create executables
4046 See \`config.log' for more details" "$LINENO" 5; }
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4049 $as_echo "yes" >&6; }
4051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4052 $as_echo_n "checking for C compiler default output file name... " >&6; }
4053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4054 $as_echo "$ac_file" >&6; }
4055 ac_exeext
=$ac_cv_exeext
4057 rm -f -r a.out a.out.dSYM a.exe conftest
$ac_cv_exeext b.out
4058 ac_clean_files
=$ac_clean_files_save
4059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4060 $as_echo_n "checking for suffix of executables... " >&6; }
4061 if { { ac_try
="$ac_link"
4063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4064 *) ac_try_echo=$ac_try;;
4066 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4067 $as_echo "$ac_try_echo"; } >&5
4068 (eval "$ac_link") 2>&5
4070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4071 test $ac_status = 0; }; then :
4072 # If both `conftest.exe
' and `conftest' are
`present' (well, observable)
4073 # catch `conftest.exe
'. For instance with Cygwin, `ls conftest' will
4074 # work properly (i.e., refer to `conftest.exe'), while it won't with
4076 for ac_file
in conftest.exe conftest conftest.
*; do
4077 test -f "$ac_file" ||
continue
4079 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.dSYM |
*.o |
*.obj
) ;;
4080 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
4086 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4087 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4088 as_fn_error $?
"cannot compute suffix of executables: cannot compile and link
4089 See \`config.log' for more details" "$LINENO" 5; }
4091 rm -f conftest conftest
$ac_cv_exeext
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4093 $as_echo "$ac_cv_exeext" >&6; }
4095 rm -f conftest.
$ac_ext
4096 EXEEXT
=$ac_cv_exeext
4098 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4099 /* end confdefs.h. */
4104 FILE *f = fopen ("conftest.out", "w");
4105 return ferror (f) || fclose (f) != 0;
4111 ac_clean_files
="$ac_clean_files conftest.out"
4112 # Check that the compiler produces executables we can run. If not, either
4113 # the compiler is broken, or we cross compile.
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4115 $as_echo_n "checking whether we are cross compiling... " >&6; }
4116 if test "$cross_compiling" != yes; then
4117 { { ac_try
="$ac_link"
4119 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4120 *) ac_try_echo=$ac_try;;
4122 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4123 $as_echo "$ac_try_echo"; } >&5
4124 (eval "$ac_link") 2>&5
4126 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4127 test $ac_status = 0; }
4128 if { ac_try='./conftest$ac_cv_exeext'
4129 { { case "(($ac_try" in
4130 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4131 *) ac_try_echo
=$ac_try;;
4133 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4134 $as_echo "$ac_try_echo"; } >&5
4135 (eval "$ac_try") 2>&5
4137 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4138 test $ac_status = 0; }; }; then
4141 if test "$cross_compiling" = maybe
; then
4144 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4145 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4146 as_fn_error $?
"cannot run C compiled programs.
4147 If you meant to cross compile, use \`--host'.
4148 See \`config.log' for more details" "$LINENO" 5; }
4152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4153 $as_echo "$cross_compiling" >&6; }
4155 rm -f conftest.
$ac_ext conftest
$ac_cv_exeext conftest.out
4156 ac_clean_files
=$ac_clean_files_save
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4158 $as_echo_n "checking for suffix of object files... " >&6; }
4159 if ${ac_cv_objext+:} false
; then :
4160 $as_echo_n "(cached) " >&6
4162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4163 /* end confdefs.h. */
4173 rm -f conftest.o conftest.obj
4174 if { { ac_try
="$ac_compile"
4176 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4177 *) ac_try_echo=$ac_try;;
4179 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4180 $as_echo "$ac_try_echo"; } >&5
4181 (eval "$ac_compile") 2>&5
4183 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4184 test $ac_status = 0; }; then :
4185 for ac_file in conftest.o conftest.obj conftest.*; do
4186 test -f "$ac_file" || continue;
4188 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4189 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4194 $as_echo "$as_me: failed program was:" >&5
4195 sed 's/^/| /' conftest.$ac_ext >&5
4197 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4199 as_fn_error $? "cannot compute suffix of object files
: cannot compile
4200 See \
`config.log' for more details" "$LINENO" 5; }
4202 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4205 $as_echo "$ac_cv_objext" >&6; }
4206 OBJEXT=$ac_cv_objext
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4209 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4210 if ${ac_cv_c_compiler_gnu+:} false; then :
4211 $as_echo_n "(cached) " >&6
4213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4214 /* end confdefs.h. */
4227 if ac_fn_c_try_compile "$LINENO"; then :
4232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4233 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4237 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4238 if test $ac_compiler_gnu = yes; then
4243 ac_test_CFLAGS=${CFLAGS+set}
4244 ac_save_CFLAGS=$CFLAGS
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4246 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4247 if ${ac_cv_prog_cc_g+:} false; then :
4248 $as_echo_n "(cached) " >&6
4250 ac_save_c_werror_flag=$ac_c_werror_flag
4251 ac_c_werror_flag=yes
4254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4255 /* end confdefs.h. */
4265 if ac_fn_c_try_compile "$LINENO"; then :
4269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4270 /* end confdefs.h. */
4280 if ac_fn_c_try_compile "$LINENO"; then :
4283 ac_c_werror_flag=$ac_save_c_werror_flag
4285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4286 /* end confdefs.h. */
4296 if ac_fn_c_try_compile "$LINENO"; then :
4299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4304 ac_c_werror_flag=$ac_save_c_werror_flag
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4307 $as_echo "$ac_cv_prog_cc_g" >&6; }
4308 if test "$ac_test_CFLAGS" = set; then
4309 CFLAGS=$ac_save_CFLAGS
4310 elif test $ac_cv_prog_cc_g = yes; then
4311 if test "$GCC" = yes; then
4317 if test "$GCC" = yes; then
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4324 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4325 if ${ac_cv_prog_cc_c89+:} false; then :
4326 $as_echo_n "(cached) " >&6
4328 ac_cv_prog_cc_c89=no
4330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4331 /* end confdefs.h. */
4335 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4336 struct buf { int x; };
4337 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4338 static char *e (p, i)
4344 static char *f (char * (*g) (char **, int), char **p, ...)
4349 s = g (p, va_arg (v,int));
4354 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4355 function prototypes and stuff, but not '\xHH' hex character constants.
4356 These don't provoke an error unfortunately, instead are silently treated
4357 as 'x'. The following induces an error, until -std is added to get
4358 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4359 array size at least. It's necessary to write '\x00'==0 to get something
4360 that's true only with -std. */
4361 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4363 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4364 inside strings and character constants. */
4366 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4368 int test (int i, double x);
4369 struct s1 {int (*f) (int a);};
4370 struct s2 {int (*f) (double a);};
4371 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4377 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4382 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4383 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4385 CC="$ac_save_CC $ac_arg"
4386 if ac_fn_c_try_compile "$LINENO"; then :
4387 ac_cv_prog_cc_c89=$ac_arg
4389 rm -f core conftest.err conftest.$ac_objext
4390 test "x$ac_cv_prog_cc_c89" != "xno" && break
4392 rm -f conftest.$ac_ext
4397 case "x$ac_cv_prog_cc_c89" in
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4400 $as_echo "none needed" >&6; } ;;
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4403 $as_echo "unsupported" >&6; } ;;
4405 CC="$CC $ac_cv_prog_cc_c89"
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4407 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4409 if test "x$ac_cv_prog_cc_c89" != xno; then :
4414 ac_cpp='$CPP $CPPFLAGS'
4415 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4416 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4417 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4420 ac_cpp='$CXXCPP $CPPFLAGS'
4421 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4422 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4423 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
4424 if test -z "$CXX"; then
4425 if test -n "$CCC"; then
4428 if test -n "$ac_tool_prefix"; then
4429 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4431 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4432 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4434 $as_echo_n "checking for $ac_word... " >&6; }
4435 if ${ac_cv_prog_CXX+:} false; then :
4436 $as_echo_n "(cached) " >&6
4438 if test -n "$CXX"; then
4439 ac_cv_prog_CXX="$CXX" # Let the user override the test.
4441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4445 test -z "$as_dir" && as_dir=.
4446 for ac_exec_ext in '' $ac_executable_extensions; do
4447 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4448 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
4449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4459 if test -n "$CXX"; then
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
4461 $as_echo "$CXX" >&6; }
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4464 $as_echo "no" >&6; }
4468 test -n "$CXX" && break
4471 if test -z "$CXX"; then
4473 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
4475 # Extract the first word of "$ac_prog", so it can be a program name with args.
4476 set dummy $ac_prog; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
4480 $as_echo_n "(cached) " >&6
4482 if test -n "$ac_ct_CXX"; then
4483 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 test -z "$as_dir" && as_dir=.
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4492 ac_cv_prog_ac_ct_CXX="$ac_prog"
4493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4502 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
4503 if test -n "$ac_ct_CXX"; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
4505 $as_echo "$ac_ct_CXX" >&6; }
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4512 test -n "$ac_ct_CXX" && break
4515 if test "x$ac_ct_CXX" = x; then
4518 case $cross_compiling:$ac_tool_warned in
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4521 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4522 ac_tool_warned=yes ;;
4530 # Provide some information about the compiler.
4531 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
4534 for ac_option in --version -v -V -qversion; do
4535 { { ac_try="$ac_compiler $ac_option >&5"
4537 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4538 *) ac_try_echo
=$ac_try;;
4540 eval ac_try_echo
="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4541 $as_echo "$ac_try_echo"; } >&5
4542 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4544 if test -s conftest.err
; then
4546 ... rest of stderr output deleted ...
4547 10q' conftest.err
>conftest.er1
4548 cat conftest.er1
>&5
4550 rm -f conftest.er1 conftest.err
4551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4552 test $ac_status = 0; }
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
4556 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
4557 if ${ac_cv_cxx_compiler_gnu+:} false
; then :
4558 $as_echo_n "(cached) " >&6
4560 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4561 /* end confdefs.h. */
4574 if ac_fn_cxx_try_compile
"$LINENO"; then :
4579 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4580 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
4584 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
4585 if test $ac_compiler_gnu = yes; then
4590 ac_test_CXXFLAGS
=${CXXFLAGS+set}
4591 ac_save_CXXFLAGS
=$CXXFLAGS
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
4593 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
4594 if ${ac_cv_prog_cxx_g+:} false
; then :
4595 $as_echo_n "(cached) " >&6
4597 ac_save_cxx_werror_flag
=$ac_cxx_werror_flag
4598 ac_cxx_werror_flag
=yes
4601 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4602 /* end confdefs.h. */
4612 if ac_fn_cxx_try_compile
"$LINENO"; then :
4613 ac_cv_prog_cxx_g
=yes
4616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4617 /* end confdefs.h. */
4627 if ac_fn_cxx_try_compile
"$LINENO"; then :
4630 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4632 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4633 /* end confdefs.h. */
4643 if ac_fn_cxx_try_compile
"$LINENO"; then :
4644 ac_cv_prog_cxx_g
=yes
4646 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4648 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4650 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4651 ac_cxx_werror_flag
=$ac_save_cxx_werror_flag
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
4654 $as_echo "$ac_cv_prog_cxx_g" >&6; }
4655 if test "$ac_test_CXXFLAGS" = set; then
4656 CXXFLAGS
=$ac_save_CXXFLAGS
4657 elif test $ac_cv_prog_cxx_g = yes; then
4658 if test "$GXX" = yes; then
4664 if test "$GXX" = yes; then
4671 ac_cpp
='$CPP $CPPFLAGS'
4672 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4673 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4674 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4676 if test -n "$ac_tool_prefix"; then
4677 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
4678 set dummy
${ac_tool_prefix}cpp
; ac_word
=$2
4679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4680 $as_echo_n "checking for $ac_word... " >&6; }
4681 if ${ac_cv_prog_CPPBIN+:} false
; then :
4682 $as_echo_n "(cached) " >&6
4684 if test -n "$CPPBIN"; then
4685 ac_cv_prog_CPPBIN
="$CPPBIN" # Let the user override the test.
4687 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4691 test -z "$as_dir" && as_dir
=.
4692 for ac_exec_ext
in '' $ac_executable_extensions; do
4693 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4694 ac_cv_prog_CPPBIN
="${ac_tool_prefix}cpp"
4695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4704 CPPBIN
=$ac_cv_prog_CPPBIN
4705 if test -n "$CPPBIN"; then
4706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
4707 $as_echo "$CPPBIN" >&6; }
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4710 $as_echo "no" >&6; }
4715 if test -z "$ac_cv_prog_CPPBIN"; then
4716 ac_ct_CPPBIN
=$CPPBIN
4717 # Extract the first word of "cpp", so it can be a program name with args.
4718 set dummy cpp
; ac_word
=$2
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4720 $as_echo_n "checking for $ac_word... " >&6; }
4721 if ${ac_cv_prog_ac_ct_CPPBIN+:} false
; then :
4722 $as_echo_n "(cached) " >&6
4724 if test -n "$ac_ct_CPPBIN"; then
4725 ac_cv_prog_ac_ct_CPPBIN
="$ac_ct_CPPBIN" # Let the user override the test.
4727 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4731 test -z "$as_dir" && as_dir
=.
4732 for ac_exec_ext
in '' $ac_executable_extensions; do
4733 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4734 ac_cv_prog_ac_ct_CPPBIN
="cpp"
4735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4744 ac_ct_CPPBIN
=$ac_cv_prog_ac_ct_CPPBIN
4745 if test -n "$ac_ct_CPPBIN"; then
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4747 $as_echo "$ac_ct_CPPBIN" >&6; }
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4750 $as_echo "no" >&6; }
4753 if test "x$ac_ct_CPPBIN" = x
; then
4756 case $cross_compiling:$ac_tool_warned in
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4759 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4760 ac_tool_warned
=yes ;;
4762 CPPBIN
=$ac_ct_CPPBIN
4765 CPPBIN
="$ac_cv_prog_CPPBIN"
4769 cat >>confdefs.h
<<_ACEOF
4770 #define EXEEXT "$ac_exeext"
4773 if test -n "$ac_tool_prefix"; then
4774 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
4775 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
4776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4777 $as_echo_n "checking for $ac_word... " >&6; }
4778 if ${ac_cv_prog_LD+:} false
; then :
4779 $as_echo_n "(cached) " >&6
4781 if test -n "$LD"; then
4782 ac_cv_prog_LD
="$LD" # Let the user override the test.
4784 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4788 test -z "$as_dir" && as_dir
=.
4789 for ac_exec_ext
in '' $ac_executable_extensions; do
4790 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4791 ac_cv_prog_LD
="${ac_tool_prefix}ld"
4792 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4802 if test -n "$LD"; then
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4804 $as_echo "$LD" >&6; }
4806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4807 $as_echo "no" >&6; }
4812 if test -z "$ac_cv_prog_LD"; then
4814 # Extract the first word of "ld", so it can be a program name with args.
4815 set dummy ld
; ac_word
=$2
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4817 $as_echo_n "checking for $ac_word... " >&6; }
4818 if ${ac_cv_prog_ac_ct_LD+:} false
; then :
4819 $as_echo_n "(cached) " >&6
4821 if test -n "$ac_ct_LD"; then
4822 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4828 test -z "$as_dir" && as_dir
=.
4829 for ac_exec_ext
in '' $ac_executable_extensions; do
4830 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
4831 ac_cv_prog_ac_ct_LD
="ld"
4832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4841 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4842 if test -n "$ac_ct_LD"; then
4843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LD" >&5
4844 $as_echo "$ac_ct_LD" >&6; }
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4847 $as_echo "no" >&6; }
4850 if test "x$ac_ct_LD" = x
; then
4853 case $cross_compiling:$ac_tool_warned in
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4856 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4857 ac_tool_warned
=yes ;;
4868 if test "x$enable_win64" = "xyes"
4873 notice_platform
="64-bit "
4880 notice_platform
="32-bit "
4883 enable_win16
=${enable_win16:-yes}
4885 with_fontconfig
=${with_fontconfig:-no}
4888 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4893 $as_echo_n "checking whether $CC works... " >&6; }
4895 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4896 /* end confdefs.h. */
4906 if ac_fn_c_try_link
"$LINENO"; then :
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4908 $as_echo "yes" >&6; }
4910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4911 $as_echo "no" >&6; }
4912 as_fn_error $?
"Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4914 rm -f core conftest.err conftest.
$ac_objext \
4915 conftest
$ac_exeext conftest.
$ac_ext
4917 notice_platform
="32-bit "
4920 enable_win16
=${enable_win16:-yes}
4922 if test "x${GCC}" = "xyes"
4924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4925 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4926 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4927 /* end confdefs.h. */
4932 void func(__builtin_ms_va_list *args);
4937 if ac_fn_c_try_compile
"$LINENO"; then :
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4939 $as_echo "yes" >&6; }
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4942 $as_echo "no" >&6; }
4943 as_fn_error $?
"You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4945 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
4953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports Thumb" >&5
4954 $as_echo_n "checking whether $CC supports Thumb... " >&6; }
4955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
4956 /* end confdefs.h. */
4957 int ac_test(int i) { return i; }
4961 asm(".thumb\nblx ac_test\n.arm"); if (ac_test(1)) return 1
4966 if ac_fn_c_try_link
"$LINENO"; then :
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4968 $as_echo "yes" >&6; }
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4972 as_fn_error $?
"You need a target with Thumb support to build Wine for ARM." "$LINENO" 5
4974 rm -f core conftest.err conftest.
$ac_objext \
4975 conftest
$ac_exeext conftest.
$ac_ext
4976 CFLAGS
="$CFLAGS -marm"
4980 *-mingw32*|
*-cygwin*)
4981 enable_win16
=${enable_win16:-no}
4982 CFLAGS
="$CFLAGS -D_WIN32"
4985 enable_win16
=${enable_win16:-yes}
4989 enable_win16
=${enable_win16:-no}
4990 enable_win64
=${enable_win64:-no}
4992 enable_winetest
=${enable_winetest:-$enable_tests}
4994 if test -n "$with_wine64"
4996 if test "x$enable_win64" = "xyes"
4998 as_fn_error $?
"--enable-win64 and --with-wine64 are mutually exclusive.
4999 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
5001 enable_fonts
=${enable_fonts:-no}
5002 enable_server
=${enable_server:-no}
5003 elif test "x$enable_win64" = "xyes"
5005 test "x$libdir" != "x\${exec_prefix}/lib" || libdir
="\${exec_prefix}/lib64"
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
5009 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
5010 if ${wine_cv_toolsdir+:} false
; then :
5011 $as_echo_n "(cached) " >&6
5013 wine_cv_toolsdir
="$with_wine_tools"
5014 if test -z "$with_wine_tools"; then
5015 if test "$cross_compiling" = "yes"; then
5016 as_fn_error $?
"you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
5017 elif test -n "$with_wine64"; then
5018 wine_cv_toolsdir
="$with_wine64"
5021 if test -z "$wine_cv_toolsdir"; then
5022 wine_makedep
=tools
/makedep
5023 wine_cv_toolsdir
="\$(top_builddir)"
5024 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
5025 wine_makedep
=$wine_cv_toolsdir/tools
/makedep
5026 case "$wine_cv_toolsdir" in
5028 *) wine_cv_toolsdir
="\$(top_builddir)/$wine_cv_toolsdir" ;;
5030 enable_tools
=${enable_tools:-no}
5031 test -f "$wine_makedep" || as_fn_error $?
"the Wine tools have not yet been built in $wine_cv_toolsdir" "$LINENO" 5
5033 as_fn_error $?
"could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
5037 $as_echo "$wine_cv_toolsdir" >&6; }
5038 TOOLSDIR
=$wine_cv_toolsdir
5040 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
5042 TARGETFLAGS
="-b $host_alias $TARGETFLAGS"
5048 # Extract the first word of "$ac_prog", so it can be a program name with args.
5049 set dummy
$ac_prog; ac_word
=$2
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5051 $as_echo_n "checking for $ac_word... " >&6; }
5052 if ${ac_cv_prog_FLEX+:} false
; then :
5053 $as_echo_n "(cached) " >&6
5055 if test -n "$FLEX"; then
5056 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5058 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5062 test -z "$as_dir" && as_dir
=.
5063 for ac_exec_ext
in '' $ac_executable_extensions; do
5064 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5065 ac_cv_prog_FLEX
="$ac_prog"
5066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5075 FLEX
=$ac_cv_prog_FLEX
5076 if test -n "$FLEX"; then
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
5078 $as_echo "$FLEX" >&6; }
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5081 $as_echo "no" >&6; }
5085 test -n "$FLEX" && break
5087 test -n "$FLEX" || FLEX
="none"
5089 if test "$FLEX" = "none"
5091 as_fn_error $?
"no suitable flex found. Please install the 'flex' package." "$LINENO" 5
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
5094 $as_echo_n "checking whether flex is recent enough... " >&6; }
5095 cat >conftest.l
<<EOF
5097 #include "prediluvian.h"
5101 if $FLEX -t conftest.l
>/dev
/null
2>&5
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5104 $as_echo "yes" >&6; }
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5107 $as_echo "no" >&6; }
5108 as_fn_error $?
"Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
5111 for ac_prog
in bison
5113 # Extract the first word of "$ac_prog", so it can be a program name with args.
5114 set dummy
$ac_prog; ac_word
=$2
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5116 $as_echo_n "checking for $ac_word... " >&6; }
5117 if ${ac_cv_prog_BISON+:} false
; then :
5118 $as_echo_n "(cached) " >&6
5120 if test -n "$BISON"; then
5121 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5123 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5127 test -z "$as_dir" && as_dir
=.
5128 for ac_exec_ext
in '' $ac_executable_extensions; do
5129 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5130 ac_cv_prog_BISON
="$ac_prog"
5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5140 BISON
=$ac_cv_prog_BISON
5141 if test -n "$BISON"; then
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
5143 $as_echo "$BISON" >&6; }
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5146 $as_echo "no" >&6; }
5150 test -n "$BISON" && break
5152 test -n "$BISON" || BISON
="none"
5154 if test "$BISON" = "none"
5156 as_fn_error $?
"no suitable bison found. Please install the 'bison' package." "$LINENO" 5
5159 if test -n "$ac_tool_prefix"; then
5160 for ac_prog
in ar gar
5162 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5163 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5165 $as_echo_n "checking for $ac_word... " >&6; }
5166 if ${ac_cv_prog_AR+:} false
; then :
5167 $as_echo_n "(cached) " >&6
5169 if test -n "$AR"; then
5170 ac_cv_prog_AR
="$AR" # Let the user override the test.
5172 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5176 test -z "$as_dir" && as_dir
=.
5177 for ac_exec_ext
in '' $ac_executable_extensions; do
5178 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5179 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5190 if test -n "$AR"; then
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5192 $as_echo "$AR" >&6; }
5194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5195 $as_echo "no" >&6; }
5199 test -n "$AR" && break
5202 if test -z "$AR"; then
5204 for ac_prog
in ar gar
5206 # Extract the first word of "$ac_prog", so it can be a program name with args.
5207 set dummy
$ac_prog; ac_word
=$2
5208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5209 $as_echo_n "checking for $ac_word... " >&6; }
5210 if ${ac_cv_prog_ac_ct_AR+:} false
; then :
5211 $as_echo_n "(cached) " >&6
5213 if test -n "$ac_ct_AR"; then
5214 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5216 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5220 test -z "$as_dir" && as_dir
=.
5221 for ac_exec_ext
in '' $ac_executable_extensions; do
5222 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5223 ac_cv_prog_ac_ct_AR
="$ac_prog"
5224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5233 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5234 if test -n "$ac_ct_AR"; then
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5236 $as_echo "$ac_ct_AR" >&6; }
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5239 $as_echo "no" >&6; }
5243 test -n "$ac_ct_AR" && break
5246 if test "x$ac_ct_AR" = x
; then
5249 case $cross_compiling:$ac_tool_warned in
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5252 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5253 ac_tool_warned
=yes ;;
5259 if test -n "$ac_tool_prefix"; then
5260 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5261 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5263 $as_echo_n "checking for $ac_word... " >&6; }
5264 if ${ac_cv_prog_STRIP+:} false
; then :
5265 $as_echo_n "(cached) " >&6
5267 if test -n "$STRIP"; then
5268 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5270 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5274 test -z "$as_dir" && as_dir
=.
5275 for ac_exec_ext
in '' $ac_executable_extensions; do
5276 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5277 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5287 STRIP
=$ac_cv_prog_STRIP
5288 if test -n "$STRIP"; then
5289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5290 $as_echo "$STRIP" >&6; }
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5293 $as_echo "no" >&6; }
5298 if test -z "$ac_cv_prog_STRIP"; then
5300 # Extract the first word of "strip", so it can be a program name with args.
5301 set dummy strip
; ac_word
=$2
5302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5303 $as_echo_n "checking for $ac_word... " >&6; }
5304 if ${ac_cv_prog_ac_ct_STRIP+:} false
; then :
5305 $as_echo_n "(cached) " >&6
5307 if test -n "$ac_ct_STRIP"; then
5308 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5310 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5314 test -z "$as_dir" && as_dir
=.
5315 for ac_exec_ext
in '' $ac_executable_extensions; do
5316 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5317 ac_cv_prog_ac_ct_STRIP
="strip"
5318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5327 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5328 if test -n "$ac_ct_STRIP"; then
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5330 $as_echo "$ac_ct_STRIP" >&6; }
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5333 $as_echo "no" >&6; }
5336 if test "x$ac_ct_STRIP" = x
; then
5339 case $cross_compiling:$ac_tool_warned in
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5343 ac_tool_warned
=yes ;;
5348 STRIP
="$ac_cv_prog_STRIP"
5353 if test -n "$ac_tool_prefix"; then
5354 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5355 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5357 $as_echo_n "checking for $ac_word... " >&6; }
5358 if ${ac_cv_prog_RANLIB+:} false
; then :
5359 $as_echo_n "(cached) " >&6
5361 if test -n "$RANLIB"; then
5362 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5364 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5368 test -z "$as_dir" && as_dir
=.
5369 for ac_exec_ext
in '' $ac_executable_extensions; do
5370 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5371 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5381 RANLIB
=$ac_cv_prog_RANLIB
5382 if test -n "$RANLIB"; then
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5384 $as_echo "$RANLIB" >&6; }
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5387 $as_echo "no" >&6; }
5392 if test -z "$ac_cv_prog_RANLIB"; then
5393 ac_ct_RANLIB
=$RANLIB
5394 # Extract the first word of "ranlib", so it can be a program name with args.
5395 set dummy ranlib
; ac_word
=$2
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5397 $as_echo_n "checking for $ac_word... " >&6; }
5398 if ${ac_cv_prog_ac_ct_RANLIB+:} false
; then :
5399 $as_echo_n "(cached) " >&6
5401 if test -n "$ac_ct_RANLIB"; then
5402 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5404 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5408 test -z "$as_dir" && as_dir
=.
5409 for ac_exec_ext
in '' $ac_executable_extensions; do
5410 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5411 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5421 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5422 if test -n "$ac_ct_RANLIB"; then
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5424 $as_echo "$ac_ct_RANLIB" >&6; }
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5427 $as_echo "no" >&6; }
5430 if test "x$ac_ct_RANLIB" = x
; then
5433 case $cross_compiling:$ac_tool_warned in
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5437 ac_tool_warned
=yes ;;
5439 RANLIB
=$ac_ct_RANLIB
5442 RANLIB
="$ac_cv_prog_RANLIB"
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5446 $as_echo_n "checking whether ln -s works... " >&6; }
5448 if test "$LN_S" = "ln -s"; then
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5450 $as_echo "yes" >&6; }
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5453 $as_echo "no, using $LN_S" >&6; }
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5457 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5458 if ${ac_cv_path_GREP+:} false
; then :
5459 $as_echo_n "(cached) " >&6
5461 if test -z "$GREP"; then
5462 ac_path_GREP_found
=false
5463 # Loop through the user's path and test for each of PROGNAME-LIST
5464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5465 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5468 test -z "$as_dir" && as_dir
=.
5469 for ac_prog
in grep ggrep
; do
5470 for ac_exec_ext
in '' $ac_executable_extensions; do
5471 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
5472 as_fn_executable_p
"$ac_path_GREP" ||
continue
5473 # Check for GNU ac_path_GREP and select it if it is found.
5474 # Check for GNU $ac_path_GREP
5475 case `"$ac_path_GREP" --version 2>&1` in
5477 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
5480 $as_echo_n 0123456789 >"conftest.in"
5483 cat "conftest.in" "conftest.in" >"conftest.tmp"
5484 mv "conftest.tmp" "conftest.in"
5485 cp "conftest.in" "conftest.nl"
5486 $as_echo 'GREP' >> "conftest.nl"
5487 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5488 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5489 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5490 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5491 # Best one so far, save it but keep looking for a better one
5492 ac_cv_path_GREP
="$ac_path_GREP"
5493 ac_path_GREP_max
=$ac_count
5495 # 10*(2^10) chars as input seems more than enough
5496 test $ac_count -gt 10 && break
5498 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5501 $ac_path_GREP_found && break 3
5506 if test -z "$ac_cv_path_GREP"; then
5507 as_fn_error $?
"no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5510 ac_cv_path_GREP
=$GREP
5514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5515 $as_echo "$ac_cv_path_GREP" >&6; }
5516 GREP
="$ac_cv_path_GREP"
5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5520 $as_echo_n "checking for egrep... " >&6; }
5521 if ${ac_cv_path_EGREP+:} false
; then :
5522 $as_echo_n "(cached) " >&6
5524 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
5525 then ac_cv_path_EGREP
="$GREP -E"
5527 if test -z "$EGREP"; then
5528 ac_path_EGREP_found
=false
5529 # Loop through the user's path and test for each of PROGNAME-LIST
5530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5531 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
5534 test -z "$as_dir" && as_dir
=.
5535 for ac_prog
in egrep; do
5536 for ac_exec_ext
in '' $ac_executable_extensions; do
5537 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
5538 as_fn_executable_p
"$ac_path_EGREP" ||
continue
5539 # Check for GNU ac_path_EGREP and select it if it is found.
5540 # Check for GNU $ac_path_EGREP
5541 case `"$ac_path_EGREP" --version 2>&1` in
5543 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
5546 $as_echo_n 0123456789 >"conftest.in"
5549 cat "conftest.in" "conftest.in" >"conftest.tmp"
5550 mv "conftest.tmp" "conftest.in"
5551 cp "conftest.in" "conftest.nl"
5552 $as_echo 'EGREP' >> "conftest.nl"
5553 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
5554 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
5555 as_fn_arith
$ac_count + 1 && ac_count
=$as_val
5556 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5557 # Best one so far, save it but keep looking for a better one
5558 ac_cv_path_EGREP
="$ac_path_EGREP"
5559 ac_path_EGREP_max
=$ac_count
5561 # 10*(2^10) chars as input seems more than enough
5562 test $ac_count -gt 10 && break
5564 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
5567 $ac_path_EGREP_found && break 3
5572 if test -z "$ac_cv_path_EGREP"; then
5573 as_fn_error $?
"no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5576 ac_cv_path_EGREP
=$EGREP
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5582 $as_echo "$ac_cv_path_EGREP" >&6; }
5583 EGREP
="$ac_cv_path_EGREP"
5586 # Extract the first word of "ldconfig", so it can be a program name with args.
5587 set dummy ldconfig
; ac_word
=$2
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5589 $as_echo_n "checking for $ac_word... " >&6; }
5590 if ${ac_cv_path_LDCONFIG+:} false
; then :
5591 $as_echo_n "(cached) " >&6
5595 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
5598 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5599 for as_dir
in /sbin
/usr
/sbin
$PATH
5602 test -z "$as_dir" && as_dir
=.
5603 for ac_exec_ext
in '' $ac_executable_extensions; do
5604 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5605 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
5606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5613 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
5617 LDCONFIG
=$ac_cv_path_LDCONFIG
5618 if test -n "$LDCONFIG"; then
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
5620 $as_echo "$LDCONFIG" >&6; }
5622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5623 $as_echo "no" >&6; }
5627 for ac_prog
in msgfmt
5629 # Extract the first word of "$ac_prog", so it can be a program name with args.
5630 set dummy
$ac_prog; ac_word
=$2
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5632 $as_echo_n "checking for $ac_word... " >&6; }
5633 if ${ac_cv_prog_MSGFMT+:} false
; then :
5634 $as_echo_n "(cached) " >&6
5636 if test -n "$MSGFMT"; then
5637 ac_cv_prog_MSGFMT
="$MSGFMT" # Let the user override the test.
5639 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5643 test -z "$as_dir" && as_dir
=.
5644 for ac_exec_ext
in '' $ac_executable_extensions; do
5645 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5646 ac_cv_prog_MSGFMT
="$ac_prog"
5647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5656 MSGFMT
=$ac_cv_prog_MSGFMT
5657 if test -n "$MSGFMT"; then
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
5659 $as_echo "$MSGFMT" >&6; }
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5662 $as_echo "no" >&6; }
5666 test -n "$MSGFMT" && break
5668 test -n "$MSGFMT" || MSGFMT
="false"
5670 if ${ac_tool_prefix+:} false
; then :
5671 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
5672 set dummy
${ac_tool_prefix}pkg-config
; ac_word
=$2
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5674 $as_echo_n "checking for $ac_word... " >&6; }
5675 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5676 $as_echo_n "(cached) " >&6
5678 if test -n "$PKG_CONFIG"; then
5679 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5681 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5685 test -z "$as_dir" && as_dir
=.
5686 for ac_exec_ext
in '' $ac_executable_extensions; do
5687 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5688 ac_cv_prog_PKG_CONFIG
="${ac_tool_prefix}pkg-config"
5689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5698 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5699 if test -n "$PKG_CONFIG"; then
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5701 $as_echo "$PKG_CONFIG" >&6; }
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5704 $as_echo "no" >&6; }
5709 if ${ac_cv_prog_PKG_CONFIG:+false} :; then :
5710 if test "x$cross_compiling" = xyes
; then :
5713 { ac_cv_prog_PKG_CONFIG
=; unset ac_cv_prog_PKG_CONFIG
;}
5714 # Extract the first word of "pkg-config", so it can be a program name with args.
5715 set dummy pkg-config
; ac_word
=$2
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5717 $as_echo_n "checking for $ac_word... " >&6; }
5718 if ${ac_cv_prog_PKG_CONFIG+:} false
; then :
5719 $as_echo_n "(cached) " >&6
5721 if test -n "$PKG_CONFIG"; then
5722 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
5724 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5728 test -z "$as_dir" && as_dir
=.
5729 for ac_exec_ext
in '' $ac_executable_extensions; do
5730 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5731 ac_cv_prog_PKG_CONFIG
="pkg-config"
5732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5741 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5742 if test -n "$PKG_CONFIG"; then
5743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
5744 $as_echo "$PKG_CONFIG" >&6; }
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5747 $as_echo "no" >&6; }
5753 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
5756 if test "x$enable_maintainer_mode" != "xyes"
5763 test "$srcdir" = . || as_fn_error $?
"Maintainer mode cannot work out of tree." "$LINENO" 5
5764 for ac_prog
in fontforge
5766 # Extract the first word of "$ac_prog", so it can be a program name with args.
5767 set dummy
$ac_prog; ac_word
=$2
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5769 $as_echo_n "checking for $ac_word... " >&6; }
5770 if ${ac_cv_prog_FONTFORGE+:} false
; then :
5771 $as_echo_n "(cached) " >&6
5773 if test -n "$FONTFORGE"; then
5774 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
5776 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5780 test -z "$as_dir" && as_dir
=.
5781 for ac_exec_ext
in '' $ac_executable_extensions; do
5782 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5783 ac_cv_prog_FONTFORGE
="$ac_prog"
5784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5793 FONTFORGE
=$ac_cv_prog_FONTFORGE
5794 if test -n "$FONTFORGE"; then
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
5796 $as_echo "$FONTFORGE" >&6; }
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5799 $as_echo "no" >&6; }
5803 test -n "$FONTFORGE" && break
5805 test -n "$FONTFORGE" || FONTFORGE
="false"
5807 for ac_prog
in rsvg-convert rsvg
5809 # Extract the first word of "$ac_prog", so it can be a program name with args.
5810 set dummy
$ac_prog; ac_word
=$2
5811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5812 $as_echo_n "checking for $ac_word... " >&6; }
5813 if ${ac_cv_prog_RSVG+:} false
; then :
5814 $as_echo_n "(cached) " >&6
5816 if test -n "$RSVG"; then
5817 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
5819 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5823 test -z "$as_dir" && as_dir
=.
5824 for ac_exec_ext
in '' $ac_executable_extensions; do
5825 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5826 ac_cv_prog_RSVG
="$ac_prog"
5827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5836 RSVG
=$ac_cv_prog_RSVG
5837 if test -n "$RSVG"; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5839 $as_echo "$RSVG" >&6; }
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5842 $as_echo "no" >&6; }
5846 test -n "$RSVG" && break
5848 test -n "$RSVG" || RSVG
="false"
5850 for ac_prog
in convert
5852 # Extract the first word of "$ac_prog", so it can be a program name with args.
5853 set dummy
$ac_prog; ac_word
=$2
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5855 $as_echo_n "checking for $ac_word... " >&6; }
5856 if ${ac_cv_prog_CONVERT+:} false
; then :
5857 $as_echo_n "(cached) " >&6
5859 if test -n "$CONVERT"; then
5860 ac_cv_prog_CONVERT
="$CONVERT" # Let the user override the test.
5862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5866 test -z "$as_dir" && as_dir
=.
5867 for ac_exec_ext
in '' $ac_executable_extensions; do
5868 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5869 ac_cv_prog_CONVERT
="$ac_prog"
5870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5879 CONVERT
=$ac_cv_prog_CONVERT
5880 if test -n "$CONVERT"; then
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5882 $as_echo "$CONVERT" >&6; }
5884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5885 $as_echo "no" >&6; }
5889 test -n "$CONVERT" && break
5891 test -n "$CONVERT" || CONVERT
="false"
5893 for ac_prog
in icotool
5895 # Extract the first word of "$ac_prog", so it can be a program name with args.
5896 set dummy
$ac_prog; ac_word
=$2
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5898 $as_echo_n "checking for $ac_word... " >&6; }
5899 if ${ac_cv_prog_ICOTOOL+:} false
; then :
5900 $as_echo_n "(cached) " >&6
5902 if test -n "$ICOTOOL"; then
5903 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
5905 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5909 test -z "$as_dir" && as_dir
=.
5910 for ac_exec_ext
in '' $ac_executable_extensions; do
5911 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
5912 ac_cv_prog_ICOTOOL
="$ac_prog"
5913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 ICOTOOL
=$ac_cv_prog_ICOTOOL
5923 if test -n "$ICOTOOL"; then
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5925 $as_echo "$ICOTOOL" >&6; }
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5928 $as_echo "no" >&6; }
5932 test -n "$ICOTOOL" && break
5934 test -n "$ICOTOOL" || ICOTOOL
="false"
5936 test "$FONTFORGE" != "false" || as_fn_error $?
"You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5
5937 test "$RSVG" != "false" || as_fn_error $?
"You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5
5939 if test "$CONVERT" = false
5941 as_fn_error $?
"You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5944 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5945 convert_version
=`convert --version | head -n1`
5946 if test "x$convert_version" != "x"
5948 convert_version_major
=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5949 convert_version_minor
=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5950 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5955 if test "$CONVERT" = false
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5958 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5959 as_fn_error $?
"You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5962 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5966 if test "$ICOTOOL" = false
5968 as_fn_error $?
"You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5971 $as_echo_n "checking for recent enough icotool... " >&6; }
5972 icotool_version
=`icotool --version | head -n1`
5973 if test "x$icotool_version" != "x"
5975 icotool_version_major
=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5976 icotool_version_minor
=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5977 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5980 as_fn_append wine_warnings
"|icotool version 0.29.0 or newer is needed to rebuild icons."
5983 if test "$ICOTOOL" = false
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5986 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5987 as_fn_error $?
"You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5990 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5996 { ac_cv_header_gettext_po_h
=; unset ac_cv_header_gettext_po_h
;}
5999 test "x$with_gettext" != xno || MSGFMT
=false
6000 if test "$MSGFMT" != "false"
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether msgfmt supports contexts" >&5
6003 $as_echo_n "checking whether msgfmt supports contexts... " >&6; }
6004 cat >conftest.po
<<EOF
6010 if $MSGFMT -o /dev
/null conftest.po
2>&5
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6013 $as_echo "yes" >&6; }
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6016 $as_echo "no" >&6; }
6020 if test "$MSGFMT" = false
; then :
6021 case "x$with_gettext" in
6022 x
) as_fn_append wine_warnings
"|gettext tools not found (or too old), translations won't be built." ;;
6024 *) as_fn_error $?
"gettext tools not found (or too old), translations won't be built.
6025 This is an error since --with-gettext was requested." "$LINENO" 5 ;;
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
6031 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6032 if ${ac_cv_lib_i386_i386_set_ldt+:} false
; then :
6033 $as_echo_n "(cached) " >&6
6035 ac_check_lib_save_LIBS
=$LIBS
6037 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6038 /* end confdefs.h. */
6040 /* Override any GCC internal prototype to avoid an error.
6041 Use char because int might match the return type of a GCC
6042 builtin and then its argument prototype would still apply. */
6046 char i386_set_ldt ();
6050 return i386_set_ldt ();
6055 if ac_fn_c_try_link
"$LINENO"; then :
6056 ac_cv_lib_i386_i386_set_ldt
=yes
6058 ac_cv_lib_i386_i386_set_ldt
=no
6060 rm -f core conftest.err conftest.
$ac_objext \
6061 conftest
$ac_exeext conftest.
$ac_ext
6062 LIBS
=$ac_check_lib_save_LIBS
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6065 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6066 if test "x$ac_cv_lib_i386_i386_set_ldt" = xyes
; then :
6067 cat >>confdefs.h
<<_ACEOF
6068 #define HAVE_LIBI386 1
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
6076 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6077 if ${ac_cv_lib_ossaudio__oss_ioctl+:} false
; then :
6078 $as_echo_n "(cached) " >&6
6080 ac_check_lib_save_LIBS
=$LIBS
6081 LIBS
="-lossaudio $LIBS"
6082 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6083 /* end confdefs.h. */
6085 /* Override any GCC internal prototype to avoid an error.
6086 Use char because int might match the return type of a GCC
6087 builtin and then its argument prototype would still apply. */
6095 return _oss_ioctl ();
6100 if ac_fn_c_try_link
"$LINENO"; then :
6101 ac_cv_lib_ossaudio__oss_ioctl
=yes
6103 ac_cv_lib_ossaudio__oss_ioctl
=no
6105 rm -f core conftest.err conftest.
$ac_objext \
6106 conftest
$ac_exeext conftest.
$ac_ext
6107 LIBS
=$ac_check_lib_save_LIBS
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6110 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6111 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = xyes
; then :
6112 cat >>confdefs.h
<<_ACEOF
6113 #define HAVE_LIBOSSAUDIO 1
6116 LIBS
="-lossaudio $LIBS"
6125 # Check whether --enable-largefile was given.
6126 if test "${enable_largefile+set}" = set; then :
6127 enableval
=$enable_largefile;
6130 if test "$enable_largefile" != no
; then
6132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
6133 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
6134 if ${ac_cv_sys_largefile_CC+:} false
; then :
6135 $as_echo_n "(cached) " >&6
6137 ac_cv_sys_largefile_CC
=no
6138 if test "$GCC" != yes; then
6141 # IRIX 6.2 and later do not support large files by default,
6142 # so use the C compiler's -n32 option if that helps.
6143 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6144 /* end confdefs.h. */
6145 #include <sys/types.h>
6146 /* Check that off_t can represent 2**63 - 1 correctly.
6147 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6148 since some C++ compilers masquerading as C compilers
6149 incorrectly reject 9223372036854775807. */
6150 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6151 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6152 && LARGE_OFF_T % 2147483647 == 1)
6162 if ac_fn_c_try_compile
"$LINENO"; then :
6165 rm -f core conftest.err conftest.
$ac_objext
6167 if ac_fn_c_try_compile
"$LINENO"; then :
6168 ac_cv_sys_largefile_CC
=' -n32'; break
6170 rm -f core conftest.err conftest.
$ac_objext
6174 rm -f conftest.
$ac_ext
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
6178 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
6179 if test "$ac_cv_sys_largefile_CC" != no
; then
6180 CC
=$CC$ac_cv_sys_largefile_CC
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
6184 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
6185 if ${ac_cv_sys_file_offset_bits+:} false
; then :
6186 $as_echo_n "(cached) " >&6
6189 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6190 /* end confdefs.h. */
6191 #include <sys/types.h>
6192 /* Check that off_t can represent 2**63 - 1 correctly.
6193 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6194 since some C++ compilers masquerading as C compilers
6195 incorrectly reject 9223372036854775807. */
6196 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6197 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6198 && LARGE_OFF_T % 2147483647 == 1)
6208 if ac_fn_c_try_compile
"$LINENO"; then :
6209 ac_cv_sys_file_offset_bits
=no
; break
6211 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6212 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6213 /* end confdefs.h. */
6214 #define _FILE_OFFSET_BITS 64
6215 #include <sys/types.h>
6216 /* Check that off_t can represent 2**63 - 1 correctly.
6217 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6218 since some C++ compilers masquerading as C compilers
6219 incorrectly reject 9223372036854775807. */
6220 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6221 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6222 && LARGE_OFF_T % 2147483647 == 1)
6232 if ac_fn_c_try_compile
"$LINENO"; then :
6233 ac_cv_sys_file_offset_bits
=64; break
6235 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6236 ac_cv_sys_file_offset_bits
=unknown
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
6241 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
6242 case $ac_cv_sys_file_offset_bits in #(
6245 cat >>confdefs.h
<<_ACEOF
6246 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
6251 if test $ac_cv_sys_file_offset_bits = unknown
; then
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
6253 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
6254 if ${ac_cv_sys_large_files+:} false
; then :
6255 $as_echo_n "(cached) " >&6
6258 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6259 /* end confdefs.h. */
6260 #include <sys/types.h>
6261 /* Check that off_t can represent 2**63 - 1 correctly.
6262 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6263 since some C++ compilers masquerading as C compilers
6264 incorrectly reject 9223372036854775807. */
6265 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6266 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6267 && LARGE_OFF_T % 2147483647 == 1)
6277 if ac_fn_c_try_compile
"$LINENO"; then :
6278 ac_cv_sys_large_files
=no
; break
6280 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6281 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6282 /* end confdefs.h. */
6283 #define _LARGE_FILES 1
6284 #include <sys/types.h>
6285 /* Check that off_t can represent 2**63 - 1 correctly.
6286 We can't simply define LARGE_OFF_T to be 9223372036854775807,
6287 since some C++ compilers masquerading as C compilers
6288 incorrectly reject 9223372036854775807. */
6289 #define LARGE_OFF_T ((((off_t) 1 << 31) << 31) - 1 + (((off_t) 1 << 31) << 31))
6290 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
6291 && LARGE_OFF_T % 2147483647 == 1)
6301 if ac_fn_c_try_compile
"$LINENO"; then :
6302 ac_cv_sys_large_files
=1; break
6304 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6305 ac_cv_sys_large_files
=unknown
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
6310 $as_echo "$ac_cv_sys_large_files" >&6; }
6311 case $ac_cv_sys_large_files in #(
6314 cat >>confdefs.h
<<_ACEOF
6315 #define _LARGE_FILES $ac_cv_sys_large_files
6327 ac_cpp
='$CPP $CPPFLAGS'
6328 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6329 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6330 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6332 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6333 # On Suns, sometimes $CPP names a directory.
6334 if test -n "$CPP" && test -d "$CPP"; then
6337 if test -z "$CPP"; then
6338 if ${ac_cv_prog_CPP+:} false
; then :
6339 $as_echo_n "(cached) " >&6
6341 # Double quotes because CPP needs to be expanded
6342 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6345 for ac_c_preproc_warn_flag
in '' yes
6347 # Use a header file that comes with gcc, so configuring glibc
6348 # with a fresh cross-compiler works.
6349 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6350 # <limits.h> exists even on freestanding compilers.
6351 # On the NeXT, cc -E runs the code through the compiler's parser,
6352 # not just through cpp. "Syntax error" is here to catch this case.
6353 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6354 /* end confdefs.h. */
6356 # include <limits.h>
6358 # include <assert.h>
6362 if ac_fn_c_try_cpp
"$LINENO"; then :
6365 # Broken: fails on valid input.
6368 rm -f conftest.err conftest.i conftest.
$ac_ext
6370 # OK, works on sane cases. Now check whether nonexistent headers
6371 # can be detected and how.
6372 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6373 /* end confdefs.h. */
6374 #include <ac_nonexistent.h>
6376 if ac_fn_c_try_cpp
"$LINENO"; then :
6377 # Broken: success on invalid input.
6380 # Passes both tests.
6384 rm -f conftest.err conftest.i conftest.
$ac_ext
6387 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6388 rm -f conftest.i conftest.err conftest.
$ac_ext
6389 if $ac_preproc_ok; then :
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6402 $as_echo "$CPP" >&6; }
6404 for ac_c_preproc_warn_flag
in '' yes
6406 # Use a header file that comes with gcc, so configuring glibc
6407 # with a fresh cross-compiler works.
6408 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6409 # <limits.h> exists even on freestanding compilers.
6410 # On the NeXT, cc -E runs the code through the compiler's parser,
6411 # not just through cpp. "Syntax error" is here to catch this case.
6412 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6413 /* end confdefs.h. */
6415 # include <limits.h>
6417 # include <assert.h>
6421 if ac_fn_c_try_cpp
"$LINENO"; then :
6424 # Broken: fails on valid input.
6427 rm -f conftest.err conftest.i conftest.
$ac_ext
6429 # OK, works on sane cases. Now check whether nonexistent headers
6430 # can be detected and how.
6431 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6432 /* end confdefs.h. */
6433 #include <ac_nonexistent.h>
6435 if ac_fn_c_try_cpp
"$LINENO"; then :
6436 # Broken: success on invalid input.
6439 # Passes both tests.
6443 rm -f conftest.err conftest.i conftest.
$ac_ext
6446 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6447 rm -f conftest.i conftest.err conftest.
$ac_ext
6448 if $ac_preproc_ok; then :
6451 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6452 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6453 as_fn_error $?
"C preprocessor \"$CPP\" fails sanity check
6454 See \`config.log' for more details" "$LINENO" 5; }
6458 ac_cpp
='$CPP $CPPFLAGS'
6459 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6460 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6461 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6465 $as_echo_n "checking for ANSI C header files... " >&6; }
6466 if ${ac_cv_header_stdc+:} false
; then :
6467 $as_echo_n "(cached) " >&6
6469 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6470 /* end confdefs.h. */
6484 if ac_fn_c_try_compile
"$LINENO"; then :
6485 ac_cv_header_stdc
=yes
6487 ac_cv_header_stdc
=no
6489 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6491 if test $ac_cv_header_stdc = yes; then
6492 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6493 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6494 /* end confdefs.h. */
6498 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6499 $EGREP "memchr" >/dev
/null
2>&1; then :
6502 ac_cv_header_stdc
=no
6508 if test $ac_cv_header_stdc = yes; then
6509 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6510 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6511 /* end confdefs.h. */
6515 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6516 $EGREP "free" >/dev
/null
2>&1; then :
6519 ac_cv_header_stdc
=no
6525 if test $ac_cv_header_stdc = yes; then
6526 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6527 if test "$cross_compiling" = yes; then :
6530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6531 /* end confdefs.h. */
6534 #if ((' ' & 0x0FF) == 0x020)
6535 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6536 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6538 # define ISLOWER(c) \
6539 (('a' <= (c) && (c) <= 'i') \
6540 || ('j' <= (c) && (c) <= 'r') \
6541 || ('s' <= (c) && (c) <= 'z'))
6542 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6545 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6550 for (i = 0; i < 256; i++)
6551 if (XOR (islower (i), ISLOWER (i))
6552 || toupper (i) != TOUPPER (i))
6557 if ac_fn_c_try_run
"$LINENO"; then :
6560 ac_cv_header_stdc
=no
6562 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
6563 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6569 $as_echo "$ac_cv_header_stdc" >&6; }
6570 if test $ac_cv_header_stdc = yes; then
6572 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6576 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6577 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6578 inttypes.h stdint.h unistd.h
6580 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6581 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6583 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6584 cat >>confdefs.h
<<_ACEOF
6585 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6595 ApplicationServices
/ApplicationServices.h \
6596 AudioToolbox
/AudioConverter.h \
6597 AudioUnit
/AudioUnit.h \
6598 AudioUnit
/AudioComponent.h \
6601 CoreAudio
/CoreAudio.h \
6602 CoreServices
/CoreServices.h \
6603 DiskArbitration
/DiskArbitration.h \
6605 IOKit
/hid
/IOHIDLib.h \
6608 QuickTime
/ImageCompression.h \
6609 Security
/Security.h \
6660 netinet
/in_systm.h \
6723 valgrind
/memcheck.h \
6724 valgrind
/valgrind.h \
6728 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6729 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
6730 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6731 cat >>confdefs.h
<<_ACEOF
6732 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
6740 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6741 if ${ac_cv_header_stat_broken+:} false
; then :
6742 $as_echo_n "(cached) " >&6
6744 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
6745 /* end confdefs.h. */
6746 #include <sys/types.h>
6747 #include <sys/stat.h>
6749 #if defined S_ISBLK && defined S_IFDIR
6750 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6753 #if defined S_ISBLK && defined S_IFCHR
6754 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6757 #if defined S_ISLNK && defined S_IFREG
6758 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6761 #if defined S_ISSOCK && defined S_IFREG
6762 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6766 if ac_fn_c_try_compile
"$LINENO"; then :
6767 ac_cv_header_stat_broken
=no
6769 ac_cv_header_stat_broken
=yes
6771 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
6774 $as_echo "$ac_cv_header_stat_broken" >&6; }
6775 if test $ac_cv_header_stat_broken = yes; then
6777 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
6783 for ac_header
in sys
/mount.h sys
/statfs.h sys
/sysctl.h sys
/user.h sys
/vfs.h
6785 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6786 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6787 #ifdef HAVE_SYS_PARAM_H
6788 # include <sys/param.h>
6791 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6792 cat >>confdefs.h
<<_ACEOF
6793 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6808 netinet
/if_ether.h \
6809 netinet
/if_inarp.h \
6818 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6819 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6820 #ifdef HAVE_SYS_SOCKET_H
6821 # include <sys/socket.h>
6823 #ifdef HAVE_SYS_SOCKETVAR_H
6824 # include <sys/socketvar.h>
6826 #ifdef HAVE_NET_ROUTE_H
6827 # include <net/route.h>
6829 #ifdef HAVE_NETINET_IN_H
6830 # include <netinet/in.h>
6832 #ifdef HAVE_NETINET_IN_SYSTM_H
6833 # include <netinet/in_systm.h>
6835 #ifdef HAVE_NET_IF_H
6836 # include <net/if.h>
6838 #ifdef HAVE_NETINET_IP_H
6839 # include <netinet/ip.h>
6842 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6843 cat >>confdefs.h
<<_ACEOF
6844 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6852 for ac_header
in netinet
/tcp_timer.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_var.h
6854 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6855 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6859 #ifdef HAVE_SYS_SOCKET_H
6860 # include <sys/socket.h>
6862 #ifdef HAVE_SYS_SOCKETVAR_H
6863 # include <sys/socketvar.h>
6865 #ifdef HAVE_SYS_TIMEOUT_H
6866 # include <sys/timeout.h>
6868 #ifdef HAVE_NETINET_IN_H
6869 # include <netinet/in.h>
6871 #ifdef HAVE_NETINET_IN_SYSTM_H
6872 # include <netinet/in_systm.h>
6874 #ifdef HAVE_NETINET_IP_H
6875 # include <netinet/ip.h>
6877 #ifdef HAVE_NETINET_IP_VAR_H
6878 # include <netinet/ip_var.h>
6880 #ifdef HAVE_NETINET_IP_ICMP_H
6881 # include <netinet/ip_icmp.h>
6883 #ifdef HAVE_NETINET_UDP_H
6884 # include <netinet/udp.h>
6886 #ifdef HAVE_NETINET_TCP_H
6887 # include <netinet/tcp.h>
6889 #ifdef HAVE_NETINET_TCP_TIMER_H
6890 #include <netinet/tcp_timer.h>
6893 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6894 cat >>confdefs.h
<<_ACEOF
6895 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6903 for ac_header
in linux
/ipx.h linux
/irda.h linux
/rtnetlink.h
6905 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6906 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6907 #ifdef HAVE_ASM_TYPES_H
6908 # include <asm/types.h>
6910 #ifdef HAVE_SYS_SOCKET_H
6911 # include <sys/socket.h>
6913 #ifdef HAVE_LINUX_TYPES_H
6914 # include <linux/types.h>
6917 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
6918 cat >>confdefs.h
<<_ACEOF
6919 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6927 for ac_header
in mach-o
/dyld_images.h
6929 ac_fn_c_check_header_compile
"$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6930 # include <stdbool.h>
6932 #ifdef HAVE_STDINT_H
6933 # include <stdint.h>
6936 if test "x$ac_cv_header_mach_o_dyld_images_h" = xyes
; then :
6937 cat >>confdefs.h
<<_ACEOF
6938 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6946 for ac_header
in resolv.h
6948 ac_fn_c_check_header_compile
"$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6949 #ifdef HAVE_SYS_SOCKET_H
6950 # include <sys/socket.h>
6952 #ifdef HAVE_NETINET_IN_H
6953 # include <netinet/in.h>
6955 #ifdef HAVE_ARPA_NAMESER_H
6956 # include <arpa/nameser.h>
6959 if test "x$ac_cv_header_resolv_h" = xyes
; then :
6960 cat >>confdefs.h
<<_ACEOF
6961 #define HAVE_RESOLV_H 1
6969 for ac_header
in ifaddrs.h
6971 ac_fn_c_check_header_compile
"$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6973 if test "x$ac_cv_header_ifaddrs_h" = xyes
; then :
6974 cat >>confdefs.h
<<_ACEOF
6975 #define HAVE_IFADDRS_H 1
6983 for ac_header
in sys
/ucontext.h
6985 ac_fn_c_check_header_compile
"$LINENO" "sys/ucontext.h" "ac_cv_header_sys_ucontext_h" "#include <signal.h>
6987 if test "x$ac_cv_header_sys_ucontext_h" = xyes
; then :
6988 cat >>confdefs.h
<<_ACEOF
6989 #define HAVE_SYS_UCONTEXT_H 1
6997 for ac_header
in sys
/thr.h
6999 ac_fn_c_check_header_compile
"$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
7000 #ifdef HAVE_SYS_UCONTEXT_H
7001 #include <sys/ucontext.h>
7004 if test "x$ac_cv_header_sys_thr_h" = xyes
; then :
7005 cat >>confdefs.h
<<_ACEOF
7006 #define HAVE_SYS_THR_H 1
7014 for ac_header
in pthread_np.h
7016 ac_fn_c_check_header_compile
"$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
7017 #include <pthread.h>
7020 if test "x$ac_cv_header_pthread_np_h" = xyes
; then :
7021 cat >>confdefs.h
<<_ACEOF
7022 #define HAVE_PTHREAD_NP_H 1
7030 for ac_header
in linux
/videodev.h linux
/videodev2.h libv4l1.h
7032 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7033 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_SYS_TIME_H
7034 #include <sys/time.h>
7036 #include <sys/types.h>
7037 #ifdef HAVE_ASM_TYPES_H
7038 #include <asm/types.h>
7041 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
7042 cat >>confdefs.h
<<_ACEOF
7043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7051 for ac_header
in libprocstat.h
7053 ac_fn_c_check_header_compile
"$LINENO" "libprocstat.h" "ac_cv_header_libprocstat_h" "#ifdef HAVE_SYS_PARAM_H
7054 #include <sys/param.h>
7056 #ifdef HAVE_SYS_QUEUE_H
7057 #include <sys/queue.h>
7059 #ifdef HAVE_SYS_SOCKET_H
7060 #include <sys/socket.h>
7063 if test "x$ac_cv_header_libprocstat_h" = xyes
; then :
7064 cat >>confdefs.h
<<_ACEOF
7065 #define HAVE_LIBPROCSTAT_H 1
7074 dlldir
="\${libdir}/wine"
7078 DLLFLAGS
="-D_REENTRANT"
7087 STATIC_IMPLIBEXT
="def.a"
7088 # Extract the first word of "ldd", so it can be a program name with args.
7089 set dummy ldd
; ac_word
=$2
7090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7091 $as_echo_n "checking for $ac_word... " >&6; }
7092 if ${ac_cv_path_LDD+:} false
; then :
7093 $as_echo_n "(cached) " >&6
7097 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
7100 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7101 as_dummy
="/sbin:/usr/sbin:$PATH"
7102 for as_dir
in $as_dummy
7105 test -z "$as_dir" && as_dir
=.
7106 for ac_exec_ext
in '' $ac_executable_extensions; do
7107 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7108 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
7109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7116 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
7121 if test -n "$LDD"; then
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
7123 $as_echo "$LDD" >&6; }
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7126 $as_echo "no" >&6; }
7130 if test -n "$ac_tool_prefix"; then
7131 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7132 set dummy
${ac_tool_prefix}otool
; ac_word
=$2
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7134 $as_echo_n "checking for $ac_word... " >&6; }
7135 if ${ac_cv_prog_OTOOL+:} false
; then :
7136 $as_echo_n "(cached) " >&6
7138 if test -n "$OTOOL"; then
7139 ac_cv_prog_OTOOL
="$OTOOL" # Let the user override the test.
7141 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7145 test -z "$as_dir" && as_dir
=.
7146 for ac_exec_ext
in '' $ac_executable_extensions; do
7147 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7148 ac_cv_prog_OTOOL
="${ac_tool_prefix}otool"
7149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7158 OTOOL
=$ac_cv_prog_OTOOL
7159 if test -n "$OTOOL"; then
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7161 $as_echo "$OTOOL" >&6; }
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7164 $as_echo "no" >&6; }
7169 if test -z "$ac_cv_prog_OTOOL"; then
7171 # Extract the first word of "otool", so it can be a program name with args.
7172 set dummy otool
; ac_word
=$2
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7174 $as_echo_n "checking for $ac_word... " >&6; }
7175 if ${ac_cv_prog_ac_ct_OTOOL+:} false
; then :
7176 $as_echo_n "(cached) " >&6
7178 if test -n "$ac_ct_OTOOL"; then
7179 ac_cv_prog_ac_ct_OTOOL
="$ac_ct_OTOOL" # Let the user override the test.
7181 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7185 test -z "$as_dir" && as_dir
=.
7186 for ac_exec_ext
in '' $ac_executable_extensions; do
7187 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7188 ac_cv_prog_ac_ct_OTOOL
="otool"
7189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7198 ac_ct_OTOOL
=$ac_cv_prog_ac_ct_OTOOL
7199 if test -n "$ac_ct_OTOOL"; then
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7201 $as_echo "$ac_ct_OTOOL" >&6; }
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7204 $as_echo "no" >&6; }
7207 if test "x$ac_ct_OTOOL" = x
; then
7210 case $cross_compiling:$ac_tool_warned in
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7213 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7214 ac_tool_warned
=yes ;;
7219 OTOOL
="$ac_cv_prog_OTOOL"
7222 if test -n "$ac_tool_prefix"; then
7223 # Extract the first word of "${ac_tool_prefix}readelf", so it can be a program name with args.
7224 set dummy
${ac_tool_prefix}readelf
; ac_word
=$2
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7226 $as_echo_n "checking for $ac_word... " >&6; }
7227 if ${ac_cv_prog_READELF+:} false
; then :
7228 $as_echo_n "(cached) " >&6
7230 if test -n "$READELF"; then
7231 ac_cv_prog_READELF
="$READELF" # Let the user override the test.
7233 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7237 test -z "$as_dir" && as_dir
=.
7238 for ac_exec_ext
in '' $ac_executable_extensions; do
7239 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7240 ac_cv_prog_READELF
="${ac_tool_prefix}readelf"
7241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7250 READELF
=$ac_cv_prog_READELF
7251 if test -n "$READELF"; then
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $READELF" >&5
7253 $as_echo "$READELF" >&6; }
7255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7256 $as_echo "no" >&6; }
7261 if test -z "$ac_cv_prog_READELF"; then
7262 ac_ct_READELF
=$READELF
7263 # Extract the first word of "readelf", so it can be a program name with args.
7264 set dummy readelf
; ac_word
=$2
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7266 $as_echo_n "checking for $ac_word... " >&6; }
7267 if ${ac_cv_prog_ac_ct_READELF+:} false
; then :
7268 $as_echo_n "(cached) " >&6
7270 if test -n "$ac_ct_READELF"; then
7271 ac_cv_prog_ac_ct_READELF
="$ac_ct_READELF" # Let the user override the test.
7273 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7277 test -z "$as_dir" && as_dir
=.
7278 for ac_exec_ext
in '' $ac_executable_extensions; do
7279 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7280 ac_cv_prog_ac_ct_READELF
="readelf"
7281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7290 ac_ct_READELF
=$ac_cv_prog_ac_ct_READELF
7291 if test -n "$ac_ct_READELF"; then
7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_READELF" >&5
7293 $as_echo "$ac_ct_READELF" >&6; }
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7296 $as_echo "no" >&6; }
7299 if test "x$ac_ct_READELF" = x
; then
7302 case $cross_compiling:$ac_tool_warned in
7304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7305 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7306 ac_tool_warned
=yes ;;
7308 READELF
=$ac_ct_READELF
7311 READELF
="$ac_cv_prog_READELF"
7314 wine_rules_file
=conf$
$rules.
make
7315 rm -f $wine_rules_file
7317 GITIGNORE
="# Automatically generated by configure; DO NOT EDIT!!"
7318 ALL_TEST_RESOURCES
=""
7321 wine_fn_append_file
()
7323 as_fn_append
$1 " \\$as_nl $2"
7326 wine_fn_ignore_file
()
7329 */*) as_fn_append GITIGNORE
"$as_nl$1" ;;
7330 \
**) as_fn_append GITIGNORE
"$as_nl$1" ;;
7331 *) as_fn_append GITIGNORE
"$as_nl/$1" ;;
7335 wine_fn_append_rule
()
7337 $as_echo "$1" >>$wine_rules_file
7342 expr ",$ac_flags," : ".*,$1,.*" >/dev
/null
7345 wine_fn_depend_rules
()
7347 wine_fn_append_rule \
7348 "$ac_dir/Makefile: $srcdir/$ac_dir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
7349 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir
7350 depend: $ac_dir/depend
7351 .PHONY: $ac_dir/depend
7352 $ac_dir/depend: \$(MAKEDEP) dummy
7353 @./config.status --file $ac_dir/Makefile:Make.vars.in:$ac_dir/Makefile.in && \$(MAKEDEP) $ac_dir"
7356 wine_fn_pot_rules
()
7358 test "x$with_gettextpo" = xyes ||
return
7360 if wine_fn_has_flag mc
7362 wine_fn_append_file ALL_POT_FILES
$ac_dir/msg.pot
7363 wine_fn_append_rule \
7364 "$ac_dir/msg.pot: $ac_dir/Makefile dummy
7365 @cd $ac_dir && \$(MAKE) msg.pot
7366 $ac_dir/msg.pot: tools/wmc include"
7368 if wine_fn_has_flag po
7370 wine_fn_append_file ALL_POT_FILES
$ac_dir/rsrc.pot
7371 wine_fn_append_rule \
7372 "$ac_dir/rsrc.pot: $ac_dir/Makefile dummy
7373 @cd $ac_dir && \$(MAKE) rsrc.pot
7374 $ac_dir/rsrc.pot: tools/wrc include"
7378 wine_fn_all_rules
()
7380 wine_fn_depend_rules
7381 wine_fn_append_rule \
7384 $ac_dir: $ac_dir/Makefile dummy
7385 @cd $ac_dir && \$(MAKE)"
7388 wine_fn_install_rules
()
7390 wine_fn_has_flag install-lib || wine_fn_has_flag install-dev ||
return
7392 wine_fn_append_rule \
7393 ".PHONY: $ac_dir/install $ac_dir/uninstall
7394 $ac_dir/install:: $ac_dir
7395 @cd $ac_dir && \$(MAKE) install
7396 $ac_dir/uninstall:: $ac_dir/Makefile
7397 @cd $ac_dir && \$(MAKE) uninstall
7398 install:: $ac_dir/install
7399 __uninstall__: $ac_dir/uninstall"
7401 if wine_fn_has_flag install-lib
7403 wine_fn_append_rule \
7404 ".PHONY: $ac_dir/install-lib
7405 $ac_dir/install-lib:: $ac_dir
7406 @cd $ac_dir && \$(MAKE) install-lib
7407 install-lib:: $ac_dir/install-lib"
7410 if wine_fn_has_flag install-dev
7412 wine_fn_append_rule \
7413 ".PHONY: $ac_dir/install-dev
7414 $ac_dir/install-dev:: $ac_dir
7415 @cd $ac_dir && \$(MAKE) install-dev
7416 install-dev:: $ac_dir/install-dev"
7420 wine_fn_clean_rules
()
7423 ac_extraclean
="$ac_dir/Makefile"
7424 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7426 */tests
) ac_extraclean
="$ac_extraclean $ac_dir/testlist.c" ;;
7429 if wine_fn_has_flag clean
7431 wine_fn_append_rule \
7432 "__clean__: $ac_dir/clean
7433 .PHONY: $ac_dir/clean
7434 $ac_dir/clean: $ac_dir/Makefile
7435 @cd $ac_dir && \$(MAKE) clean
7436 \$(RM) $ac_extraclean"
7438 wine_fn_append_rule \
7439 "__clean__: $ac_dir/clean
7440 .PHONY: $ac_dir/clean
7441 $ac_dir/clean: dummy
7442 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7446 wine_fn_disabled_rules
()
7449 ac_extraclean
="$ac_dir/Makefile"
7450 test "$srcdir" = .
&& ac_extraclean
="$ac_extraclean $ac_dir/.gitignore"
7452 wine_fn_append_rule \
7453 "__clean__: $ac_dir/clean
7454 .PHONY: $ac_dir/clean
7455 $ac_dir/clean: dummy
7456 \$(RM) \$(CLEAN_FILES:%=$ac_dir/%) $ac_clean $ac_extraclean"
7459 wine_fn_config_makefile
()
7465 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7466 wine_fn_disabled_rules
; return
7469 wine_fn_install_rules
7473 wine_fn_config_lib
()
7477 ac_dir
=dlls
/$ac_name
7480 if test "x$enable_tools" = xno
; then :
7483 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7488 wine_fn_append_rule \
7489 ".PHONY: $ac_dir/install $ac_dir/uninstall
7490 $ac_dir/install:: $ac_dir
7491 \$(INSTALL_DATA) $ac_dir/lib$ac_name.a \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7493 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_name.a
7494 install install-dev:: $ac_dir/install
7495 __uninstall__: $ac_dir/uninstall
7496 __builddeps__: $ac_dir
7500 wine_fn_config_dll
()
7503 ac_dir
=dlls
/$ac_name
7506 ac_implib
=${4:-$ac_name}
7507 ac_file
=$ac_dir/lib
$ac_implib
7512 if test "x$enable_tools" = xno
; then :
7515 ac_deps
="tools/widl tools/winebuild tools/winegcc $ac_deps"
7518 *16) ac_implibflags
=" -m16" ;;
7520 *) ac_dll
=$ac_dll.dll
;;
7524 wine_fn_has_flag implib
&& ac_clean
="$ac_clean $ac_file.$IMPLIBEXT"
7525 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7526 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7527 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_dll"
7529 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7530 if wine_fn_has_flag implib
&& test "$ac_enable" != enable_win16
7532 wine_fn_depend_rules
7533 wine_fn_clean_rules
$ac_clean
7535 wine_fn_disabled_rules
$ac_clean
7540 wine_fn_clean_rules
$ac_clean
7541 wine_fn_append_rule \
7542 "$ac_dir: __builddeps__
7543 manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
7544 @cd $ac_dir && \$(MAKE) \$@
7545 .PHONY: $ac_dir/install-lib $ac_dir/uninstall
7546 install install-lib:: $ac_dir/install-lib
7547 __uninstall__: $ac_dir/uninstall"
7548 if test -n "$DLLEXT"
7550 wine_fn_append_rule \
7551 "$ac_dir/install-lib:: $ac_dir
7552 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT
7553 \$(INSTALL_DATA) $ac_dir/$ac_dll.fake \$(DESTDIR)\$(fakedlldir)/$ac_dll
7555 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_dll$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_dll"
7557 wine_fn_append_rule \
7558 "$ac_dir/install-lib:: $ac_dir
7559 \$(INSTALL_PROGRAM) $ac_dir/$ac_dll \$(DESTDIR)\$(dlldir)/$ac_dll
7561 \$(RM) \$(DESTDIR)\$(dlldir)/$ac_dll"
7567 if wine_fn_has_flag staticimplib
7569 wine_fn_append_rule \
7570 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
7571 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
7572 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7573 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7574 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
7575 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
7576 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7577 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7578 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7580 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7581 install install-dev:: $ac_dir/install-dev
7582 __uninstall__: $ac_dir/uninstall"
7584 if test "$IMPLIBEXT" != "$STATIC_IMPLIBEXT"
7586 wine_fn_append_rule \
7587 "$ac_dir/install-dev:: $ac_file.$STATIC_IMPLIBEXT __builddeps__
7588 \$(INSTALL_DATA) $ac_file.$STATIC_IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT
7590 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$STATIC_IMPLIBEXT"
7593 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7595 wine_fn_append_rule \
7596 "__builddeps__: $ac_file.cross.a
7597 $ac_file.cross.a: $ac_dir/Makefile dummy
7598 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
7601 elif wine_fn_has_flag implib
7603 wine_fn_append_rule \
7604 "__builddeps__: $ac_file.$IMPLIBEXT
7605 $ac_file.def: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7606 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7607 $ac_file.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7608 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec
7609 .PHONY: $ac_dir/install-dev $ac_dir/uninstall
7610 $ac_dir/install-dev:: $ac_file.$IMPLIBEXT
7611 \$(INSTALL_DATA) $ac_file.$IMPLIBEXT \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7613 \$(RM) \$(DESTDIR)\$(dlldir)/lib$ac_implib.$IMPLIBEXT
7614 install install-dev:: $ac_dir/install-dev
7615 __uninstall__: $ac_dir/uninstall"
7616 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7618 wine_fn_append_rule \
7619 "__builddeps__: $ac_file.cross.a
7620 $ac_file.cross.a: $srcdir/$ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
7621 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export $srcdir/$ac_dir/$ac_name.spec"
7624 if test "$ac_name" != "$ac_implib"
7626 wine_fn_append_rule \
7627 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
7628 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
7629 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
7631 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
7632 wine_fn_ignore_file
"dlls/lib$ac_implib.$IMPLIBEXT"
7633 if test -n "$CROSSTARGET" -a -z "$ac_implibflags"
7635 wine_fn_append_rule \
7636 "__builddeps__: dlls/lib$ac_implib.cross.a
7637 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
7638 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@
7640 \$(RM) dlls/lib$ac_implib.cross.a"
7641 wine_fn_ignore_file
"dlls/lib$ac_implib.cross.a"
7647 wine_fn_config_program
()
7650 ac_dir
=programs
/$ac_name
7657 *) ac_program
=$ac_program.exe
;;
7661 wine_fn_has_flag mc
&& ac_clean
="$ac_clean $ac_dir/msg.pot"
7662 wine_fn_has_flag po
&& ac_clean
="$ac_clean $ac_dir/rsrc.pot"
7663 wine_fn_has_flag manpage
&& ac_clean
="$ac_clean $ac_dir/$ac_name.man"
7664 test -n "$DLLEXT" || ac_clean
="$ac_clean $ac_dir/$ac_program"
7666 if eval test \"x\$
"$ac_enable"\" = x
"no"; then :
7667 wine_fn_disabled_rules
$ac_clean; return
7671 wine_fn_clean_rules
$ac_clean
7672 wine_fn_append_rule
"$ac_dir: __builddeps__"
7675 wine_fn_has_flag
install ||
return
7676 wine_fn_append_rule \
7677 ".PHONY: $ac_dir/install $ac_dir/uninstall
7678 install install-lib:: $ac_dir/install
7679 __uninstall__: $ac_dir/uninstall"
7681 if test -n "$DLLEXT"
7683 wine_fn_append_rule \
7684 "$ac_dir/install:: $ac_dir
7685 \$(INSTALL_PROGRAM) $ac_dir/$ac_program$DLLEXT \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT
7686 \$(INSTALL_DATA) $ac_dir/$ac_program.fake \$(DESTDIR)\$(fakedlldir)/$ac_program
7688 \$(RM) \$(DESTDIR)\$(dlldir)/$DLLPREFIX$ac_program$DLLEXT \$(DESTDIR)\$(fakedlldir)/$ac_program"
7690 if test -z "$with_wine64" && wine_fn_has_flag installbin
7692 wine_fn_append_rule \
7693 "$ac_dir/install:: __tooldeps__
7694 \$(INSTALL_SCRIPT) \$(TOOLSDIR)/tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
7696 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
7699 wine_fn_append_rule \
7700 "$ac_dir/install:: $ac_dir
7701 \$(INSTALL_PROGRAM) $ac_dir/$ac_program \$(DESTDIR)\$(bindir)/$ac_program
7703 \$(RM) \$(DESTDIR)\$(bindir)/$ac_program"
7706 if test -z "$with_wine64" && wine_fn_has_flag manpage
7708 wine_fn_append_rule \
7709 "$ac_dir/install:: $ac_dir
7710 \$(INSTALL_DATA) $ac_dir/$ac_name.man \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)
7712 \$(RM) \$(DESTDIR)\$(mandir)/man\$(prog_manext)/$ac_name.\$(prog_manext)"
7716 wine_fn_config_test
()
7723 test -n "$CROSSTARGET" && ac_clean
=`expr $ac_dir/${ac_name} : "\\(.*\\)_test"`_crosstest.exe
7724 test -n "$DLLEXT" || ac_clean
="$ac_dir/${ac_name}.exe $ac_dir/${ac_name}-stripped.exe"
7726 if test "x$enable_tests" = xno
; then :
7727 wine_fn_disabled_rules
$ac_clean; return
7730 wine_fn_append_file ALL_TEST_RESOURCES
$ac_name.res
7732 wine_fn_clean_rules
$ac_clean
7734 wine_fn_append_rule \
7735 "$ac_dir: programs/winetest/Makefile __builddeps__
7736 programs/winetest: $ac_dir
7737 check test: $ac_dir/test
7738 .PHONY: $ac_dir/test
7740 @cd $ac_dir && \$(MAKE) test
7742 \$(RM) $ac_dir/*.ok"
7744 if test -n "$CROSSTARGET"
7746 wine_fn_append_rule \
7747 "crosstest: $ac_dir/crosstest
7748 .PHONY: $ac_dir/crosstest
7749 $ac_dir/crosstest: $ac_dir/Makefile __builddeps__ dummy
7750 @cd $ac_dir && \$(MAKE) crosstest"
7754 wine_fn_config_tool
()
7758 if test "x$enable_tools" = xno
; then :
7763 wine_fn_install_rules
7766 wine_fn_append_rule
"__tooldeps__: $ac_dir"
7767 wine_fn_append_rule
"$ac_dir: libs/port"
7769 tools
/winebuild
) wine_fn_append_rule
"\$(WINEBUILD): $ac_dir" ;;
7773 wine_fn_config_symlink
()
7776 if test "x$1" = "x-d"
7782 wine_fn_append_rule \
7784 @./config.status \$@
7787 for f
in $ac_links; do wine_fn_ignore_file
$f; done
7788 test -n "$ac_linkdir" ||
return
7789 wine_fn_append_rule
"$ac_linkdir/Makefile $ac_linkdir/depend: $ac_links"
7793 test "x$enable_win64" != "xyes" || wine_binary
="wine64"
7794 loader_programs
="$wine_binary wine-installed"
7795 libwine_soversion
=`expr $libwine_version : '\([0-9]*\)\..*'`
7800 install install-lib:: wine-installed
7801 \$(INSTALL_PROGRAM) wine-installed \$(DESTDIR)\$(bindir)/$wine_binary
7804 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary
7810 if test -n "$ac_tool_prefix"; then
7811 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7812 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
7813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7814 $as_echo_n "checking for $ac_word... " >&6; }
7815 if ${ac_cv_prog_DLLTOOL+:} false
; then :
7816 $as_echo_n "(cached) " >&6
7818 if test -n "$DLLTOOL"; then
7819 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
7821 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7825 test -z "$as_dir" && as_dir
=.
7826 for ac_exec_ext
in '' $ac_executable_extensions; do
7827 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7828 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
7829 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7838 DLLTOOL
=$ac_cv_prog_DLLTOOL
7839 if test -n "$DLLTOOL"; then
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
7841 $as_echo "$DLLTOOL" >&6; }
7843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7844 $as_echo "no" >&6; }
7849 if test -z "$ac_cv_prog_DLLTOOL"; then
7850 ac_ct_DLLTOOL
=$DLLTOOL
7851 # Extract the first word of "dlltool", so it can be a program name with args.
7852 set dummy dlltool
; ac_word
=$2
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7854 $as_echo_n "checking for $ac_word... " >&6; }
7855 if ${ac_cv_prog_ac_ct_DLLTOOL+:} false
; then :
7856 $as_echo_n "(cached) " >&6
7858 if test -n "$ac_ct_DLLTOOL"; then
7859 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
7861 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7865 test -z "$as_dir" && as_dir
=.
7866 for ac_exec_ext
in '' $ac_executable_extensions; do
7867 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
7868 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
7869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7878 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
7879 if test -n "$ac_ct_DLLTOOL"; then
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
7881 $as_echo "$ac_ct_DLLTOOL" >&6; }
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7884 $as_echo "no" >&6; }
7887 if test "x$ac_ct_DLLTOOL" = x
; then
7890 case $cross_compiling:$ac_tool_warned in
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7893 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7894 ac_tool_warned
=yes ;;
7896 DLLTOOL
=$ac_ct_DLLTOOL
7899 DLLTOOL
="$ac_cv_prog_DLLTOOL"
7905 STATIC_IMPLIBEXT
="a"
7906 enable_iphlpapi
=${enable_iphlpapi:-no}
7907 enable_kernel32
=${enable_kernel32:-no}
7908 enable_msvcrt
=${enable_msvcrt:-no}
7909 enable_ntdll
=${enable_ntdll:-no}
7910 enable_ws2_32
=${enable_ws2_32:-no}
7911 enable_loader
=${enable_loader:-no}
7912 enable_server
=${enable_server:-no}
7913 with_x
=${with_x:-no}
7914 with_pthread
=${with_pthread:-no}
7920 SOCKET_LIBS
="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
7924 libwine_targets
="libwine.dll libwine.a"
7926 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
7928 all: libwine.dll libwine.a
7930 libwine.a: \$(srcdir)/wine.def
7931 \$(DLLTOOL) -l \$@ -d \$(srcdir)/wine.def
7933 libwine.dll: \$(OBJS) \$(srcdir)/wine.def
7934 \$(CC) -shared \$(srcdir)/wine.def -o \$@ \$(OBJS) $crtlibs \$(EXTRALIBS)
7936 install install-lib:: libwine.dll
7937 \$(INSTALL_DATA) libwine.dll \$(DESTDIR)\$(libdir)/libwine.dll
7939 install install-dev:: libwine.a
7940 \$(INSTALL_DATA) libwine.a \$(DESTDIR)\$(libdir)/libwine.a
7943 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.a libwine.dll
7949 for ac_header
in libunwind.h
7951 ac_fn_c_check_header_mongrel
"$LINENO" "libunwind.h" "ac_cv_header_libunwind_h" "$ac_includes_default"
7952 if test "x$ac_cv_header_libunwind_h" = xyes
; then :
7953 cat >>confdefs.h
<<_ACEOF
7954 #define HAVE_LIBUNWIND_H 1
7962 DLLFLAGS
="$DLLFLAGS -fPIC"
7963 LIBWINE_LDFLAGS
="-multiply_defined suppress"
7964 LDRPATH_INSTALL
="-Wl,-rpath,@loader_path/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
7965 LDRPATH_LOCAL
="-Wl,-rpath,@loader_path/\$(top_builddir)/libs/wine"
7966 COREFOUNDATION_LIBS
="-framework CoreFoundation"
7968 IOKIT_LIBS
="-framework IOKit -framework CoreFoundation"
7970 FORCEFEEDBACK_LIBS
="-framework ForceFeedback -framework CoreFoundation"
7972 APPLICATIONSERVICES_LIBS
="-framework ApplicationServices"
7974 CORESERVICES_LIBS
="-framework CoreServices"
7976 APPKIT_LIBS
="-framework AppKit"
7978 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-pagezero_size,0x1000,-segaddr,WINE_DOS,0x00001000,-segaddr,WINE_SHAREDHEAP,0x7f000000,-sectcreate,__TEXT,__info_plist,wine_info.plist"
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,-no_pie" >&5
7980 $as_echo_n "checking whether the compiler supports -Wl,-no_pie... " >&6; }
7981 if ${ac_cv_cflags__Wl__no_pie+:} false
; then :
7982 $as_echo_n "(cached) " >&6
7984 ac_wine_try_cflags_saved
=$CFLAGS
7985 CFLAGS
="$CFLAGS -Wl,-no_pie"
7986 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
7987 /* end confdefs.h. */
7988 int main(int argc, char **argv) { return 0; }
7990 if ac_fn_c_try_link
"$LINENO"; then :
7991 ac_cv_cflags__Wl__no_pie
=yes
7993 ac_cv_cflags__Wl__no_pie
=no
7995 rm -f core conftest.err conftest.
$ac_objext \
7996 conftest
$ac_exeext conftest.
$ac_ext
7997 CFLAGS
=$ac_wine_try_cflags_saved
7999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl__no_pie" >&5
8000 $as_echo "$ac_cv_cflags__Wl__no_pie" >&6; }
8001 if test "x$ac_cv_cflags__Wl__no_pie" = xyes
; then :
8002 LDEXECFLAGS
="-Wl,-no_pie $LDEXECFLAGS"
8004 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8006 DISKARBITRATION_LIBS
="-framework DiskArbitration -framework CoreFoundation"
8009 if test "$ac_cv_header_Security_Security_h" = "yes"
8011 SECURITY_LIBS
="-framework Security -framework CoreFoundation"
8013 ac_save_LIBS
="$LIBS"
8014 LIBS
="$LIBS $SECURITY_LIBS"
8015 for ac_func
in SSLCopyPeerCertificates
8017 ac_fn_c_check_func
"$LINENO" "SSLCopyPeerCertificates" "ac_cv_func_SSLCopyPeerCertificates"
8018 if test "x$ac_cv_func_SSLCopyPeerCertificates" = xyes
; then :
8019 cat >>confdefs.h
<<_ACEOF
8020 #define HAVE_SSLCOPYPEERCERTIFICATES 1
8026 LIBS
="$ac_save_LIBS"
8027 with_gnutls
=${with_gnutls:-no}
8029 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8031 if test "$ac_cv_header_AudioUnit_AudioComponent_h" = "yes"
8033 COREAUDIO_LIBS
="-framework CoreFoundation -framework CoreAudio -framework AudioUnit -framework AudioToolbox -framework CoreMIDI"
8036 COREAUDIO_LIBS
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8039 ac_save_LIBS
="$LIBS"
8040 LIBS
="$LIBS $COREAUDIO_LIBS"
8041 for ac_func
in AUGraphAddNode
8043 ac_fn_c_check_func
"$LINENO" "AUGraphAddNode" "ac_cv_func_AUGraphAddNode"
8044 if test "x$ac_cv_func_AUGraphAddNode" = xyes
; then :
8045 cat >>confdefs.h
<<_ACEOF
8046 #define HAVE_AUGRAPHADDNODE 1
8052 LIBS
="$ac_save_LIBS"
8054 if test "$ac_cv_header_OpenAL_al_h" = "yes"
8056 OPENAL_LIBS
="-framework OpenAL"
8059 cat >>confdefs.h
<<_ACEOF
8060 #define HAVE_OPENAL 1
8063 ac_cv_lib_openal
=yes
8065 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
8067 OPENCL_LIBS
="-framework OpenCL"
8069 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
8071 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
8073 ac_save_LIBS
="$LIBS"
8074 LIBS
="$LIBS $IOKIT_LIBS"
8075 for ac_func
in IOHIDManagerCreate
8077 ac_fn_c_check_func
"$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
8078 if test "x$ac_cv_func_IOHIDManagerCreate" = xyes
; then :
8079 cat >>confdefs.h
<<_ACEOF
8080 #define HAVE_IOHIDMANAGERCREATE 1
8086 LIBS
="$ac_save_LIBS"
8088 if test "$ac_cv_header_QuickTime_ImageCompression_h" = "yes"
8090 ac_save_LIBS
="$LIBS"
8091 LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo $LIBS"
8092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the QuickTime framework" >&5
8093 $as_echo_n "checking for the QuickTime framework... " >&6; }
8094 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8095 /* end confdefs.h. */
8096 #include <QuickTime/ImageCompression.h>
8100 CodecManagerVersion(NULL);
8105 if ac_fn_c_try_link
"$LINENO"; then :
8106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8107 $as_echo "yes" >&6; }
8108 QUICKTIME_LIBS
="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
8110 enable_wineqtdecoder
=${enable_wineqtdecoder:-yes}
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8113 $as_echo "no" >&6; }
8114 ac_cv_header_QuickTime_ImageCompression_h
=no
8116 rm -f core conftest.err conftest.
$ac_objext \
8117 conftest
$ac_exeext conftest.
$ac_ext
8118 LIBS
="$ac_save_LIBS"
8120 if test "$ac_cv_header_QuickTime_ImageCompression_h" != "yes"
8122 as_fn_append wine_notices
"|QuickTime ${notice_platform}development files not found, video decoding won't be supported."
8124 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8126 CARBON_LIBS
="-framework Carbon"
8130 if test "$ac_cv_header_ApplicationServices_ApplicationServices_h" = "yes"
8132 ac_save_LIBS
="$LIBS"
8133 LIBS
="$LIBS $APPLICATIONSERVICES_LIBS"
8134 ac_fn_c_check_func
"$LINENO" "CGDisplayModeGetWidth" "ac_cv_func_CGDisplayModeGetWidth"
8135 if test "x$ac_cv_func_CGDisplayModeGetWidth" = xyes
; then :
8136 enable_winemac_drv
=${enable_winemac_drv:-yes}
8139 LIBS
="$ac_save_LIBS"
8142 if test "x$enable_win16" = "xyes"
8144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
8145 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
8146 if test "$cross_compiling" = yes; then :
8147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
8148 $as_echo "cross-compiling, assuming yes" >&6; }
8150 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8151 /* end confdefs.h. */
8154 "good:\tnop;nop\n\t"
8155 ".globl _testfunc\n"
8156 "_testfunc:\tcallw good");
8157 extern void testfunc();
8161 unsigned short *p = (unsigned short *)testfunc;
8162 return p[0] != 0xe866 || p[1] != 0xfffa
8167 if ac_fn_c_try_run
"$LINENO"; then :
8168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8169 $as_echo "yes" >&6; }
8171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8172 $as_echo "no" >&6; }
8173 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
8175 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
8176 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
8181 libwine_targets
="libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib"
8183 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8187 libwine.$libwine_version.dylib: \$(OBJS)
8188 \$(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 \$@
8190 libwine.$libwine_soversion.dylib: libwine.$libwine_version.dylib
8191 \$(RM) \$@ && \$(LN_S) libwine.$libwine_version.dylib \$@
8193 libwine.dylib: libwine.$libwine_soversion.dylib
8194 \$(RM) \$@ && \$(LN_S) libwine.$libwine_soversion.dylib \$@
8196 install install-lib:: libwine.$libwine_version.dylib
8197 \$(INSTALL_PROGRAM) libwine.$libwine_version.dylib \$(DESTDIR)\$(libdir)/libwine.$libwine_version.dylib
8198 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.$libwine_soversion.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.$libwine_soversion.dylib
8200 install install-dev::
8201 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib && \$(LN_S) libwine.$libwine_version.dylib libwine.dylib
8204 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.dylib libwine.$libwine_soversion.dylib libwine.$libwine_version.dylib
8208 as_fn_append LOADER_RULES
"
8209 $wine_binary: main.o wine_info.plist
8210 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8212 wine-installed: main.o wine_info.plist
8213 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8218 DLLFLAGS
="$DLLFLAGS -fPIC"
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8223 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8224 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8225 $as_echo_n "(cached) " >&6
8227 ac_wine_try_cflags_saved
=$CFLAGS
8228 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8229 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8230 /* end confdefs.h. */
8231 int main(int argc, char **argv) { return 0; }
8233 if ac_fn_c_try_link
"$LINENO"; then :
8234 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8236 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8238 rm -f core conftest.err conftest.
$ac_objext \
8239 conftest
$ac_exeext conftest.
$ac_ext
8240 CFLAGS
=$ac_wine_try_cflags_saved
8242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8243 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8244 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8245 LDEXECFLAGS
="-Wl,--export-dynamic"
8247 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8249 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8250 if eval \
${$as_ac_var+:} false
; then :
8251 $as_echo_n "(cached) " >&6
8253 ac_wine_try_cflags_saved
=$CFLAGS
8254 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8255 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8256 /* end confdefs.h. */
8257 int main(int argc, char **argv) { return 0; }
8259 if ac_fn_c_try_link
"$LINENO"; then :
8260 eval "$as_ac_var=yes"
8262 eval "$as_ac_var=no"
8264 rm -f core conftest.err conftest.
$ac_objext \
8265 conftest
$ac_exeext conftest.
$ac_ext
8266 CFLAGS
=$ac_wine_try_cflags_saved
8268 eval ac_res
=\$
$as_ac_var
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8270 $as_echo "$ac_res" >&6; }
8271 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8272 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8273 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8275 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8277 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8278 if eval \
${$as_ac_var+:} false
; then :
8279 $as_echo_n "(cached) " >&6
8281 ac_wine_try_cflags_saved
=$CFLAGS
8282 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8283 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8284 /* end confdefs.h. */
8285 int main(int argc, char **argv) { return 0; }
8287 if ac_fn_c_try_link
"$LINENO"; then :
8288 eval "$as_ac_var=yes"
8290 eval "$as_ac_var=no"
8292 rm -f core conftest.err conftest.
$ac_objext \
8293 conftest
$ac_exeext conftest.
$ac_ext
8294 CFLAGS
=$ac_wine_try_cflags_saved
8296 eval ac_res
=\$
$as_ac_var
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8298 $as_echo "$ac_res" >&6; }
8299 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8300 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8301 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8306 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8307 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8308 $as_echo_n "(cached) " >&6
8310 ac_wine_try_cflags_saved
=$CFLAGS
8311 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8312 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8313 /* end confdefs.h. */
8314 int main(int argc, char **argv) { return 0; }
8316 if ac_fn_c_try_link
"$LINENO"; then :
8317 ac_cv_cflags__Wl___enable_new_dtags
=yes
8319 ac_cv_cflags__Wl___enable_new_dtags
=no
8321 rm -f core conftest.err conftest.
$ac_objext \
8322 conftest
$ac_exeext conftest.
$ac_ext
8323 CFLAGS
=$ac_wine_try_cflags_saved
8325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8326 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8327 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8328 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8332 *i
[3456789]86* | x86_64
)
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8334 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8335 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8336 $as_echo_n "(cached) " >&6
8338 ac_wine_try_cflags_saved
=$CFLAGS
8339 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8340 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8341 /* end confdefs.h. */
8342 int main(int argc, char **argv) { return 0; }
8344 if ac_fn_c_try_link
"$LINENO"; then :
8345 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8347 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8349 rm -f core conftest.err conftest.
$ac_objext \
8350 conftest
$ac_exeext conftest.
$ac_ext
8351 CFLAGS
=$ac_wine_try_cflags_saved
8353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8354 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8355 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8356 LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8361 libwine_targets
="libwine.so"
8363 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8367 libwine.so: \$(OBJS)
8368 \$(CC) -shared \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8370 install install-lib:: libwine.so
8371 \$(INSTALL_PROGRAM) libwine.so \$(DESTDIR)\$(libdir)/libwine.so
8374 \$(RM) \$(DESTDIR)\$(libdir)/libwine.so
8378 as_fn_append LOADER_RULES
"
8379 $wine_binary: main.o
8380 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8382 wine-installed: main.o
8383 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8388 DLLFLAGS
="$DLLFLAGS -fPIC"
8390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
8391 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8392 if ${ac_cv_c_dll_gnuelf+:} false
; then :
8393 $as_echo_n "(cached) " >&6
8395 ac_wine_try_cflags_saved
=$CFLAGS
8396 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8397 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8398 /* end confdefs.h. */
8401 if ac_fn_c_try_link
"$LINENO"; then :
8402 ac_cv_c_dll_gnuelf
="yes"
8404 ac_cv_c_dll_gnuelf
="no"
8406 rm -f core conftest.err conftest.
$ac_objext \
8407 conftest
$ac_exeext conftest.
$ac_ext
8408 CFLAGS
=$ac_wine_try_cflags_saved
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
8411 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8412 if test "$ac_cv_c_dll_gnuelf" = "yes"
8414 LDSHARED
="\$(CC) -shared"
8415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8416 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8417 if ${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+:} false
; then :
8418 $as_echo_n "(cached) " >&6
8420 ac_wine_try_cflags_saved
=$CFLAGS
8421 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8422 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8423 /* end confdefs.h. */
8424 int main(int argc, char **argv) { return 0; }
8426 if ac_fn_c_try_link
"$LINENO"; then :
8427 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8429 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8431 rm -f core conftest.err conftest.
$ac_objext \
8432 conftest
$ac_exeext conftest.
$ac_ext
8433 CFLAGS
=$ac_wine_try_cflags_saved
8435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8436 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8437 if test "x$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" = xyes
; then :
8438 LDSHARED
="\$(CC) -shared -Wl,-soname,libwine.so.$libwine_soversion"
8440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8441 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8442 if ${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+:} false
; then :
8443 $as_echo_n "(cached) " >&6
8445 ac_wine_try_cflags_saved
=$CFLAGS
8446 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8447 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8448 /* end confdefs.h. */
8449 int main(int argc, char **argv) { return 0; }
8451 if ac_fn_c_try_link
"$LINENO"; then :
8452 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=yes
8454 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1
=no
8456 rm -f core conftest.err conftest.
$ac_objext \
8457 conftest
$ac_exeext conftest.
$ac_ext
8458 CFLAGS
=$ac_wine_try_cflags_saved
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8461 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8462 if test "x$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" = xyes
; then :
8463 LDSHARED
="\$(CC) -shared -Wl,-h,libwine.so.$libwine_soversion"
8467 echo '{ global: *; };' >conftest.map
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8469 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8470 if ${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+:} false
; then :
8471 $as_echo_n "(cached) " >&6
8473 ac_wine_try_cflags_saved
=$CFLAGS
8474 CFLAGS
="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8475 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8476 /* end confdefs.h. */
8477 int main(int argc, char **argv) { return 0; }
8479 if ac_fn_c_try_link
"$LINENO"; then :
8480 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8482 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8484 rm -f core conftest.err conftest.
$ac_objext \
8485 conftest
$ac_exeext conftest.
$ac_ext
8486 CFLAGS
=$ac_wine_try_cflags_saved
8488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8489 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8490 if test "x$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" = xyes
; then :
8491 LDSHARED
="$LDSHARED -Wl,--version-script=\$(srcdir)/wine.map"
8495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8496 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8497 if ${ac_cv_cflags__fPIC__Wl___export_dynamic+:} false
; then :
8498 $as_echo_n "(cached) " >&6
8500 ac_wine_try_cflags_saved
=$CFLAGS
8501 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8502 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8503 /* end confdefs.h. */
8504 int main(int argc, char **argv) { return 0; }
8506 if ac_fn_c_try_link
"$LINENO"; then :
8507 ac_cv_cflags__fPIC__Wl___export_dynamic
=yes
8509 ac_cv_cflags__fPIC__Wl___export_dynamic
=no
8511 rm -f core conftest.err conftest.
$ac_objext \
8512 conftest
$ac_exeext conftest.
$ac_ext
8513 CFLAGS
=$ac_wine_try_cflags_saved
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8516 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8517 if test "x$ac_cv_cflags__fPIC__Wl___export_dynamic" = xyes
; then :
8518 LDEXECFLAGS
="-Wl,--export-dynamic"
8521 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8523 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8524 if eval \
${$as_ac_var+:} false
; then :
8525 $as_echo_n "(cached) " >&6
8527 ac_wine_try_cflags_saved
=$CFLAGS
8528 CFLAGS
="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8530 /* end confdefs.h. */
8531 int main(int argc, char **argv) { return 0; }
8533 if ac_fn_c_try_link
"$LINENO"; then :
8534 eval "$as_ac_var=yes"
8536 eval "$as_ac_var=no"
8538 rm -f core conftest.err conftest.
$ac_objext \
8539 conftest
$ac_exeext conftest.
$ac_ext
8540 CFLAGS
=$ac_wine_try_cflags_saved
8542 eval ac_res
=\$
$as_ac_var
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8544 $as_echo "$ac_res" >&6; }
8545 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8546 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8547 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8549 as_ac_var
=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
8550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8551 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8552 if eval \
${$as_ac_var+:} false
; then :
8553 $as_echo_n "(cached) " >&6
8555 ac_wine_try_cflags_saved
=$CFLAGS
8556 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8558 /* end confdefs.h. */
8559 int main(int argc, char **argv) { return 0; }
8561 if ac_fn_c_try_link
"$LINENO"; then :
8562 eval "$as_ac_var=yes"
8564 eval "$as_ac_var=no"
8566 rm -f core conftest.err conftest.
$ac_objext \
8567 conftest
$ac_exeext conftest.
$ac_ext
8568 CFLAGS
=$ac_wine_try_cflags_saved
8570 eval ac_res
=\$
$as_ac_var
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
8572 $as_echo "$ac_res" >&6; }
8573 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
8574 LDRPATH_INSTALL
="-Wl,-R,\\\$\$ORIGIN/\`\$(MAKEDEP) -R \$(bindir) \$(libdir)\`"
8575 LDRPATH_LOCAL
="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8580 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8581 if ${ac_cv_cflags__Wl___enable_new_dtags+:} false
; then :
8582 $as_echo_n "(cached) " >&6
8584 ac_wine_try_cflags_saved
=$CFLAGS
8585 CFLAGS
="$CFLAGS -Wl,--enable-new-dtags"
8586 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8587 /* end confdefs.h. */
8588 int main(int argc, char **argv) { return 0; }
8590 if ac_fn_c_try_link
"$LINENO"; then :
8591 ac_cv_cflags__Wl___enable_new_dtags
=yes
8593 ac_cv_cflags__Wl___enable_new_dtags
=no
8595 rm -f core conftest.err conftest.
$ac_objext \
8596 conftest
$ac_exeext conftest.
$ac_ext
8597 CFLAGS
=$ac_wine_try_cflags_saved
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8600 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8601 if test "x$ac_cv_cflags__Wl___enable_new_dtags" = xyes
; then :
8602 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8606 *i
[3456789]86* | x86_64
)
8607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8608 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8609 if ${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+:} false
; then :
8610 $as_echo_n "(cached) " >&6
8612 ac_wine_try_cflags_saved
=$CFLAGS
8613 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8614 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8615 /* end confdefs.h. */
8616 int main(int argc, char **argv) { return 0; }
8618 if ac_fn_c_try_link
"$LINENO"; then :
8619 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=yes
8621 ac_cv_cflags__Wl___section_start__interp_0x7bf00400
=no
8623 rm -f core conftest.err conftest.
$ac_objext \
8624 conftest
$ac_exeext conftest.
$ac_ext
8625 CFLAGS
=$ac_wine_try_cflags_saved
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8628 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8629 if test "x$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" = xyes
; then :
8631 freebsd
* | kfreebsd
*-gnu) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
8632 *) LDEXECFLAGS
="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
8636 # Extract the first word of "prelink", so it can be a program name with args.
8637 set dummy prelink
; ac_word
=$2
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8639 $as_echo_n "checking for $ac_word... " >&6; }
8640 if ${ac_cv_path_PRELINK+:} false
; then :
8641 $as_echo_n "(cached) " >&6
8645 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
8648 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8649 for as_dir
in /sbin
/usr
/sbin
$PATH
8652 test -z "$as_dir" && as_dir
=.
8653 for ac_exec_ext
in '' $ac_executable_extensions; do
8654 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8655 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
8656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8663 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
8667 PRELINK
=$ac_cv_path_PRELINK
8668 if test -n "$PRELINK"; then
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
8670 $as_echo "$PRELINK" >&6; }
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8673 $as_echo "no" >&6; }
8677 if test "x$PRELINK" = xfalse
8679 as_fn_append wine_warnings
"|prelink not found, base address of core dlls won't be set correctly."
8685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
8686 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8687 if ${ac_cv_c_dll_unixware+:} false
; then :
8688 $as_echo_n "(cached) " >&6
8690 ac_wine_try_cflags_saved
=$CFLAGS
8691 CFLAGS
="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8692 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8693 /* end confdefs.h. */
8696 if ac_fn_c_try_link
"$LINENO"; then :
8697 ac_cv_c_dll_unixware
="yes"
8699 ac_cv_c_dll_unixware
="no"
8701 rm -f core conftest.err conftest.
$ac_objext \
8702 conftest
$ac_exeext conftest.
$ac_ext
8703 CFLAGS
=$ac_wine_try_cflags_saved
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
8706 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8707 if test "$ac_cv_c_dll_unixware" = "yes"
8709 LDSHARED
="\$(CC) -Wl,-G,-h,libwine.so.$libwine_soversion"
8712 libwine_targets
="libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version"
8714 OBJS = \$(C_SRCS:.c=.o) \$(EXTRA_OBJS)
8718 libwine.so.$libwine_version: \$(OBJS) \$(srcdir)/wine.map
8719 $LDSHARED \$(OBJS) \$(EXTRALIBS) \$(LDFLAGS) \$(LIBS) -o \$@
8721 libwine.so.$libwine_soversion: libwine.so.$libwine_version
8722 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_version \$@
8724 libwine.so: libwine.so.$libwine_soversion
8725 \$(RM) \$@ && \$(LN_S) libwine.so.$libwine_soversion \$@
8727 install install-lib:: libwine.so.$libwine_version
8728 \$(INSTALL_PROGRAM) libwine.so.$libwine_version \$(DESTDIR)\$(libdir)/libwine.so.$libwine_version
8729 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so.$libwine_soversion && \$(LN_S) libwine.so.$libwine_version libwine.so.$libwine_soversion
8731 install install-dev::
8732 cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so && \$(LN_S) libwine.so.$libwine_version libwine.so
8735 -cd \$(DESTDIR)\$(libdir) && \$(RM) libwine.so libwine.so.$libwine_soversion libwine.so.$libwine_version
8739 as_fn_append LOADER_RULES
"
8740 $wine_binary: main.o
8741 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_LOCAL)
8743 wine-installed: main.o
8744 \$(CC) -o \$@ $LDEXECFLAGS main.o \$(LIBWINE) \$(LIBPORT) \$(EXTRALIBS) \$(LDFLAGS) \$(LDRPATH_INSTALL)
8749 as_fn_append LIBWINE_RULES
"
8750 EXTRA_TARGETS = $libwine_targets
8753 enable_wineqtdecoder
=${enable_wineqtdecoder:-no}
8754 enable_winemac_drv
=${enable_winemac_drv:-no}
8758 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno
-a "$LIBEXT" != "dll"
8762 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
8765 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 " ;;
8767 ac_prefix_list
="" ;;
8769 for ac_prog
in $ac_prefix_list
8771 # Extract the first word of "$ac_prog", so it can be a program name with args.
8772 set dummy
$ac_prog; ac_word
=$2
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8774 $as_echo_n "checking for $ac_word... " >&6; }
8775 if ${ac_cv_prog_CROSSCC+:} false
; then :
8776 $as_echo_n "(cached) " >&6
8778 if test -n "$CROSSCC"; then
8779 ac_cv_prog_CROSSCC
="$CROSSCC" # Let the user override the test.
8781 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8785 test -z "$as_dir" && as_dir
=.
8786 for ac_exec_ext
in '' $ac_executable_extensions; do
8787 if as_fn_executable_p
"$as_dir/$ac_word$ac_exec_ext"; then
8788 ac_cv_prog_CROSSCC
="$ac_prog"
8789 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8798 CROSSCC
=$ac_cv_prog_CROSSCC
8799 if test -n "$CROSSCC"; then
8800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
8801 $as_echo "$CROSSCC" >&6; }
8803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8804 $as_echo "no" >&6; }
8808 test -n "$CROSSCC" && break
8810 test -n "$CROSSCC" || CROSSCC
="false"
8812 if test "$CROSSCC" != "false"
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
8817 $as_echo_n "checking whether $CROSSCC works... " >&6; }
8818 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8819 /* end confdefs.h. */
8829 if ac_fn_c_try_compile
"$LINENO"; then :
8830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8831 $as_echo "yes" >&6; }
8837 *-gcc) CROSSTARGET
=`expr "$1" : '\(.*\)-gcc'` ;;
8842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8843 $as_echo "no" >&6; }
8845 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8851 if test "$ac_cv_header_pthread_h" = "yes"
8853 ac_fn_c_check_func
"$LINENO" "pthread_create" "ac_cv_func_pthread_create"
8854 if test "x$ac_cv_func_pthread_create" = xyes
; then :
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
8858 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8859 if ${ac_cv_lib_pthread_pthread_create+:} false
; then :
8860 $as_echo_n "(cached) " >&6
8862 ac_check_lib_save_LIBS
=$LIBS
8863 LIBS
="-lpthread $LIBS"
8864 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
8865 /* end confdefs.h. */
8867 /* Override any GCC internal prototype to avoid an error.
8868 Use char because int might match the return type of a GCC
8869 builtin and then its argument prototype would still apply. */
8873 char pthread_create ();
8877 return pthread_create ();
8882 if ac_fn_c_try_link
"$LINENO"; then :
8883 ac_cv_lib_pthread_pthread_create
=yes
8885 ac_cv_lib_pthread_pthread_create
=no
8887 rm -f core conftest.err conftest.
$ac_objext \
8888 conftest
$ac_exeext conftest.
$ac_ext
8889 LIBS
=$ac_check_lib_save_LIBS
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
8892 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8893 if test "x$ac_cv_lib_pthread_pthread_create" = xyes
; then :
8894 PTHREAD_LIBS
="-lpthread"
8901 if test "x$ac_cv_func_pthread_create" != xyes
-a "x$PTHREAD_LIBS" = x
; then :
8902 case "x$with_pthread" in
8904 *) as_fn_error $?
"pthread ${notice_platform}development files not found.
8905 Wine cannot support threads without libpthread.
8906 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
8912 $as_echo_n "checking for X... " >&6; }
8915 # Check whether --with-x was given.
8916 if test "${with_x+set}" = set; then :
8920 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8921 if test "x$with_x" = xno
; then
8922 # The user explicitly disabled X.
8925 case $x_includes,$x_libraries in #(
8926 *\'*) as_fn_error $?
"cannot use X directory names containing '" "$LINENO" 5;; #(
8927 *,NONE | NONE
,*) if ${ac_cv_have_x+:} false
; then :
8928 $as_echo_n "(cached) " >&6
8930 # One or both of the vars are not set, and there is no cached value.
8931 ac_x_includes
=no ac_x_libraries
=no
8932 rm -f -r conftest.dir
8933 if mkdir conftest.dir
; then
8935 cat >Imakefile
<<'_ACEOF'
8937 @echo incroot='${INCROOT}'
8939 @echo usrlibdir='${USRLIBDIR}'
8941 @echo libdir='${LIBDIR}'
8943 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8944 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
8945 for ac_var
in incroot usrlibdir libdir
; do
8946 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8948 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8949 for ac_extension
in a so sl dylib la dll
; do
8950 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8951 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8952 ac_im_usrlibdir
=$ac_im_libdir; break
8955 # Screen out bogus values from the imake configuration. They are
8956 # bogus both because they are the default anyway, and because
8957 # using them would break gcc on systems where it needs fixed includes.
8958 case $ac_im_incroot in
8959 /usr
/include
) ac_x_includes
= ;;
8960 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8962 case $ac_im_usrlibdir in
8963 /usr
/lib |
/usr
/lib64 |
/lib |
/lib64
) ;;
8964 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8968 rm -f -r conftest.dir
8971 # Standard set of common directories for X headers.
8972 # Check X11 before X11Rn because it is often a symlink to the current release.
8986 /usr/local/X11/include
8987 /usr/local/X11R7/include
8988 /usr/local/X11R6/include
8989 /usr/local/X11R5/include
8990 /usr/local/X11R4/include
8992 /usr/local/include/X11
8993 /usr/local/include/X11R7
8994 /usr/local/include/X11R6
8995 /usr/local/include/X11R5
8996 /usr/local/include/X11R4
9000 /usr/XFree86/include/X11
9004 /usr/unsupported/include
9006 /usr/local/x11r5/include
9007 /usr/lpp/Xamples/include
9009 /usr/openwin/include
9010 /usr/openwin/share/include'
9012 if test "$ac_x_includes" = no
; then
9013 # Guess where to find include files, by looking for Xlib.h.
9014 # First, try using that file with no special directory specified.
9015 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9016 /* end confdefs.h. */
9017 #include <X11/Xlib.h>
9019 if ac_fn_c_try_cpp
"$LINENO"; then :
9020 # We can compile using X headers with no special include directory.
9023 for ac_dir
in $ac_x_header_dirs; do
9024 if test -r "$ac_dir/X11/Xlib.h"; then
9025 ac_x_includes
=$ac_dir
9030 rm -f conftest.err conftest.i conftest.
$ac_ext
9031 fi # $ac_x_includes = no
9033 if test "$ac_x_libraries" = no
; then
9034 # Check for the libraries.
9035 # See if we find them without any special options.
9036 # Don't add to $LIBS permanently.
9039 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9040 /* end confdefs.h. */
9041 #include <X11/Xlib.h>
9050 if ac_fn_c_try_link
"$LINENO"; then :
9052 # We can link X programs with no special library path.
9056 for ac_dir
in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
9058 # Don't even attempt the hair of trying to link an X program!
9059 for ac_extension
in a so sl dylib la dll
; do
9060 if test -r "$ac_dir/libX11.$ac_extension"; then
9061 ac_x_libraries
=$ac_dir
9067 rm -f core conftest.err conftest.
$ac_objext \
9068 conftest
$ac_exeext conftest.
$ac_ext
9069 fi # $ac_x_libraries = no
9071 case $ac_x_includes,$ac_x_libraries in #(
9073 # Didn't find X, or a directory has "'" in its name.
9074 ac_cv_have_x
="have_x=no";; #(
9076 # Record where we found X for the cache.
9077 ac_cv_have_x
="have_x=yes\
9078 ac_x_includes='$ac_x_includes'\
9079 ac_x_libraries='$ac_x_libraries'"
9085 eval "$ac_cv_have_x"
9088 if test "$have_x" != yes; then
9089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
9090 $as_echo "$have_x" >&6; }
9093 # If each of the values was on the command line, it overrides each guess.
9094 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
9095 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
9096 # Update the cache value to reflect the command line values.
9097 ac_cv_have_x
="have_x=yes\
9098 ac_x_includes='$x_includes'\
9099 ac_x_libraries='$x_libraries'"
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
9101 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9104 if test "$no_x" = yes; then
9105 # Not all programs may use this symbol, but it does not hurt to define it.
9107 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
9109 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
9111 if test -n "$x_includes"; then
9112 X_CFLAGS
="$X_CFLAGS -I$x_includes"
9115 # It would also be nice to do this for all -L options, not just this one.
9116 if test -n "$x_libraries"; then
9117 X_LIBS
="$X_LIBS -L$x_libraries"
9118 # For Solaris; some versions of Sun CC require a space after -R and
9119 # others require no space. Words are not sufficient . . . .
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
9121 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9122 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
9123 ac_xsave_c_werror_flag
=$ac_c_werror_flag
9124 ac_c_werror_flag
=yes
9125 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9126 /* end confdefs.h. */
9136 if ac_fn_c_try_link
"$LINENO"; then :
9137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9138 $as_echo "no" >&6; }
9139 X_LIBS
="$X_LIBS -R$x_libraries"
9141 LIBS
="$ac_xsave_LIBS -R $x_libraries"
9142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9143 /* end confdefs.h. */
9153 if ac_fn_c_try_link
"$LINENO"; then :
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
9155 $as_echo "yes" >&6; }
9156 X_LIBS
="$X_LIBS -R $x_libraries"
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
9159 $as_echo "neither works" >&6; }
9161 rm -f core conftest.err conftest.
$ac_objext \
9162 conftest
$ac_exeext conftest.
$ac_ext
9164 rm -f core conftest.err conftest.
$ac_objext \
9165 conftest
$ac_exeext conftest.
$ac_ext
9166 ac_c_werror_flag
=$ac_xsave_c_werror_flag
9170 # Check for system-dependent libraries X programs must link with.
9171 # Do this before checking for the system-independent R6 libraries
9172 # (-lICE), since we may need -lsocket or whatever for X linking.
9174 if test "$ISC" = yes; then
9175 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
9177 # Martyn Johnson says this is needed for Ultrix, if the X
9178 # libraries were built with DECnet support. And Karl Berry says
9179 # the Alpha needs dnet_stub (dnet does not exist).
9180 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
9181 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9182 /* end confdefs.h. */
9184 /* Override any GCC internal prototype to avoid an error.
9185 Use char because int might match the return type of a GCC
9186 builtin and then its argument prototype would still apply. */
9190 char XOpenDisplay ();
9194 return XOpenDisplay ();
9199 if ac_fn_c_try_link
"$LINENO"; then :
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
9203 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9204 if ${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
9205 $as_echo_n "(cached) " >&6
9207 ac_check_lib_save_LIBS
=$LIBS
9209 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9210 /* end confdefs.h. */
9212 /* Override any GCC internal prototype to avoid an error.
9213 Use char because int might match the return type of a GCC
9214 builtin and then its argument prototype would still apply. */
9222 return dnet_ntoa ();
9227 if ac_fn_c_try_link
"$LINENO"; then :
9228 ac_cv_lib_dnet_dnet_ntoa
=yes
9230 ac_cv_lib_dnet_dnet_ntoa
=no
9232 rm -f core conftest.err conftest.
$ac_objext \
9233 conftest
$ac_exeext conftest.
$ac_ext
9234 LIBS
=$ac_check_lib_save_LIBS
9236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9237 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9238 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes
; then :
9239 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9242 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
9244 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9245 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
9246 $as_echo_n "(cached) " >&6
9248 ac_check_lib_save_LIBS
=$LIBS
9249 LIBS
="-ldnet_stub $LIBS"
9250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9251 /* end confdefs.h. */
9253 /* Override any GCC internal prototype to avoid an error.
9254 Use char because int might match the return type of a GCC
9255 builtin and then its argument prototype would still apply. */
9263 return dnet_ntoa ();
9268 if ac_fn_c_try_link
"$LINENO"; then :
9269 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
9271 ac_cv_lib_dnet_stub_dnet_ntoa
=no
9273 rm -f core conftest.err conftest.
$ac_objext \
9274 conftest
$ac_exeext conftest.
$ac_ext
9275 LIBS
=$ac_check_lib_save_LIBS
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9278 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9279 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes
; then :
9280 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
9285 rm -f core conftest.err conftest.
$ac_objext \
9286 conftest
$ac_exeext conftest.
$ac_ext
9287 LIBS
="$ac_xsave_LIBS"
9289 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9290 # to get the SysV transport functions.
9291 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9293 # The nsl library prevents programs from opening the X display
9294 # on Irix 5.2, according to T.E. Dickey.
9295 # The functions gethostbyname, getservbyname, and inet_addr are
9296 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9297 ac_fn_c_check_func
"$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
9298 if test "x$ac_cv_func_gethostbyname" = xyes
; then :
9302 if test $ac_cv_func_gethostbyname = no
; then
9303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9304 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9305 if ${ac_cv_lib_nsl_gethostbyname+:} false
; then :
9306 $as_echo_n "(cached) " >&6
9308 ac_check_lib_save_LIBS
=$LIBS
9310 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9311 /* end confdefs.h. */
9313 /* Override any GCC internal prototype to avoid an error.
9314 Use char because int might match the return type of a GCC
9315 builtin and then its argument prototype would still apply. */
9319 char gethostbyname ();
9323 return gethostbyname ();
9328 if ac_fn_c_try_link
"$LINENO"; then :
9329 ac_cv_lib_nsl_gethostbyname
=yes
9331 ac_cv_lib_nsl_gethostbyname
=no
9333 rm -f core conftest.err conftest.
$ac_objext \
9334 conftest
$ac_exeext conftest.
$ac_ext
9335 LIBS
=$ac_check_lib_save_LIBS
9337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9338 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9339 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes
; then :
9340 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
9343 if test $ac_cv_lib_nsl_gethostbyname = no
; then
9344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
9345 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9346 if ${ac_cv_lib_bsd_gethostbyname+:} false
; then :
9347 $as_echo_n "(cached) " >&6
9349 ac_check_lib_save_LIBS
=$LIBS
9351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9352 /* end confdefs.h. */
9354 /* Override any GCC internal prototype to avoid an error.
9355 Use char because int might match the return type of a GCC
9356 builtin and then its argument prototype would still apply. */
9360 char gethostbyname ();
9364 return gethostbyname ();
9369 if ac_fn_c_try_link
"$LINENO"; then :
9370 ac_cv_lib_bsd_gethostbyname
=yes
9372 ac_cv_lib_bsd_gethostbyname
=no
9374 rm -f core conftest.err conftest.
$ac_objext \
9375 conftest
$ac_exeext conftest.
$ac_ext
9376 LIBS
=$ac_check_lib_save_LIBS
9378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
9379 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9380 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes
; then :
9381 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9387 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9388 # socket/setsockopt and other routines are undefined under SCO ODT
9389 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9390 # on later versions), says Simon Leinen: it contains gethostby*
9391 # variants that don't use the name server (or something). -lsocket
9392 # must be given before -lnsl if both are needed. We assume that
9393 # if connect needs -lnsl, so does gethostbyname.
9394 ac_fn_c_check_func
"$LINENO" "connect" "ac_cv_func_connect"
9395 if test "x$ac_cv_func_connect" = xyes
; then :
9399 if test $ac_cv_func_connect = no
; then
9400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
9401 $as_echo_n "checking for connect in -lsocket... " >&6; }
9402 if ${ac_cv_lib_socket_connect+:} false
; then :
9403 $as_echo_n "(cached) " >&6
9405 ac_check_lib_save_LIBS
=$LIBS
9406 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
9407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9425 if ac_fn_c_try_link
"$LINENO"; then :
9426 ac_cv_lib_socket_connect
=yes
9428 ac_cv_lib_socket_connect
=no
9430 rm -f core conftest.err conftest.
$ac_objext \
9431 conftest
$ac_exeext conftest.
$ac_ext
9432 LIBS
=$ac_check_lib_save_LIBS
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
9435 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9436 if test "x$ac_cv_lib_socket_connect" = xyes
; then :
9437 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9442 # Guillermo Gomez says -lposix is necessary on A/UX.
9443 ac_fn_c_check_func
"$LINENO" "remove" "ac_cv_func_remove"
9444 if test "x$ac_cv_func_remove" = xyes
; then :
9448 if test $ac_cv_func_remove = no
; then
9449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
9450 $as_echo_n "checking for remove in -lposix... " >&6; }
9451 if ${ac_cv_lib_posix_remove+:} false
; then :
9452 $as_echo_n "(cached) " >&6
9454 ac_check_lib_save_LIBS
=$LIBS
9455 LIBS
="-lposix $LIBS"
9456 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9457 /* end confdefs.h. */
9459 /* Override any GCC internal prototype to avoid an error.
9460 Use char because int might match the return type of a GCC
9461 builtin and then its argument prototype would still apply. */
9474 if ac_fn_c_try_link
"$LINENO"; then :
9475 ac_cv_lib_posix_remove
=yes
9477 ac_cv_lib_posix_remove
=no
9479 rm -f core conftest.err conftest.
$ac_objext \
9480 conftest
$ac_exeext conftest.
$ac_ext
9481 LIBS
=$ac_check_lib_save_LIBS
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
9484 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9485 if test "x$ac_cv_lib_posix_remove" = xyes
; then :
9486 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9491 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9492 ac_fn_c_check_func
"$LINENO" "shmat" "ac_cv_func_shmat"
9493 if test "x$ac_cv_func_shmat" = xyes
; then :
9497 if test $ac_cv_func_shmat = no
; then
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
9499 $as_echo_n "checking for shmat in -lipc... " >&6; }
9500 if ${ac_cv_lib_ipc_shmat+:} false
; then :
9501 $as_echo_n "(cached) " >&6
9503 ac_check_lib_save_LIBS
=$LIBS
9505 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9506 /* end confdefs.h. */
9508 /* Override any GCC internal prototype to avoid an error.
9509 Use char because int might match the return type of a GCC
9510 builtin and then its argument prototype would still apply. */
9523 if ac_fn_c_try_link
"$LINENO"; then :
9524 ac_cv_lib_ipc_shmat
=yes
9526 ac_cv_lib_ipc_shmat
=no
9528 rm -f core conftest.err conftest.
$ac_objext \
9529 conftest
$ac_exeext conftest.
$ac_ext
9530 LIBS
=$ac_check_lib_save_LIBS
9532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
9533 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9534 if test "x$ac_cv_lib_ipc_shmat" = xyes
; then :
9535 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9541 # Check for libraries that X11R6 Xt/Xaw programs need.
9542 ac_save_LDFLAGS
=$LDFLAGS
9543 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9544 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9545 # check for ICE first), but we must link in the order -lSM -lICE or
9546 # we get undefined symbols. So assume we have SM if we have ICE.
9547 # These have to be linked with before -lX11, unlike the other
9548 # libraries we check for below, so use a different variable.
9549 # John Interrante, Karl Berry
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
9551 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9552 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
9553 $as_echo_n "(cached) " >&6
9555 ac_check_lib_save_LIBS
=$LIBS
9556 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9557 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9558 /* end confdefs.h. */
9560 /* Override any GCC internal prototype to avoid an error.
9561 Use char because int might match the return type of a GCC
9562 builtin and then its argument prototype would still apply. */
9566 char IceConnectionNumber ();
9570 return IceConnectionNumber ();
9575 if ac_fn_c_try_link
"$LINENO"; then :
9576 ac_cv_lib_ICE_IceConnectionNumber
=yes
9578 ac_cv_lib_ICE_IceConnectionNumber
=no
9580 rm -f core conftest.err conftest.
$ac_objext \
9581 conftest
$ac_exeext conftest.
$ac_ext
9582 LIBS
=$ac_check_lib_save_LIBS
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9585 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9586 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes
; then :
9587 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
9590 LDFLAGS
=$ac_save_LDFLAGS
9595 if test "$have_x" = "yes"
9597 ac_save_CPPFLAGS
="$CPPFLAGS"
9598 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
9601 $as_echo_n "checking for -lX11... " >&6; }
9602 if ${ac_cv_lib_soname_X11+:} false
; then :
9603 $as_echo_n "(cached) " >&6
9605 ac_check_soname_save_LIBS
=$LIBS
9606 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9608 /* end confdefs.h. */
9610 /* Override any GCC internal prototype to avoid an error.
9611 Use char because int might match the return type of a GCC
9612 builtin and then its argument prototype would still apply. */
9616 char XCreateWindow ();
9620 return XCreateWindow ();
9625 if ac_fn_c_try_link
"$LINENO"; then :
9627 dll
) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libX11\\.$LIBEXT" | sed -e "s/^.*\\[\\(libX11\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9630 if ${ac_cv_lib_soname_X11:+false} :; then :
9631 ac_cv_lib_soname_X11
=`$LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9635 rm -f core conftest.err conftest.
$ac_objext \
9636 conftest
$ac_exeext conftest.
$ac_ext
9637 LIBS
=$ac_check_soname_save_LIBS
9639 if ${ac_cv_lib_soname_X11:+false} :; then :
9640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9641 $as_echo "not found" >&6; }
9644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
9645 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9647 cat >>confdefs.h
<<_ACEOF
9648 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
9654 $as_echo_n "checking for -lXext... " >&6; }
9655 if ${ac_cv_lib_soname_Xext+:} false
; then :
9656 $as_echo_n "(cached) " >&6
9658 ac_check_soname_save_LIBS
=$LIBS
9659 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9660 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9661 /* end confdefs.h. */
9663 /* Override any GCC internal prototype to avoid an error.
9664 Use char because int might match the return type of a GCC
9665 builtin and then its argument prototype would still apply. */
9669 char XextCreateExtension ();
9673 return XextCreateExtension ();
9678 if ac_fn_c_try_link
"$LINENO"; then :
9680 dll
) ac_cv_lib_soname_Xext
=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9681 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'` ;;
9682 *) ac_cv_lib_soname_Xext
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXext\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXext\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9683 if ${ac_cv_lib_soname_Xext:+false} :; then :
9684 ac_cv_lib_soname_Xext
=`$LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9688 rm -f core conftest.err conftest.
$ac_objext \
9689 conftest
$ac_exeext conftest.
$ac_ext
9690 LIBS
=$ac_check_soname_save_LIBS
9692 if ${ac_cv_lib_soname_Xext:+false} :; then :
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9694 $as_echo "not found" >&6; }
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
9698 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9700 cat >>confdefs.h
<<_ACEOF
9701 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9704 X_LIBS
="$X_LIBS -lXext"
9706 X_LIBS
="$X_LIBS -lX11"
9708 for ac_header
in X11
/Xlib.h \
9711 X11
/Xcursor
/Xcursor.h \
9712 X11
/extensions
/shape.h \
9713 X11
/extensions
/XInput.h \
9714 X11
/extensions
/XInput2.h \
9715 X11
/extensions
/XShm.h \
9716 X11
/extensions
/Xcomposite.h \
9717 X11
/extensions
/Xinerama.h \
9718 X11
/extensions
/Xrandr.h \
9719 X11
/extensions
/Xrender.h \
9720 X11
/extensions
/xf86vmode.h \
9721 X11
/extensions
/xf86vmproto.h
9723 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9724 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
9725 # include <X11/Xlib.h>
9727 #ifdef HAVE_X11_XUTIL_H
9728 # include <X11/Xutil.h>
9731 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
9732 cat >>confdefs.h
<<_ACEOF
9733 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9741 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
9744 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
9745 if ${ac_cv_lib_X11_XkbQueryExtension+:} false
; then :
9746 $as_echo_n "(cached) " >&6
9748 ac_check_lib_save_LIBS
=$LIBS
9749 LIBS
="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9750 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9753 /* Override any GCC internal prototype to avoid an error.
9754 Use char because int might match the return type of a GCC
9755 builtin and then its argument prototype would still apply. */
9759 char XkbQueryExtension ();
9763 return XkbQueryExtension ();
9768 if ac_fn_c_try_link
"$LINENO"; then :
9769 ac_cv_lib_X11_XkbQueryExtension
=yes
9771 ac_cv_lib_X11_XkbQueryExtension
=no
9773 rm -f core conftest.err conftest.
$ac_objext \
9774 conftest
$ac_exeext conftest.
$ac_ext
9775 LIBS
=$ac_check_lib_save_LIBS
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9778 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9779 if test "x$ac_cv_lib_X11_XkbQueryExtension" = xyes
; then :
9781 $as_echo "#define HAVE_XKB 1" >>confdefs.h
9787 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
9790 $as_echo_n "checking for -lXcursor... " >&6; }
9791 if ${ac_cv_lib_soname_Xcursor+:} false
; then :
9792 $as_echo_n "(cached) " >&6
9794 ac_check_soname_save_LIBS
=$LIBS
9795 LIBS
="-lXcursor $X_LIBS $X_EXTRA_LIBS $LIBS"
9796 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9797 /* end confdefs.h. */
9799 /* Override any GCC internal prototype to avoid an error.
9800 Use char because int might match the return type of a GCC
9801 builtin and then its argument prototype would still apply. */
9805 char XcursorImageLoadCursor ();
9809 return XcursorImageLoadCursor ();
9814 if ac_fn_c_try_link
"$LINENO"; then :
9816 dll
) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9817 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'` ;;
9818 *) ac_cv_lib_soname_Xcursor
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcursor\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcursor\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9819 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9820 ac_cv_lib_soname_Xcursor
=`$LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9824 rm -f core conftest.err conftest.
$ac_objext \
9825 conftest
$ac_exeext conftest.
$ac_ext
9826 LIBS
=$ac_check_soname_save_LIBS
9828 if ${ac_cv_lib_soname_Xcursor:+false} :; then :
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9830 $as_echo "not found" >&6; }
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
9834 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
9836 cat >>confdefs.h
<<_ACEOF
9837 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9843 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
9844 case "x$with_xcursor" in
9845 x
) as_fn_append wine_notices
"|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9847 *) as_fn_error $?
"libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9848 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
9852 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
9855 $as_echo_n "checking for -lXi... " >&6; }
9856 if ${ac_cv_lib_soname_Xi+:} false
; then :
9857 $as_echo_n "(cached) " >&6
9859 ac_check_soname_save_LIBS
=$LIBS
9860 LIBS
="-lXi $X_LIBS $X_EXTRA_LIBS $LIBS"
9861 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9862 /* end confdefs.h. */
9864 /* Override any GCC internal prototype to avoid an error.
9865 Use char because int might match the return type of a GCC
9866 builtin and then its argument prototype would still apply. */
9870 char XOpenDevice ();
9874 return XOpenDevice ();
9879 if ac_fn_c_try_link
"$LINENO"; then :
9881 dll
) ac_cv_lib_soname_Xi
=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9882 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'` ;;
9883 *) ac_cv_lib_soname_Xi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
9884 if ${ac_cv_lib_soname_Xi:+false} :; then :
9885 ac_cv_lib_soname_Xi
=`$LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
9889 rm -f core conftest.err conftest.
$ac_objext \
9890 conftest
$ac_exeext conftest.
$ac_ext
9891 LIBS
=$ac_check_soname_save_LIBS
9893 if ${ac_cv_lib_soname_Xi:+false} :; then :
9894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9895 $as_echo "not found" >&6; }
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
9899 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
9901 cat >>confdefs.h
<<_ACEOF
9902 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
9908 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
9909 case "x$with_xinput" in
9910 x
) as_fn_append wine_notices
"|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
9912 *) as_fn_error $?
"libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
9913 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
9917 if test "x$ac_cv_lib_soname_Xi" != x
9919 if test "$ac_cv_header_X11_extensions_XInput2_h" != "yes"; then :
9920 case "x$with_xinput2" in
9921 x
) as_fn_append wine_notices
"|XInput2 headers not found, the XInput 2 extension won't be supported." ;;
9923 *) as_fn_error $?
"XInput2 headers not found, the XInput 2 extension won't be supported.
9924 This is an error since --with-xinput2 was requested." "$LINENO" 5 ;;
9929 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
9932 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
9933 if ${ac_cv_lib_Xext_XShmQueryExtension+:} false
; then :
9934 $as_echo_n "(cached) " >&6
9936 ac_check_lib_save_LIBS
=$LIBS
9937 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9938 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9939 /* end confdefs.h. */
9941 /* Override any GCC internal prototype to avoid an error.
9942 Use char because int might match the return type of a GCC
9943 builtin and then its argument prototype would still apply. */
9947 char XShmQueryExtension ();
9951 return XShmQueryExtension ();
9956 if ac_fn_c_try_link
"$LINENO"; then :
9957 ac_cv_lib_Xext_XShmQueryExtension
=yes
9959 ac_cv_lib_Xext_XShmQueryExtension
=no
9961 rm -f core conftest.err conftest.
$ac_objext \
9962 conftest
$ac_exeext conftest.
$ac_ext
9963 LIBS
=$ac_check_lib_save_LIBS
9965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9966 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9967 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = xyes
; then :
9969 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
9974 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
9975 case "x$with_xshm" in
9976 x
) as_fn_append wine_notices
"|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
9978 *) as_fn_error $?
"XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
9979 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
9983 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
9986 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
9987 if ${ac_cv_lib_Xext_XShapeQueryExtension+:} false
; then :
9988 $as_echo_n "(cached) " >&6
9990 ac_check_lib_save_LIBS
=$LIBS
9991 LIBS
="-lXext $X_LIBS $X_EXTRA_LIBS $LIBS"
9992 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
10001 char XShapeQueryExtension ();
10005 return XShapeQueryExtension ();
10010 if ac_fn_c_try_link
"$LINENO"; then :
10011 ac_cv_lib_Xext_XShapeQueryExtension
=yes
10013 ac_cv_lib_Xext_XShapeQueryExtension
=no
10015 rm -f core conftest.err conftest.
$ac_objext \
10016 conftest
$ac_exeext conftest.
$ac_ext
10017 LIBS
=$ac_check_lib_save_LIBS
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10020 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10021 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = xyes
; then :
10023 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
10028 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
10029 case "x$with_xshape" in
10030 x
) as_fn_append wine_notices
"|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10032 *) as_fn_error $?
"XShape ${notice_platform}development files not found, XShape won't be supported.
10033 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
10037 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
10040 $as_echo_n "checking for -lXxf86vm... " >&6; }
10041 if ${ac_cv_lib_soname_Xxf86vm+:} false
; then :
10042 $as_echo_n "(cached) " >&6
10044 ac_check_soname_save_LIBS
=$LIBS
10045 LIBS
="-lXxf86vm $X_LIBS $X_EXTRA_LIBS $LIBS"
10046 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10047 /* end confdefs.h. */
10049 /* Override any GCC internal prototype to avoid an error.
10050 Use char because int might match the return type of a GCC
10051 builtin and then its argument prototype would still apply. */
10055 char XF86VidModeQueryExtension ();
10059 return XF86VidModeQueryExtension ();
10064 if ac_fn_c_try_link
"$LINENO"; then :
10066 dll
) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10067 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'` ;;
10068 *) ac_cv_lib_soname_Xxf86vm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXxf86vm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10069 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10070 ac_cv_lib_soname_Xxf86vm
=`$LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10074 rm -f core conftest.err conftest.
$ac_objext \
10075 conftest
$ac_exeext conftest.
$ac_ext
10076 LIBS
=$ac_check_soname_save_LIBS
10078 if ${ac_cv_lib_soname_Xxf86vm:+false} :; then :
10079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10080 $as_echo "not found" >&6; }
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
10084 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10086 cat >>confdefs.h
<<_ACEOF
10087 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10093 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
10094 case "x$with_xxf86vm" in
10095 x
) as_fn_append wine_notices
"|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10097 *) as_fn_error $?
"libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10098 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
10102 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x"
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
10105 $as_echo_n "checking for -lXrender... " >&6; }
10106 if ${ac_cv_lib_soname_Xrender+:} false
; then :
10107 $as_echo_n "(cached) " >&6
10109 ac_check_soname_save_LIBS
=$LIBS
10110 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10111 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10112 /* end confdefs.h. */
10114 /* Override any GCC internal prototype to avoid an error.
10115 Use char because int might match the return type of a GCC
10116 builtin and then its argument prototype would still apply. */
10120 char XRenderQueryExtension ();
10124 return XRenderQueryExtension ();
10129 if ac_fn_c_try_link
"$LINENO"; then :
10131 dll
) ac_cv_lib_soname_Xrender
=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10132 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'` ;;
10133 *) ac_cv_lib_soname_Xrender
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrender\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrender\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10134 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10135 ac_cv_lib_soname_Xrender
=`$LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10139 rm -f core conftest.err conftest.
$ac_objext \
10140 conftest
$ac_exeext conftest.
$ac_ext
10141 LIBS
=$ac_check_soname_save_LIBS
10143 if ${ac_cv_lib_soname_Xrender:+false} :; then :
10144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10145 $as_echo "not found" >&6; }
10148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
10149 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10151 cat >>confdefs.h
<<_ACEOF
10152 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
10156 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10157 if ${ac_cv_lib_Xrender_XRenderSetPictureTransform+:} false
; then :
10158 $as_echo_n "(cached) " >&6
10160 ac_check_lib_save_LIBS
=$LIBS
10161 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10162 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10163 /* end confdefs.h. */
10165 /* Override any GCC internal prototype to avoid an error.
10166 Use char because int might match the return type of a GCC
10167 builtin and then its argument prototype would still apply. */
10171 char XRenderSetPictureTransform ();
10175 return XRenderSetPictureTransform ();
10180 if ac_fn_c_try_link
"$LINENO"; then :
10181 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10183 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10185 rm -f core conftest.err conftest.
$ac_objext \
10186 conftest
$ac_exeext conftest.
$ac_ext
10187 LIBS
=$ac_check_lib_save_LIBS
10189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10190 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10191 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = xyes
; then :
10193 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
10197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderCreateLinearGradient in -lXrender" >&5
10198 $as_echo_n "checking for XRenderCreateLinearGradient in -lXrender... " >&6; }
10199 if ${ac_cv_lib_Xrender_XRenderCreateLinearGradient+:} false
; then :
10200 $as_echo_n "(cached) " >&6
10202 ac_check_lib_save_LIBS
=$LIBS
10203 LIBS
="-lXrender $X_LIBS $X_EXTRA_LIBS $LIBS"
10204 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10205 /* end confdefs.h. */
10207 /* Override any GCC internal prototype to avoid an error.
10208 Use char because int might match the return type of a GCC
10209 builtin and then its argument prototype would still apply. */
10213 char XRenderCreateLinearGradient ();
10217 return XRenderCreateLinearGradient ();
10222 if ac_fn_c_try_link
"$LINENO"; then :
10223 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=yes
10225 ac_cv_lib_Xrender_XRenderCreateLinearGradient
=no
10227 rm -f core conftest.err conftest.
$ac_objext \
10228 conftest
$ac_exeext conftest.
$ac_ext
10229 LIBS
=$ac_check_lib_save_LIBS
10231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&5
10232 $as_echo "$ac_cv_lib_Xrender_XRenderCreateLinearGradient" >&6; }
10233 if test "x$ac_cv_lib_Xrender_XRenderCreateLinearGradient" = xyes
; then :
10235 $as_echo "#define HAVE_XRENDERCREATELINEARGRADIENT 1" >>confdefs.h
10242 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
10243 case "x$with_xrender" in
10244 x
) as_fn_append wine_warnings
"|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10246 *) as_fn_error $?
"libxrender ${notice_platform}development files not found, XRender won't be supported.
10247 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
10251 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10253 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10254 /* end confdefs.h. */
10255 #include <X11/Xlib.h>
10256 #include <X11/extensions/Xrandr.h>
10260 static typeof(XRRSetScreenConfigAndRate) * func; if (func) return 0;
10265 if ac_fn_c_try_compile
"$LINENO"; then :
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
10267 $as_echo_n "checking for -lXrandr... " >&6; }
10268 if ${ac_cv_lib_soname_Xrandr+:} false
; then :
10269 $as_echo_n "(cached) " >&6
10271 ac_check_soname_save_LIBS
=$LIBS
10272 LIBS
="-lXrandr $X_LIBS $X_EXTRA_LIBS $LIBS"
10273 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10274 /* end confdefs.h. */
10276 /* Override any GCC internal prototype to avoid an error.
10277 Use char because int might match the return type of a GCC
10278 builtin and then its argument prototype would still apply. */
10282 char XRRQueryExtension ();
10286 return XRRQueryExtension ();
10291 if ac_fn_c_try_link
"$LINENO"; then :
10293 dll
) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10294 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'` ;;
10295 *) ac_cv_lib_soname_Xrandr
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXrandr\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXrandr\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10296 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10297 ac_cv_lib_soname_Xrandr
=`$LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10301 rm -f core conftest.err conftest.
$ac_objext \
10302 conftest
$ac_exeext conftest.
$ac_ext
10303 LIBS
=$ac_check_soname_save_LIBS
10305 if ${ac_cv_lib_soname_Xrandr:+false} :; then :
10306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10307 $as_echo "not found" >&6; }
10310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
10311 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10313 cat >>confdefs.h
<<_ACEOF
10314 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10317 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10318 /* end confdefs.h. */
10319 #include <X11/Xlib.h>
10320 #include <X11/extensions/Xrandr.h>
10324 static typeof(XRRGetScreenResources) *f; if (f) return 0;
10329 if ac_fn_c_try_compile
"$LINENO"; then :
10331 $as_echo "#define HAVE_XRRGETSCREENRESOURCES 1" >>confdefs.h
10334 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10337 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10339 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
10340 case "x$with_xrandr" in
10341 x
) as_fn_append wine_notices
"|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10343 *) as_fn_error $?
"libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10344 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
10348 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10350 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10351 /* end confdefs.h. */
10352 #include <X11/Xlib.h>
10353 #include <X11/extensions/Xinerama.h>
10357 static typeof(XineramaQueryScreens) * func; if (func) return 0;
10362 if ac_fn_c_try_compile
"$LINENO"; then :
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
10364 $as_echo_n "checking for -lXinerama... " >&6; }
10365 if ${ac_cv_lib_soname_Xinerama+:} false
; then :
10366 $as_echo_n "(cached) " >&6
10368 ac_check_soname_save_LIBS
=$LIBS
10369 LIBS
="-lXinerama $X_LIBS $X_EXTRA_LIBS $LIBS"
10370 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10373 /* Override any GCC internal prototype to avoid an error.
10374 Use char because int might match the return type of a GCC
10375 builtin and then its argument prototype would still apply. */
10379 char XineramaQueryScreens ();
10383 return XineramaQueryScreens ();
10388 if ac_fn_c_try_link
"$LINENO"; then :
10390 dll
) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10391 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'` ;;
10392 *) ac_cv_lib_soname_Xinerama
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXinerama\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXinerama\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10393 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10394 ac_cv_lib_soname_Xinerama
=`$LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10398 rm -f core conftest.err conftest.
$ac_objext \
10399 conftest
$ac_exeext conftest.
$ac_ext
10400 LIBS
=$ac_check_soname_save_LIBS
10402 if ${ac_cv_lib_soname_Xinerama:+false} :; then :
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10404 $as_echo "not found" >&6; }
10407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
10408 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
10410 cat >>confdefs.h
<<_ACEOF
10411 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10417 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10419 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
10420 case "x$with_xinerama" in
10421 x
) as_fn_append wine_notices
"|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10423 *) as_fn_error $?
"libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10424 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
10428 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
10431 $as_echo_n "checking for -lXcomposite... " >&6; }
10432 if ${ac_cv_lib_soname_Xcomposite+:} false
; then :
10433 $as_echo_n "(cached) " >&6
10435 ac_check_soname_save_LIBS
=$LIBS
10436 LIBS
="-lXcomposite $X_LIBS $X_EXTRA_LIBS $LIBS"
10437 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10440 /* Override any GCC internal prototype to avoid an error.
10441 Use char because int might match the return type of a GCC
10442 builtin and then its argument prototype would still apply. */
10446 char XCompositeRedirectWindow ();
10450 return XCompositeRedirectWindow ();
10455 if ac_fn_c_try_link
"$LINENO"; then :
10457 dll
) ac_cv_lib_soname_Xcomposite
=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10458 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'` ;;
10459 *) ac_cv_lib_soname_Xcomposite
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libXcomposite\\.$LIBEXT" | sed -e "s/^.*\\[\\(libXcomposite\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10460 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10461 ac_cv_lib_soname_Xcomposite
=`$LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10465 rm -f core conftest.err conftest.
$ac_objext \
10466 conftest
$ac_exeext conftest.
$ac_ext
10467 LIBS
=$ac_check_soname_save_LIBS
10469 if ${ac_cv_lib_soname_Xcomposite:+false} :; then :
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10471 $as_echo "not found" >&6; }
10474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
10475 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
10477 cat >>confdefs.h
<<_ACEOF
10478 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10484 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
10485 case "x$with_xcomposite" in
10486 x
) as_fn_append wine_notices
"|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10488 *) as_fn_error $?
"libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10489 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
10493 ac_fn_c_check_member
"$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
10494 #include <X11/Xlib.h>
10497 if test "x$ac_cv_member_XICCallback_callback" = xyes
; then :
10499 cat >>confdefs.h
<<_ACEOF
10500 #define HAVE_XICCALLBACK_CALLBACK 1
10505 ac_fn_c_check_member
"$LINENO" "XEvent" "xcookie" "ac_cv_member_XEvent_xcookie" "#ifdef HAVE_X11_XLIB_H
10506 #include <X11/Xlib.h>
10509 if test "x$ac_cv_member_XEvent_xcookie" = xyes
; then :
10511 cat >>confdefs.h
<<_ACEOF
10512 #define HAVE_XEVENT_XCOOKIE 1
10521 if test "x$with_opengl" != "xno"
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10524 $as_echo_n "checking for -lGL... " >&6; }
10525 if ${ac_cv_lib_soname_GL+:} false
; then :
10526 $as_echo_n "(cached) " >&6
10528 ac_check_soname_save_LIBS
=$LIBS
10529 LIBS
="-lGL $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10530 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10531 /* end confdefs.h. */
10533 /* Override any GCC internal prototype to avoid an error.
10534 Use char because int might match the return type of a GCC
10535 builtin and then its argument prototype would still apply. */
10539 char glXCreateContext ();
10543 return glXCreateContext ();
10548 if ac_fn_c_try_link
"$LINENO"; then :
10550 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10551 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'` ;;
10552 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10553 if ${ac_cv_lib_soname_GL:+false} :; then :
10554 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10558 rm -f core conftest.err conftest.
$ac_objext \
10559 conftest
$ac_exeext conftest.
$ac_ext
10560 LIBS
=$ac_check_soname_save_LIBS
10562 if ${ac_cv_lib_soname_GL:+false} :; then :
10563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10564 $as_echo "not found" >&6; }
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
10566 $as_echo_n "checking for -lGL... " >&6; }
10567 if ${ac_cv_lib_soname_GL+:} false
; then :
10568 $as_echo_n "(cached) " >&6
10570 ac_check_soname_save_LIBS
=$LIBS
10571 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"
10572 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10581 char glXCreateContext ();
10585 return glXCreateContext ();
10590 if ac_fn_c_try_link
"$LINENO"; then :
10592 dll
) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10593 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'` ;;
10594 *) ac_cv_lib_soname_GL
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libGL\\.$LIBEXT" | sed -e "s/^.*\\[\\(libGL\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10595 if ${ac_cv_lib_soname_GL:+false} :; then :
10596 ac_cv_lib_soname_GL
=`$LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10600 rm -f core conftest.err conftest.
$ac_objext \
10601 conftest
$ac_exeext conftest.
$ac_ext
10602 LIBS
=$ac_check_soname_save_LIBS
10604 if ${ac_cv_lib_soname_GL:+false} :; then :
10605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10606 $as_echo "not found" >&6; }
10607 if test -f /usr
/X11R
6/lib
/libGL.a
10609 opengl_msg
="/usr/X11R6/lib/libGL.a is present on your system.
10610 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
10612 opengl_msg
="No OpenGL library found on this system."
10615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10616 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10618 cat >>confdefs.h
<<_ACEOF
10619 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10622 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"
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
10626 $as_echo "$ac_cv_lib_soname_GL" >&6; }
10628 cat >>confdefs.h
<<_ACEOF
10629 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
10634 if test "x$with_glu" != "xno"
10636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gluLookAt in -lGLU" >&5
10637 $as_echo_n "checking for gluLookAt in -lGLU... " >&6; }
10638 if ${ac_cv_lib_GLU_gluLookAt+:} false
; then :
10639 $as_echo_n "(cached) " >&6
10641 ac_check_lib_save_LIBS
=$LIBS
10642 LIBS
="-lGLU $OPENGL_LIBS $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10644 /* end confdefs.h. */
10646 /* Override any GCC internal prototype to avoid an error.
10647 Use char because int might match the return type of a GCC
10648 builtin and then its argument prototype would still apply. */
10656 return gluLookAt ();
10661 if ac_fn_c_try_link
"$LINENO"; then :
10662 ac_cv_lib_GLU_gluLookAt
=yes
10664 ac_cv_lib_GLU_gluLookAt
=no
10666 rm -f core conftest.err conftest.
$ac_objext \
10667 conftest
$ac_exeext conftest.
$ac_ext
10668 LIBS
=$ac_check_lib_save_LIBS
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_GLU_gluLookAt" >&5
10671 $as_echo "$ac_cv_lib_GLU_gluLookAt" >&6; }
10672 if test "x$ac_cv_lib_GLU_gluLookAt" = xyes
; then :
10676 if test "x$ac_cv_lib_GLU_gluLookAt" != xyes
; then :
10677 case "x$with_glu" in
10678 x
) as_fn_append wine_notices
"|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
10680 *) as_fn_error $?
"libGLU ${notice_platform}development files not found, GLU won't be supported.
10681 This is an error since --with-glu was requested." "$LINENO" 5 ;;
10686 if test "x$with_osmesa" != "xno"
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lOSMesa" >&5
10689 $as_echo_n "checking for -lOSMesa... " >&6; }
10690 if ${ac_cv_lib_soname_OSMesa+:} false
; then :
10691 $as_echo_n "(cached) " >&6
10693 ac_check_soname_save_LIBS
=$LIBS
10694 LIBS
="-lOSMesa $X_LIBS -lm $X_EXTRA_LIBS $LIBS"
10695 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10696 /* end confdefs.h. */
10698 /* Override any GCC internal prototype to avoid an error.
10699 Use char because int might match the return type of a GCC
10700 builtin and then its argument prototype would still apply. */
10713 if ac_fn_c_try_link
"$LINENO"; then :
10715 dll
) ac_cv_lib_soname_OSMesa
=`$ac_cv_path_LDD conftest.exe | grep "OSMesa" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10716 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'` ;;
10717 *) ac_cv_lib_soname_OSMesa
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libOSMesa\\.$LIBEXT" | sed -e "s/^.*\\[\\(libOSMesa\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
10718 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10719 ac_cv_lib_soname_OSMesa
=`$LDD conftest$ac_exeext | grep "libOSMesa\\.$LIBEXT" | sed -e "s/^.*\(libOSMesa\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
10723 rm -f core conftest.err conftest.
$ac_objext \
10724 conftest
$ac_exeext conftest.
$ac_ext
10725 LIBS
=$ac_check_soname_save_LIBS
10727 if ${ac_cv_lib_soname_OSMesa:+false} :; then :
10728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10729 $as_echo "not found" >&6; }
10732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_OSMesa" >&5
10733 $as_echo "$ac_cv_lib_soname_OSMesa" >&6; }
10735 cat >>confdefs.h
<<_ACEOF
10736 #define SONAME_LIBOSMESA "$ac_cv_lib_soname_OSMesa"
10741 if test "x$ac_cv_lib_soname_OSMesa" = "x"; then :
10742 case "x$with_osmesa" in
10743 x
) as_fn_append wine_notices
"|libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported." ;;
10745 *) as_fn_error $?
"libOSMesa ${notice_platform}development files not found (or too old), OpenGL rendering in bitmaps won't be supported.
10746 This is an error since --with-osmesa was requested." "$LINENO" 5 ;;
10751 if test -n "$opengl_msg"; then :
10752 case "x$with_opengl" in
10753 x
) as_fn_append wine_warnings
"|$opengl_msg
10754 OpenGL and Direct3D won't be supported." ;;
10756 *) as_fn_error $?
"$opengl_msg
10757 OpenGL and Direct3D won't be supported.
10758 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
10762 CPPFLAGS
="$ac_save_CPPFLAGS"
10766 enable_winex11_drv
=${enable_winex11_drv:-no}
10768 if test "x$X_LIBS" = "x"; then :
10771 *) as_fn_error $?
"X ${notice_platform}development files not found. Wine will be built
10772 without X support, which probably isn't what you want. You will need
10773 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
10774 Use the --without-x option if you really want this." "$LINENO" 5 ;;
10778 test "x$ac_cv_lib_GLU_gluLookAt" != xyes
&& enable_glu32
=${enable_glu32:-no}
10780 if test "$ac_cv_header_CL_cl_h" = "yes"
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
10783 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
10784 if ${ac_cv_lib_OpenCL_clGetPlatformInfo+:} false
; then :
10785 $as_echo_n "(cached) " >&6
10787 ac_check_lib_save_LIBS
=$LIBS
10788 LIBS
="-lOpenCL $LIBS"
10789 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10790 /* end confdefs.h. */
10792 /* Override any GCC internal prototype to avoid an error.
10793 Use char because int might match the return type of a GCC
10794 builtin and then its argument prototype would still apply. */
10798 char clGetPlatformInfo ();
10802 return clGetPlatformInfo ();
10807 if ac_fn_c_try_link
"$LINENO"; then :
10808 ac_cv_lib_OpenCL_clGetPlatformInfo
=yes
10810 ac_cv_lib_OpenCL_clGetPlatformInfo
=no
10812 rm -f core conftest.err conftest.
$ac_objext \
10813 conftest
$ac_exeext conftest.
$ac_ext
10814 LIBS
=$ac_check_lib_save_LIBS
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
10817 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
10818 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = xyes
; then :
10819 OPENCL_LIBS
="-lOpenCL"
10824 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
; then :
10825 case "x$with_opencl" in
10826 x
) as_fn_append wine_notices
"|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
10828 *) as_fn_error $?
"OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
10829 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
10832 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes
&& enable_opencl
=${enable_opencl:-no}
10834 if test "$ac_cv_header_pcap_pcap_h" = "yes"
10836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcap_create in -lpcap" >&5
10837 $as_echo_n "checking for pcap_create in -lpcap... " >&6; }
10838 if ${ac_cv_lib_pcap_pcap_create+:} false
; then :
10839 $as_echo_n "(cached) " >&6
10841 ac_check_lib_save_LIBS
=$LIBS
10842 LIBS
="-lpcap $LIBS"
10843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10844 /* end confdefs.h. */
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10852 char pcap_create ();
10856 return pcap_create ();
10861 if ac_fn_c_try_link
"$LINENO"; then :
10862 ac_cv_lib_pcap_pcap_create
=yes
10864 ac_cv_lib_pcap_pcap_create
=no
10866 rm -f core conftest.err conftest.
$ac_objext \
10867 conftest
$ac_exeext conftest.
$ac_ext
10868 LIBS
=$ac_check_lib_save_LIBS
10870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcap_pcap_create" >&5
10871 $as_echo "$ac_cv_lib_pcap_pcap_create" >&6; }
10872 if test "x$ac_cv_lib_pcap_pcap_create" = xyes
; then :
10878 if test "x$ac_cv_lib_pcap_pcap_create" != xyes
; then :
10879 case "x$with_pcap" in
10880 x
) as_fn_append wine_notices
"|pcap ${notice_platform}development files not found, wpcap won't be supported." ;;
10882 *) as_fn_error $?
"pcap ${notice_platform}development files not found, wpcap won't be supported.
10883 This is an error since --with-pcap was requested." "$LINENO" 5 ;;
10886 test "x$ac_cv_lib_pcap_pcap_create" != xyes
&& enable_wpcap
=${enable_wpcap:-no}
10889 if test "x$with_xml" != "xno"
10891 if ${XML2_CFLAGS:+false} :; then :
10892 if ${PKG_CONFIG+:} false
; then :
10893 XML2_CFLAGS
=`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`
10896 test "$cross_compiling" = yes || XML2_CFLAGS
=${XML2_CFLAGS:-`xml2-config --cflags 2>/dev/null`}
10897 if ${XML2_LIBS:+false} :; then :
10898 if ${PKG_CONFIG+:} false
; then :
10899 XML2_LIBS
=`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`
10902 test "$cross_compiling" = yes || XML2_LIBS
=${XML2_LIBS:-`xml2-config --libs 2>/dev/null`}
10903 XML2_LIBS
=${XML2_LIBS:-"-lxml2"}
10904 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 cflags: $XML2_CFLAGS" >&5
10905 $as_echo "$as_me:${as_lineno-$LINENO}: libxml-2.0 libs: $XML2_LIBS" >&5
10906 ac_save_CPPFLAGS
=$CPPFLAGS
10907 CPPFLAGS
="$CPPFLAGS $XML2_CFLAGS"
10908 for ac_header
in libxml
/parser.h libxml
/xmlsave.h libxml
/SAX2.h
10910 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10911 ac_fn_c_check_header_mongrel
"$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10912 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
10913 cat >>confdefs.h
<<_ACEOF
10914 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10921 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"
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
10924 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
10925 if ${ac_cv_lib_xml2_xmlParseMemory+:} false
; then :
10926 $as_echo_n "(cached) " >&6
10928 ac_check_lib_save_LIBS
=$LIBS
10929 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10939 char xmlParseMemory ();
10943 return xmlParseMemory ();
10948 if ac_fn_c_try_link
"$LINENO"; then :
10949 ac_cv_lib_xml2_xmlParseMemory
=yes
10951 ac_cv_lib_xml2_xmlParseMemory
=no
10953 rm -f core conftest.err conftest.
$ac_objext \
10954 conftest
$ac_exeext conftest.
$ac_ext
10955 LIBS
=$ac_check_lib_save_LIBS
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10958 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10959 if test "x$ac_cv_lib_xml2_xmlParseMemory" = xyes
; then :
10961 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
10968 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
10969 if ${ac_cv_lib_xml2_xmlReadMemory+:} false
; then :
10970 $as_echo_n "(cached) " >&6
10972 ac_check_lib_save_LIBS
=$LIBS
10973 LIBS
="-lxml2 $XML2_LIBS $LIBS"
10974 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10983 char xmlReadMemory ();
10987 return xmlReadMemory ();
10992 if ac_fn_c_try_link
"$LINENO"; then :
10993 ac_cv_lib_xml2_xmlReadMemory
=yes
10995 ac_cv_lib_xml2_xmlReadMemory
=no
10997 rm -f core conftest.err conftest.
$ac_objext \
10998 conftest
$ac_exeext conftest.
$ac_ext
10999 LIBS
=$ac_check_lib_save_LIBS
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
11002 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
11003 if test "x$ac_cv_lib_xml2_xmlReadMemory" = xyes
; then :
11005 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
11010 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
11011 if ${ac_cv_lib_xml2_xmlNewDocPI+:} false
; then :
11012 $as_echo_n "(cached) " >&6
11014 ac_check_lib_save_LIBS
=$LIBS
11015 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11016 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11017 /* end confdefs.h. */
11019 /* Override any GCC internal prototype to avoid an error.
11020 Use char because int might match the return type of a GCC
11021 builtin and then its argument prototype would still apply. */
11025 char xmlNewDocPI ();
11029 return xmlNewDocPI ();
11034 if ac_fn_c_try_link
"$LINENO"; then :
11035 ac_cv_lib_xml2_xmlNewDocPI
=yes
11037 ac_cv_lib_xml2_xmlNewDocPI
=no
11039 rm -f core conftest.err conftest.
$ac_objext \
11040 conftest
$ac_exeext conftest.
$ac_ext
11041 LIBS
=$ac_check_lib_save_LIBS
11043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
11044 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
11045 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = xyes
; then :
11047 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
11052 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
11053 if ${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+:} false
; then :
11054 $as_echo_n "(cached) " >&6
11056 ac_check_lib_save_LIBS
=$LIBS
11057 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11058 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11067 char xmlSchemaSetParserStructuredErrors ();
11071 return xmlSchemaSetParserStructuredErrors ();
11076 if ac_fn_c_try_link
"$LINENO"; then :
11077 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=yes
11079 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors
=no
11081 rm -f core conftest.err conftest.
$ac_objext \
11082 conftest
$ac_exeext conftest.
$ac_ext
11083 LIBS
=$ac_check_lib_save_LIBS
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
11086 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
11087 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = xyes
; then :
11089 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
11094 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
11095 if ${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+:} false
; then :
11096 $as_echo_n "(cached) " >&6
11098 ac_check_lib_save_LIBS
=$LIBS
11099 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11100 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11101 /* end confdefs.h. */
11103 /* Override any GCC internal prototype to avoid an error.
11104 Use char because int might match the return type of a GCC
11105 builtin and then its argument prototype would still apply. */
11109 char xmlSchemaSetValidStructuredErrors ();
11113 return xmlSchemaSetValidStructuredErrors ();
11118 if ac_fn_c_try_link
"$LINENO"; then :
11119 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=yes
11121 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors
=no
11123 rm -f core conftest.err conftest.
$ac_objext \
11124 conftest
$ac_exeext conftest.
$ac_ext
11125 LIBS
=$ac_check_lib_save_LIBS
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
11128 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
11129 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = xyes
; then :
11131 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
11136 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
11137 if ${ac_cv_lib_xml2_xmlFirstElementChild+:} false
; then :
11138 $as_echo_n "(cached) " >&6
11140 ac_check_lib_save_LIBS
=$LIBS
11141 LIBS
="-lxml2 $XML2_LIBS $LIBS"
11142 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11143 /* end confdefs.h. */
11145 /* Override any GCC internal prototype to avoid an error.
11146 Use char because int might match the return type of a GCC
11147 builtin and then its argument prototype would still apply. */
11151 char xmlFirstElementChild ();
11155 return xmlFirstElementChild ();
11160 if ac_fn_c_try_link
"$LINENO"; then :
11161 ac_cv_lib_xml2_xmlFirstElementChild
=yes
11163 ac_cv_lib_xml2_xmlFirstElementChild
=no
11165 rm -f core conftest.err conftest.
$ac_objext \
11166 conftest
$ac_exeext conftest.
$ac_ext
11167 LIBS
=$ac_check_lib_save_LIBS
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
11170 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
11171 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = xyes
; then :
11173 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
11177 ac_fn_c_check_type
"$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
11179 if test "x$ac_cv_type_xmlDocProperties" = xyes
; then :
11181 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
11189 CPPFLAGS
=$ac_save_CPPFLAGS
11190 test -z "$XML2_CFLAGS" || XML2_CFLAGS
=`echo " $XML2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11191 test -z "$XML2_LIBS" || XML2_LIBS
=`echo " $XML2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11194 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
11195 case "x$with_xml" in
11196 x
) as_fn_append wine_warnings
"|libxml2 ${notice_platform}development files not found (or too old), XML won't be supported." ;;
11198 *) as_fn_error $?
"libxml2 ${notice_platform}development files not found (or too old), XML won't be supported.
11199 This is an error since --with-xml was requested." "$LINENO" 5 ;;
11203 if test "x$with_xslt" != "xno"
11205 if ${XSLT_CFLAGS:+false} :; then :
11206 if ${PKG_CONFIG+:} false
; then :
11207 XSLT_CFLAGS
=`$PKG_CONFIG --cflags libxslt 2>/dev/null`
11210 test "$cross_compiling" = yes || XSLT_CFLAGS
=${XSLT_CFLAGS:-`xslt-config --cflags 2>/dev/null`}
11211 if ${XSLT_LIBS:+false} :; then :
11212 if ${PKG_CONFIG+:} false
; then :
11213 XSLT_LIBS
=`$PKG_CONFIG --libs libxslt 2>/dev/null`
11216 test "$cross_compiling" = yes || XSLT_LIBS
=${XSLT_LIBS:-`xslt-config --libs 2>/dev/null`}
11217 XSLT_LIBS
=${XSLT_LIBS:-"-lxml2"}
11218 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt cflags: $XSLT_CFLAGS" >&5
11219 $as_echo "$as_me:${as_lineno-$LINENO}: libxslt libs: $XSLT_LIBS" >&5
11220 ac_save_CPPFLAGS
=$CPPFLAGS
11221 CPPFLAGS
="$CPPFLAGS $XSLT_CFLAGS"
11222 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
11224 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11225 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
11226 # include <libxslt/pattern.h>
11229 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
11230 cat >>confdefs.h
<<_ACEOF
11231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11238 if test "$ac_cv_header_libxslt_transform_h" = "yes"
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
11241 $as_echo_n "checking for -lxslt... " >&6; }
11242 if ${ac_cv_lib_soname_xslt+:} false
; then :
11243 $as_echo_n "(cached) " >&6
11245 ac_check_soname_save_LIBS
=$LIBS
11246 LIBS
="-lxslt $XSLT_LIBS $LIBS"
11247 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11248 /* end confdefs.h. */
11250 /* Override any GCC internal prototype to avoid an error.
11251 Use char because int might match the return type of a GCC
11252 builtin and then its argument prototype would still apply. */
11256 char xsltCompilePattern ();
11260 return xsltCompilePattern ();
11265 if ac_fn_c_try_link
"$LINENO"; then :
11267 dll
) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11268 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'` ;;
11269 *) ac_cv_lib_soname_xslt
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libxslt\\.$LIBEXT" | sed -e "s/^.*\\[\\(libxslt\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11270 if ${ac_cv_lib_soname_xslt:+false} :; then :
11271 ac_cv_lib_soname_xslt
=`$LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11275 rm -f core conftest.err conftest.
$ac_objext \
11276 conftest
$ac_exeext conftest.
$ac_ext
11277 LIBS
=$ac_check_soname_save_LIBS
11279 if ${ac_cv_lib_soname_xslt:+false} :; then :
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11281 $as_echo "not found" >&6; }
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
11285 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
11287 cat >>confdefs.h
<<_ACEOF
11288 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
11296 CPPFLAGS
=$ac_save_CPPFLAGS
11297 test -z "$XSLT_CFLAGS" || XSLT_CFLAGS
=`echo " $XSLT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11298 test -z "$XSLT_LIBS" || XSLT_LIBS
=`echo " $XSLT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11301 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
11302 case "x$with_xslt" in
11303 x
) as_fn_append wine_warnings
"|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
11305 *) as_fn_error $?
"libxslt ${notice_platform}development files not found, xslt won't be supported.
11306 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
11310 if test "x$with_dbus" != "xno"
11312 if ${DBUS_CFLAGS:+false} :; then :
11313 if ${PKG_CONFIG+:} false
; then :
11314 DBUS_CFLAGS
=`$PKG_CONFIG --cflags dbus-1 2>/dev/null`
11318 if ${DBUS_LIBS:+false} :; then :
11319 if ${PKG_CONFIG+:} false
; then :
11320 DBUS_LIBS
=`$PKG_CONFIG --libs dbus-1 2>/dev/null`
11325 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 cflags: $DBUS_CFLAGS" >&5
11326 $as_echo "$as_me:${as_lineno-$LINENO}: dbus-1 libs: $DBUS_LIBS" >&5
11327 ac_save_CPPFLAGS
=$CPPFLAGS
11328 CPPFLAGS
="$CPPFLAGS $DBUS_CFLAGS"
11329 ac_fn_c_check_header_mongrel
"$LINENO" "dbus/dbus.h" "ac_cv_header_dbus_dbus_h" "$ac_includes_default"
11330 if test "x$ac_cv_header_dbus_dbus_h" = xyes
; then :
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ldbus-1" >&5
11332 $as_echo_n "checking for -ldbus-1... " >&6; }
11333 if ${ac_cv_lib_soname_dbus_1+:} false
; then :
11334 $as_echo_n "(cached) " >&6
11336 ac_check_soname_save_LIBS
=$LIBS
11337 LIBS
="-ldbus-1 $DBUS_LIBS $LIBS"
11338 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11347 char dbus_connection_close ();
11351 return dbus_connection_close ();
11356 if ac_fn_c_try_link
"$LINENO"; then :
11358 dll
) ac_cv_lib_soname_dbus_1
=`$ac_cv_path_LDD conftest.exe | grep "dbus-1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11359 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'` ;;
11360 *) 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'`
11361 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11362 ac_cv_lib_soname_dbus_1
=`$LDD conftest$ac_exeext | grep "libdbus-1\\.$LIBEXT" | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11366 rm -f core conftest.err conftest.
$ac_objext \
11367 conftest
$ac_exeext conftest.
$ac_ext
11368 LIBS
=$ac_check_soname_save_LIBS
11370 if ${ac_cv_lib_soname_dbus_1:+false} :; then :
11371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11372 $as_echo "not found" >&6; }
11375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_dbus_1" >&5
11376 $as_echo "$ac_cv_lib_soname_dbus_1" >&6; }
11378 cat >>confdefs.h
<<_ACEOF
11379 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
11389 CPPFLAGS
=$ac_save_CPPFLAGS
11390 test -z "$DBUS_CFLAGS" || DBUS_CFLAGS
=`echo " $DBUS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11391 test -z "$DBUS_LIBS" || DBUS_LIBS
=`echo " $DBUS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11394 if test "x$ac_cv_lib_soname_dbus_1" = "x" -a \
11395 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11396 case "x$with_dbus" in
11397 x
) as_fn_append wine_notices
"|libdbus ${notice_platform}development files not found, no dynamic device support." ;;
11399 *) as_fn_error $?
"libdbus ${notice_platform}development files not found, no dynamic device support.
11400 This is an error since --with-dbus was requested." "$LINENO" 5 ;;
11404 if test "x$with_hal" != "xno" -a "x$ac_cv_lib_soname_dbus_1" != x
11406 if ${HAL_CFLAGS:+false} :; then :
11407 if ${PKG_CONFIG+:} false
; then :
11408 HAL_CFLAGS
=`$PKG_CONFIG --cflags hal 2>/dev/null`
11412 if ${HAL_LIBS:+false} :; then :
11413 if ${PKG_CONFIG+:} false
; then :
11414 HAL_LIBS
=`$PKG_CONFIG --libs hal 2>/dev/null`
11418 HAL_LIBS
=${HAL_LIBS:-"-ldbus-1"}
11419 $as_echo "$as_me:${as_lineno-$LINENO}: hal cflags: $HAL_CFLAGS" >&5
11420 $as_echo "$as_me:${as_lineno-$LINENO}: hal libs: $HAL_LIBS" >&5
11421 ac_save_CPPFLAGS
=$CPPFLAGS
11422 CPPFLAGS
="$CPPFLAGS $HAL_CFLAGS"
11423 ac_fn_c_check_header_mongrel
"$LINENO" "hal/libhal.h" "ac_cv_header_hal_libhal_h" "$ac_includes_default"
11424 if test "x$ac_cv_header_hal_libhal_h" = xyes
; then :
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
11426 $as_echo_n "checking for -lhal... " >&6; }
11427 if ${ac_cv_lib_soname_hal+:} false
; then :
11428 $as_echo_n "(cached) " >&6
11430 ac_check_soname_save_LIBS
=$LIBS
11431 LIBS
="-lhal $HAL_LIBS $LIBS"
11432 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11433 /* end confdefs.h. */
11435 /* Override any GCC internal prototype to avoid an error.
11436 Use char because int might match the return type of a GCC
11437 builtin and then its argument prototype would still apply. */
11441 char libhal_ctx_new ();
11445 return libhal_ctx_new ();
11450 if ac_fn_c_try_link
"$LINENO"; then :
11452 dll
) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11453 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'` ;;
11454 *) ac_cv_lib_soname_hal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libhal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libhal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11455 if ${ac_cv_lib_soname_hal:+false} :; then :
11456 ac_cv_lib_soname_hal
=`$LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11460 rm -f core conftest.err conftest.
$ac_objext \
11461 conftest
$ac_exeext conftest.
$ac_ext
11462 LIBS
=$ac_check_soname_save_LIBS
11464 if ${ac_cv_lib_soname_hal:+false} :; then :
11465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11466 $as_echo "not found" >&6; }
11469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
11470 $as_echo "$ac_cv_lib_soname_hal" >&6; }
11472 cat >>confdefs.h
<<_ACEOF
11473 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
11483 CPPFLAGS
=$ac_save_CPPFLAGS
11484 test -z "$HAL_CFLAGS" || HAL_CFLAGS
=`echo " $HAL_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11485 test -z "$HAL_LIBS" || HAL_LIBS
=`echo " $HAL_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11487 if test "x$ac_cv_lib_soname_hal" = "x" -a \
11488 "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
11489 case "x$with_hal" in
11490 x
) as_fn_append wine_notices
"|libhal ${notice_platform}development files not found, no legacy dynamic device support." ;;
11492 *) as_fn_error $?
"libhal ${notice_platform}development files not found, no legacy dynamic device support.
11493 This is an error since --with-hal was requested." "$LINENO" 5 ;;
11498 if test "x$with_gnutls" != "xno"
11500 if ${GNUTLS_CFLAGS:+false} :; then :
11501 if ${PKG_CONFIG+:} false
; then :
11502 GNUTLS_CFLAGS
=`$PKG_CONFIG --cflags gnutls 2>/dev/null`
11506 if ${GNUTLS_LIBS:+false} :; then :
11507 if ${PKG_CONFIG+:} false
; then :
11508 GNUTLS_LIBS
=`$PKG_CONFIG --libs gnutls 2>/dev/null`
11513 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls cflags: $GNUTLS_CFLAGS" >&5
11514 $as_echo "$as_me:${as_lineno-$LINENO}: gnutls libs: $GNUTLS_LIBS" >&5
11515 ac_save_CPPFLAGS
=$CPPFLAGS
11516 CPPFLAGS
="$CPPFLAGS $GNUTLS_CFLAGS"
11517 ac_fn_c_check_header_mongrel
"$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
11518 if test "x$ac_cv_header_gnutls_gnutls_h" = xyes
; then :
11519 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11520 /* end confdefs.h. */
11521 #include <gnutls/gnutls.h>
11522 #include <gnutls/crypto.h>
11526 static typeof(gnutls_mac_get_key_size) *func; if (func) return 0;
11531 if ac_fn_c_try_compile
"$LINENO"; then :
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
11533 $as_echo_n "checking for -lgnutls... " >&6; }
11534 if ${ac_cv_lib_soname_gnutls+:} false
; then :
11535 $as_echo_n "(cached) " >&6
11537 ac_check_soname_save_LIBS
=$LIBS
11538 LIBS
="-lgnutls $GNUTLS_LIBS $LIBS"
11539 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11540 /* end confdefs.h. */
11542 /* Override any GCC internal prototype to avoid an error.
11543 Use char because int might match the return type of a GCC
11544 builtin and then its argument prototype would still apply. */
11548 char gnutls_global_init ();
11552 return gnutls_global_init ();
11557 if ac_fn_c_try_link
"$LINENO"; then :
11559 dll
) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11560 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'` ;;
11561 *) 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'`
11562 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11563 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'`
11567 rm -f core conftest.err conftest.
$ac_objext \
11568 conftest
$ac_exeext conftest.
$ac_ext
11569 LIBS
=$ac_check_soname_save_LIBS
11571 if ${ac_cv_lib_soname_gnutls:+false} :; then :
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11573 $as_echo "not found" >&6; }
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
11577 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
11579 cat >>confdefs.h
<<_ACEOF
11580 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
11586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11592 CPPFLAGS
=$ac_save_CPPFLAGS
11593 test -z "$GNUTLS_CFLAGS" || GNUTLS_CFLAGS
=`echo " $GNUTLS_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11594 test -z "$GNUTLS_LIBS" || GNUTLS_LIBS
=`echo " $GNUTLS_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11597 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
11598 case "x$with_gnutls" in
11599 x
) as_fn_append wine_warnings
"|libgnutls ${notice_platform}development files not found, no schannel support." ;;
11601 *) as_fn_error $?
"libgnutls ${notice_platform}development files not found, no schannel support.
11602 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
11607 if test "$ac_cv_header_ncurses_h" = "yes"
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
11610 $as_echo_n "checking for -lncurses... " >&6; }
11611 if ${ac_cv_lib_soname_ncurses+:} false
; then :
11612 $as_echo_n "(cached) " >&6
11614 ac_check_soname_save_LIBS
=$LIBS
11615 LIBS
="-lncurses $LIBS"
11616 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11619 /* Override any GCC internal prototype to avoid an error.
11620 Use char because int might match the return type of a GCC
11621 builtin and then its argument prototype would still apply. */
11634 if ac_fn_c_try_link
"$LINENO"; then :
11636 dll
) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11637 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'` ;;
11638 *) 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'`
11639 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11640 ac_cv_lib_soname_ncurses
=`$LDD conftest$ac_exeext | grep "libncursesw\\{0,1\\}\\.$LIBEXT" | sed -e "s/^.*\(libncursesw\\{0,1\\}\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11644 rm -f core conftest.err conftest.
$ac_objext \
11645 conftest
$ac_exeext conftest.
$ac_ext
11646 LIBS
=$ac_check_soname_save_LIBS
11648 if ${ac_cv_lib_soname_ncurses:+false} :; then :
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11650 $as_echo "not found" >&6; }
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
11654 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
11656 cat >>confdefs.h
<<_ACEOF
11657 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11660 CURSES_LIBS
="-lncurses"
11662 elif test "$ac_cv_header_curses_h" = "yes"
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
11665 $as_echo_n "checking for -lcurses... " >&6; }
11666 if ${ac_cv_lib_soname_curses+:} false
; then :
11667 $as_echo_n "(cached) " >&6
11669 ac_check_soname_save_LIBS
=$LIBS
11670 LIBS
="-lcurses $LIBS"
11671 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11672 /* end confdefs.h. */
11674 /* Override any GCC internal prototype to avoid an error.
11675 Use char because int might match the return type of a GCC
11676 builtin and then its argument prototype would still apply. */
11689 if ac_fn_c_try_link
"$LINENO"; then :
11691 dll
) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11692 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'` ;;
11693 *) ac_cv_lib_soname_curses
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcurses\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcurses\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11694 if ${ac_cv_lib_soname_curses:+false} :; then :
11695 ac_cv_lib_soname_curses
=`$LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11699 rm -f core conftest.err conftest.
$ac_objext \
11700 conftest
$ac_exeext conftest.
$ac_ext
11701 LIBS
=$ac_check_soname_save_LIBS
11703 if ${ac_cv_lib_soname_curses:+false} :; then :
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11705 $as_echo "not found" >&6; }
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
11709 $as_echo "$ac_cv_lib_soname_curses" >&6; }
11711 cat >>confdefs.h
<<_ACEOF
11712 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11715 CURSES_LIBS
="-lcurses"
11718 ac_save_LIBS
="$LIBS"
11719 LIBS
="$LIBS $CURSES_LIBS"
11720 for ac_func
in mousemask
11722 ac_fn_c_check_func
"$LINENO" "mousemask" "ac_cv_func_mousemask"
11723 if test "x$ac_cv_func_mousemask" = xyes
; then :
11724 cat >>confdefs.h
<<_ACEOF
11725 #define HAVE_MOUSEMASK 1
11731 LIBS
="$ac_save_LIBS"
11732 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
11733 case "x$with_curses" in
11734 x
) as_fn_append wine_notices
"|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
11736 *) as_fn_error $?
"lib(n)curses ${notice_platform}development files not found, curses won't be supported.
11737 This is an error since --with-curses was requested." "$LINENO" 5 ;;
11741 if test "x$with_sane" != "xno"
11743 if ${SANE_CFLAGS:+false} :; then :
11744 if ${PKG_CONFIG+:} false
; then :
11745 SANE_CFLAGS
=`$PKG_CONFIG --cflags libsane 2>/dev/null`
11748 test "$cross_compiling" = yes || SANE_CFLAGS
=${SANE_CFLAGS:-`sane-config --cflags 2>/dev/null`}
11749 if ${SANE_LIBS:+false} :; then :
11750 if ${PKG_CONFIG+:} false
; then :
11751 SANE_LIBS
=`$PKG_CONFIG --libs libsane 2>/dev/null`
11754 test "$cross_compiling" = yes || SANE_LIBS
=${SANE_LIBS:-`sane-config --ldflags 2>/dev/null`}
11756 $as_echo "$as_me:${as_lineno-$LINENO}: libsane cflags: $SANE_CFLAGS" >&5
11757 $as_echo "$as_me:${as_lineno-$LINENO}: libsane libs: $SANE_LIBS" >&5
11758 ac_save_CPPFLAGS
=$CPPFLAGS
11759 CPPFLAGS
="$CPPFLAGS $SANE_CFLAGS"
11760 ac_fn_c_check_header_mongrel
"$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
11761 if test "x$ac_cv_header_sane_sane_h" = xyes
; then :
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
11763 $as_echo_n "checking for -lsane... " >&6; }
11764 if ${ac_cv_lib_soname_sane+:} false
; then :
11765 $as_echo_n "(cached) " >&6
11767 ac_check_soname_save_LIBS
=$LIBS
11768 LIBS
="-lsane $SANE_LIBS $LIBS"
11769 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11770 /* end confdefs.h. */
11772 /* Override any GCC internal prototype to avoid an error.
11773 Use char because int might match the return type of a GCC
11774 builtin and then its argument prototype would still apply. */
11782 return sane_init ();
11787 if ac_fn_c_try_link
"$LINENO"; then :
11789 dll
) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11790 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'` ;;
11791 *) ac_cv_lib_soname_sane
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libsane\\.$LIBEXT" | sed -e "s/^.*\\[\\(libsane\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11792 if ${ac_cv_lib_soname_sane:+false} :; then :
11793 ac_cv_lib_soname_sane
=`$LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11797 rm -f core conftest.err conftest.
$ac_objext \
11798 conftest
$ac_exeext conftest.
$ac_ext
11799 LIBS
=$ac_check_soname_save_LIBS
11801 if ${ac_cv_lib_soname_sane:+false} :; then :
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11803 $as_echo "not found" >&6; }
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
11807 $as_echo "$ac_cv_lib_soname_sane" >&6; }
11809 cat >>confdefs.h
<<_ACEOF
11810 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11820 CPPFLAGS
=$ac_save_CPPFLAGS
11821 test -z "$SANE_CFLAGS" || SANE_CFLAGS
=`echo " $SANE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11822 test -z "$SANE_LIBS" || SANE_LIBS
=`echo " $SANE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11825 if test "x$ac_cv_lib_soname_sane" = "x"; then :
11826 case "x$with_sane" in
11827 x
) as_fn_append wine_notices
"|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
11829 *) as_fn_error $?
"libsane ${notice_platform}development files not found, scanners won't be supported.
11830 This is an error since --with-sane was requested." "$LINENO" 5 ;;
11834 if test "x$with_v4l" != "xno"
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
11837 $as_echo_n "checking for -lv4l1... " >&6; }
11838 if ${ac_cv_lib_soname_v4l1+:} false
; then :
11839 $as_echo_n "(cached) " >&6
11841 ac_check_soname_save_LIBS
=$LIBS
11842 LIBS
="-lv4l1 $LIBS"
11843 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11844 /* end confdefs.h. */
11846 /* Override any GCC internal prototype to avoid an error.
11847 Use char because int might match the return type of a GCC
11848 builtin and then its argument prototype would still apply. */
11856 return v4l1_open ();
11861 if ac_fn_c_try_link
"$LINENO"; then :
11863 dll
) ac_cv_lib_soname_v4l1
=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11864 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'` ;;
11865 *) ac_cv_lib_soname_v4l1
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libv4l1\\.$LIBEXT" | sed -e "s/^.*\\[\\(libv4l1\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
11866 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11867 ac_cv_lib_soname_v4l1
=`$LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
11871 rm -f core conftest.err conftest.
$ac_objext \
11872 conftest
$ac_exeext conftest.
$ac_ext
11873 LIBS
=$ac_check_soname_save_LIBS
11875 if ${ac_cv_lib_soname_v4l1:+false} :; then :
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11877 $as_echo "not found" >&6; }
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
11881 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
11883 cat >>confdefs.h
<<_ACEOF
11884 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
11890 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
11891 case "x$with_v4l" in
11892 x
) as_fn_append wine_notices
"|libv4l ${notice_platform}development files not found." ;;
11894 *) as_fn_error $?
"libv4l ${notice_platform}development files not found.
11895 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
11899 if test "x$with_gphoto" != "xno"
11901 if ${GPHOTO2_CFLAGS:+false} :; then :
11902 if ${PKG_CONFIG+:} false
; then :
11903 GPHOTO2_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2 2>/dev/null`
11906 test "$cross_compiling" = yes || GPHOTO2_CFLAGS
=${GPHOTO2_CFLAGS:-`gphoto2-config --cflags 2>/dev/null`}
11907 if ${GPHOTO2_LIBS:+false} :; then :
11908 if ${PKG_CONFIG+:} false
; then :
11909 GPHOTO2_LIBS
=`$PKG_CONFIG --libs libgphoto2 2>/dev/null`
11912 test "$cross_compiling" = yes || GPHOTO2_LIBS
=${GPHOTO2_LIBS:-`gphoto2-config --libs 2>/dev/null`}
11913 GPHOTO2_LIBS
=${GPHOTO2_LIBS:-"-lgphoto2"}
11914 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 cflags: $GPHOTO2_CFLAGS" >&5
11915 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2 libs: $GPHOTO2_LIBS" >&5
11916 ac_save_CPPFLAGS
=$CPPFLAGS
11917 CPPFLAGS
="$CPPFLAGS $GPHOTO2_CFLAGS"
11918 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
11919 if test "x$ac_cv_header_gphoto2_camera_h" = xyes
; then :
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
11921 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
11922 if ${ac_cv_lib_gphoto2_gp_camera_new+:} false
; then :
11923 $as_echo_n "(cached) " >&6
11925 ac_check_lib_save_LIBS
=$LIBS
11926 LIBS
="-lgphoto2 $GPHOTO2_LIBS $LIBS"
11927 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11930 /* Override any GCC internal prototype to avoid an error.
11931 Use char because int might match the return type of a GCC
11932 builtin and then its argument prototype would still apply. */
11936 char gp_camera_new ();
11940 return gp_camera_new ();
11945 if ac_fn_c_try_link
"$LINENO"; then :
11946 ac_cv_lib_gphoto2_gp_camera_new
=yes
11948 ac_cv_lib_gphoto2_gp_camera_new
=no
11950 rm -f core conftest.err conftest.
$ac_objext \
11951 conftest
$ac_exeext conftest.
$ac_ext
11952 LIBS
=$ac_check_lib_save_LIBS
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11955 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11956 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = xyes
; then :
11958 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
11961 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11965 GPHOTO2_LIBS
=""; GPHOTO2_CFLAGS
=""
11969 CPPFLAGS
=$ac_save_CPPFLAGS
11970 test -z "$GPHOTO2_CFLAGS" || GPHOTO2_CFLAGS
=`echo " $GPHOTO2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
11971 test -z "$GPHOTO2_LIBS" || GPHOTO2_LIBS
=`echo " $GPHOTO2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
11973 if ${GPHOTO2_PORT_CFLAGS:+false} :; then :
11974 if ${PKG_CONFIG+:} false
; then :
11975 GPHOTO2_PORT_CFLAGS
=`$PKG_CONFIG --cflags libgphoto2_port 2>/dev/null`
11978 test "$cross_compiling" = yes || GPHOTO2_PORT_CFLAGS
=${GPHOTO2_PORT_CFLAGS:-`gphoto2-port-config --cflags 2>/dev/null`}
11979 if ${GPHOTO2_PORT_LIBS:+false} :; then :
11980 if ${PKG_CONFIG+:} false
; then :
11981 GPHOTO2_PORT_LIBS
=`$PKG_CONFIG --libs libgphoto2_port 2>/dev/null`
11984 test "$cross_compiling" = yes || GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-`gphoto2-port-config --libs 2>/dev/null`}
11985 GPHOTO2_PORT_LIBS
=${GPHOTO2_PORT_LIBS:-"-lgphoto2_port"}
11986 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port cflags: $GPHOTO2_PORT_CFLAGS" >&5
11987 $as_echo "$as_me:${as_lineno-$LINENO}: libgphoto2_port libs: $GPHOTO2_PORT_LIBS" >&5
11988 ac_save_CPPFLAGS
=$CPPFLAGS
11989 CPPFLAGS
="$CPPFLAGS $GPHOTO2_PORT_CFLAGS"
11990 ac_fn_c_check_header_mongrel
"$LINENO" "gphoto2-port.h" "ac_cv_header_gphoto2_port_h" "$ac_includes_default"
11991 if test "x$ac_cv_header_gphoto2_port_h" = xyes
; then :
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_port_info_list_new in -lgphoto2_port" >&5
11993 $as_echo_n "checking for gp_port_info_list_new in -lgphoto2_port... " >&6; }
11994 if ${ac_cv_lib_gphoto2_port_gp_port_info_list_new+:} false
; then :
11995 $as_echo_n "(cached) " >&6
11997 ac_check_lib_save_LIBS
=$LIBS
11998 LIBS
="-lgphoto2_port $GPHOTO2_PORT_LIBS $LIBS"
11999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12000 /* end confdefs.h. */
12002 /* Override any GCC internal prototype to avoid an error.
12003 Use char because int might match the return type of a GCC
12004 builtin and then its argument prototype would still apply. */
12008 char gp_port_info_list_new ();
12012 return gp_port_info_list_new ();
12017 if ac_fn_c_try_link
"$LINENO"; then :
12018 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=yes
12020 ac_cv_lib_gphoto2_port_gp_port_info_list_new
=no
12022 rm -f core conftest.err conftest.
$ac_objext \
12023 conftest
$ac_exeext conftest.
$ac_ext
12024 LIBS
=$ac_check_lib_save_LIBS
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&5
12027 $as_echo "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" >&6; }
12028 if test "x$ac_cv_lib_gphoto2_port_gp_port_info_list_new" = xyes
; then :
12030 $as_echo "#define HAVE_GPHOTO2_PORT 1" >>confdefs.h
12033 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12037 GPHOTO2_PORT_LIBS
=""; GPHOTO2_PORT_CFLAGS
=""
12041 CPPFLAGS
=$ac_save_CPPFLAGS
12042 test -z "$GPHOTO2_PORT_CFLAGS" || GPHOTO2_PORT_CFLAGS
=`echo " $GPHOTO2_PORT_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12043 test -z "$GPHOTO2_PORT_LIBS" || GPHOTO2_PORT_LIBS
=`echo " $GPHOTO2_PORT_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12046 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
12047 case "x$with_gphoto" in
12048 x
) as_fn_append wine_notices
"|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
12050 *) as_fn_error $?
"libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
12051 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12054 if test "$ac_cv_lib_gphoto2_port_gp_port_info_list_new" != "yes"; then :
12055 case "x$with_gphoto" in
12056 x
) as_fn_append wine_notices
"|libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected." ;;
12058 *) as_fn_error $?
"libgphoto2_port ${notice_platform}development files not found, digital cameras won't be auto-detected.
12059 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
12064 if test "$ac_cv_header_resolv_h" = "yes"
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for resolver library" >&5
12067 $as_echo_n "checking for resolver library... " >&6; }
12068 if ${ac_cv_have_resolv+:} false
; then :
12069 $as_echo_n "(cached) " >&6
12071 ac_save_LIBS
="$LIBS"
12072 for lib
in '' -lresolv
12074 LIBS
="$lib $ac_save_LIBS"
12075 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12077 #ifdef HAVE_NETINET_IN_H
12078 #include <netinet/in.h>
12080 #include <resolv.h>
12084 if (!(_res.options & RES_INIT)) res_init(); res_query("foo",ns_c_in,0,0,0)
12089 if ac_fn_c_try_link
"$LINENO"; then :
12090 ac_cv_have_resolv
=${lib:-"none required"}
12092 ac_cv_have_resolv
="not found"
12094 rm -f core conftest.err conftest.
$ac_objext \
12095 conftest
$ac_exeext conftest.
$ac_ext
12096 test "x$ac_cv_have_resolv" = "xnot found" ||
break
12098 LIBS
="$ac_save_LIBS"
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_resolv" >&5
12101 $as_echo "$ac_cv_have_resolv" >&6; }
12103 case "$ac_cv_have_resolv" in
12107 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12110 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
12112 RESOLV_LIBS
=$ac_cv_have_resolv
12117 if test "x$with_cms" != "xno"
12119 if ${LCMS2_CFLAGS:+false} :; then :
12120 if ${PKG_CONFIG+:} false
; then :
12121 LCMS2_CFLAGS
=`$PKG_CONFIG --cflags lcms2 2>/dev/null`
12125 if ${LCMS2_LIBS:+false} :; then :
12126 if ${PKG_CONFIG+:} false
; then :
12127 LCMS2_LIBS
=`$PKG_CONFIG --libs lcms2 2>/dev/null`
12131 LCMS2_LIBS
=${LCMS2_LIBS:-"-llcms2"}
12132 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 cflags: $LCMS2_CFLAGS" >&5
12133 $as_echo "$as_me:${as_lineno-$LINENO}: lcms2 libs: $LCMS2_LIBS" >&5
12134 ac_save_CPPFLAGS
=$CPPFLAGS
12135 CPPFLAGS
="$CPPFLAGS $LCMS2_CFLAGS"
12136 for ac_header
in lcms2.h
12138 ac_fn_c_check_header_mongrel
"$LINENO" "lcms2.h" "ac_cv_header_lcms2_h" "$ac_includes_default"
12139 if test "x$ac_cv_header_lcms2_h" = xyes
; then :
12140 cat >>confdefs.h
<<_ACEOF
12141 #define HAVE_LCMS2_H 1
12148 if test "$ac_cv_header_lcms2_h" = "yes"
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms2" >&5
12151 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms2... " >&6; }
12152 if ${ac_cv_lib_lcms2_cmsOpenProfileFromFile+:} false
; then :
12153 $as_echo_n "(cached) " >&6
12155 ac_check_lib_save_LIBS
=$LIBS
12156 LIBS
="-llcms2 $LCMS2_LIBS $LIBS"
12157 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12160 /* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
12166 char cmsOpenProfileFromFile ();
12170 return cmsOpenProfileFromFile ();
12175 if ac_fn_c_try_link
"$LINENO"; then :
12176 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=yes
12178 ac_cv_lib_lcms2_cmsOpenProfileFromFile
=no
12180 rm -f core conftest.err conftest.
$ac_objext \
12181 conftest
$ac_exeext conftest.
$ac_ext
12182 LIBS
=$ac_check_lib_save_LIBS
12184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&5
12185 $as_echo "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" >&6; }
12186 if test "x$ac_cv_lib_lcms2_cmsOpenProfileFromFile" = xyes
; then :
12188 $as_echo "#define HAVE_LCMS2 1" >>confdefs.h
12198 CPPFLAGS
=$ac_save_CPPFLAGS
12199 test -z "$LCMS2_CFLAGS" || LCMS2_CFLAGS
=`echo " $LCMS2_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12200 test -z "$LCMS2_LIBS" || LCMS2_LIBS
=`echo " $LCMS2_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12203 if test "$ac_cv_lib_lcms2_cmsOpenProfileFromFile" != "yes"; then :
12204 case "x$with_cms" in
12205 x
) as_fn_append wine_notices
"|liblcms2 ${notice_platform}development files not found, Color Management won't be supported." ;;
12207 *) as_fn_error $?
"liblcms2 ${notice_platform}development files not found, Color Management won't be supported.
12208 This is an error since --with-cms was requested." "$LINENO" 5 ;;
12212 if test "x$with_freetype" != "xno"
12214 if ${FREETYPE_CFLAGS:+false} :; then :
12215 if ${PKG_CONFIG+:} false
; then :
12216 FREETYPE_CFLAGS
=`$PKG_CONFIG --cflags freetype2 2>/dev/null`
12219 test "$cross_compiling" = yes || FREETYPE_CFLAGS
=${FREETYPE_CFLAGS:-`(freetype-config --cflags || freetype2-config --cflags) 2>/dev/null`}
12220 if ${FREETYPE_LIBS:+false} :; then :
12221 if ${PKG_CONFIG+:} false
; then :
12222 FREETYPE_LIBS
=`$PKG_CONFIG --libs freetype2 2>/dev/null`
12225 test "$cross_compiling" = yes || FREETYPE_LIBS
=${FREETYPE_LIBS:-`(freetype-config --libs || freetype2-config --libs) 2>/dev/null`}
12226 FREETYPE_LIBS
=${FREETYPE_LIBS:-"-lfreetype"}
12227 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 cflags: $FREETYPE_CFLAGS" >&5
12228 $as_echo "$as_me:${as_lineno-$LINENO}: freetype2 libs: $FREETYPE_LIBS" >&5
12229 ac_save_CPPFLAGS
=$CPPFLAGS
12230 CPPFLAGS
="$CPPFLAGS $FREETYPE_CFLAGS"
12231 for ac_header
in ft2build.h
12233 ac_fn_c_check_header_mongrel
"$LINENO" "ft2build.h" "ac_cv_header_ft2build_h" "$ac_includes_default"
12234 if test "x$ac_cv_header_ft2build_h" = xyes
; then :
12235 cat >>confdefs.h
<<_ACEOF
12236 #define HAVE_FT2BUILD_H 1
12243 if test "$ac_cv_header_ft2build_h" = "yes"
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
12246 $as_echo_n "checking for -lfreetype... " >&6; }
12247 if ${ac_cv_lib_soname_freetype+:} false
; then :
12248 $as_echo_n "(cached) " >&6
12250 ac_check_soname_save_LIBS
=$LIBS
12251 LIBS
="-lfreetype $FREETYPE_LIBS $LIBS"
12252 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12253 /* end confdefs.h. */
12255 /* Override any GCC internal prototype to avoid an error.
12256 Use char because int might match the return type of a GCC
12257 builtin and then its argument prototype would still apply. */
12261 char FT_Init_FreeType ();
12265 return FT_Init_FreeType ();
12270 if ac_fn_c_try_link
"$LINENO"; then :
12272 dll
) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12273 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'` ;;
12274 *) ac_cv_lib_soname_freetype
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfreetype\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfreetype\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12275 if ${ac_cv_lib_soname_freetype:+false} :; then :
12276 ac_cv_lib_soname_freetype
=`$LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12280 rm -f core conftest.err conftest.
$ac_objext \
12281 conftest
$ac_exeext conftest.
$ac_ext
12282 LIBS
=$ac_check_soname_save_LIBS
12284 if ${ac_cv_lib_soname_freetype:+false} :; then :
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12286 $as_echo "not found" >&6; }
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
12290 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
12292 cat >>confdefs.h
<<_ACEOF
12293 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
12297 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
12299 ac_fn_c_check_type
"$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <ft2build.h>
12300 #include FT_MODULE_H
12302 if test "x$ac_cv_type_FT_TrueTypeEngineType" = xyes
; then :
12304 cat >>confdefs.h
<<_ACEOF
12305 #define HAVE_FT_TRUETYPEENGINETYPE 1
12316 CPPFLAGS
=$ac_save_CPPFLAGS
12317 test -z "$FREETYPE_CFLAGS" || FREETYPE_CFLAGS
=`echo " $FREETYPE_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12318 test -z "$FREETYPE_LIBS" || FREETYPE_LIBS
=`echo " $FREETYPE_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12321 if test "x$ac_cv_lib_soname_freetype" = x
; then :
12322 case "x$with_freetype" in
12324 *) as_fn_error $?
"FreeType ${notice_platform}development files not found. Fonts will not be built.
12325 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
12328 test "x$ac_cv_lib_soname_freetype" = x
&& enable_fonts
=${enable_fonts:-no}
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
12331 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
12332 if ${ac_cv_c_ppdev+:} false
; then :
12333 $as_echo_n "(cached) " >&6
12335 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h. */
12337 #ifdef HAVE_SYS_IOCTL_H
12338 # include <sys/ioctl.h>
12340 #include <linux/ppdev.h>
12344 ioctl (1,PPCLAIM,0)
12349 if ac_fn_c_try_compile
"$LINENO"; then :
12350 ac_cv_c_ppdev
="yes"
12354 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
12357 $as_echo "$ac_cv_c_ppdev" >&6; }
12358 if test "$ac_cv_c_ppdev" = "yes"
12361 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
12365 ac_wine_check_funcs_save_LIBS
="$LIBS"
12366 LIBS
="$LIBS $PTHREAD_LIBS"
12368 pthread_attr_get_np \
12369 pthread_getattr_np \
12370 pthread_getthreadid_np \
12371 pthread_get_stackaddr_np \
12372 pthread_get_stacksize_np
12374 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12375 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
12376 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
12377 cat >>confdefs.h
<<_ACEOF
12378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12384 LIBS
="$ac_wine_check_funcs_save_LIBS"
12386 if test "$ac_cv_header_zlib_h" = "yes"
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
12389 $as_echo_n "checking for inflate in -lz... " >&6; }
12390 if ${ac_cv_lib_z_inflate+:} false
; then :
12391 $as_echo_n "(cached) " >&6
12393 ac_check_lib_save_LIBS
=$LIBS
12395 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12396 /* end confdefs.h. */
12398 /* Override any GCC internal prototype to avoid an error.
12399 Use char because int might match the return type of a GCC
12400 builtin and then its argument prototype would still apply. */
12413 if ac_fn_c_try_link
"$LINENO"; then :
12414 ac_cv_lib_z_inflate
=yes
12416 ac_cv_lib_z_inflate
=no
12418 rm -f core conftest.err conftest.
$ac_objext \
12419 conftest
$ac_exeext conftest.
$ac_ext
12420 LIBS
=$ac_check_lib_save_LIBS
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
12423 $as_echo "$ac_cv_lib_z_inflate" >&6; }
12424 if test "x$ac_cv_lib_z_inflate" = xyes
; then :
12426 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
12433 if test "x$Z_LIBS" = "x"; then :
12434 case "x$with_zlib" in
12435 x
) as_fn_append wine_notices
"|libz ${notice_platform}development files not found, data compression won't be supported." ;;
12437 *) as_fn_error $?
"libz ${notice_platform}development files not found, data compression won't be supported.
12438 This is an error since --with-zlib was requested." "$LINENO" 5 ;;
12442 if test "x$enable_tools" != xno
12444 if test "$ac_cv_header_gettext_po_h" = "yes"
12446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_message_msgctxt in -lgettextpo" >&5
12447 $as_echo_n "checking for po_message_msgctxt in -lgettextpo... " >&6; }
12448 if ${ac_cv_lib_gettextpo_po_message_msgctxt+:} false
; then :
12449 $as_echo_n "(cached) " >&6
12451 ac_check_lib_save_LIBS
=$LIBS
12452 LIBS
="-lgettextpo $LIBS"
12453 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12454 /* end confdefs.h. */
12456 /* Override any GCC internal prototype to avoid an error.
12457 Use char because int might match the return type of a GCC
12458 builtin and then its argument prototype would still apply. */
12462 char po_message_msgctxt ();
12466 return po_message_msgctxt ();
12471 if ac_fn_c_try_link
"$LINENO"; then :
12472 ac_cv_lib_gettextpo_po_message_msgctxt
=yes
12474 ac_cv_lib_gettextpo_po_message_msgctxt
=no
12476 rm -f core conftest.err conftest.
$ac_objext \
12477 conftest
$ac_exeext conftest.
$ac_ext
12478 LIBS
=$ac_check_lib_save_LIBS
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_message_msgctxt" >&5
12481 $as_echo "$ac_cv_lib_gettextpo_po_message_msgctxt" >&6; }
12482 if test "x$ac_cv_lib_gettextpo_po_message_msgctxt" = xyes
; then :
12484 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
12486 GETTEXTPO_LIBS
="-lgettextpo"
12491 test "x$with_gettextpo" != xyes ||
if test "x$GETTEXTPO_LIBS" = "x"; then :
12492 case "x$with_gettextpo" in
12493 x
) as_fn_append wine_notices
"|GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt." ;;
12495 *) as_fn_error $?
"GetText ${notice_platform}development files not found (or too old), po files can't be rebuilt.
12496 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
12501 if test "x$with_gstreamer" != "xno"
12503 if ${GSTREAMER_CFLAGS:+false} :; then :
12504 if ${PKG_CONFIG+:} false
; then :
12505 GSTREAMER_CFLAGS
=`$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
12509 if ${GSTREAMER_LIBS:+false} :; then :
12510 if ${PKG_CONFIG+:} false
; then :
12511 GSTREAMER_LIBS
=`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`
12516 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 cflags: $GSTREAMER_CFLAGS" >&5
12517 $as_echo "$as_me:${as_lineno-$LINENO}: gstreamer-app-0.10 libs: $GSTREAMER_LIBS" >&5
12518 ac_save_CPPFLAGS
=$CPPFLAGS
12519 CPPFLAGS
="$CPPFLAGS $GSTREAMER_CFLAGS"
12521 for i
in $GSTREAMER_CFLAGS
12524 -I*) ac_gst_incl
="$ac_gst_incl $i";;
12527 GSTREAMER_CFLAGS
=$ac_gst_incl
12528 CPPFLAGS
="$ac_save_CPPFLAGS $GSTREAMER_CFLAGS"
12529 ac_fn_c_check_header_mongrel
"$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
12530 if test "x$ac_cv_header_gst_gstpad_h" = xyes
; then :
12531 ac_fn_c_check_header_mongrel
"$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
12532 if test "x$ac_cv_header_gst_app_gstappsink_h" = xyes
; then :
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit" >&5
12534 $as_echo_n "checking whether gint64 defined by gst/app/gstappsink.h is indeed 64-bit... " >&6; }
12535 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12536 /* end confdefs.h. */
12537 #include <gst/app/gstappsink.h>
12541 static int a[sizeof(gint64) > 4 ? 1 : -1]; if (a[0]) return 0;
12546 if ac_fn_c_try_compile
"$LINENO"; then :
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12548 $as_echo "yes" >&6; }
12549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
12550 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
12551 if ${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+:} false
; then :
12552 $as_echo_n "(cached) " >&6
12554 ac_check_lib_save_LIBS
=$LIBS
12555 LIBS
="-lgstreamer-0.10 $LIBS"
12556 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12557 /* end confdefs.h. */
12559 /* Override any GCC internal prototype to avoid an error.
12560 Use char because int might match the return type of a GCC
12561 builtin and then its argument prototype would still apply. */
12565 char gst_pad_get_caps_reffed ();
12569 return gst_pad_get_caps_reffed ();
12574 if ac_fn_c_try_link
"$LINENO"; then :
12575 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=yes
12577 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed
=no
12579 rm -f core conftest.err conftest.
$ac_objext \
12580 conftest
$ac_exeext conftest.
$ac_ext
12581 LIBS
=$ac_check_lib_save_LIBS
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
12584 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
12585 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = xyes
; then :
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
12587 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
12588 if ${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+:} false
; then :
12589 $as_echo_n "(cached) " >&6
12591 ac_check_lib_save_LIBS
=$LIBS
12592 LIBS
="-lgstapp-0.10 $GSTREAMER_LIBS $LIBS"
12593 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12594 /* end confdefs.h. */
12596 /* Override any GCC internal prototype to avoid an error.
12597 Use char because int might match the return type of a GCC
12598 builtin and then its argument prototype would still apply. */
12602 char gst_app_buffer_new ();
12606 return gst_app_buffer_new ();
12611 if ac_fn_c_try_link
"$LINENO"; then :
12612 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=yes
12614 ac_cv_lib_gstapp_0_10_gst_app_buffer_new
=no
12616 rm -f core conftest.err conftest.
$ac_objext \
12617 conftest
$ac_exeext conftest.
$ac_ext
12618 LIBS
=$ac_check_lib_save_LIBS
12620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
12621 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
12622 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes
; then :
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12630 $as_echo "no" >&6; }
12632 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12637 GSTREAMER_CFLAGS
=""
12641 CPPFLAGS
=$ac_save_CPPFLAGS
12642 test -z "$GSTREAMER_CFLAGS" || GSTREAMER_CFLAGS
=`echo " $GSTREAMER_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12643 test -z "$GSTREAMER_LIBS" || GSTREAMER_LIBS
=`echo " $GSTREAMER_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12646 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes
-a "x$ac_cv_header_QuickTime_ImageCompression_h" != xyes
; then :
12647 case "x$with_gstreamer" in
12648 x
) as_fn_append wine_notices
"|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
12650 *) as_fn_error $?
"gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
12651 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
12654 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer
=${enable_winegstreamer:-no}
12658 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access_mask in -lasound" >&5
12661 $as_echo_n "checking for snd_pcm_hw_params_get_access_mask in -lasound... " >&6; }
12662 if ${ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask+:} false
; then :
12663 $as_echo_n "(cached) " >&6
12665 ac_check_lib_save_LIBS
=$LIBS
12666 LIBS
="-lasound $LIBS"
12667 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12668 /* end confdefs.h. */
12670 /* Override any GCC internal prototype to avoid an error.
12671 Use char because int might match the return type of a GCC
12672 builtin and then its argument prototype would still apply. */
12676 char snd_pcm_hw_params_get_access_mask ();
12680 return snd_pcm_hw_params_get_access_mask ();
12685 if ac_fn_c_try_link
"$LINENO"; then :
12686 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=yes
12688 ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask
=no
12690 rm -f core conftest.err conftest.
$ac_objext \
12691 conftest
$ac_exeext conftest.
$ac_ext
12692 LIBS
=$ac_check_lib_save_LIBS
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&5
12695 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" >&6; }
12696 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access_mask" = xyes
; then :
12697 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12698 /* end confdefs.h. */
12699 #ifdef HAVE_ALSA_ASOUNDLIB_H
12700 #include <alsa/asoundlib.h>
12701 #elif defined(HAVE_SYS_ASOUNDLIB_H)
12702 #include <sys/asoundlib.h>
12707 snd_pcm_hw_params_get_access_mask(NULL, NULL)
12712 if ac_fn_c_try_compile
"$LINENO"; then :
12713 ALSA_LIBS
="-lasound"
12715 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12720 if test "x$with_oss" != xno
12722 ac_save_CPPFLAGS
="$CPPFLAGS"
12723 if test -f /etc
/oss.conf
12727 ac_oss_incl
="-I${OSSLIBDIR:-/usr/lib/oss}/include"
12728 CPPFLAGS
="$CPPFLAGS $ac_oss_incl"
12729 ac_fn_c_check_header_mongrel
"$LINENO" "sys/soundcard.h" "ac_cv_header_sys_soundcard_h" "$ac_includes_default"
12730 if test "x$ac_cv_header_sys_soundcard_h" = xyes
; then :
12731 ac_fn_c_check_member
"$LINENO" "oss_sysinfo" "numaudioengines" "ac_cv_member_oss_sysinfo_numaudioengines" "#include <sys/soundcard.h>
12733 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes
; then :
12735 cat >>confdefs.h
<<_ACEOF
12736 #define HAVE_OSS_SYSINFO_NUMAUDIOENGINES 1
12739 OSS4_CFLAGS
="$ac_oss_incl"
12746 CPPFLAGS
="$ac_save_CPPFLAGS"
12747 if test "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
12749 as_fn_append wine_notices
"|OSS sound system found but too old (OSSv4 needed), OSS won't be supported."
12753 if test "x$with_capi" != "xno"
12755 if ${CAPI20_CFLAGS:+false} :; then :
12756 if ${PKG_CONFIG+:} false
; then :
12757 CAPI20_CFLAGS
=`$PKG_CONFIG --cflags capi20 2>/dev/null`
12761 if ${CAPI20_LIBS:+false} :; then :
12762 if ${PKG_CONFIG+:} false
; then :
12763 CAPI20_LIBS
=`$PKG_CONFIG --libs capi20 2>/dev/null`
12768 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 cflags: $CAPI20_CFLAGS" >&5
12769 $as_echo "$as_me:${as_lineno-$LINENO}: capi20 libs: $CAPI20_LIBS" >&5
12770 ac_save_CPPFLAGS
=$CPPFLAGS
12771 CPPFLAGS
="$CPPFLAGS $CAPI20_CFLAGS"
12772 for ac_header
in capi20.h linux
/capi.h
12774 as_ac_Header
=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12775 ac_fn_c_check_header_compile
"$LINENO" "$ac_header" "$as_ac_Header" "#define __user
12777 if eval test \"x\$
"$as_ac_Header"\" = x
"yes"; then :
12778 cat >>confdefs.h
<<_ACEOF
12779 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12786 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
12789 $as_echo_n "checking for -lcapi20... " >&6; }
12790 if ${ac_cv_lib_soname_capi20+:} false
; then :
12791 $as_echo_n "(cached) " >&6
12793 ac_check_soname_save_LIBS
=$LIBS
12794 LIBS
="-lcapi20 $CAPI20_LIBS $LIBS"
12795 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12796 /* end confdefs.h. */
12798 /* Override any GCC internal prototype to avoid an error.
12799 Use char because int might match the return type of a GCC
12800 builtin and then its argument prototype would still apply. */
12804 char capi20_register ();
12808 return capi20_register ();
12813 if ac_fn_c_try_link
"$LINENO"; then :
12815 dll
) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12816 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'` ;;
12817 *) ac_cv_lib_soname_capi20
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcapi20\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcapi20\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12818 if ${ac_cv_lib_soname_capi20:+false} :; then :
12819 ac_cv_lib_soname_capi20
=`$LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12823 rm -f core conftest.err conftest.
$ac_objext \
12824 conftest
$ac_exeext conftest.
$ac_ext
12825 LIBS
=$ac_check_soname_save_LIBS
12827 if ${ac_cv_lib_soname_capi20:+false} :; then :
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12829 $as_echo "not found" >&6; }
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
12833 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
12835 cat >>confdefs.h
<<_ACEOF
12836 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
12842 CPPFLAGS
=$ac_save_CPPFLAGS
12843 test -z "$CAPI20_CFLAGS" || CAPI20_CFLAGS
=`echo " $CAPI20_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
12844 test -z "$CAPI20_LIBS" || CAPI20_LIBS
=`echo " $CAPI20_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
12847 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
12848 case "x$with_capi" in
12849 x
) as_fn_append wine_notices
"|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
12851 *) as_fn_error $?
"libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
12852 This is an error since --with-capi was requested." "$LINENO" 5 ;;
12858 if test "x$with_cups" != "xno"
12860 ac_save_CPPFLAGS
="$CPPFLAGS"
12861 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
12862 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
12863 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
12864 for ac_header
in cups
/cups.h
12866 ac_fn_c_check_header_mongrel
"$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
12867 if test "x$ac_cv_header_cups_cups_h" = xyes
; then :
12868 cat >>confdefs.h
<<_ACEOF
12869 #define HAVE_CUPS_CUPS_H 1
12871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
12872 $as_echo_n "checking for -lcups... " >&6; }
12873 if ${ac_cv_lib_soname_cups+:} false
; then :
12874 $as_echo_n "(cached) " >&6
12876 ac_check_soname_save_LIBS
=$LIBS
12877 LIBS
="-lcups $ac_cups_libs $LIBS"
12878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12879 /* end confdefs.h. */
12881 /* Override any GCC internal prototype to avoid an error.
12882 Use char because int might match the return type of a GCC
12883 builtin and then its argument prototype would still apply. */
12887 char cupsGetDefault ();
12891 return cupsGetDefault ();
12896 if ac_fn_c_try_link
"$LINENO"; then :
12898 dll
) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
12899 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'` ;;
12900 *) ac_cv_lib_soname_cups
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libcups\\.$LIBEXT" | sed -e "s/^.*\\[\\(libcups\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
12901 if ${ac_cv_lib_soname_cups:+false} :; then :
12902 ac_cv_lib_soname_cups
=`$LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
12906 rm -f core conftest.err conftest.
$ac_objext \
12907 conftest
$ac_exeext conftest.
$ac_ext
12908 LIBS
=$ac_check_soname_save_LIBS
12910 if ${ac_cv_lib_soname_cups:+false} :; then :
12911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12912 $as_echo "not found" >&6; }
12915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
12916 $as_echo "$ac_cv_lib_soname_cups" >&6; }
12918 cat >>confdefs.h
<<_ACEOF
12919 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
12922 CUPS_CFLAGS
="$ac_cups_cflags"
12928 CPPFLAGS
="$ac_save_CPPFLAGS"
12930 if test "x$ac_cv_lib_soname_cups" = "x"; then :
12931 case "x$with_cups" in
12932 x
) as_fn_append wine_notices
"|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
12934 *) as_fn_error $?
"libcups ${notice_platform}development files not found, CUPS won't be supported.
12935 This is an error since --with-cups was requested." "$LINENO" 5 ;;
12939 if test "x$with_fontconfig" != "xno"
12941 if ${FONTCONFIG_CFLAGS:+false} :; then :
12942 if ${PKG_CONFIG+:} false
; then :
12943 FONTCONFIG_CFLAGS
=`$PKG_CONFIG --cflags fontconfig 2>/dev/null`
12946 test "$cross_compiling" = yes || FONTCONFIG_CFLAGS
=${FONTCONFIG_CFLAGS:-$X_CFLAGS}
12947 if ${FONTCONFIG_LIBS:+false} :; then :
12948 if ${PKG_CONFIG+:} false
; then :
12949 FONTCONFIG_LIBS
=`$PKG_CONFIG --libs fontconfig 2>/dev/null`
12952 test "$cross_compiling" = yes || FONTCONFIG_LIBS
=${FONTCONFIG_LIBS:-$X_LIBS}
12954 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig cflags: $FONTCONFIG_CFLAGS" >&5
12955 $as_echo "$as_me:${as_lineno-$LINENO}: fontconfig libs: $FONTCONFIG_LIBS" >&5
12956 ac_save_CPPFLAGS
=$CPPFLAGS
12957 CPPFLAGS
="$CPPFLAGS $FONTCONFIG_CFLAGS"
12958 for ac_header
in fontconfig
/fontconfig.h
12960 ac_fn_c_check_header_mongrel
"$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
12961 if test "x$ac_cv_header_fontconfig_fontconfig_h" = xyes
; then :
12962 cat >>confdefs.h
<<_ACEOF
12963 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
12970 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
12973 $as_echo_n "checking for -lfontconfig... " >&6; }
12974 if ${ac_cv_lib_soname_fontconfig+:} false
; then :
12975 $as_echo_n "(cached) " >&6
12977 ac_check_soname_save_LIBS
=$LIBS
12978 LIBS
="-lfontconfig $FONTCONFIG_LIBS $LIBS"
12979 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
12980 /* end confdefs.h. */
12982 /* Override any GCC internal prototype to avoid an error.
12983 Use char because int might match the return type of a GCC
12984 builtin and then its argument prototype would still apply. */
12997 if ac_fn_c_try_link
"$LINENO"; then :
12999 dll
) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13000 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'` ;;
13001 *) ac_cv_lib_soname_fontconfig
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libfontconfig\\.$LIBEXT" | sed -e "s/^.*\\[\\(libfontconfig\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13002 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13003 ac_cv_lib_soname_fontconfig
=`$LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13007 rm -f core conftest.err conftest.
$ac_objext \
13008 conftest
$ac_exeext conftest.
$ac_ext
13009 LIBS
=$ac_check_soname_save_LIBS
13011 if ${ac_cv_lib_soname_fontconfig:+false} :; then :
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13013 $as_echo "not found" >&6; }
13014 FONTCONFIG_CFLAGS
=""
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
13017 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
13019 cat >>confdefs.h
<<_ACEOF
13020 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13026 FONTCONFIG_CFLAGS
=""
13028 CPPFLAGS
=$ac_save_CPPFLAGS
13029 test -z "$FONTCONFIG_CFLAGS" || FONTCONFIG_CFLAGS
=`echo " $FONTCONFIG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13030 test -z "$FONTCONFIG_LIBS" || FONTCONFIG_LIBS
=`echo " $FONTCONFIG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13033 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
13034 case "x$with_fontconfig" in
13035 x
) as_fn_append wine_notices
"|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
13037 *) as_fn_error $?
"fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
13038 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
13042 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
13045 $as_echo_n "checking for -lgsm... " >&6; }
13046 if ${ac_cv_lib_soname_gsm+:} false
; then :
13047 $as_echo_n "(cached) " >&6
13049 ac_check_soname_save_LIBS
=$LIBS
13051 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13052 /* end confdefs.h. */
13054 /* Override any GCC internal prototype to avoid an error.
13055 Use char because int might match the return type of a GCC
13056 builtin and then its argument prototype would still apply. */
13060 char gsm_create ();
13064 return gsm_create ();
13069 if ac_fn_c_try_link
"$LINENO"; then :
13071 dll
) ac_cv_lib_soname_gsm
=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13072 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'` ;;
13073 *) ac_cv_lib_soname_gsm
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libgsm\\.$LIBEXT" | sed -e "s/^.*\\[\\(libgsm\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13074 if ${ac_cv_lib_soname_gsm:+false} :; then :
13075 ac_cv_lib_soname_gsm
=`$LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13079 rm -f core conftest.err conftest.
$ac_objext \
13080 conftest
$ac_exeext conftest.
$ac_ext
13081 LIBS
=$ac_check_soname_save_LIBS
13083 if ${ac_cv_lib_soname_gsm:+false} :; then :
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13085 $as_echo "not found" >&6; }
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
13089 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
13091 cat >>confdefs.h
<<_ACEOF
13092 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
13098 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
13099 case "x$with_gsm" in
13100 x
) as_fn_append wine_notices
"|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
13102 *) as_fn_error $?
"libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
13103 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
13107 if test "x$with_jpeg" != "xno"
13109 if ${JPEG_CFLAGS:+false} :; then :
13110 if ${PKG_CONFIG+:} false
; then :
13111 JPEG_CFLAGS
=`$PKG_CONFIG --cflags libjpeg 2>/dev/null`
13115 if ${JPEG_LIBS:+false} :; then :
13116 if ${PKG_CONFIG+:} false
; then :
13117 JPEG_LIBS
=`$PKG_CONFIG --libs libjpeg 2>/dev/null`
13122 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg cflags: $JPEG_CFLAGS" >&5
13123 $as_echo "$as_me:${as_lineno-$LINENO}: libjpeg libs: $JPEG_LIBS" >&5
13124 ac_save_CPPFLAGS
=$CPPFLAGS
13125 CPPFLAGS
="$CPPFLAGS $JPEG_CFLAGS"
13126 for ac_header
in jpeglib.h
13128 ac_fn_c_check_header_mongrel
"$LINENO" "jpeglib.h" "ac_cv_header_jpeglib_h" "$ac_includes_default"
13129 if test "x$ac_cv_header_jpeglib_h" = xyes
; then :
13130 cat >>confdefs.h
<<_ACEOF
13131 #define HAVE_JPEGLIB_H 1
13138 if test "$ac_cv_header_jpeglib_h" = "yes"
13140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
13141 $as_echo_n "checking for -ljpeg... " >&6; }
13142 if ${ac_cv_lib_soname_jpeg+:} false
; then :
13143 $as_echo_n "(cached) " >&6
13145 ac_check_soname_save_LIBS
=$LIBS
13146 LIBS
="-ljpeg $JPEG_LIBS $LIBS"
13147 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13148 /* end confdefs.h. */
13150 /* Override any GCC internal prototype to avoid an error.
13151 Use char because int might match the return type of a GCC
13152 builtin and then its argument prototype would still apply. */
13156 char jpeg_start_decompress ();
13160 return jpeg_start_decompress ();
13165 if ac_fn_c_try_link
"$LINENO"; then :
13167 dll
) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13168 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'` ;;
13169 *) ac_cv_lib_soname_jpeg
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libjpeg\\.$LIBEXT" | sed -e "s/^.*\\[\\(libjpeg\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13170 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13171 ac_cv_lib_soname_jpeg
=`$LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13175 rm -f core conftest.err conftest.
$ac_objext \
13176 conftest
$ac_exeext conftest.
$ac_ext
13177 LIBS
=$ac_check_soname_save_LIBS
13179 if ${ac_cv_lib_soname_jpeg:+false} :; then :
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13181 $as_echo "not found" >&6; }
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
13185 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
13187 cat >>confdefs.h
<<_ACEOF
13188 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
13196 CPPFLAGS
=$ac_save_CPPFLAGS
13197 test -z "$JPEG_CFLAGS" || JPEG_CFLAGS
=`echo " $JPEG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13198 test -z "$JPEG_LIBS" || JPEG_LIBS
=`echo " $JPEG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13201 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
13202 case "x$with_jpeg" in
13203 x
) as_fn_append wine_warnings
"|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
13205 *) as_fn_error $?
"libjpeg ${notice_platform}development files not found, JPEG won't be supported.
13206 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
13210 if test "x$with_png" != "xno"
13212 if ${PNG_CFLAGS:+false} :; then :
13213 if ${PKG_CONFIG+:} false
; then :
13214 PNG_CFLAGS
=`$PKG_CONFIG --cflags libpng 2>/dev/null`
13217 test "$cross_compiling" = yes || PNG_CFLAGS
=${PNG_CFLAGS:-$X_CFLAGS}
13218 if ${PNG_LIBS:+false} :; then :
13219 if ${PKG_CONFIG+:} false
; then :
13220 PNG_LIBS
=`$PKG_CONFIG --libs libpng 2>/dev/null`
13223 test "$cross_compiling" = yes || PNG_LIBS
=${PNG_LIBS:-$X_LIBS}
13225 $as_echo "$as_me:${as_lineno-$LINENO}: libpng cflags: $PNG_CFLAGS" >&5
13226 $as_echo "$as_me:${as_lineno-$LINENO}: libpng libs: $PNG_LIBS" >&5
13227 ac_save_CPPFLAGS
=$CPPFLAGS
13228 CPPFLAGS
="$CPPFLAGS $PNG_CFLAGS"
13229 for ac_header
in png.h
13231 ac_fn_c_check_header_mongrel
"$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
13232 if test "x$ac_cv_header_png_h" = xyes
; then :
13233 cat >>confdefs.h
<<_ACEOF
13234 #define HAVE_PNG_H 1
13241 if test "$ac_cv_header_png_h" = "yes"
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
13244 $as_echo_n "checking for -lpng... " >&6; }
13245 if ${ac_cv_lib_soname_png+:} false
; then :
13246 $as_echo_n "(cached) " >&6
13248 ac_check_soname_save_LIBS
=$LIBS
13249 LIBS
="-lpng $PNG_LIBS -lm -lz $LIBS"
13250 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13251 /* end confdefs.h. */
13253 /* Override any GCC internal prototype to avoid an error.
13254 Use char because int might match the return type of a GCC
13255 builtin and then its argument prototype would still apply. */
13259 char png_create_read_struct ();
13263 return png_create_read_struct ();
13268 if ac_fn_c_try_link
"$LINENO"; then :
13270 dll
) ac_cv_lib_soname_png
=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13271 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'` ;;
13272 *) 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'`
13273 if ${ac_cv_lib_soname_png:+false} :; then :
13274 ac_cv_lib_soname_png
=`$LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13278 rm -f core conftest.err conftest.
$ac_objext \
13279 conftest
$ac_exeext conftest.
$ac_ext
13280 LIBS
=$ac_check_soname_save_LIBS
13282 if ${ac_cv_lib_soname_png:+false} :; then :
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13284 $as_echo "not found" >&6; }
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
13288 $as_echo "$ac_cv_lib_soname_png" >&6; }
13290 cat >>confdefs.h
<<_ACEOF
13291 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
13294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13295 /* end confdefs.h. */
13300 typeof(png_set_expand_gray_1_2_4_to_8) *p
13305 if ac_fn_c_try_compile
"$LINENO"; then :
13307 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
13310 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13315 CPPFLAGS
=$ac_save_CPPFLAGS
13316 test -z "$PNG_CFLAGS" || PNG_CFLAGS
=`echo " $PNG_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13317 test -z "$PNG_LIBS" || PNG_LIBS
=`echo " $PNG_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13320 if test "x$ac_cv_lib_soname_png" = "x"; then :
13321 case "x$with_png" in
13322 x
) as_fn_append wine_warnings
"|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
13324 *) as_fn_error $?
"libpng ${notice_platform}development files not found, PNG won't be supported.
13325 This is an error since --with-png was requested." "$LINENO" 5 ;;
13329 if test "x$with_tiff" != "xno"
13331 if ${TIFF_CFLAGS:+false} :; then :
13332 if ${PKG_CONFIG+:} false
; then :
13333 TIFF_CFLAGS
=`$PKG_CONFIG --cflags libtiff 2>/dev/null`
13337 if ${TIFF_LIBS:+false} :; then :
13338 if ${PKG_CONFIG+:} false
; then :
13339 TIFF_LIBS
=`$PKG_CONFIG --libs libtiff 2>/dev/null`
13344 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff cflags: $TIFF_CFLAGS" >&5
13345 $as_echo "$as_me:${as_lineno-$LINENO}: libtiff libs: $TIFF_LIBS" >&5
13346 ac_save_CPPFLAGS
=$CPPFLAGS
13347 CPPFLAGS
="$CPPFLAGS $TIFF_CFLAGS"
13348 for ac_header
in tiffio.h
13350 ac_fn_c_check_header_mongrel
"$LINENO" "tiffio.h" "ac_cv_header_tiffio_h" "$ac_includes_default"
13351 if test "x$ac_cv_header_tiffio_h" = xyes
; then :
13352 cat >>confdefs.h
<<_ACEOF
13353 #define HAVE_TIFFIO_H 1
13360 if test "$ac_cv_header_tiffio_h" = "yes"
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
13363 $as_echo_n "checking for -ltiff... " >&6; }
13364 if ${ac_cv_lib_soname_tiff+:} false
; then :
13365 $as_echo_n "(cached) " >&6
13367 ac_check_soname_save_LIBS
=$LIBS
13368 LIBS
="-ltiff $TIFF_LIBS $LIBS"
13369 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13370 /* end confdefs.h. */
13372 /* Override any GCC internal prototype to avoid an error.
13373 Use char because int might match the return type of a GCC
13374 builtin and then its argument prototype would still apply. */
13378 char TIFFClientOpen ();
13382 return TIFFClientOpen ();
13387 if ac_fn_c_try_link
"$LINENO"; then :
13389 dll
) ac_cv_lib_soname_tiff
=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13390 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'` ;;
13391 *) ac_cv_lib_soname_tiff
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libtiff\\.$LIBEXT" | sed -e "s/^.*\\[\\(libtiff\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13392 if ${ac_cv_lib_soname_tiff:+false} :; then :
13393 ac_cv_lib_soname_tiff
=`$LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13397 rm -f core conftest.err conftest.
$ac_objext \
13398 conftest
$ac_exeext conftest.
$ac_ext
13399 LIBS
=$ac_check_soname_save_LIBS
13401 if ${ac_cv_lib_soname_tiff:+false} :; then :
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13403 $as_echo "not found" >&6; }
13406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
13407 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
13409 cat >>confdefs.h
<<_ACEOF
13410 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
13416 CPPFLAGS
=$ac_save_CPPFLAGS
13417 test -z "$TIFF_CFLAGS" || TIFF_CFLAGS
=`echo " $TIFF_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13418 test -z "$TIFF_LIBS" || TIFF_LIBS
=`echo " $TIFF_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13421 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
13422 case "x$with_tiff" in
13423 x
) as_fn_append wine_notices
"|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
13425 *) as_fn_error $?
"libtiff ${notice_platform}development files not found, TIFF won't be supported.
13426 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
13430 if test "x$with_mpg123" != "xno"
13432 if ${MPG123_CFLAGS:+false} :; then :
13433 if ${PKG_CONFIG+:} false
; then :
13434 MPG123_CFLAGS
=`$PKG_CONFIG --cflags libmpg123 2>/dev/null`
13438 if ${MPG123_LIBS:+false} :; then :
13439 if ${PKG_CONFIG+:} false
; then :
13440 MPG123_LIBS
=`$PKG_CONFIG --libs libmpg123 2>/dev/null`
13444 MPG123_LIBS
=${MPG123_LIBS:-"-lmpg123"}
13445 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 cflags: $MPG123_CFLAGS" >&5
13446 $as_echo "$as_me:${as_lineno-$LINENO}: libmpg123 libs: $MPG123_LIBS" >&5
13447 ac_save_CPPFLAGS
=$CPPFLAGS
13448 CPPFLAGS
="$CPPFLAGS $MPG123_CFLAGS"
13449 for ac_header
in mpg123.h
13451 ac_fn_c_check_header_mongrel
"$LINENO" "mpg123.h" "ac_cv_header_mpg123_h" "$ac_includes_default"
13452 if test "x$ac_cv_header_mpg123_h" = xyes
; then :
13453 cat >>confdefs.h
<<_ACEOF
13454 #define HAVE_MPG123_H 1
13461 if test "$ac_cv_header_mpg123_h" = "yes"
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
13464 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
13465 if ${ac_cv_lib_mpg123_mpg123_feed+:} false
; then :
13466 $as_echo_n "(cached) " >&6
13468 ac_check_lib_save_LIBS
=$LIBS
13469 LIBS
="-lmpg123 $MPG123_LIBS $LIBS"
13470 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13471 /* end confdefs.h. */
13473 /* Override any GCC internal prototype to avoid an error.
13474 Use char because int might match the return type of a GCC
13475 builtin and then its argument prototype would still apply. */
13479 char mpg123_feed ();
13483 return mpg123_feed ();
13488 if ac_fn_c_try_link
"$LINENO"; then :
13489 ac_cv_lib_mpg123_mpg123_feed
=yes
13491 ac_cv_lib_mpg123_mpg123_feed
=no
13493 rm -f core conftest.err conftest.
$ac_objext \
13494 conftest
$ac_exeext conftest.
$ac_ext
13495 LIBS
=$ac_check_lib_save_LIBS
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
13498 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
13499 if test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes
; then :
13509 CPPFLAGS
=$ac_save_CPPFLAGS
13510 test -z "$MPG123_CFLAGS" || MPG123_CFLAGS
=`echo " $MPG123_CFLAGS" | sed 's/ -I\([^/]\)/ -I\$(top_builddir)\/\1/g'`
13511 test -z "$MPG123_LIBS" || MPG123_LIBS
=`echo " $MPG123_LIBS" | sed 's/ -L\([^/]\)/ -L\$(top_builddir)\/\1/g'`
13514 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes
-a x
"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes
; then :
13515 case "x$with_mpg123" in
13516 x
) as_fn_append wine_notices
"|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
13518 *) as_fn_error $?
"libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
13519 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
13522 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}
13524 if test "$ac_cv_header_AL_al_h" = "yes"
13526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
13527 $as_echo_n "checking for -lopenal... " >&6; }
13528 if ${ac_cv_lib_soname_openal+:} false
; then :
13529 $as_echo_n "(cached) " >&6
13531 ac_check_soname_save_LIBS
=$LIBS
13532 LIBS
="-lopenal $LIBS"
13533 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13534 /* end confdefs.h. */
13536 /* Override any GCC internal prototype to avoid an error.
13537 Use char because int might match the return type of a GCC
13538 builtin and then its argument prototype would still apply. */
13542 char alGetSource3i ();
13546 return alGetSource3i ();
13551 if ac_fn_c_try_link
"$LINENO"; then :
13553 dll
) ac_cv_lib_soname_openal
=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13554 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'` ;;
13555 *) ac_cv_lib_soname_openal
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libopenal\\.$LIBEXT" | sed -e "s/^.*\\[\\(libopenal\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13556 if ${ac_cv_lib_soname_openal:+false} :; then :
13557 ac_cv_lib_soname_openal
=`$LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13561 rm -f core conftest.err conftest.
$ac_objext \
13562 conftest
$ac_exeext conftest.
$ac_ext
13563 LIBS
=$ac_check_soname_save_LIBS
13565 if ${ac_cv_lib_soname_openal:+false} :; then :
13566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13567 $as_echo "not found" >&6; }
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
13571 $as_echo "$ac_cv_lib_soname_openal" >&6; }
13573 cat >>confdefs.h
<<_ACEOF
13574 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
13577 OPENAL_LIBS
="-lopenal"
13579 ac_cv_lib_openal
=yes
13581 cat >>confdefs.h
<<_ACEOF
13582 #define HAVE_OPENAL 1
13587 if test "x$ac_cv_lib_openal" != xyes
; then :
13588 case "x$with_openal" in
13589 x
) as_fn_append wine_notices
"|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
13591 *) as_fn_error $?
"libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
13592 This is an error since --with-openal was requested." "$LINENO" 5 ;;
13595 test "x$ac_cv_lib_openal" = xyes || enable_openal32
=${enable_openal32:-no}
13597 if test "$ac_cv_header_kstat_h" = "yes"
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
13600 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
13601 if ${ac_cv_lib_kstat_kstat_open+:} false
; then :
13602 $as_echo_n "(cached) " >&6
13604 ac_check_lib_save_LIBS
=$LIBS
13605 LIBS
="-lkstat $LIBS"
13606 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13607 /* end confdefs.h. */
13609 /* Override any GCC internal prototype to avoid an error.
13610 Use char because int might match the return type of a GCC
13611 builtin and then its argument prototype would still apply. */
13615 char kstat_open ();
13619 return kstat_open ();
13624 if ac_fn_c_try_link
"$LINENO"; then :
13625 ac_cv_lib_kstat_kstat_open
=yes
13627 ac_cv_lib_kstat_kstat_open
=no
13629 rm -f core conftest.err conftest.
$ac_objext \
13630 conftest
$ac_exeext conftest.
$ac_ext
13631 LIBS
=$ac_check_lib_save_LIBS
13633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
13634 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
13635 if test "x$ac_cv_lib_kstat_kstat_open" = xyes
; then :
13637 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
13639 KSTAT_LIBS
="-lkstat"
13645 if test "$ac_cv_header_libprocstat_h" = "yes"
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for procstat_open_sysctl in -lprocstat" >&5
13648 $as_echo_n "checking for procstat_open_sysctl in -lprocstat... " >&6; }
13649 if ${ac_cv_lib_procstat_procstat_open_sysctl+:} false
; then :
13650 $as_echo_n "(cached) " >&6
13652 ac_check_lib_save_LIBS
=$LIBS
13653 LIBS
="-lprocstat $LIBS"
13654 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13655 /* end confdefs.h. */
13657 /* Override any GCC internal prototype to avoid an error.
13658 Use char because int might match the return type of a GCC
13659 builtin and then its argument prototype would still apply. */
13663 char procstat_open_sysctl ();
13667 return procstat_open_sysctl ();
13672 if ac_fn_c_try_link
"$LINENO"; then :
13673 ac_cv_lib_procstat_procstat_open_sysctl
=yes
13675 ac_cv_lib_procstat_procstat_open_sysctl
=no
13677 rm -f core conftest.err conftest.
$ac_objext \
13678 conftest
$ac_exeext conftest.
$ac_ext
13679 LIBS
=$ac_check_lib_save_LIBS
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_procstat_procstat_open_sysctl" >&5
13682 $as_echo "$ac_cv_lib_procstat_procstat_open_sysctl" >&6; }
13683 if test "x$ac_cv_lib_procstat_procstat_open_sysctl" = xyes
; then :
13685 $as_echo "#define HAVE_LIBPROCSTAT 1" >>confdefs.h
13687 PROCSTAT_LIBS
="-lprocstat"
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
13694 $as_echo_n "checking for -lodbc... " >&6; }
13695 if ${ac_cv_lib_soname_odbc+:} false
; then :
13696 $as_echo_n "(cached) " >&6
13698 ac_check_soname_save_LIBS
=$LIBS
13699 LIBS
="-lodbc $LIBS"
13700 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13701 /* end confdefs.h. */
13703 /* Override any GCC internal prototype to avoid an error.
13704 Use char because int might match the return type of a GCC
13705 builtin and then its argument prototype would still apply. */
13709 char SQLConnect ();
13713 return SQLConnect ();
13718 if ac_fn_c_try_link
"$LINENO"; then :
13720 dll
) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13721 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'` ;;
13722 *) ac_cv_lib_soname_odbc
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libodbc\\.$LIBEXT" | sed -e "s/^.*\\[\\(libodbc\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13723 if ${ac_cv_lib_soname_odbc:+false} :; then :
13724 ac_cv_lib_soname_odbc
=`$LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13728 rm -f core conftest.err conftest.
$ac_objext \
13729 conftest
$ac_exeext conftest.
$ac_ext
13730 LIBS
=$ac_check_soname_save_LIBS
13732 if ${ac_cv_lib_soname_odbc:+false} :; then :
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13734 $as_echo "not found" >&6; }
13735 cat >>confdefs.h
<<_ACEOF
13736 #define SONAME_LIBODBC "libodbc.$LIBEXT"
13740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
13741 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
13743 cat >>confdefs.h
<<_ACEOF
13744 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
13750 if test "x$with_netapi" != "xno"
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lnetapi" >&5
13753 $as_echo_n "checking for -lnetapi... " >&6; }
13754 if ${ac_cv_lib_soname_netapi+:} false
; then :
13755 $as_echo_n "(cached) " >&6
13757 ac_check_soname_save_LIBS
=$LIBS
13758 LIBS
="-lnetapi $LIBS"
13759 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13760 /* end confdefs.h. */
13762 /* Override any GCC internal prototype to avoid an error.
13763 Use char because int might match the return type of a GCC
13764 builtin and then its argument prototype would still apply. */
13768 char libnetapi_init ();
13772 return libnetapi_init ();
13777 if ac_fn_c_try_link
"$LINENO"; then :
13779 dll
) ac_cv_lib_soname_netapi
=`$ac_cv_path_LDD conftest.exe | grep "netapi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
13780 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'` ;;
13781 *) ac_cv_lib_soname_netapi
=`$READELF -d conftest$ac_exeext | grep "NEEDED.*libnetapi\\.$LIBEXT" | sed -e "s/^.*\\[\\(libnetapi\\.$LIBEXT[^ ]*\\)\\].*$/\1/"';2,$d'`
13782 if ${ac_cv_lib_soname_netapi:+false} :; then :
13783 ac_cv_lib_soname_netapi
=`$LDD conftest$ac_exeext | grep "libnetapi\\.$LIBEXT" | sed -e "s/^.*\(libnetapi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'`
13787 rm -f core conftest.err conftest.
$ac_objext \
13788 conftest
$ac_exeext conftest.
$ac_ext
13789 LIBS
=$ac_check_soname_save_LIBS
13791 if ${ac_cv_lib_soname_netapi:+false} :; then :
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
13793 $as_echo "not found" >&6; }
13794 cat >>confdefs.h
<<_ACEOF
13795 #define SONAME_LIBNETAPI "libnetapi.$LIBEXT"
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_netapi" >&5
13800 $as_echo "$ac_cv_lib_soname_netapi" >&6; }
13802 cat >>confdefs.h
<<_ACEOF
13803 #define SONAME_LIBNETAPI "$ac_cv_lib_soname_netapi"
13810 test -n "$ALSA_LIBS" || enable_winealsa_drv
=${enable_winealsa_drv:-no}
13811 test -n "$COREAUDIO_LIBS" || enable_winecoreaudio_drv
=${enable_winecoreaudio_drv:-no}
13812 test "x$ac_cv_member_oss_sysinfo_numaudioengines" = xyes || enable_wineoss_drv
=${enable_wineoss_drv:-no}
13813 test "$ac_cv_header_linux_joystick_h" = "yes" -o "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes" || enable_winejoystick_drv
=${enable_winejoystick_drv:-no}
13815 if test "x$ALSA_LIBS$COREAUDIO_LIBS" = "x" -a \
13816 "x$ac_cv_member_oss_sysinfo_numaudioengines" != xyes
-a \
13817 "x$with_alsa$with_coreaudio$with_oss" != xnonono
13819 as_fn_append wine_warnings
"|No sound system was found. Windows applications will be silent."
13825 if test "x${GCC}" = "xyes"
13827 EXTRACFLAGS
="-Wall -pipe"
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
13830 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
13831 if ${ac_cv_c_gcc_strength_bug+:} false
; then :
13832 $as_echo_n "(cached) " >&6
13834 if test "$cross_compiling" = yes; then :
13835 ac_cv_c_gcc_strength_bug
="no"
13837 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13838 /* end confdefs.h. */
13839 int L[4] = {0,1,2,3};
13843 static int Array[3];
13844 unsigned int B = 3;
13846 for(i=0; i<B; i++) Array[i] = i - 3;
13847 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13849 return (Array[1] != -2 || L[2] != 3)
13854 if ac_fn_c_try_run
"$LINENO"; then :
13855 ac_cv_c_gcc_strength_bug
="no"
13857 ac_cv_c_gcc_strength_bug
="yes"
13859 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext \
13860 conftest.
$ac_objext conftest.beam conftest.
$ac_ext
13864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
13865 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
13866 if test "$ac_cv_c_gcc_strength_bug" = "yes"
13868 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
13872 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
13873 if ${ac_cv_cflags__fno_builtin+:} false
; then :
13874 $as_echo_n "(cached) " >&6
13876 ac_wine_try_cflags_saved
=$CFLAGS
13877 CFLAGS
="$CFLAGS -fno-builtin"
13878 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13879 /* end confdefs.h. */
13880 int main(int argc, char **argv) { return 0; }
13882 if ac_fn_c_try_link
"$LINENO"; then :
13883 ac_cv_cflags__fno_builtin
=yes
13885 ac_cv_cflags__fno_builtin
=no
13887 rm -f core conftest.err conftest.
$ac_objext \
13888 conftest
$ac_exeext conftest.
$ac_ext
13889 CFLAGS
=$ac_wine_try_cflags_saved
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
13892 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
13893 if test "x$ac_cv_cflags__fno_builtin" = xyes
; then :
13894 BUILTINFLAG
="-fno-builtin"
13897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
13898 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
13899 if ${ac_cv_cflags__fno_strict_aliasing+:} false
; then :
13900 $as_echo_n "(cached) " >&6
13902 ac_wine_try_cflags_saved
=$CFLAGS
13903 CFLAGS
="$CFLAGS -fno-strict-aliasing"
13904 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13905 /* end confdefs.h. */
13906 int main(int argc, char **argv) { return 0; }
13908 if ac_fn_c_try_link
"$LINENO"; then :
13909 ac_cv_cflags__fno_strict_aliasing
=yes
13911 ac_cv_cflags__fno_strict_aliasing
=no
13913 rm -f core conftest.err conftest.
$ac_objext \
13914 conftest
$ac_exeext conftest.
$ac_ext
13915 CFLAGS
=$ac_wine_try_cflags_saved
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
13918 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
13919 if test "x$ac_cv_cflags__fno_strict_aliasing" = xyes
; then :
13920 EXTRACFLAGS
="$EXTRACFLAGS -fno-strict-aliasing"
13922 saved_CFLAGS
=$CFLAGS
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror=unknown-warning-option" >&5
13924 $as_echo_n "checking whether the compiler supports -Werror=unknown-warning-option... " >&6; }
13925 if ${ac_cv_cflags__Werror_unknown_warning_option+:} false
; then :
13926 $as_echo_n "(cached) " >&6
13928 ac_wine_try_cflags_saved
=$CFLAGS
13929 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13930 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13931 /* end confdefs.h. */
13932 int main(int argc, char **argv) { return 0; }
13934 if ac_fn_c_try_link
"$LINENO"; then :
13935 ac_cv_cflags__Werror_unknown_warning_option
=yes
13937 ac_cv_cflags__Werror_unknown_warning_option
=no
13939 rm -f core conftest.err conftest.
$ac_objext \
13940 conftest
$ac_exeext conftest.
$ac_ext
13941 CFLAGS
=$ac_wine_try_cflags_saved
13943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror_unknown_warning_option" >&5
13944 $as_echo "$ac_cv_cflags__Werror_unknown_warning_option" >&6; }
13945 if test "x$ac_cv_cflags__Werror_unknown_warning_option" = xyes
; then :
13946 CFLAGS
="$CFLAGS -Werror=unknown-warning-option"
13948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
13949 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
13950 if ${ac_cv_cflags__Wdeclaration_after_statement+:} false
; then :
13951 $as_echo_n "(cached) " >&6
13953 ac_wine_try_cflags_saved
=$CFLAGS
13954 CFLAGS
="$CFLAGS -Wdeclaration-after-statement"
13955 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13956 /* end confdefs.h. */
13957 int main(int argc, char **argv) { return 0; }
13959 if ac_fn_c_try_link
"$LINENO"; then :
13960 ac_cv_cflags__Wdeclaration_after_statement
=yes
13962 ac_cv_cflags__Wdeclaration_after_statement
=no
13964 rm -f core conftest.err conftest.
$ac_objext \
13965 conftest
$ac_exeext conftest.
$ac_ext
13966 CFLAGS
=$ac_wine_try_cflags_saved
13968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
13969 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
13970 if test "x$ac_cv_cflags__Wdeclaration_after_statement" = xyes
; then :
13971 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wempty-body" >&5
13974 $as_echo_n "checking whether the compiler supports -Wempty-body... " >&6; }
13975 if ${ac_cv_cflags__Wempty_body+:} false
; then :
13976 $as_echo_n "(cached) " >&6
13978 ac_wine_try_cflags_saved
=$CFLAGS
13979 CFLAGS
="$CFLAGS -Wempty-body"
13980 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
13981 /* end confdefs.h. */
13982 int main(int argc, char **argv) { return 0; }
13984 if ac_fn_c_try_link
"$LINENO"; then :
13985 ac_cv_cflags__Wempty_body
=yes
13987 ac_cv_cflags__Wempty_body
=no
13989 rm -f core conftest.err conftest.
$ac_objext \
13990 conftest
$ac_exeext conftest.
$ac_ext
13991 CFLAGS
=$ac_wine_try_cflags_saved
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wempty_body" >&5
13994 $as_echo "$ac_cv_cflags__Wempty_body" >&6; }
13995 if test "x$ac_cv_cflags__Wempty_body" = xyes
; then :
13996 EXTRACFLAGS
="$EXTRACFLAGS -Wempty-body"
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wignored-qualifiers" >&5
13999 $as_echo_n "checking whether the compiler supports -Wignored-qualifiers... " >&6; }
14000 if ${ac_cv_cflags__Wignored_qualifiers+:} false
; then :
14001 $as_echo_n "(cached) " >&6
14003 ac_wine_try_cflags_saved
=$CFLAGS
14004 CFLAGS
="$CFLAGS -Wignored-qualifiers"
14005 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14006 /* end confdefs.h. */
14007 int main(int argc, char **argv) { return 0; }
14009 if ac_fn_c_try_link
"$LINENO"; then :
14010 ac_cv_cflags__Wignored_qualifiers
=yes
14012 ac_cv_cflags__Wignored_qualifiers
=no
14014 rm -f core conftest.err conftest.
$ac_objext \
14015 conftest
$ac_exeext conftest.
$ac_ext
14016 CFLAGS
=$ac_wine_try_cflags_saved
14018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wignored_qualifiers" >&5
14019 $as_echo "$ac_cv_cflags__Wignored_qualifiers" >&6; }
14020 if test "x$ac_cv_cflags__Wignored_qualifiers" = xyes
; then :
14021 EXTRACFLAGS
="$EXTRACFLAGS -Wignored-qualifiers"
14023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
14024 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
14025 if ${ac_cv_cflags__Wstrict_prototypes+:} false
; then :
14026 $as_echo_n "(cached) " >&6
14028 ac_wine_try_cflags_saved
=$CFLAGS
14029 CFLAGS
="$CFLAGS -Wstrict-prototypes"
14030 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14031 /* end confdefs.h. */
14032 int main(int argc, char **argv) { return 0; }
14034 if ac_fn_c_try_link
"$LINENO"; then :
14035 ac_cv_cflags__Wstrict_prototypes
=yes
14037 ac_cv_cflags__Wstrict_prototypes
=no
14039 rm -f core conftest.err conftest.
$ac_objext \
14040 conftest
$ac_exeext conftest.
$ac_ext
14041 CFLAGS
=$ac_wine_try_cflags_saved
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
14044 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
14045 if test "x$ac_cv_cflags__Wstrict_prototypes" = xyes
; then :
14046 EXTRACFLAGS
="$EXTRACFLAGS -Wstrict-prototypes"
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
14049 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
14050 if ${ac_cv_cflags__Wtype_limits+:} false
; then :
14051 $as_echo_n "(cached) " >&6
14053 ac_wine_try_cflags_saved
=$CFLAGS
14054 CFLAGS
="$CFLAGS -Wtype-limits"
14055 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14056 /* end confdefs.h. */
14057 int main(int argc, char **argv) { return 0; }
14059 if ac_fn_c_try_link
"$LINENO"; then :
14060 ac_cv_cflags__Wtype_limits
=yes
14062 ac_cv_cflags__Wtype_limits
=no
14064 rm -f core conftest.err conftest.
$ac_objext \
14065 conftest
$ac_exeext conftest.
$ac_ext
14066 CFLAGS
=$ac_wine_try_cflags_saved
14068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
14069 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
14070 if test "x$ac_cv_cflags__Wtype_limits" = xyes
; then :
14071 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
14073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wunused-but-set-parameter" >&5
14074 $as_echo_n "checking whether the compiler supports -Wunused-but-set-parameter... " >&6; }
14075 if ${ac_cv_cflags__Wunused_but_set_parameter+:} false
; then :
14076 $as_echo_n "(cached) " >&6
14078 ac_wine_try_cflags_saved
=$CFLAGS
14079 CFLAGS
="$CFLAGS -Wunused-but-set-parameter"
14080 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14081 /* end confdefs.h. */
14082 int main(int argc, char **argv) { return 0; }
14084 if ac_fn_c_try_link
"$LINENO"; then :
14085 ac_cv_cflags__Wunused_but_set_parameter
=yes
14087 ac_cv_cflags__Wunused_but_set_parameter
=no
14089 rm -f core conftest.err conftest.
$ac_objext \
14090 conftest
$ac_exeext conftest.
$ac_ext
14091 CFLAGS
=$ac_wine_try_cflags_saved
14093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wunused_but_set_parameter" >&5
14094 $as_echo "$ac_cv_cflags__Wunused_but_set_parameter" >&6; }
14095 if test "x$ac_cv_cflags__Wunused_but_set_parameter" = xyes
; then :
14096 EXTRACFLAGS
="$EXTRACFLAGS -Wunused-but-set-parameter"
14098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wvla" >&5
14099 $as_echo_n "checking whether the compiler supports -Wvla... " >&6; }
14100 if ${ac_cv_cflags__Wvla+:} false
; then :
14101 $as_echo_n "(cached) " >&6
14103 ac_wine_try_cflags_saved
=$CFLAGS
14104 CFLAGS
="$CFLAGS -Wvla"
14105 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14106 /* end confdefs.h. */
14107 int main(int argc, char **argv) { return 0; }
14109 if ac_fn_c_try_link
"$LINENO"; then :
14110 ac_cv_cflags__Wvla
=yes
14112 ac_cv_cflags__Wvla
=no
14114 rm -f core conftest.err conftest.
$ac_objext \
14115 conftest
$ac_exeext conftest.
$ac_ext
14116 CFLAGS
=$ac_wine_try_cflags_saved
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wvla" >&5
14119 $as_echo "$ac_cv_cflags__Wvla" >&6; }
14120 if test "x$ac_cv_cflags__Wvla" = xyes
; then :
14121 EXTRACFLAGS
="$EXTRACFLAGS -Wvla"
14123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
14124 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
14125 if ${ac_cv_cflags__Wwrite_strings+:} false
; then :
14126 $as_echo_n "(cached) " >&6
14128 ac_wine_try_cflags_saved
=$CFLAGS
14129 CFLAGS
="$CFLAGS -Wwrite-strings"
14130 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14131 /* end confdefs.h. */
14132 int main(int argc, char **argv) { return 0; }
14134 if ac_fn_c_try_link
"$LINENO"; then :
14135 ac_cv_cflags__Wwrite_strings
=yes
14137 ac_cv_cflags__Wwrite_strings
=no
14139 rm -f core conftest.err conftest.
$ac_objext \
14140 conftest
$ac_exeext conftest.
$ac_ext
14141 CFLAGS
=$ac_wine_try_cflags_saved
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
14144 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
14145 if test "x$ac_cv_cflags__Wwrite_strings" = xyes
; then :
14146 EXTRACFLAGS
="$EXTRACFLAGS -Wwrite-strings"
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wpointer-arith" >&5
14150 $as_echo_n "checking whether the compiler supports -Wpointer-arith... " >&6; }
14151 if ${ac_cv_cflags__Wpointer_arith+:} false
; then :
14152 $as_echo_n "(cached) " >&6
14154 ac_wine_try_cflags_saved
=$CFLAGS
14155 CFLAGS
="$CFLAGS -Wpointer-arith"
14156 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14157 /* end confdefs.h. */
14158 int main(int argc, char **argv) { return 0; }
14160 if ac_fn_c_try_link
"$LINENO"; then :
14161 ac_cv_cflags__Wpointer_arith
=yes
14163 ac_cv_cflags__Wpointer_arith
=no
14165 rm -f core conftest.err conftest.
$ac_objext \
14166 conftest
$ac_exeext conftest.
$ac_ext
14167 CFLAGS
=$ac_wine_try_cflags_saved
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wpointer_arith" >&5
14170 $as_echo "$ac_cv_cflags__Wpointer_arith" >&6; }
14171 if test "x$ac_cv_cflags__Wpointer_arith" = xyes
; then :
14172 saved_string_h_CFLAGS
=$CFLAGS
14173 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
14175 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
14176 if ${ac_cv_c_string_h_warnings+:} false
; then :
14177 $as_echo_n "(cached) " >&6
14179 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14180 /* end confdefs.h. */
14181 #include <string.h>
14190 if ac_fn_c_try_compile
"$LINENO"; then :
14191 ac_cv_c_string_h_warnings
=no
14193 ac_cv_c_string_h_warnings
=yes
14195 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
14198 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
14199 test "$ac_cv_c_string_h_warnings" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wpointer-arith"
14200 CFLAGS
=$saved_string_h_CFLAGS
14203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wlogical-op" >&5
14204 $as_echo_n "checking whether the compiler supports -Wlogical-op... " >&6; }
14205 if ${ac_cv_cflags__Wlogical_op+:} false
; then :
14206 $as_echo_n "(cached) " >&6
14208 ac_wine_try_cflags_saved
=$CFLAGS
14209 CFLAGS
="$CFLAGS -Wlogical-op"
14210 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14211 /* end confdefs.h. */
14212 int main(int argc, char **argv) { return 0; }
14214 if ac_fn_c_try_link
"$LINENO"; then :
14215 ac_cv_cflags__Wlogical_op
=yes
14217 ac_cv_cflags__Wlogical_op
=no
14219 rm -f core conftest.err conftest.
$ac_objext \
14220 conftest
$ac_exeext conftest.
$ac_ext
14221 CFLAGS
=$ac_wine_try_cflags_saved
14223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wlogical_op" >&5
14224 $as_echo "$ac_cv_cflags__Wlogical_op" >&6; }
14225 if test "x$ac_cv_cflags__Wlogical_op" = xyes
; then :
14226 saved_string_h_CFLAGS
=$CFLAGS
14227 CFLAGS
="$CFLAGS -Wlogical-op -Werror"
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
14229 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
14230 if ${ac_cv_c_logicalop_noisy+:} false
; then :
14231 $as_echo_n "(cached) " >&6
14233 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14234 /* end confdefs.h. */
14235 #include <string.h>
14236 char*f(const char *h,char n) {return strchr(h,n);}
14245 if ac_fn_c_try_compile
"$LINENO"; then :
14246 ac_cv_c_logicalop_noisy
=no
14248 ac_cv_c_logicalop_noisy
=yes
14250 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
14253 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
14254 CFLAGS
=$saved_string_h_CFLAGS
14255 test "$ac_cv_c_logicalop_noisy" = yes || EXTRACFLAGS
="$EXTRACFLAGS -Wlogical-op"
14258 CFLAGS
=$saved_CFLAGS
14260 for ac_flag
in $CFLAGS; do
14262 -g) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gdwarf-2" >&5
14263 $as_echo_n "checking whether the compiler supports -gdwarf-2... " >&6; }
14264 if ${ac_cv_cflags__gdwarf_2+:} false
; then :
14265 $as_echo_n "(cached) " >&6
14267 ac_wine_try_cflags_saved
=$CFLAGS
14268 CFLAGS
="$CFLAGS -gdwarf-2"
14269 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 int main(int argc, char **argv) { return 0; }
14273 if ac_fn_c_try_link
"$LINENO"; then :
14274 ac_cv_cflags__gdwarf_2
=yes
14276 ac_cv_cflags__gdwarf_2
=no
14278 rm -f core conftest.err conftest.
$ac_objext \
14279 conftest
$ac_exeext conftest.
$ac_ext
14280 CFLAGS
=$ac_wine_try_cflags_saved
14282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gdwarf_2" >&5
14283 $as_echo "$ac_cv_cflags__gdwarf_2" >&6; }
14284 if test "x$ac_cv_cflags__gdwarf_2" = xyes
; then :
14285 EXTRACFLAGS
="$EXTRACFLAGS -gdwarf-2"
14287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -gstrict-dwarf" >&5
14288 $as_echo_n "checking whether the compiler supports -gstrict-dwarf... " >&6; }
14289 if ${ac_cv_cflags__gstrict_dwarf+:} false
; then :
14290 $as_echo_n "(cached) " >&6
14292 ac_wine_try_cflags_saved
=$CFLAGS
14293 CFLAGS
="$CFLAGS -gstrict-dwarf"
14294 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14296 int main(int argc, char **argv) { return 0; }
14298 if ac_fn_c_try_link
"$LINENO"; then :
14299 ac_cv_cflags__gstrict_dwarf
=yes
14301 ac_cv_cflags__gstrict_dwarf
=no
14303 rm -f core conftest.err conftest.
$ac_objext \
14304 conftest
$ac_exeext conftest.
$ac_ext
14305 CFLAGS
=$ac_wine_try_cflags_saved
14307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__gstrict_dwarf" >&5
14308 $as_echo "$ac_cv_cflags__gstrict_dwarf" >&6; }
14309 if test "x$ac_cv_cflags__gstrict_dwarf" = xyes
; then :
14310 EXTRACFLAGS
="$EXTRACFLAGS -gstrict-dwarf"
14316 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-omit-frame-pointer" >&5
14317 $as_echo_n "checking whether the compiler supports -fno-omit-frame-pointer... " >&6; }
14318 if ${ac_cv_cflags__fno_omit_frame_pointer+:} false
; then :
14319 $as_echo_n "(cached) " >&6
14321 ac_wine_try_cflags_saved
=$CFLAGS
14322 CFLAGS
="$CFLAGS -fno-omit-frame-pointer"
14323 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14324 /* end confdefs.h. */
14325 int main(int argc, char **argv) { return 0; }
14327 if ac_fn_c_try_link
"$LINENO"; then :
14328 ac_cv_cflags__fno_omit_frame_pointer
=yes
14330 ac_cv_cflags__fno_omit_frame_pointer
=no
14332 rm -f core conftest.err conftest.
$ac_objext \
14333 conftest
$ac_exeext conftest.
$ac_ext
14334 CFLAGS
=$ac_wine_try_cflags_saved
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_omit_frame_pointer" >&5
14337 $as_echo "$ac_cv_cflags__fno_omit_frame_pointer" >&6; }
14338 if test "x$ac_cv_cflags__fno_omit_frame_pointer" = xyes
; then :
14339 EXTRACFLAGS
="$EXTRACFLAGS -fno-omit-frame-pointer"
14344 x86_64-
*mingw32
*|x86_64-
*cygwin
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-format" >&5
14345 $as_echo_n "checking whether the compiler supports -Wno-format... " >&6; }
14346 if ${ac_cv_cflags__Wno_format+:} false
; then :
14347 $as_echo_n "(cached) " >&6
14349 ac_wine_try_cflags_saved
=$CFLAGS
14350 CFLAGS
="$CFLAGS -Wno-format"
14351 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14352 /* end confdefs.h. */
14353 int main(int argc, char **argv) { return 0; }
14355 if ac_fn_c_try_link
"$LINENO"; then :
14356 ac_cv_cflags__Wno_format
=yes
14358 ac_cv_cflags__Wno_format
=no
14360 rm -f core conftest.err conftest.
$ac_objext \
14361 conftest
$ac_exeext conftest.
$ac_ext
14362 CFLAGS
=$ac_wine_try_cflags_saved
14364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_format" >&5
14365 $as_echo "$ac_cv_cflags__Wno_format" >&6; }
14366 if test "x$ac_cv_cflags__Wno_format" = xyes
; then :
14367 EXTRACFLAGS
="$EXTRACFLAGS -Wno-format"
14371 if test "x$enable_maintainer_mode" = "xyes"
14373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
14374 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
14375 if ${ac_cv_cflags__Werror+:} false
; then :
14376 $as_echo_n "(cached) " >&6
14378 ac_wine_try_cflags_saved
=$CFLAGS
14379 CFLAGS
="$CFLAGS -Werror"
14380 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14381 /* end confdefs.h. */
14382 int main(int argc, char **argv) { return 0; }
14384 if ac_fn_c_try_link
"$LINENO"; then :
14385 ac_cv_cflags__Werror
=yes
14387 ac_cv_cflags__Werror
=no
14389 rm -f core conftest.err conftest.
$ac_objext \
14390 conftest
$ac_exeext conftest.
$ac_ext
14391 CFLAGS
=$ac_wine_try_cflags_saved
14393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
14394 $as_echo "$ac_cv_cflags__Werror" >&6; }
14395 if test "x$ac_cv_cflags__Werror" = xyes
; then :
14396 EXTRACFLAGS
="$EXTRACFLAGS -Werror"
14400 saved_CFLAGS
="$CFLAGS"
14401 CFLAGS
="$CFLAGS -Werror"
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
14403 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
14404 if ${ac_cv_have_ms_hook_prologue+:} false
; then :
14405 $as_echo_n "(cached) " >&6
14407 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14408 /* end confdefs.h. */
14409 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
14418 if ac_fn_c_try_compile
"$LINENO"; then :
14419 ac_cv_have_ms_hook_prologue
="yes"
14421 ac_cv_have_ms_hook_prologue
="no"
14423 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
14426 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
14427 CFLAGS
="$saved_CFLAGS"
14428 if test "$ac_cv_have_ms_hook_prologue" = "yes"
14431 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
14434 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
14440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
14441 $as_echo_n "checking for the need to disable Fortify... " >&6; }
14442 if ${ac_cv_c_fortify_enabled+:} false
; then :
14443 $as_echo_n "(cached) " >&6
14445 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14446 /* end confdefs.h. */
14447 #include <string.h>
14451 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
14452 #error Fortify enabled
14458 if ac_fn_c_try_compile
"$LINENO"; then :
14459 ac_cv_c_fortify_enabled
=no
14461 ac_cv_c_fortify_enabled
=yes
14463 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
14466 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
14467 if test "$ac_cv_c_fortify_enabled" = yes
14469 CFLAGS
="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
14473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
14474 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
14475 if ${ac_cv_c_extern_prefix+:} false
; then :
14476 $as_echo_n "(cached) " >&6
14478 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14479 /* end confdefs.h. */
14480 extern int ac_test;
14484 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14489 if ac_fn_c_try_link
"$LINENO"; then :
14490 ac_cv_c_extern_prefix
="yes"
14492 ac_cv_c_extern_prefix
="no"
14494 rm -f core conftest.err conftest.
$ac_objext \
14495 conftest
$ac_exeext conftest.
$ac_ext
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
14498 $as_echo "$ac_cv_c_extern_prefix" >&6; }
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
14503 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
14504 if ${ac_cv_c_stdcall_suffix+:} false
; then :
14505 $as_echo_n "(cached) " >&6
14507 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14508 /* end confdefs.h. */
14510 #define __stdcall __attribute__((__stdcall__))
14512 int __stdcall ac_test(int i) { return i; }
14516 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
14521 if ac_fn_c_try_link
"$LINENO"; then :
14522 ac_cv_c_stdcall_suffix
="yes"
14524 ac_cv_c_stdcall_suffix
="no"
14526 rm -f core conftest.err conftest.
$ac_objext \
14527 conftest
$ac_exeext conftest.
$ac_ext
14529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
14530 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
14531 *) ac_cv_c_stdcall_suffix
="no" ;;
14535 if test "$ac_cv_c_extern_prefix" = "yes"
14537 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
14539 asm_name_prefix
="_"
14541 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
14547 if test "$ac_cv_c_stdcall_suffix" = "yes"
14549 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
14552 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
14558 $as_echo_n "checking how to define a function in assembly code... " >&6; }
14559 if ${ac_cv_asm_func_def+:} false
; then :
14560 $as_echo_n "(cached) " >&6
14562 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14563 /* end confdefs.h. */
14568 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14573 if ac_fn_c_try_link
"$LINENO"; then :
14574 ac_cv_asm_func_def
=".def"
14576 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14577 /* end confdefs.h. */
14582 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14587 if ac_fn_c_try_link
"$LINENO"; then :
14588 ac_cv_asm_func_def
=".type @function"
14590 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14591 /* end confdefs.h. */
14596 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14601 if ac_fn_c_try_link
"$LINENO"; then :
14602 ac_cv_asm_func_def
=".type 2"
14604 ac_cv_asm_func_def
="unknown"
14606 rm -f core conftest.err conftest.
$ac_objext \
14607 conftest
$ac_exeext conftest.
$ac_ext
14609 rm -f core conftest.err conftest.
$ac_objext \
14610 conftest
$ac_exeext conftest.
$ac_ext
14612 rm -f core conftest.err conftest.
$ac_objext \
14613 conftest
$ac_exeext conftest.
$ac_ext
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
14616 $as_echo "$ac_cv_asm_func_def" >&6; }
14619 case "$ac_cv_asm_func_def" in
14621 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
14623 asm_func_header
=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
14625 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
14627 asm_func_header
=".type $asm_name_prefix\" #name suffix \",@function" ;;
14629 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
14631 asm_func_header
=".type $asm_name_prefix\" #name suffix \",2" ;;
14633 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
14635 asm_func_header
="" ;;
14638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
14639 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
14640 if ${ac_cv_c_asm_outside_funcs+:} false
; then :
14641 $as_echo_n "(cached) " >&6
14643 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14644 /* end confdefs.h. */
14645 asm(".text\n\t.long 0");
14654 if ac_fn_c_try_compile
"$LINENO"; then :
14655 ac_cv_c_asm_outside_funcs
="yes"
14657 ac_cv_c_asm_outside_funcs
="no"
14659 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
14662 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
14664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
14665 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
14666 if ${ac_cv_c_dot_previous+:} false
; then :
14667 $as_echo_n "(cached) " >&6
14669 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14670 /* end confdefs.h. */
14675 asm(".text\nac_test:\t.long 0\n\t.previous");
14680 if ac_fn_c_try_link
"$LINENO"; then :
14681 ac_cv_c_dot_previous
="yes"
14683 ac_cv_c_dot_previous
="no"
14685 rm -f core conftest.err conftest.
$ac_objext \
14686 conftest
$ac_exeext conftest.
$ac_ext
14688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
14689 $as_echo "$ac_cv_c_dot_previous" >&6; }
14691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
14692 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
14693 if ${ac_cv_c_cfi_support+:} false
; then :
14694 $as_echo_n "(cached) " >&6
14696 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14697 /* end confdefs.h. */
14698 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
14707 if ac_fn_c_try_compile
"$LINENO"; then :
14708 ac_cv_c_cfi_support
="yes"
14710 ac_cv_c_cfi_support
="no"
14712 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
14715 $as_echo "$ac_cv_c_cfi_support" >&6; }
14717 asm_func_header
=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
14718 asm_func_trailer
=""
14719 if test "$ac_cv_c_dot_previous" = "yes"
14721 asm_func_trailer
="\\n\\t.previous"
14723 if test "$ac_cv_c_cfi_support" = "yes"
14725 asm_func_header
="$asm_func_header.cfi_startproc\\n\\t"
14726 asm_func_trailer
="\\n\\t.cfi_endproc$asm_func_trailer"
14728 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
14730 UNWINDFLAGS
=-fasynchronous-unwind-tables
14733 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
14735 if test "x$enable_win64" = "xyes"
14737 as_fn_append wine_warnings
"|building 64-bit Wine without support for CFI directives; exception handling will not work properly."
14741 asm_func_code
="$asm_func_header\" code \"$asm_func_trailer"
14744 if test "$ac_cv_c_asm_outside_funcs" = "yes"
14746 cat >>confdefs.h
<<_ACEOF
14747 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
14751 cat >>confdefs.h
<<_ACEOF
14752 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
14757 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
14760 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
14765 cygwin
*|mingw32
*) TOOLSEXT
=".exe"
14772 *i
[3456789]86*|x86_64
*)
14773 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine-preloader"
14774 loader_programs
="$loader_programs $wine_binary-preloader"
14775 as_fn_append LOADER_RULES
"
14776 $wine_binary-preloader: preloader.o
14777 \$(CC) -o \$@ -static -nostartfiles -nodefaultlibs -Wl,-Ttext=0x7c400000 preloader.o \$(LIBPORT) \$(LDFLAGS)
14779 install install-lib:: $wine_binary-preloader
14780 \$(INSTALL_PROGRAM) $wine_binary-preloader \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14783 \$(RM) \$(DESTDIR)\$(bindir)/$wine_binary-preloader
14785 preloader_EXTRADEFS = $BUILTINFLAG
14790 as_fn_append LOADER_RULES
"
14791 PROGRAMS = $loader_programs
14795 ac_save_CFLAGS
="$CFLAGS"
14796 CFLAGS
="$CFLAGS $BUILTINFLAG"
14875 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14876 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
14877 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
14878 cat >>confdefs.h
<<_ACEOF
14879 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14885 CFLAGS
="$ac_save_CFLAGS"
14887 if test "$ac_cv_func_dlopen" = no
14889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14890 $as_echo_n "checking for dlopen in -ldl... " >&6; }
14891 if ${ac_cv_lib_dl_dlopen+:} false
; then :
14892 $as_echo_n "(cached) " >&6
14894 ac_check_lib_save_LIBS
=$LIBS
14896 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14897 /* end confdefs.h. */
14899 /* Override any GCC internal prototype to avoid an error.
14900 Use char because int might match the return type of a GCC
14901 builtin and then its argument prototype would still apply. */
14914 if ac_fn_c_try_link
"$LINENO"; then :
14915 ac_cv_lib_dl_dlopen
=yes
14917 ac_cv_lib_dl_dlopen
=no
14919 rm -f core conftest.err conftest.
$ac_objext \
14920 conftest
$ac_exeext conftest.
$ac_ext
14921 LIBS
=$ac_check_lib_save_LIBS
14923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14924 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14925 if test "x$ac_cv_lib_dl_dlopen" = xyes
; then :
14926 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
14932 ac_wine_check_funcs_save_LIBS
="$LIBS"
14933 LIBS
="$LIBS $DL_LIBS"
14934 for ac_func
in dladdr
14936 ac_fn_c_check_func
"$LINENO" "dladdr" "ac_cv_func_dladdr"
14937 if test "x$ac_cv_func_dladdr" = xyes
; then :
14938 cat >>confdefs.h
<<_ACEOF
14939 #define HAVE_DLADDR 1
14945 LIBS
="$ac_wine_check_funcs_save_LIBS"
14947 if test "$ac_cv_func_poll" = no
14949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
14950 $as_echo_n "checking for poll in -lpoll... " >&6; }
14951 if ${ac_cv_lib_poll_poll+:} false
; then :
14952 $as_echo_n "(cached) " >&6
14954 ac_check_lib_save_LIBS
=$LIBS
14955 LIBS
="-lpoll $LIBS"
14956 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
14957 /* end confdefs.h. */
14959 /* Override any GCC internal prototype to avoid an error.
14960 Use char because int might match the return type of a GCC
14961 builtin and then its argument prototype would still apply. */
14974 if ac_fn_c_try_link
"$LINENO"; then :
14975 ac_cv_lib_poll_poll
=yes
14977 ac_cv_lib_poll_poll
=no
14979 rm -f core conftest.err conftest.
$ac_objext \
14980 conftest
$ac_exeext conftest.
$ac_ext
14981 LIBS
=$ac_check_lib_save_LIBS
14983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
14984 $as_echo "$ac_cv_lib_poll_poll" >&6; }
14985 if test "x$ac_cv_lib_poll_poll" = xyes
; then :
14986 $as_echo "#define HAVE_POLL 1" >>confdefs.h
14993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
14994 $as_echo_n "checking for library containing gethostbyname... " >&6; }
14995 if ${ac_cv_search_gethostbyname+:} false
; then :
14996 $as_echo_n "(cached) " >&6
14998 ac_func_search_save_LIBS
=$LIBS
14999 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15000 /* end confdefs.h. */
15002 /* Override any GCC internal prototype to avoid an error.
15003 Use char because int might match the return type of a GCC
15004 builtin and then its argument prototype would still apply. */
15008 char gethostbyname ();
15012 return gethostbyname ();
15017 for ac_lib
in '' nsl
; do
15018 if test -z "$ac_lib"; then
15019 ac_res
="none required"
15022 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15024 if ac_fn_c_try_link
"$LINENO"; then :
15025 ac_cv_search_gethostbyname
=$ac_res
15027 rm -f core conftest.err conftest.
$ac_objext \
15029 if ${ac_cv_search_gethostbyname+:} false
; then :
15033 if ${ac_cv_search_gethostbyname+:} false
; then :
15036 ac_cv_search_gethostbyname
=no
15038 rm conftest.
$ac_ext
15039 LIBS
=$ac_func_search_save_LIBS
15041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
15042 $as_echo "$ac_cv_search_gethostbyname" >&6; }
15043 ac_res
=$ac_cv_search_gethostbyname
15044 if test "$ac_res" != no
; then :
15045 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
15051 $as_echo_n "checking for library containing connect... " >&6; }
15052 if ${ac_cv_search_connect+:} false
; then :
15053 $as_echo_n "(cached) " >&6
15055 ac_func_search_save_LIBS
=$LIBS
15056 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15057 /* end confdefs.h. */
15059 /* Override any GCC internal prototype to avoid an error.
15060 Use char because int might match the return type of a GCC
15061 builtin and then its argument prototype would still apply. */
15074 for ac_lib
in '' socket
; do
15075 if test -z "$ac_lib"; then
15076 ac_res
="none required"
15079 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15081 if ac_fn_c_try_link
"$LINENO"; then :
15082 ac_cv_search_connect
=$ac_res
15084 rm -f core conftest.err conftest.
$ac_objext \
15086 if ${ac_cv_search_connect+:} false
; then :
15090 if ${ac_cv_search_connect+:} false
; then :
15093 ac_cv_search_connect
=no
15095 rm conftest.
$ac_ext
15096 LIBS
=$ac_func_search_save_LIBS
15098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
15099 $as_echo "$ac_cv_search_connect" >&6; }
15100 ac_res
=$ac_cv_search_connect
15101 if test "$ac_res" != no
; then :
15102 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
15108 $as_echo_n "checking for library containing inet_aton... " >&6; }
15109 if ${ac_cv_search_inet_aton+:} false
; then :
15110 $as_echo_n "(cached) " >&6
15112 ac_func_search_save_LIBS
=$LIBS
15113 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15114 /* end confdefs.h. */
15116 /* Override any GCC internal prototype to avoid an error.
15117 Use char because int might match the return type of a GCC
15118 builtin and then its argument prototype would still apply. */
15126 return inet_aton ();
15131 for ac_lib
in '' resolv
; do
15132 if test -z "$ac_lib"; then
15133 ac_res
="none required"
15136 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15138 if ac_fn_c_try_link
"$LINENO"; then :
15139 ac_cv_search_inet_aton
=$ac_res
15141 rm -f core conftest.err conftest.
$ac_objext \
15143 if ${ac_cv_search_inet_aton+:} false
; then :
15147 if ${ac_cv_search_inet_aton+:} false
; then :
15150 ac_cv_search_inet_aton
=no
15152 rm conftest.
$ac_ext
15153 LIBS
=$ac_func_search_save_LIBS
15155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
15156 $as_echo "$ac_cv_search_inet_aton" >&6; }
15157 ac_res
=$ac_cv_search_inet_aton
15158 if test "$ac_res" != no
; then :
15159 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15179 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15180 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15181 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15182 cat >>confdefs.h
<<_ACEOF
15183 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing clock_gettime" >&5
15192 $as_echo_n "checking for library containing clock_gettime... " >&6; }
15193 if ${ac_cv_search_clock_gettime+:} false
; then :
15194 $as_echo_n "(cached) " >&6
15196 ac_func_search_save_LIBS
=$LIBS
15197 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15198 /* end confdefs.h. */
15200 /* Override any GCC internal prototype to avoid an error.
15201 Use char because int might match the return type of a GCC
15202 builtin and then its argument prototype would still apply. */
15206 char clock_gettime ();
15210 return clock_gettime ();
15215 for ac_lib
in '' rt
; do
15216 if test -z "$ac_lib"; then
15217 ac_res
="none required"
15220 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
15222 if ac_fn_c_try_link
"$LINENO"; then :
15223 ac_cv_search_clock_gettime
=$ac_res
15225 rm -f core conftest.err conftest.
$ac_objext \
15227 if ${ac_cv_search_clock_gettime+:} false
; then :
15231 if ${ac_cv_search_clock_gettime+:} false
; then :
15234 ac_cv_search_clock_gettime
=no
15236 rm conftest.
$ac_ext
15237 LIBS
=$ac_func_search_save_LIBS
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_clock_gettime" >&5
15240 $as_echo "$ac_cv_search_clock_gettime" >&6; }
15241 ac_res
=$ac_cv_search_clock_gettime
15242 if test "$ac_res" != no
; then :
15243 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
15245 $as_echo "#define HAVE_CLOCK_GETTIME 1" >>confdefs.h
15247 test "$ac_res" = "none required" || RT_LIBS
="$ac_res"
15255 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
15257 ac_fn_c_check_type
"$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
15259 if test "x$ac_cv_type_LDAPSortKey" = xyes
; then :
15260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
15261 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
15262 if ${ac_cv_lib_ldap_r_ldap_initialize+:} false
; then :
15263 $as_echo_n "(cached) " >&6
15265 ac_check_lib_save_LIBS
=$LIBS
15266 LIBS
="-lldap_r $PTHREAD_LIBS $LIBS"
15267 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15268 /* end confdefs.h. */
15270 /* Override any GCC internal prototype to avoid an error.
15271 Use char because int might match the return type of a GCC
15272 builtin and then its argument prototype would still apply. */
15276 char ldap_initialize ();
15280 return ldap_initialize ();
15285 if ac_fn_c_try_link
"$LINENO"; then :
15286 ac_cv_lib_ldap_r_ldap_initialize
=yes
15288 ac_cv_lib_ldap_r_ldap_initialize
=no
15290 rm -f core conftest.err conftest.
$ac_objext \
15291 conftest
$ac_exeext conftest.
$ac_ext
15292 LIBS
=$ac_check_lib_save_LIBS
15294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
15295 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
15296 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = xyes
; then :
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
15298 $as_echo_n "checking for ber_init in -llber... " >&6; }
15299 if ${ac_cv_lib_lber_ber_init+:} false
; then :
15300 $as_echo_n "(cached) " >&6
15302 ac_check_lib_save_LIBS
=$LIBS
15303 LIBS
="-llber $PTHREAD_LIBS $LIBS"
15304 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15305 /* end confdefs.h. */
15307 /* Override any GCC internal prototype to avoid an error.
15308 Use char because int might match the return type of a GCC
15309 builtin and then its argument prototype would still apply. */
15317 return ber_init ();
15322 if ac_fn_c_try_link
"$LINENO"; then :
15323 ac_cv_lib_lber_ber_init
=yes
15325 ac_cv_lib_lber_ber_init
=no
15327 rm -f core conftest.err conftest.
$ac_objext \
15328 conftest
$ac_exeext conftest.
$ac_ext
15329 LIBS
=$ac_check_lib_save_LIBS
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
15332 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
15333 if test "x$ac_cv_lib_lber_ber_init" = xyes
; then :
15335 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
15337 LDAP_LIBS
="-lldap_r -llber"
15344 ac_wine_check_funcs_save_LIBS
="$LIBS"
15345 LIBS
="$LIBS $LDAP_LIBS $PTHREAD_LIBS"
15347 ldap_count_references \
15348 ldap_first_reference \
15349 ldap_next_reference \
15350 ldap_parse_reference \
15351 ldap_parse_sort_control \
15352 ldap_parse_sortresponse_control \
15353 ldap_parse_vlv_control \
15354 ldap_parse_vlvresponse_control
15356 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15357 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
15358 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
15359 cat >>confdefs.h
<<_ACEOF
15360 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15366 LIBS
="$ac_wine_check_funcs_save_LIBS"
15368 if test "x$LDAP_LIBS" = "x"; then :
15369 case "x$with_ldap" in
15370 x
) as_fn_append wine_notices
"|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
15372 *) as_fn_error $?
"libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
15373 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
15377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
15378 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
15379 if ${wine_cv_one_arg_mkdir+:} false
; then :
15380 $as_echo_n "(cached) " >&6
15382 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15383 /* end confdefs.h. */
15384 #include <sys/stat.h>
15393 if ac_fn_c_try_compile
"$LINENO"; then :
15394 wine_cv_one_arg_mkdir
=yes
15396 wine_cv_one_arg_mkdir
=no
15398 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
15401 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
15402 if test "$wine_cv_one_arg_mkdir" = "yes"
15405 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
15409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_setaffinity" >&5
15410 $as_echo_n "checking for sched_setaffinity... " >&6; }
15411 if ${wine_cv_have_sched_setaffinity+:} false
; then :
15412 $as_echo_n "(cached) " >&6
15414 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15415 /* end confdefs.h. */
15416 #define _GNU_SOURCE
15421 sched_setaffinity(0, 0, 0);
15426 if ac_fn_c_try_link
"$LINENO"; then :
15427 wine_cv_have_sched_setaffinity
=yes
15429 wine_cv_have_sched_setaffinity
=no
15431 rm -f core conftest.err conftest.
$ac_objext \
15432 conftest
$ac_exeext conftest.
$ac_ext
15434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sched_setaffinity" >&5
15435 $as_echo "$wine_cv_have_sched_setaffinity" >&6; }
15436 if test "$wine_cv_have_sched_setaffinity" = "yes"
15439 $as_echo "#define HAVE_SCHED_SETAFFINITY 1" >>confdefs.h
15443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fallocate" >&5
15444 $as_echo_n "checking for fallocate... " >&6; }
15445 if ${wine_cv_have_fallocate+:} false
; then :
15446 $as_echo_n "(cached) " >&6
15448 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15449 /* end confdefs.h. */
15450 #define _GNU_SOURCE
15455 fallocate(-1, 0, 0, 0);
15460 if ac_fn_c_try_link
"$LINENO"; then :
15461 wine_cv_have_fallocate
=yes
15463 wine_cv_have_fallocate
=no
15465 rm -f core conftest.err conftest.
$ac_objext \
15466 conftest
$ac_exeext conftest.
$ac_ext
15468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_fallocate" >&5
15469 $as_echo "$wine_cv_have_fallocate" >&6; }
15470 if test "$wine_cv_have_fallocate" = "yes"
15473 $as_echo "#define HAVE_FALLOCATE 1" >>confdefs.h
15478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
15479 $as_echo_n "checking for inline... " >&6; }
15480 if ${ac_cv_c_inline+:} false
; then :
15481 $as_echo_n "(cached) " >&6
15484 for ac_kw
in inline __inline__ __inline
; do
15485 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15486 /* end confdefs.h. */
15487 #ifndef __cplusplus
15489 static $ac_kw foo_t static_foo () {return 0; }
15490 $ac_kw foo_t foo () {return 0; }
15494 if ac_fn_c_try_compile
"$LINENO"; then :
15495 ac_cv_c_inline
=$ac_kw
15497 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15498 test "$ac_cv_c_inline" != no
&& break
15502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
15503 $as_echo "$ac_cv_c_inline" >&6; }
15505 case $ac_cv_c_inline in
15508 case $ac_cv_c_inline in
15510 *) ac_val
=$ac_cv_c_inline;;
15512 cat >>confdefs.h
<<_ACEOF
15513 #ifndef __cplusplus
15514 #define inline $ac_val
15520 ac_fn_c_check_type
"$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
15521 if test "x$ac_cv_type_mode_t" = xyes
; then :
15523 cat >>confdefs.h
<<_ACEOF
15524 #define HAVE_MODE_T 1
15529 ac_fn_c_check_type
"$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
15530 if test "x$ac_cv_type_off_t" = xyes
; then :
15532 cat >>confdefs.h
<<_ACEOF
15533 #define HAVE_OFF_T 1
15538 ac_fn_c_check_type
"$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
15539 if test "x$ac_cv_type_pid_t" = xyes
; then :
15541 cat >>confdefs.h
<<_ACEOF
15542 #define HAVE_PID_T 1
15547 ac_fn_c_check_type
"$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
15548 if test "x$ac_cv_type_size_t" = xyes
; then :
15550 cat >>confdefs.h
<<_ACEOF
15551 #define HAVE_SIZE_T 1
15556 ac_fn_c_check_type
"$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
15557 if test "x$ac_cv_type_ssize_t" = xyes
; then :
15559 cat >>confdefs.h
<<_ACEOF
15560 #define HAVE_SSIZE_T 1
15565 ac_fn_c_check_type
"$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
15566 if test "x$ac_cv_type_long_long" = xyes
; then :
15568 cat >>confdefs.h
<<_ACEOF
15569 #define HAVE_LONG_LONG 1
15574 ac_fn_c_check_type
"$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
15575 if test "x$ac_cv_type_fsblkcnt_t" = xyes
; then :
15577 cat >>confdefs.h
<<_ACEOF
15578 #define HAVE_FSBLKCNT_T 1
15583 ac_fn_c_check_type
"$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
15584 if test "x$ac_cv_type_fsfilcnt_t" = xyes
; then :
15586 cat >>confdefs.h
<<_ACEOF
15587 #define HAVE_FSFILCNT_T 1
15593 ac_fn_c_check_type
"$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
15594 #include <signal.h>
15596 if test "x$ac_cv_type_sigset_t" = xyes
; then :
15598 cat >>confdefs.h
<<_ACEOF
15599 #define HAVE_SIGSET_T 1
15605 ac_fn_c_check_type
"$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
15607 if test "x$ac_cv_type_request_sense" = xyes
; then :
15609 cat >>confdefs.h
<<_ACEOF
15610 #define HAVE_REQUEST_SENSE 1
15617 ac_fn_c_check_type
"$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
15618 #ifdef HAVE_SYS_SOCKET_H
15619 #include <sys/socket.h>
15621 #ifdef HAVE_SYS_SOCKETVAR_H
15622 #include <sys/socketvar.h>
15624 #ifdef HAVE_NET_ROUTE_H
15625 #include <net/route.h>
15627 #ifdef HAVE_NETINET_IN_H
15628 #include <netinet/in.h>
15630 #ifdef HAVE_NETINET_IN_SYSTM_H
15631 #include <netinet/in_systm.h>
15633 #ifdef HAVE_NETINET_IP_H
15634 #include <netinet/ip.h>
15636 #ifdef HAVE_NETINET_IN_PCB_H
15637 #include <netinet/in_pcb.h>
15640 if test "x$ac_cv_type_struct_xinpgen" = xyes
; then :
15642 cat >>confdefs.h
<<_ACEOF
15643 #define HAVE_STRUCT_XINPGEN 1
15650 ac_fn_c_check_type
"$LINENO" "struct r_debug" "ac_cv_type_struct_r_debug" "#ifdef HAVE_LINK_H
15653 #ifdef HAVE_SYS_LINK_H
15654 #include <sys/link.h>
15657 if test "x$ac_cv_type_struct_r_debug" = xyes
; then :
15659 cat >>confdefs.h
<<_ACEOF
15660 #define HAVE_STRUCT_R_DEBUG 1
15665 ac_fn_c_check_type
"$LINENO" "struct link_map" "ac_cv_type_struct_link_map" "#ifdef HAVE_LINK_H
15668 #ifdef HAVE_SYS_LINK_H
15669 #include <sys/link.h>
15672 if test "x$ac_cv_type_struct_link_map" = xyes
; then :
15674 cat >>confdefs.h
<<_ACEOF
15675 #define HAVE_STRUCT_LINK_MAP 1
15682 ac_fn_c_check_member
"$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
15683 #include <linux/input.h>
15686 if test "x$ac_cv_member_struct_ff_effect_direction" = xyes
; then :
15688 cat >>confdefs.h
<<_ACEOF
15689 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
15696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
15697 $as_echo_n "checking for sigaddset... " >&6; }
15698 if ${wine_cv_have_sigaddset+:} false
; then :
15699 $as_echo_n "(cached) " >&6
15701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15702 /* end confdefs.h. */
15703 #include <signal.h>
15707 sigset_t set; sigaddset(&set,SIGTERM);
15712 if ac_fn_c_try_link
"$LINENO"; then :
15713 wine_cv_have_sigaddset
=yes
15715 wine_cv_have_sigaddset
=no
15717 rm -f core conftest.err conftest.
$ac_objext \
15718 conftest
$ac_exeext conftest.
$ac_ext
15720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
15721 $as_echo "$wine_cv_have_sigaddset" >&6; }
15722 if test "$wine_cv_have_sigaddset" = "yes"
15725 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
15730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
15731 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
15732 if ${wine_cv_linux_gethostbyname_r_6+:} false
; then :
15733 $as_echo_n "(cached) " >&6
15735 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15736 /* end confdefs.h. */
15744 struct hostent *result;
15751 gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
15752 gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
15758 if ac_fn_c_try_link
"$LINENO"; then :
15759 wine_cv_linux_gethostbyname_r_6
=yes
15761 wine_cv_linux_gethostbyname_r_6
=no
15764 rm -f core conftest.err conftest.
$ac_objext \
15765 conftest
$ac_exeext conftest.
$ac_ext
15768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
15769 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
15770 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
15773 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
15777 if test "$ac_cv_header_linux_joystick_h" = "yes"
15779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
15780 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
15781 if ${wine_cv_linux_joystick_22_api+:} false
; then :
15782 $as_echo_n "(cached) " >&6
15784 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
15785 /* end confdefs.h. */
15787 #include <sys/ioctl.h>
15788 #include <sys/types.h>
15789 #include <linux/joystick.h>
15791 struct js_event blub;
15792 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
15793 #error "no 2.2 header"
15804 if ac_fn_c_try_compile
"$LINENO"; then :
15805 wine_cv_linux_joystick_22_api
=yes
15807 wine_cv_linux_joystick_22_api
=no
15809 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
15813 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
15814 if test "$wine_cv_linux_joystick_22_api" = "yes"
15817 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
15823 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
15824 #ifdef HAVE_SYS_PARAM_H
15825 # include <sys/param.h>
15827 #ifdef HAVE_SYS_MOUNT_H
15828 # include <sys/mount.h>
15830 #ifdef HAVE_SYS_VFS_H
15831 # include <sys/vfs.h>
15833 #ifdef HAVE_SYS_STATFS_H
15834 # include <sys/statfs.h>
15837 if test "x$ac_cv_member_struct_statfs_f_bfree" = xyes
; then :
15839 cat >>confdefs.h
<<_ACEOF
15840 #define HAVE_STRUCT_STATFS_F_BFREE 1
15845 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
15846 #ifdef HAVE_SYS_PARAM_H
15847 # include <sys/param.h>
15849 #ifdef HAVE_SYS_MOUNT_H
15850 # include <sys/mount.h>
15852 #ifdef HAVE_SYS_VFS_H
15853 # include <sys/vfs.h>
15855 #ifdef HAVE_SYS_STATFS_H
15856 # include <sys/statfs.h>
15859 if test "x$ac_cv_member_struct_statfs_f_bavail" = xyes
; then :
15861 cat >>confdefs.h
<<_ACEOF
15862 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
15867 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
15868 #ifdef HAVE_SYS_PARAM_H
15869 # include <sys/param.h>
15871 #ifdef HAVE_SYS_MOUNT_H
15872 # include <sys/mount.h>
15874 #ifdef HAVE_SYS_VFS_H
15875 # include <sys/vfs.h>
15877 #ifdef HAVE_SYS_STATFS_H
15878 # include <sys/statfs.h>
15881 if test "x$ac_cv_member_struct_statfs_f_frsize" = xyes
; then :
15883 cat >>confdefs.h
<<_ACEOF
15884 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
15889 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
15890 #ifdef HAVE_SYS_PARAM_H
15891 # include <sys/param.h>
15893 #ifdef HAVE_SYS_MOUNT_H
15894 # include <sys/mount.h>
15896 #ifdef HAVE_SYS_VFS_H
15897 # include <sys/vfs.h>
15899 #ifdef HAVE_SYS_STATFS_H
15900 # include <sys/statfs.h>
15903 if test "x$ac_cv_member_struct_statfs_f_ffree" = xyes
; then :
15905 cat >>confdefs.h
<<_ACEOF
15906 #define HAVE_STRUCT_STATFS_F_FFREE 1
15911 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
15912 #ifdef HAVE_SYS_PARAM_H
15913 # include <sys/param.h>
15915 #ifdef HAVE_SYS_MOUNT_H
15916 # include <sys/mount.h>
15918 #ifdef HAVE_SYS_VFS_H
15919 # include <sys/vfs.h>
15921 #ifdef HAVE_SYS_STATFS_H
15922 # include <sys/statfs.h>
15925 if test "x$ac_cv_member_struct_statfs_f_favail" = xyes
; then :
15927 cat >>confdefs.h
<<_ACEOF
15928 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
15933 ac_fn_c_check_member
"$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
15934 #ifdef HAVE_SYS_PARAM_H
15935 # include <sys/param.h>
15937 #ifdef HAVE_SYS_MOUNT_H
15938 # include <sys/mount.h>
15940 #ifdef HAVE_SYS_VFS_H
15941 # include <sys/vfs.h>
15943 #ifdef HAVE_SYS_STATFS_H
15944 # include <sys/statfs.h>
15947 if test "x$ac_cv_member_struct_statfs_f_namelen" = xyes
; then :
15949 cat >>confdefs.h
<<_ACEOF
15950 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
15957 ac_fn_c_check_member
"$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
15958 #include <sys/statvfs.h>
15961 if test "x$ac_cv_member_struct_statvfs_f_blocks" = xyes
; then :
15963 cat >>confdefs.h
<<_ACEOF
15964 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
15971 ac_fn_c_check_member
"$LINENO" "struct dirent" "d_reclen" "ac_cv_member_struct_dirent_d_reclen" "#ifdef HAVE_DIRENT_H
15972 #include <dirent.h>
15975 if test "x$ac_cv_member_struct_dirent_d_reclen" = xyes
; then :
15977 cat >>confdefs.h
<<_ACEOF
15978 #define HAVE_STRUCT_DIRENT_D_RECLEN 1
15985 ac_fn_c_check_member
"$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
15986 #ifdef HAVE_SYS_SOCKET_H
15987 # include <sys/socket.h>
15989 #ifdef HAVE_SYS_UN_H
15990 # include <sys/un.h>
15993 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = xyes
; then :
15995 cat >>confdefs.h
<<_ACEOF
15996 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
16001 ac_fn_c_check_member
"$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
16002 #ifdef HAVE_SYS_SOCKET_H
16003 # include <sys/socket.h>
16005 #ifdef HAVE_SYS_UN_H
16006 # include <sys/un.h>
16009 if test "x$ac_cv_member_struct_sockaddr_sa_len" = xyes
; then :
16011 cat >>confdefs.h
<<_ACEOF
16012 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
16017 ac_fn_c_check_member
"$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
16018 #ifdef HAVE_SYS_SOCKET_H
16019 # include <sys/socket.h>
16021 #ifdef HAVE_SYS_UN_H
16022 # include <sys/un.h>
16025 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = xyes
; then :
16027 cat >>confdefs.h
<<_ACEOF
16028 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
16035 ac_fn_c_check_member
"$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
16036 #ifdef HAVE_SCSI_SG_H
16037 #include <scsi/sg.h>
16040 if test "x$ac_cv_member_scsireq_t_cmd" = xyes
; then :
16042 cat >>confdefs.h
<<_ACEOF
16043 #define HAVE_SCSIREQ_T_CMD 1
16048 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>
16049 #ifdef HAVE_SCSI_SG_H
16050 #include <scsi/sg.h>
16053 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = xyes
; then :
16055 cat >>confdefs.h
<<_ACEOF
16056 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
16063 ac_fn_c_check_member
"$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
16065 if test "x$ac_cv_member_siginfo_t_si_fd" = xyes
; then :
16067 cat >>confdefs.h
<<_ACEOF
16068 #define HAVE_SIGINFO_T_SI_FD 1
16075 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
16076 #ifdef HAVE_SYS_MTIO_H
16077 #include <sys/mtio.h>
16080 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = xyes
; then :
16082 cat >>confdefs.h
<<_ACEOF
16083 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
16088 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
16089 #ifdef HAVE_SYS_MTIO_H
16090 #include <sys/mtio.h>
16093 if test "x$ac_cv_member_struct_mtget_mt_gstat" = xyes
; then :
16095 cat >>confdefs.h
<<_ACEOF
16096 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
16101 ac_fn_c_check_member
"$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
16102 #ifdef HAVE_SYS_MTIO_H
16103 #include <sys/mtio.h>
16106 if test "x$ac_cv_member_struct_mtget_mt_blkno" = xyes
; then :
16108 cat >>confdefs.h
<<_ACEOF
16109 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
16116 ac_fn_c_check_member
"$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
16117 #include <getopt.h>
16120 if test "x$ac_cv_member_struct_option_name" = xyes
; then :
16122 cat >>confdefs.h
<<_ACEOF
16123 #define HAVE_STRUCT_OPTION_NAME 1
16130 ac_fn_c_check_member
"$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
16131 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes
; then :
16133 cat >>confdefs.h
<<_ACEOF
16134 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
16139 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
16140 if test "x$ac_cv_member_struct_stat_st_mtim" = xyes
; then :
16142 cat >>confdefs.h
<<_ACEOF
16143 #define HAVE_STRUCT_STAT_ST_MTIM 1
16148 ac_fn_c_check_member
"$LINENO" "struct stat" "st_mtimespec" "ac_cv_member_struct_stat_st_mtimespec" "$ac_includes_default"
16149 if test "x$ac_cv_member_struct_stat_st_mtimespec" = xyes
; then :
16151 cat >>confdefs.h
<<_ACEOF
16152 #define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
16157 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
16158 if test "x$ac_cv_member_struct_stat_st_ctim" = xyes
; then :
16160 cat >>confdefs.h
<<_ACEOF
16161 #define HAVE_STRUCT_STAT_ST_CTIM 1
16166 ac_fn_c_check_member
"$LINENO" "struct stat" "st_ctimespec" "ac_cv_member_struct_stat_st_ctimespec" "$ac_includes_default"
16167 if test "x$ac_cv_member_struct_stat_st_ctimespec" = xyes
; then :
16169 cat >>confdefs.h
<<_ACEOF
16170 #define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
16175 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
16176 if test "x$ac_cv_member_struct_stat_st_atim" = xyes
; then :
16178 cat >>confdefs.h
<<_ACEOF
16179 #define HAVE_STRUCT_STAT_ST_ATIM 1
16184 ac_fn_c_check_member
"$LINENO" "struct stat" "st_atimespec" "ac_cv_member_struct_stat_st_atimespec" "$ac_includes_default"
16185 if test "x$ac_cv_member_struct_stat_st_atimespec" = xyes
; then :
16187 cat >>confdefs.h
<<_ACEOF
16188 #define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
16193 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtime" "ac_cv_member_struct_stat_st_birthtime" "$ac_includes_default"
16194 if test "x$ac_cv_member_struct_stat_st_birthtime" = xyes
; then :
16196 cat >>confdefs.h
<<_ACEOF
16197 #define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
16202 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtim" "ac_cv_member_struct_stat_st_birthtim" "$ac_includes_default"
16203 if test "x$ac_cv_member_struct_stat_st_birthtim" = xyes
; then :
16205 cat >>confdefs.h
<<_ACEOF
16206 #define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
16211 ac_fn_c_check_member
"$LINENO" "struct stat" "st_birthtimespec" "ac_cv_member_struct_stat_st_birthtimespec" "$ac_includes_default"
16212 if test "x$ac_cv_member_struct_stat_st_birthtimespec" = xyes
; then :
16214 cat >>confdefs.h
<<_ACEOF
16215 #define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
16220 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtime" "ac_cv_member_struct_stat___st_birthtime" "$ac_includes_default"
16221 if test "x$ac_cv_member_struct_stat___st_birthtime" = xyes
; then :
16223 cat >>confdefs.h
<<_ACEOF
16224 #define HAVE_STRUCT_STAT___ST_BIRTHTIME 1
16229 ac_fn_c_check_member
"$LINENO" "struct stat" "__st_birthtim" "ac_cv_member_struct_stat___st_birthtim" "$ac_includes_default"
16230 if test "x$ac_cv_member_struct_stat___st_birthtim" = xyes
; then :
16232 cat >>confdefs.h
<<_ACEOF
16233 #define HAVE_STRUCT_STAT___ST_BIRTHTIM 1
16240 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
16241 #include <sys/types.h>
16243 #ifdef HAVE_NETINET_IN_H
16244 #include <netinet/in.h>
16247 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = xyes
; then :
16249 cat >>confdefs.h
<<_ACEOF
16250 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
16257 ac_fn_c_check_type
"$LINENO" "struct __res_state" "ac_cv_type_struct___res_state" "#ifdef HAVE_RESOLV_H
16258 #include <resolv.h>
16261 if test "x$ac_cv_type_struct___res_state" = xyes
; then :
16263 cat >>confdefs.h
<<_ACEOF
16264 #define HAVE_STRUCT___RES_STATE 1
16271 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
16272 #include <resolv.h>
16275 if test "x$ac_cv_member_struct___res_state__u__ext_nscount6" = xyes
; then :
16277 cat >>confdefs.h
<<_ACEOF
16278 #define HAVE_STRUCT___RES_STATE__U__EXT_NSCOUNT6 1
16285 ac_fn_c_check_member
"$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
16286 #include <sys/types.h>
16288 #ifdef HAVE_NETINET_IN_H
16289 # include <netinet/in.h>
16291 #ifdef HAVE_ARPA_NAMESER_H
16292 # include <arpa/nameser.h>
16295 if test "x$ac_cv_member_ns_msg__msg_ptr" = xyes
; then :
16297 cat >>confdefs.h
<<_ACEOF
16298 #define HAVE_NS_MSG__MSG_PTR 1
16305 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_inhist" "ac_cv_member_struct_icmpstat_icps_inhist" "#ifdef HAVE_SYS_TYPES_H
16306 #include <sys/types.h>
16308 #ifdef HAVE_NETINET_IP_H
16309 #include <netinet/ip.h>
16311 #ifdef HAVE_NETINET_IP_ICMP_H
16312 #include <netinet/ip_icmp.h>
16314 #ifdef HAVE_NETINET_ICMP_VAR_H
16315 #include <netinet/icmp_var.h>
16318 if test "x$ac_cv_member_struct_icmpstat_icps_inhist" = xyes
; then :
16320 cat >>confdefs.h
<<_ACEOF
16321 #define HAVE_STRUCT_ICMPSTAT_ICPS_INHIST 1
16328 ac_fn_c_check_member
"$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
16329 #include <sys/types.h>
16331 #ifdef HAVE_ALIAS_H
16334 #ifdef HAVE_SYS_SOCKET_H
16335 #include <sys/socket.h>
16337 #ifdef HAVE_SYS_SOCKETVAR_H
16338 #include <sys/socketvar.h>
16340 #ifdef HAVE_SYS_TIMEOUT_H
16341 #include <sys/timeout.h>
16343 #ifdef HAVE_NETINET_IN_H
16344 #include <netinet/in.h>
16346 #ifdef HAVE_NETINET_IN_SYSTM_H
16347 #include <netinet/in_systm.h>
16349 #ifdef HAVE_NETINET_IP_H
16350 #include <netinet/ip.h>
16352 #ifdef HAVE_NETINET_IP_VAR_H
16353 #include <netinet/ip_var.h>
16355 #ifdef HAVE_NETINET_IP_ICMP_H
16356 #include <netinet/ip_icmp.h>
16358 #ifdef HAVE_NETINET_ICMP_VAR_H
16359 #include <netinet/icmp_var.h>
16362 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = xyes
; then :
16364 cat >>confdefs.h
<<_ACEOF
16365 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
16372 ac_fn_c_check_member
"$LINENO" "struct ipstat" "ips_total" "ac_cv_member_struct_ipstat_ips_total" "#ifdef HAVE_SYS_TYPES_H
16373 #include <sys/types.h>
16375 #ifdef HAVE_SYS_SOCKETVAR_H
16376 #include <sys/socketvar.h>
16378 #ifdef HAVE_NETINET_IN_H
16379 #include <netinet/in.h>
16381 #ifdef HAVE_NETINET_IP_VAR_H
16382 #include <netinet/ip_var.h>
16385 if test "x$ac_cv_member_struct_ipstat_ips_total" = xyes
; then :
16387 cat >>confdefs.h
<<_ACEOF
16388 #define HAVE_STRUCT_IPSTAT_IPS_TOTAL 1
16395 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
16396 #include <netinet/ip_var.h>
16399 if test "x$ac_cv_member_struct_ip_stats_ips_total" = xyes
; then :
16401 cat >>confdefs.h
<<_ACEOF
16402 #define HAVE_STRUCT_IP_STATS_IPS_TOTAL 1
16409 ac_fn_c_check_member
"$LINENO" "struct tcpstat" "tcps_connattempt" "ac_cv_member_struct_tcpstat_tcps_connattempt" "#ifdef HAVE_SYS_TYPES_H
16410 #include <sys/types.h>
16412 #ifdef HAVE_SYS_SOCKETVAR_H
16413 #include <sys/socketvar.h>
16415 #ifdef HAVE_NETINET_IN_H
16416 #include <netinet/in.h>
16418 #ifdef HAVE_NETINET_TCP_H
16419 #include <netinet/tcp.h>
16421 #ifdef HAVE_NETINET_TCP_VAR_H
16422 #include <netinet/tcp_var.h>
16425 if test "x$ac_cv_member_struct_tcpstat_tcps_connattempt" = xyes
; then :
16427 cat >>confdefs.h
<<_ACEOF
16428 #define HAVE_STRUCT_TCPSTAT_TCPS_CONNATTEMPT 1
16435 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
16436 #include <netinet/tcp_var.h>
16439 if test "x$ac_cv_member_struct_tcp_stats_tcps_connattempt" = xyes
; then :
16441 cat >>confdefs.h
<<_ACEOF
16442 #define HAVE_STRUCT_TCP_STATS_TCPS_CONNATTEMPT 1
16449 ac_fn_c_check_member
"$LINENO" "struct udpstat" "udps_ipackets" "ac_cv_member_struct_udpstat_udps_ipackets" "#ifdef HAVE_SYS_TYPES_H
16450 #include <sys/types.h>
16452 #ifdef HAVE_NETINET_IN_H
16453 #include <netinet/in.h>
16455 #ifdef HAVE_NETINET_IP_VAR_H
16456 #include <netinet/ip_var.h>
16458 #ifdef HAVE_NETINET_UDP_H
16459 #include <netinet/udp.h>
16461 #ifdef HAVE_NETINET_UDP_VAR_H
16462 #include <netinet/udp_var.h>
16465 if test "x$ac_cv_member_struct_udpstat_udps_ipackets" = xyes
; then :
16467 cat >>confdefs.h
<<_ACEOF
16468 #define HAVE_STRUCT_UDPSTAT_UDPS_IPACKETS 1
16475 ac_fn_c_check_member
"$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
16476 #include <sys/types.h>
16478 #ifdef HAVE_NET_IF_H
16479 # include <net/if.h>
16482 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = xyes
; then :
16484 cat >>confdefs.h
<<_ACEOF
16485 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
16492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
16493 $as_echo_n "checking for timezone variable... " >&6; }
16494 if ${ac_cv_have_timezone+:} false
; then :
16495 $as_echo_n "(cached) " >&6
16497 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16498 /* end confdefs.h. */
16508 if ac_fn_c_try_link
"$LINENO"; then :
16509 ac_cv_have_timezone
="yes"
16511 ac_cv_have_timezone
="no"
16513 rm -f core conftest.err conftest.
$ac_objext \
16514 conftest
$ac_exeext conftest.
$ac_ext
16516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
16517 $as_echo "$ac_cv_have_timezone" >&6; }
16518 if test "$ac_cv_have_timezone" = "yes"
16521 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
16524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
16525 $as_echo_n "checking for daylight variable... " >&6; }
16526 if ${ac_cv_have_daylight+:} false
; then :
16527 $as_echo_n "(cached) " >&6
16529 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16530 /* end confdefs.h. */
16540 if ac_fn_c_try_link
"$LINENO"; then :
16541 ac_cv_have_daylight
="yes"
16543 ac_cv_have_daylight
="no"
16545 rm -f core conftest.err conftest.
$ac_objext \
16546 conftest
$ac_exeext conftest.
$ac_ext
16548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
16549 $as_echo "$ac_cv_have_daylight" >&6; }
16550 if test "$ac_cv_have_daylight" = "yes"
16553 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
16557 ac_save_LIBS
="$LIBS"
16559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isfinite" >&5
16560 $as_echo_n "checking for isfinite... " >&6; }
16561 if ${ac_cv_have_isfinite+:} false
; then :
16562 $as_echo_n "(cached) " >&6
16564 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16565 /* end confdefs.h. */
16566 #define _GNU_SOURCE
16571 float f = 0.0; return isfinite(f)
16576 if ac_fn_c_try_link
"$LINENO"; then :
16577 ac_cv_have_isfinite
="yes"
16579 ac_cv_have_isfinite
="no"
16581 rm -f core conftest.err conftest.
$ac_objext \
16582 conftest
$ac_exeext conftest.
$ac_ext
16584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isfinite" >&5
16585 $as_echo "$ac_cv_have_isfinite" >&6; }
16586 if test "$ac_cv_have_isfinite" = "yes"
16589 $as_echo "#define HAVE_ISFINITE 1" >>confdefs.h
16593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
16594 $as_echo_n "checking for isinf... " >&6; }
16595 if ${ac_cv_have_isinf+:} false
; then :
16596 $as_echo_n "(cached) " >&6
16598 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16599 /* end confdefs.h. */
16604 float f = 0.0; return isinf(f)
16609 if ac_fn_c_try_link
"$LINENO"; then :
16610 ac_cv_have_isinf
="yes"
16612 ac_cv_have_isinf
="no"
16614 rm -f core conftest.err conftest.
$ac_objext \
16615 conftest
$ac_exeext conftest.
$ac_ext
16617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
16618 $as_echo "$ac_cv_have_isinf" >&6; }
16619 if test "$ac_cv_have_isinf" = "yes"
16622 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
16626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
16627 $as_echo_n "checking for isnan... " >&6; }
16628 if ${ac_cv_have_isnan+:} false
; then :
16629 $as_echo_n "(cached) " >&6
16631 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16632 /* end confdefs.h. */
16637 float f = 0.0; return isnan(f)
16642 if ac_fn_c_try_link
"$LINENO"; then :
16643 ac_cv_have_isnan
="yes"
16645 ac_cv_have_isnan
="no"
16647 rm -f core conftest.err conftest.
$ac_objext \
16648 conftest
$ac_exeext conftest.
$ac_ext
16650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
16651 $as_echo "$ac_cv_have_isnan" >&6; }
16652 if test "$ac_cv_have_isnan" = "yes"
16655 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
16684 as_ac_var
=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
16685 ac_fn_c_check_func
"$LINENO" "$ac_func" "$as_ac_var"
16686 if eval test \"x\$
"$as_ac_var"\" = x
"yes"; then :
16687 cat >>confdefs.h
<<_ACEOF
16688 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
16694 LIBS
="$ac_save_LIBS"
16696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __builtin_clz" >&5
16697 $as_echo_n "checking for __builtin_clz... " >&6; }
16698 if ${ac_cv_have___builtin_clz+:} false
; then :
16699 $as_echo_n "(cached) " >&6
16701 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16702 /* end confdefs.h. */
16707 return __builtin_clz(1)
16712 if ac_fn_c_try_link
"$LINENO"; then :
16713 ac_cv_have___builtin_clz
="yes"
16715 ac_cv_have___builtin_clz
="no"
16717 rm -f core conftest.err conftest.
$ac_objext \
16718 conftest
$ac_exeext conftest.
$ac_ext
16720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have___builtin_clz" >&5
16721 $as_echo "$ac_cv_have___builtin_clz" >&6; }
16722 if test "$ac_cv_have___builtin_clz" = "yes"
16725 $as_echo "#define HAVE___BUILTIN_CLZ 1" >>confdefs.h
16731 *i
[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
16732 $as_echo_n "checking whether we need to define __i386__... " >&6; }
16733 if ${ac_cv_cpp_def___i386__+:} false
; then :
16734 $as_echo_n "(cached) " >&6
16736 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16737 /* end confdefs.h. */
16742 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16743 $EGREP "yes" >/dev
/null
2>&1; then :
16744 ac_cv_cpp_def___i386__
=yes
16746 ac_cv_cpp_def___i386__
=no
16751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
16752 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
16753 if test "x$ac_cv_cpp_def___i386__" = xyes
; then :
16754 CFLAGS
="$CFLAGS -D__i386__"
16755 LINTFLAGS
="$LINTFLAGS -D__i386__"
16757 *x86_64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
16758 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
16759 if ${ac_cv_cpp_def___x86_64__+:} false
; then :
16760 $as_echo_n "(cached) " >&6
16762 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16763 /* end confdefs.h. */
16768 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16769 $EGREP "yes" >/dev
/null
2>&1; then :
16770 ac_cv_cpp_def___x86_64__
=yes
16772 ac_cv_cpp_def___x86_64__
=no
16777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
16778 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
16779 if test "x$ac_cv_cpp_def___x86_64__" = xyes
; then :
16780 CFLAGS
="$CFLAGS -D__x86_64__"
16781 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
16783 *sparc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc64__" >&5
16784 $as_echo_n "checking whether we need to define __sparc64__... " >&6; }
16785 if ${ac_cv_cpp_def___sparc64__+:} false
; then :
16786 $as_echo_n "(cached) " >&6
16788 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16789 /* end confdefs.h. */
16790 #ifndef __sparc64__
16794 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16795 $EGREP "yes" >/dev
/null
2>&1; then :
16796 ac_cv_cpp_def___sparc64__
=yes
16798 ac_cv_cpp_def___sparc64__
=no
16803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc64__" >&5
16804 $as_echo "$ac_cv_cpp_def___sparc64__" >&6; }
16805 if test "x$ac_cv_cpp_def___sparc64__" = xyes
; then :
16806 CFLAGS
="$CFLAGS -D__sparc64__"
16807 LINTFLAGS
="$LINTFLAGS -D__sparc64__"
16809 *sparc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
16810 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
16811 if ${ac_cv_cpp_def___sparc__+:} false
; then :
16812 $as_echo_n "(cached) " >&6
16814 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16815 /* end confdefs.h. */
16820 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16821 $EGREP "yes" >/dev
/null
2>&1; then :
16822 ac_cv_cpp_def___sparc__
=yes
16824 ac_cv_cpp_def___sparc__
=no
16829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
16830 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
16831 if test "x$ac_cv_cpp_def___sparc__" = xyes
; then :
16832 CFLAGS
="$CFLAGS -D__sparc__"
16833 LINTFLAGS
="$LINTFLAGS -D__sparc__"
16835 *powerpc64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc64__" >&5
16836 $as_echo_n "checking whether we need to define __powerpc64__... " >&6; }
16837 if ${ac_cv_cpp_def___powerpc64__+:} false
; then :
16838 $as_echo_n "(cached) " >&6
16840 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16841 /* end confdefs.h. */
16842 #ifndef __powerpc64__
16846 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16847 $EGREP "yes" >/dev
/null
2>&1; then :
16848 ac_cv_cpp_def___powerpc64__
=yes
16850 ac_cv_cpp_def___powerpc64__
=no
16855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc64__" >&5
16856 $as_echo "$ac_cv_cpp_def___powerpc64__" >&6; }
16857 if test "x$ac_cv_cpp_def___powerpc64__" = xyes
; then :
16858 CFLAGS
="$CFLAGS -D__powerpc64__"
16859 LINTFLAGS
="$LINTFLAGS -D__powerpc64__"
16861 *powerpc
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
16862 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
16863 if ${ac_cv_cpp_def___powerpc__+:} false
; then :
16864 $as_echo_n "(cached) " >&6
16866 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16867 /* end confdefs.h. */
16868 #ifndef __powerpc__
16872 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16873 $EGREP "yes" >/dev
/null
2>&1; then :
16874 ac_cv_cpp_def___powerpc__
=yes
16876 ac_cv_cpp_def___powerpc__
=no
16881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
16882 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
16883 if test "x$ac_cv_cpp_def___powerpc__" = xyes
; then :
16884 CFLAGS
="$CFLAGS -D__powerpc__"
16885 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
16887 *aarch64
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __aarch64__" >&5
16888 $as_echo_n "checking whether we need to define __aarch64__... " >&6; }
16889 if ${ac_cv_cpp_def___aarch64__+:} false
; then :
16890 $as_echo_n "(cached) " >&6
16892 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16893 /* end confdefs.h. */
16894 #ifndef __aarch64__
16898 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16899 $EGREP "yes" >/dev
/null
2>&1; then :
16900 ac_cv_cpp_def___aarch64__
=yes
16902 ac_cv_cpp_def___aarch64__
=no
16907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___aarch64__" >&5
16908 $as_echo "$ac_cv_cpp_def___aarch64__" >&6; }
16909 if test "x$ac_cv_cpp_def___aarch64__" = xyes
; then :
16910 CFLAGS
="$CFLAGS -D__aarch64__"
16911 LINTFLAGS
="$LINTFLAGS -D__aarch64__"
16913 *arm
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __arm__" >&5
16914 $as_echo_n "checking whether we need to define __arm__... " >&6; }
16915 if ${ac_cv_cpp_def___arm__+:} false
; then :
16916 $as_echo_n "(cached) " >&6
16918 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16919 /* end confdefs.h. */
16924 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16925 $EGREP "yes" >/dev
/null
2>&1; then :
16926 ac_cv_cpp_def___arm__
=yes
16928 ac_cv_cpp_def___arm__
=no
16933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___arm__" >&5
16934 $as_echo "$ac_cv_cpp_def___arm__" >&6; }
16935 if test "x$ac_cv_cpp_def___arm__" = xyes
; then :
16936 CFLAGS
="$CFLAGS -D__arm__"
16937 LINTFLAGS
="$LINTFLAGS -D__arm__"
16941 case $host_vendor in
16942 *sun
*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
16943 $as_echo_n "checking whether we need to define __sun__... " >&6; }
16944 if ${ac_cv_cpp_def___sun__+:} false
; then :
16945 $as_echo_n "(cached) " >&6
16947 cat confdefs.h
- <<_ACEOF >conftest.$ac_ext
16948 /* end confdefs.h. */
16953 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16954 $EGREP "yes" >/dev
/null
2>&1; then :
16955 ac_cv_cpp_def___sun__
=yes
16957 ac_cv_cpp_def___sun__
=no
16962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
16963 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
16964 if test "x$ac_cv_cpp_def___sun__" = xyes
; then :
16965 CFLAGS
="$CFLAGS -D__sun__"
16966 LINTFLAGS
="$LINTFLAGS -D__sun__"
16974 ac_config_commands
="$ac_config_commands include/stamp-h"
16976 $as_echo_n "creating Makefile rules..." >&6
16978 ALL_VARS_RULES
="OPENGL_LIBS = $OPENGL_LIBS
16979 SOCKET_LIBS = $SOCKET_LIBS
16980 COREFOUNDATION_LIBS = $COREFOUNDATION_LIBS
16981 IOKIT_LIBS = $IOKIT_LIBS
16982 FORCEFEEDBACK_LIBS = $FORCEFEEDBACK_LIBS
16983 APPLICATIONSERVICES_LIBS = $APPLICATIONSERVICES_LIBS
16984 CORESERVICES_LIBS = $CORESERVICES_LIBS
16985 APPKIT_LIBS = $APPKIT_LIBS
16986 DISKARBITRATION_LIBS = $DISKARBITRATION_LIBS
16987 SECURITY_LIBS = $SECURITY_LIBS
16988 COREAUDIO_LIBS = $COREAUDIO_LIBS
16989 OPENAL_LIBS = $OPENAL_LIBS
16990 OPENCL_LIBS = $OPENCL_LIBS
16991 QUICKTIME_LIBS = $QUICKTIME_LIBS
16992 CARBON_LIBS = $CARBON_LIBS
16993 PTHREAD_LIBS = $PTHREAD_LIBS
16994 X_CFLAGS = $X_CFLAGS
16995 X_PRE_LIBS = $X_PRE_LIBS
16997 X_EXTRA_LIBS = $X_EXTRA_LIBS
16998 XML2_CFLAGS = $XML2_CFLAGS
16999 XML2_LIBS = $XML2_LIBS
17000 XSLT_CFLAGS = $XSLT_CFLAGS
17001 XSLT_LIBS = $XSLT_LIBS
17002 DBUS_CFLAGS = $DBUS_CFLAGS
17003 DBUS_LIBS = $DBUS_LIBS
17004 HAL_CFLAGS = $HAL_CFLAGS
17005 HAL_LIBS = $HAL_LIBS
17006 GNUTLS_CFLAGS = $GNUTLS_CFLAGS
17007 GNUTLS_LIBS = $GNUTLS_LIBS
17008 SANE_CFLAGS = $SANE_CFLAGS
17009 SANE_LIBS = $SANE_LIBS
17010 GPHOTO2_CFLAGS = $GPHOTO2_CFLAGS
17011 GPHOTO2_LIBS = $GPHOTO2_LIBS
17012 GPHOTO2_PORT_CFLAGS = $GPHOTO2_PORT_CFLAGS
17013 GPHOTO2_PORT_LIBS = $GPHOTO2_PORT_LIBS
17014 RESOLV_LIBS = $RESOLV_LIBS
17015 LCMS2_CFLAGS = $LCMS2_CFLAGS
17016 LCMS2_LIBS = $LCMS2_LIBS
17017 FREETYPE_CFLAGS = $FREETYPE_CFLAGS
17018 FREETYPE_LIBS = $FREETYPE_LIBS
17020 GETTEXTPO_LIBS = $GETTEXTPO_LIBS
17021 GSTREAMER_CFLAGS = $GSTREAMER_CFLAGS
17022 GSTREAMER_LIBS = $GSTREAMER_LIBS
17023 ALSA_LIBS = $ALSA_LIBS
17024 OSS4_CFLAGS = $OSS4_CFLAGS
17025 CAPI20_CFLAGS = $CAPI20_CFLAGS
17026 CAPI20_LIBS = $CAPI20_LIBS
17027 CUPS_CFLAGS = $CUPS_CFLAGS
17028 FONTCONFIG_CFLAGS = $FONTCONFIG_CFLAGS
17029 FONTCONFIG_LIBS = $FONTCONFIG_LIBS
17030 JPEG_CFLAGS = $JPEG_CFLAGS
17031 JPEG_LIBS = $JPEG_LIBS
17032 PNG_CFLAGS = $PNG_CFLAGS
17033 PNG_LIBS = $PNG_LIBS
17034 TIFF_CFLAGS = $TIFF_CFLAGS
17035 TIFF_LIBS = $TIFF_LIBS
17036 MPG123_CFLAGS = $MPG123_CFLAGS
17037 MPG123_LIBS = $MPG123_LIBS
17038 KSTAT_LIBS = $KSTAT_LIBS
17039 PROCSTAT_LIBS = $PROCSTAT_LIBS
17041 POLL_LIBS = $POLL_LIBS
17043 LDAP_LIBS = $LDAP_LIBS
17048 wine_fn_append_rule
"
17049 # Rules automatically generated by configure
17051 CLEAN_FILES = *.o *.a *.so *.res *.fake *.ok *.tab.[ch] *.yy.c
17056 Makefile: $srcdir/Makefile.in $srcdir/Make.vars.in config.status \$(MAKEDEP)
17057 @./config.status Make.tmp Makefile"
17059 test "$srcdir" = .
&& wine_fn_append_rule
"all: .gitignore
17060 .gitignore: config.status
17061 @./config.status .gitignore"
17063 test -n "$CROSSTARGET" || wine_fn_append_rule
"crosstest:
17064 @echo \"crosstest is not supported (mingw not installed?)\" && false"
17066 if test "x$enable_fonts" != xno
; then
17067 ac_config_links
="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
17068 ac_config_links
="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
17069 ac_config_links
="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
17070 ac_config_links
="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
17071 test "$srcdir" = "." || wine_fn_config_symlink fonts
/marlett.ttf fonts
/symbol.ttf fonts
/tahoma.ttf fonts
/tahomabd.ttf
17073 ac_config_links
="$ac_config_links loader/l_intl.nls:loader/l_intl.nls"
17074 test "$srcdir" = "." || wine_fn_config_symlink loader
/l_intl.nls
17075 ac_config_links
="$ac_config_links po/LINGUAS:po/LINGUAS"
17076 test "$srcdir" = "." || wine_fn_config_symlink po
/LINGUAS
17077 ac_config_links
="$ac_config_links wine:tools/winewrapper"
17078 wine_fn_config_symlink wine
17079 if test "x$enable_win64" != xno
; then
17080 ac_config_links
="$ac_config_links wine64:tools/winewrapper"
17081 wine_fn_config_symlink wine64
17084 wine_fn_config_dll acledit enable_acledit
17085 wine_fn_config_dll aclui enable_aclui implib
17086 wine_fn_config_dll activeds enable_activeds implib
17087 wine_fn_config_dll actxprxy enable_actxprxy clean
17088 wine_fn_config_lib adsiid
17089 wine_fn_config_dll advapi32 enable_advapi32 clean
,implib
17090 wine_fn_config_test dlls
/advapi32
/tests advapi32_test
17091 wine_fn_config_dll advpack enable_advpack implib
17092 wine_fn_config_test dlls
/advpack
/tests advpack_test
17093 wine_fn_config_dll amstream enable_amstream clean
17094 wine_fn_config_test dlls
/amstream
/tests amstream_test
17095 wine_fn_config_dll api-ms-win-core-com-l1-1-0 enable_api_ms_win_core_com_l1_1_0
17096 wine_fn_config_dll api-ms-win-core-console-l1-1-0 enable_api_ms_win_core_console_l1_1_0
17097 wine_fn_config_dll api-ms-win-core-datetime-l1-1-0 enable_api_ms_win_core_datetime_l1_1_0
17098 wine_fn_config_dll api-ms-win-core-datetime-l1-1-1 enable_api_ms_win_core_datetime_l1_1_1
17099 wine_fn_config_dll api-ms-win-core-debug-l1-1-0 enable_api_ms_win_core_debug_l1_1_0
17100 wine_fn_config_dll api-ms-win-core-debug-l1-1-1 enable_api_ms_win_core_debug_l1_1_1
17101 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-0 enable_api_ms_win_core_errorhandling_l1_1_0
17102 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-1 enable_api_ms_win_core_errorhandling_l1_1_1
17103 wine_fn_config_dll api-ms-win-core-errorhandling-l1-1-2 enable_api_ms_win_core_errorhandling_l1_1_2
17104 wine_fn_config_dll api-ms-win-core-fibers-l1-1-0 enable_api_ms_win_core_fibers_l1_1_0
17105 wine_fn_config_dll api-ms-win-core-fibers-l1-1-1 enable_api_ms_win_core_fibers_l1_1_1
17106 wine_fn_config_dll api-ms-win-core-file-l1-1-0 enable_api_ms_win_core_file_l1_1_0
17107 wine_fn_config_dll api-ms-win-core-file-l1-2-0 enable_api_ms_win_core_file_l1_2_0
17108 wine_fn_config_dll api-ms-win-core-file-l2-1-0 enable_api_ms_win_core_file_l2_1_0
17109 wine_fn_config_dll api-ms-win-core-file-l2-1-1 enable_api_ms_win_core_file_l2_1_1
17110 wine_fn_config_dll api-ms-win-core-handle-l1-1-0 enable_api_ms_win_core_handle_l1_1_0
17111 wine_fn_config_dll api-ms-win-core-heap-l1-1-0 enable_api_ms_win_core_heap_l1_1_0
17112 wine_fn_config_dll api-ms-win-core-heap-l1-2-0 enable_api_ms_win_core_heap_l1_2_0
17113 wine_fn_config_dll api-ms-win-core-heap-obsolete-l1-1-0 enable_api_ms_win_core_heap_obsolete_l1_1_0
17114 wine_fn_config_dll api-ms-win-core-interlocked-l1-1-0 enable_api_ms_win_core_interlocked_l1_1_0
17115 wine_fn_config_dll api-ms-win-core-interlocked-l1-2-0 enable_api_ms_win_core_interlocked_l1_2_0
17116 wine_fn_config_dll api-ms-win-core-io-l1-1-1 enable_api_ms_win_core_io_l1_1_1
17117 wine_fn_config_dll api-ms-win-core-kernel32-legacy-l1-1-0 enable_api_ms_win_core_kernel32_legacy_l1_1_0
17118 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-0 enable_api_ms_win_core_libraryloader_l1_1_0
17119 wine_fn_config_dll api-ms-win-core-libraryloader-l1-1-1 enable_api_ms_win_core_libraryloader_l1_1_1
17120 wine_fn_config_dll api-ms-win-core-localization-l1-2-0 enable_api_ms_win_core_localization_l1_2_0
17121 wine_fn_config_dll api-ms-win-core-localization-l1-2-1 enable_api_ms_win_core_localization_l1_2_1
17122 wine_fn_config_dll api-ms-win-core-localization-obsolete-l1-1-0 enable_api_ms_win_core_localization_obsolete_l1_1_0
17123 wine_fn_config_dll api-ms-win-core-localregistry-l1-1-0 enable_api_ms_win_core_localregistry_l1_1_0
17124 wine_fn_config_dll api-ms-win-core-memory-l1-1-0 enable_api_ms_win_core_memory_l1_1_0
17125 wine_fn_config_dll api-ms-win-core-memory-l1-1-1 enable_api_ms_win_core_memory_l1_1_1
17126 wine_fn_config_dll api-ms-win-core-misc-l1-1-0 enable_api_ms_win_core_misc_l1_1_0
17127 wine_fn_config_dll api-ms-win-core-namedpipe-l1-1-0 enable_api_ms_win_core_namedpipe_l1_1_0
17128 wine_fn_config_dll api-ms-win-core-namedpipe-l1-2-0 enable_api_ms_win_core_namedpipe_l1_2_0
17129 wine_fn_config_dll api-ms-win-core-processenvironment-l1-1-0 enable_api_ms_win_core_processenvironment_l1_1_0
17130 wine_fn_config_dll api-ms-win-core-processenvironment-l1-2-0 enable_api_ms_win_core_processenvironment_l1_2_0
17131 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-0 enable_api_ms_win_core_processthreads_l1_1_0
17132 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-1 enable_api_ms_win_core_processthreads_l1_1_1
17133 wine_fn_config_dll api-ms-win-core-processthreads-l1-1-2 enable_api_ms_win_core_processthreads_l1_1_2
17134 wine_fn_config_dll api-ms-win-core-profile-l1-1-0 enable_api_ms_win_core_profile_l1_1_0
17135 wine_fn_config_dll api-ms-win-core-psapi-l1-1-0 enable_api_ms_win_core_psapi_l1_1_0
17136 wine_fn_config_dll api-ms-win-core-registry-l1-1-0 enable_api_ms_win_core_registry_l1_1_0
17137 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-1-0 enable_api_ms_win_core_rtlsupport_l1_1_0
17138 wine_fn_config_dll api-ms-win-core-rtlsupport-l1-2-0 enable_api_ms_win_core_rtlsupport_l1_2_0
17139 wine_fn_config_dll api-ms-win-core-shlwapi-legacy-l1-1-0 enable_api_ms_win_core_shlwapi_legacy_l1_1_0
17140 wine_fn_config_dll api-ms-win-core-string-l1-1-0 enable_api_ms_win_core_string_l1_1_0
17141 wine_fn_config_dll api-ms-win-core-synch-l1-1-0 enable_api_ms_win_core_synch_l1_1_0
17142 wine_fn_config_dll api-ms-win-core-synch-l1-2-0 enable_api_ms_win_core_synch_l1_2_0
17143 wine_fn_config_dll api-ms-win-core-sysinfo-l1-1-0 enable_api_ms_win_core_sysinfo_l1_1_0
17144 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-0 enable_api_ms_win_core_sysinfo_l1_2_0
17145 wine_fn_config_dll api-ms-win-core-sysinfo-l1-2-1 enable_api_ms_win_core_sysinfo_l1_2_1
17146 wine_fn_config_dll api-ms-win-core-threadpool-legacy-l1-1-0 enable_api_ms_win_core_threadpool_legacy_l1_1_0
17147 wine_fn_config_dll api-ms-win-core-timezone-l1-1-0 enable_api_ms_win_core_timezone_l1_1_0
17148 wine_fn_config_dll api-ms-win-core-url-l1-1-0 enable_api_ms_win_core_url_l1_1_0
17149 wine_fn_config_dll api-ms-win-core-util-l1-1-0 enable_api_ms_win_core_util_l1_1_0
17150 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-0 enable_api_ms_win_core_winrt_error_l1_1_0
17151 wine_fn_config_dll api-ms-win-core-winrt-error-l1-1-1 enable_api_ms_win_core_winrt_error_l1_1_1
17152 wine_fn_config_dll api-ms-win-core-winrt-l1-1-0 enable_api_ms_win_core_winrt_l1_1_0
17153 wine_fn_config_dll api-ms-win-core-winrt-string-l1-1-0 enable_api_ms_win_core_winrt_string_l1_1_0
17154 wine_fn_config_dll api-ms-win-core-xstate-l2-1-0 enable_api_ms_win_core_xstate_l2_1_0
17155 wine_fn_config_dll api-ms-win-downlevel-advapi32-l1-1-0 enable_api_ms_win_downlevel_advapi32_l1_1_0
17156 wine_fn_config_dll api-ms-win-downlevel-advapi32-l2-1-0 enable_api_ms_win_downlevel_advapi32_l2_1_0
17157 wine_fn_config_dll api-ms-win-downlevel-normaliz-l1-1-0 enable_api_ms_win_downlevel_normaliz_l1_1_0
17158 wine_fn_config_dll api-ms-win-downlevel-ole32-l1-1-0 enable_api_ms_win_downlevel_ole32_l1_1_0
17159 wine_fn_config_dll api-ms-win-downlevel-shell32-l1-1-0 enable_api_ms_win_downlevel_shell32_l1_1_0
17160 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l1-1-0 enable_api_ms_win_downlevel_shlwapi_l1_1_0
17161 wine_fn_config_dll api-ms-win-downlevel-shlwapi-l2-1-0 enable_api_ms_win_downlevel_shlwapi_l2_1_0
17162 wine_fn_config_dll api-ms-win-downlevel-user32-l1-1-0 enable_api_ms_win_downlevel_user32_l1_1_0
17163 wine_fn_config_dll api-ms-win-downlevel-version-l1-1-0 enable_api_ms_win_downlevel_version_l1_1_0
17164 wine_fn_config_dll api-ms-win-eventing-provider-l1-1-0 enable_api_ms_win_eventing_provider_l1_1_0
17165 wine_fn_config_dll api-ms-win-ntuser-dc-access-l1-1-0 enable_api_ms_win_ntuser_dc_access_l1_1_0
17166 wine_fn_config_dll api-ms-win-security-base-l1-1-0 enable_api_ms_win_security_base_l1_1_0
17167 wine_fn_config_dll api-ms-win-security-base-l1-2-0 enable_api_ms_win_security_base_l1_2_0
17168 wine_fn_config_dll api-ms-win-security-sddl-l1-1-0 enable_api_ms_win_security_sddl_l1_1_0
17169 wine_fn_config_dll api-ms-win-service-core-l1-1-1 enable_api_ms_win_service_core_l1_1_1
17170 wine_fn_config_dll api-ms-win-service-management-l1-1-0 enable_api_ms_win_service_management_l1_1_0
17171 wine_fn_config_dll api-ms-win-service-winsvc-l1-2-0 enable_api_ms_win_service_winsvc_l1_2_0
17172 wine_fn_config_dll apphelp enable_apphelp
17173 wine_fn_config_test dlls
/apphelp
/tests apphelp_test
17174 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl po
17175 wine_fn_config_dll atl enable_atl clean
,implib
17176 wine_fn_config_test dlls
/atl
/tests atl_test
17177 wine_fn_config_dll atl100 enable_atl100 clean
,implib
17178 wine_fn_config_test dlls
/atl100
/tests atl100_test
17179 wine_fn_config_dll atl110 enable_atl110 clean
17180 wine_fn_config_dll atl80 enable_atl80 clean
,implib
17181 wine_fn_config_test dlls
/atl80
/tests atl80_test
17182 wine_fn_config_dll atl90 enable_atl90 clean
17183 wine_fn_config_dll authz enable_authz
17184 wine_fn_config_dll avicap32 enable_avicap32 implib
17185 wine_fn_config_dll avifil32 enable_avifil32 clean
,implib
,po
17186 wine_fn_config_test dlls
/avifil32
/tests avifil32_test
17187 wine_fn_config_dll avifile.dll16 enable_win16
17188 wine_fn_config_dll avrt enable_avrt implib
17189 wine_fn_config_dll bcrypt enable_bcrypt
17190 wine_fn_config_test dlls
/bcrypt
/tests bcrypt_test
17191 wine_fn_config_dll browseui enable_browseui clean
,po
17192 wine_fn_config_test dlls
/browseui
/tests browseui_test
17193 wine_fn_config_dll cabinet enable_cabinet implib
17194 wine_fn_config_test dlls
/cabinet
/tests cabinet_test
17195 wine_fn_config_dll capi2032 enable_capi2032 implib
17196 wine_fn_config_dll cards enable_cards implib
17197 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
17198 wine_fn_config_dll clusapi enable_clusapi implib
17199 wine_fn_config_dll combase enable_combase
17200 wine_fn_config_test dlls
/combase
/tests combase_test
17201 wine_fn_config_dll comcat enable_comcat
17202 wine_fn_config_test dlls
/comcat
/tests comcat_test
17203 wine_fn_config_dll comctl32 enable_comctl32 implib
,po
17204 wine_fn_config_test dlls
/comctl32
/tests comctl32_test
17205 wine_fn_config_dll comdlg32 enable_comdlg32 clean
,implib
,po
17206 wine_fn_config_test dlls
/comdlg32
/tests comdlg32_test
17207 wine_fn_config_dll
comm.drv16 enable_win16
17208 wine_fn_config_dll commdlg.dll16 enable_win16
17209 wine_fn_config_dll compobj.dll16 enable_win16
17210 wine_fn_config_dll compstui enable_compstui implib
17211 wine_fn_config_dll comsvcs enable_comsvcs implib
17212 wine_fn_config_dll connect enable_connect
17213 wine_fn_config_dll credui enable_credui implib
,po
17214 wine_fn_config_test dlls
/credui
/tests credui_test
17215 wine_fn_config_dll crtdll enable_crtdll implib
17216 wine_fn_config_dll crypt32 enable_crypt32 implib
,po
17217 wine_fn_config_test dlls
/crypt32
/tests crypt32_test
17218 wine_fn_config_dll cryptdlg enable_cryptdlg po
17219 wine_fn_config_dll cryptdll enable_cryptdll implib
17220 wine_fn_config_dll cryptext enable_cryptext
17221 wine_fn_config_dll cryptnet enable_cryptnet implib
17222 wine_fn_config_test dlls
/cryptnet
/tests cryptnet_test
17223 wine_fn_config_dll cryptui enable_cryptui implib
,po
17224 wine_fn_config_test dlls
/cryptui
/tests cryptui_test
17225 wine_fn_config_dll ctapi32 enable_ctapi32
17226 wine_fn_config_dll ctl3d.dll16 enable_win16
17227 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
17228 wine_fn_config_dll ctl3dv2.dll16 enable_win16
17229 wine_fn_config_dll d2d1 enable_d2d1 implib
17230 wine_fn_config_test dlls
/d2d
1/tests d2d1_test
17231 wine_fn_config_dll d3d10 enable_d3d10 implib
17232 wine_fn_config_test dlls
/d3d10
/tests d3d10_test
17233 wine_fn_config_dll d3d10_1 enable_d3d10_1 implib
17234 wine_fn_config_dll d3d10core enable_d3d10core implib
17235 wine_fn_config_test dlls
/d3d10core
/tests d3d10core_test
17236 wine_fn_config_dll d3d11 enable_d3d11
17237 wine_fn_config_dll d3d8 enable_d3d8 implib
17238 wine_fn_config_test dlls
/d3d
8/tests d3d8_test
17239 wine_fn_config_dll d3d9 enable_d3d9 implib
17240 wine_fn_config_test dlls
/d3d
9/tests d3d9_test
17241 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
17242 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
17243 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
17244 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
17245 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
17246 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
17247 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
17248 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
17249 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
17250 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
17251 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
17252 wine_fn_config_test dlls
/d3dcompiler_43
/tests d3dcompiler_43_test
17253 wine_fn_config_dll d3dcompiler_46 enable_d3dcompiler_46
17254 wine_fn_config_dll d3dcompiler_47 enable_d3dcompiler_47
17255 wine_fn_config_dll d3dim enable_d3dim implib
17256 wine_fn_config_dll d3drm enable_d3drm implib
17257 wine_fn_config_test dlls
/d3drm
/tests d3drm_test
17258 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
17259 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
17260 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
17261 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
17262 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
17263 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
17264 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
17265 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
17266 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
17267 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
17268 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
17269 wine_fn_config_dll d3dx11_42 enable_d3dx11_42
17270 wine_fn_config_dll d3dx11_43 enable_d3dx11_43
17271 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
17272 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
17273 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
17274 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
17275 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
17276 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
17277 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
17278 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
17279 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
17280 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
17281 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
17282 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
17283 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
17284 wine_fn_config_test dlls
/d3dx9_36
/tests d3dx9_36_test
17285 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
17286 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
17287 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
17288 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
17289 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
17290 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
17291 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
17292 wine_fn_config_dll d3dxof enable_d3dxof clean
,implib
17293 wine_fn_config_test dlls
/d3dxof
/tests d3dxof_test
17294 wine_fn_config_dll davclnt enable_davclnt
17295 wine_fn_config_dll dbgeng enable_dbgeng implib
17296 wine_fn_config_dll dbghelp enable_dbghelp implib
17297 wine_fn_config_dll dciman32 enable_dciman32 implib
17298 wine_fn_config_dll ddeml.dll16 enable_win16
17299 wine_fn_config_dll ddraw enable_ddraw clean
,implib
17300 wine_fn_config_test dlls
/ddraw
/tests ddraw_test
17301 wine_fn_config_dll ddrawex enable_ddrawex clean
17302 wine_fn_config_test dlls
/ddrawex
/tests ddrawex_test
17303 wine_fn_config_dll devenum enable_devenum clean
,po
17304 wine_fn_config_test dlls
/devenum
/tests devenum_test
17305 wine_fn_config_dll dhcpcsvc enable_dhcpcsvc
17306 wine_fn_config_dll difxapi enable_difxapi
17307 wine_fn_config_dll dinput enable_dinput clean
,implib
,po
,staticimplib
17308 wine_fn_config_test dlls
/dinput
/tests dinput_test
17309 wine_fn_config_dll dinput8 enable_dinput8 clean
,implib
17310 wine_fn_config_test dlls
/dinput
8/tests dinput8_test
17311 wine_fn_config_dll dispdib.dll16 enable_win16
17312 wine_fn_config_dll dispex enable_dispex clean
17313 wine_fn_config_test dlls
/dispex
/tests dispex_test
17314 wine_fn_config_dll display.drv16 enable_win16
17315 wine_fn_config_dll dmband enable_dmband clean
17316 wine_fn_config_test dlls
/dmband
/tests dmband_test
17317 wine_fn_config_dll dmcompos enable_dmcompos clean
17318 wine_fn_config_test dlls
/dmcompos
/tests dmcompos_test
17319 wine_fn_config_dll dmime enable_dmime clean
17320 wine_fn_config_test dlls
/dmime
/tests dmime_test
17321 wine_fn_config_dll dmloader enable_dmloader clean
17322 wine_fn_config_test dlls
/dmloader
/tests dmloader_test
17323 wine_fn_config_dll dmscript enable_dmscript clean
17324 wine_fn_config_test dlls
/dmscript
/tests dmscript_test
17325 wine_fn_config_dll dmstyle enable_dmstyle clean
17326 wine_fn_config_test dlls
/dmstyle
/tests dmstyle_test
17327 wine_fn_config_dll dmsynth enable_dmsynth clean
17328 wine_fn_config_test dlls
/dmsynth
/tests dmsynth_test
17329 wine_fn_config_dll dmusic enable_dmusic clean
17330 wine_fn_config_test dlls
/dmusic
/tests dmusic_test
17331 wine_fn_config_dll dmusic32 enable_dmusic32 implib
17332 wine_fn_config_dll dnsapi enable_dnsapi implib
17333 wine_fn_config_test dlls
/dnsapi
/tests dnsapi_test
17334 wine_fn_config_dll dplay enable_dplay implib
17335 wine_fn_config_dll dplayx enable_dplayx clean
,implib
17336 wine_fn_config_test dlls
/dplayx
/tests dplayx_test
17337 wine_fn_config_dll dpnaddr enable_dpnaddr
17338 wine_fn_config_dll dpnet enable_dpnet clean
,implib
17339 wine_fn_config_test dlls
/dpnet
/tests dpnet_test
17340 wine_fn_config_dll dpnhpast enable_dpnhpast
17341 wine_fn_config_dll dpnlobby enable_dpnlobby
17342 wine_fn_config_dll dpvoice enable_dpvoice clean
17343 wine_fn_config_test dlls
/dpvoice
/tests dpvoice_test
17344 wine_fn_config_dll dpwsockx enable_dpwsockx
17345 wine_fn_config_dll drmclien enable_drmclien
17346 wine_fn_config_dll dsound enable_dsound clean
,implib
17347 wine_fn_config_test dlls
/dsound
/tests dsound_test
17348 wine_fn_config_dll dssenh enable_dssenh
17349 wine_fn_config_test dlls
/dssenh
/tests dssenh_test
17350 wine_fn_config_dll dswave enable_dswave clean
17351 wine_fn_config_test dlls
/dswave
/tests dswave_test
17352 wine_fn_config_dll dwmapi enable_dwmapi implib
17353 wine_fn_config_dll dwrite enable_dwrite implib
17354 wine_fn_config_test dlls
/dwrite
/tests dwrite_test
17355 wine_fn_config_dll dxdiagn enable_dxdiagn clean
,po
17356 wine_fn_config_test dlls
/dxdiagn
/tests dxdiagn_test
17357 wine_fn_config_lib dxerr8
17358 wine_fn_config_lib dxerr9
17359 wine_fn_config_dll dxgi enable_dxgi implib
17360 wine_fn_config_test dlls
/dxgi
/tests dxgi_test
17361 wine_fn_config_lib dxguid
17362 wine_fn_config_dll dxva2 enable_dxva2
17363 wine_fn_config_dll evr enable_evr
17364 wine_fn_config_dll explorerframe enable_explorerframe clean
17365 wine_fn_config_test dlls
/explorerframe
/tests explorerframe_test
17366 wine_fn_config_dll ext-ms-win-gdi-devcaps-l1-1-0 enable_ext_ms_win_gdi_devcaps_l1_1_0
17367 wine_fn_config_dll faultrep enable_faultrep implib
17368 wine_fn_config_test dlls
/faultrep
/tests faultrep_test
17369 wine_fn_config_dll fltlib enable_fltlib
17370 wine_fn_config_dll fntcache enable_fntcache
17371 wine_fn_config_dll fontsub enable_fontsub
17372 wine_fn_config_dll fusion enable_fusion
17373 wine_fn_config_test dlls
/fusion
/tests fusion_test
17374 wine_fn_config_dll fwpuclnt enable_fwpuclnt
17375 wine_fn_config_dll gameux enable_gameux clean
17376 wine_fn_config_test dlls
/gameux
/tests gameux_test
17377 wine_fn_config_dll gdi.exe16 enable_win16
17378 wine_fn_config_dll gdi32 enable_gdi32 clean
,implib
,po
17379 wine_fn_config_test dlls
/gdi32
/tests gdi32_test
17380 wine_fn_config_dll gdiplus enable_gdiplus implib
17381 wine_fn_config_test dlls
/gdiplus
/tests gdiplus_test
17382 wine_fn_config_dll glu32 enable_glu32 implib
17383 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds po
17384 wine_fn_config_dll gpkcsp enable_gpkcsp
17385 wine_fn_config_dll hal enable_hal
17386 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx clean
,implib
,po htmlhelp
17387 wine_fn_config_dll hid enable_hid implib
17388 wine_fn_config_dll hidclass.sys enable_hidclass_sys implib hidclass
17389 wine_fn_config_dll hlink enable_hlink clean
,implib
17390 wine_fn_config_test dlls
/hlink
/tests hlink_test
17391 wine_fn_config_dll hnetcfg enable_hnetcfg clean
17392 wine_fn_config_dll httpapi enable_httpapi
17393 wine_fn_config_dll iccvid enable_iccvid po
17394 wine_fn_config_dll icmp enable_icmp
17395 wine_fn_config_dll ieframe enable_ieframe clean
,implib
,po
17396 wine_fn_config_test dlls
/ieframe
/tests ieframe_test
17397 wine_fn_config_dll ifsmgr.vxd enable_win16
17398 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
17399 wine_fn_config_dll imagehlp enable_imagehlp implib
17400 wine_fn_config_test dlls
/imagehlp
/tests imagehlp_test
17401 wine_fn_config_dll imm.dll16 enable_win16
17402 wine_fn_config_dll imm32 enable_imm32 implib
17403 wine_fn_config_test dlls
/imm32
/tests imm32_test
17404 wine_fn_config_dll inetcomm enable_inetcomm clean
,implib
17405 wine_fn_config_test dlls
/inetcomm
/tests inetcomm_test
17406 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl po
17407 wine_fn_config_dll inetmib1 enable_inetmib1
17408 wine_fn_config_test dlls
/inetmib
1/tests inetmib1_test
17409 wine_fn_config_dll infosoft enable_infosoft clean
17410 wine_fn_config_test dlls
/infosoft
/tests infosoft_test
17411 wine_fn_config_dll initpki enable_initpki
17412 wine_fn_config_dll inkobj enable_inkobj
17413 wine_fn_config_dll inseng enable_inseng clean
17414 wine_fn_config_dll iphlpapi enable_iphlpapi implib
17415 wine_fn_config_test dlls
/iphlpapi
/tests iphlpapi_test
17416 wine_fn_config_dll itircl enable_itircl
17417 wine_fn_config_dll itss enable_itss clean
17418 wine_fn_config_test dlls
/itss
/tests itss_test
17419 wine_fn_config_dll joy.cpl enable_joy_cpl po
17420 wine_fn_config_dll jscript enable_jscript clean
,po
17421 wine_fn_config_test dlls
/jscript
/tests jscript_test
17422 wine_fn_config_dll jsproxy enable_jsproxy implib
17423 wine_fn_config_dll kernel32 enable_kernel32 clean
,implib
,mc
17424 wine_fn_config_test dlls
/kernel32
/tests kernel32_test
17425 wine_fn_config_dll keyboard.drv16 enable_win16
17426 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
17427 wine_fn_config_dll ksuser enable_ksuser
17428 wine_fn_config_dll ktmw32 enable_ktmw32
17429 wine_fn_config_dll loadperf enable_loadperf implib
17430 wine_fn_config_dll localspl enable_localspl po
17431 wine_fn_config_test dlls
/localspl
/tests localspl_test
17432 wine_fn_config_dll localui enable_localui po
17433 wine_fn_config_test dlls
/localui
/tests localui_test
17434 wine_fn_config_dll lz32 enable_lz32 implib
17435 wine_fn_config_test dlls
/lz32
/tests lz32_test
17436 wine_fn_config_dll lzexpand.dll16 enable_win16
17437 wine_fn_config_dll mapi32 enable_mapi32 implib
,po
17438 wine_fn_config_test dlls
/mapi32
/tests mapi32_test
17439 wine_fn_config_dll mapistub enable_mapistub
17440 wine_fn_config_dll mciavi32 enable_mciavi32
17441 wine_fn_config_dll mcicda enable_mcicda
17442 wine_fn_config_dll mciqtz32 enable_mciqtz32
17443 wine_fn_config_dll mciseq enable_mciseq
17444 wine_fn_config_dll mciwave enable_mciwave
17445 wine_fn_config_dll mf enable_mf
17446 wine_fn_config_dll mfplat enable_mfplat
17447 wine_fn_config_dll mfreadwrite enable_mfreadwrite
17448 wine_fn_config_dll mgmtapi enable_mgmtapi
17449 wine_fn_config_dll midimap enable_midimap
17450 wine_fn_config_dll mlang enable_mlang clean
,implib
17451 wine_fn_config_test dlls
/mlang
/tests mlang_test
17452 wine_fn_config_dll mmcndmgr enable_mmcndmgr clean
17453 wine_fn_config_test dlls
/mmcndmgr
/tests mmcndmgr_test
17454 wine_fn_config_dll mmdevapi enable_mmdevapi clean
17455 wine_fn_config_test dlls
/mmdevapi
/tests mmdevapi_test
17456 wine_fn_config_dll mmdevldr.vxd enable_win16
17457 wine_fn_config_dll mmsystem.dll16 enable_win16
17458 wine_fn_config_dll monodebg.vxd enable_win16
17459 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
17460 wine_fn_config_dll mouse.drv16 enable_win16
17461 wine_fn_config_dll mpr enable_mpr implib
,po
17462 wine_fn_config_test dlls
/mpr
/tests mpr_test
17463 wine_fn_config_dll mprapi enable_mprapi implib
17464 wine_fn_config_dll msacm.dll16 enable_win16
17465 wine_fn_config_dll msacm32.drv enable_msacm32_drv
17466 wine_fn_config_dll msacm32 enable_msacm32 implib
,po
17467 wine_fn_config_test dlls
/msacm32
/tests msacm32_test
17468 wine_fn_config_dll msadp32.acm enable_msadp32_acm
17469 wine_fn_config_dll msasn1 enable_msasn1 implib
17470 wine_fn_config_dll mscat32 enable_mscat32
17471 wine_fn_config_dll mscms enable_mscms implib
17472 wine_fn_config_test dlls
/mscms
/tests mscms_test
17473 wine_fn_config_dll mscoree enable_mscoree clean
17474 wine_fn_config_test dlls
/mscoree
/tests mscoree_test
17475 wine_fn_config_dll msctf enable_msctf clean
17476 wine_fn_config_test dlls
/msctf
/tests msctf_test
17477 wine_fn_config_dll msctfp enable_msctfp clean
17478 wine_fn_config_dll msdaps enable_msdaps clean
17479 wine_fn_config_dll msdmo enable_msdmo implib
17480 wine_fn_config_test dlls
/msdmo
/tests msdmo_test
17481 wine_fn_config_dll msftedit enable_msftedit
17482 wine_fn_config_dll msg711.acm enable_msg711_acm
17483 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
17484 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb clean
17485 wine_fn_config_dll mshtml enable_mshtml clean
,implib
,po
17486 wine_fn_config_test dlls
/mshtml
/tests mshtml_test clean
17487 wine_fn_config_dll msi enable_msi clean
,implib
,po
17488 wine_fn_config_test dlls
/msi
/tests msi_test
17489 wine_fn_config_dll msident enable_msident clean
17490 wine_fn_config_dll msimg32 enable_msimg32 implib
17491 wine_fn_config_dll msimsg enable_msimsg
17492 wine_fn_config_dll msimtf enable_msimtf clean
17493 wine_fn_config_dll msisip enable_msisip
17494 wine_fn_config_dll msisys.ocx enable_msisys_ocx
17495 wine_fn_config_dll msls31 enable_msls31
17496 wine_fn_config_dll msnet32 enable_msnet32
17497 wine_fn_config_dll mspatcha enable_mspatcha implib
17498 wine_fn_config_dll msrle32 enable_msrle32 po
17499 wine_fn_config_test dlls
/msrle32
/tests msrle32_test
17500 wine_fn_config_dll msscript.ocx enable_msscript_ocx clean
17501 wine_fn_config_dll mssign32 enable_mssign32
17502 wine_fn_config_dll mssip32 enable_mssip32
17503 wine_fn_config_dll mstask enable_mstask clean
17504 wine_fn_config_test dlls
/mstask
/tests mstask_test
17505 wine_fn_config_dll msvcirt enable_msvcirt
17506 wine_fn_config_test dlls
/msvcirt
/tests msvcirt_test
17507 wine_fn_config_dll msvcm80 enable_msvcm80
17508 wine_fn_config_dll msvcm90 enable_msvcm90
17509 wine_fn_config_dll msvcp100 enable_msvcp100
17510 wine_fn_config_test dlls
/msvcp100
/tests msvcp100_test
17511 wine_fn_config_dll msvcp110 enable_msvcp110
17512 wine_fn_config_dll msvcp120 enable_msvcp120
17513 wine_fn_config_test dlls
/msvcp120
/tests msvcp120_test
17514 wine_fn_config_dll msvcp120_app enable_msvcp120_app
17515 wine_fn_config_dll msvcp60 enable_msvcp60
17516 wine_fn_config_test dlls
/msvcp60
/tests msvcp60_test
17517 wine_fn_config_dll msvcp70 enable_msvcp70
17518 wine_fn_config_dll msvcp71 enable_msvcp71
17519 wine_fn_config_dll msvcp80 enable_msvcp80
17520 wine_fn_config_dll msvcp90 enable_msvcp90
17521 wine_fn_config_test dlls
/msvcp90
/tests msvcp90_test
17522 wine_fn_config_dll msvcr100 enable_msvcr100 implib
17523 wine_fn_config_test dlls
/msvcr100
/tests msvcr100_test
17524 wine_fn_config_dll msvcr110 enable_msvcr110 implib
17525 wine_fn_config_dll msvcr120 enable_msvcr120 implib
17526 wine_fn_config_test dlls
/msvcr120
/tests msvcr120_test
17527 wine_fn_config_dll msvcr120_app enable_msvcr120_app
17528 wine_fn_config_dll msvcr70 enable_msvcr70 implib
17529 wine_fn_config_dll msvcr71 enable_msvcr71 implib
17530 wine_fn_config_dll msvcr80 enable_msvcr80 implib
17531 wine_fn_config_dll msvcr90 enable_msvcr90 implib
17532 wine_fn_config_test dlls
/msvcr90
/tests msvcr90_test
17533 wine_fn_config_dll msvcrt enable_msvcrt implib
17534 wine_fn_config_test dlls
/msvcrt
/tests msvcrt_test
17535 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
17536 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
17537 wine_fn_config_dll msvcrtd enable_msvcrtd implib
17538 wine_fn_config_test dlls
/msvcrtd
/tests msvcrtd_test
17539 wine_fn_config_dll msvfw32 enable_msvfw32 implib
,po
17540 wine_fn_config_test dlls
/msvfw32
/tests msvfw32_test
17541 wine_fn_config_dll msvidc32 enable_msvidc32 po
17542 wine_fn_config_dll msvideo.dll16 enable_win16
17543 wine_fn_config_dll mswsock enable_mswsock implib
17544 wine_fn_config_dll msxml enable_msxml clean
17545 wine_fn_config_dll msxml2 enable_msxml2 clean
17546 wine_fn_config_dll msxml3 enable_msxml3 clean
17547 wine_fn_config_test dlls
/msxml
3/tests msxml3_test clean
17548 wine_fn_config_dll msxml4 enable_msxml4 clean
17549 wine_fn_config_dll msxml6 enable_msxml6 clean
17550 wine_fn_config_dll nddeapi enable_nddeapi implib
17551 wine_fn_config_dll ndis.sys enable_ndis_sys
17552 wine_fn_config_dll netapi32 enable_netapi32 implib
17553 wine_fn_config_test dlls
/netapi32
/tests netapi32_test
17554 wine_fn_config_dll netcfgx enable_netcfgx clean
17555 wine_fn_config_test dlls
/netcfgx
/tests netcfgx_test
17556 wine_fn_config_dll netprofm enable_netprofm clean
17557 wine_fn_config_test dlls
/netprofm
/tests netprofm_test
17558 wine_fn_config_dll newdev enable_newdev implib
17559 wine_fn_config_dll normaliz enable_normaliz implib
17560 wine_fn_config_dll npmshtml enable_npmshtml
17561 wine_fn_config_dll npptools enable_npptools
17562 wine_fn_config_dll ntdll enable_ntdll implib
17563 wine_fn_config_test dlls
/ntdll
/tests ntdll_test
17564 wine_fn_config_dll ntdsapi enable_ntdsapi implib
17565 wine_fn_config_test dlls
/ntdsapi
/tests ntdsapi_test
17566 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
17567 wine_fn_config_dll ntprint enable_ntprint
17568 wine_fn_config_test dlls
/ntprint
/tests ntprint_test
17569 wine_fn_config_dll objsel enable_objsel clean
17570 wine_fn_config_dll odbc32 enable_odbc32 implib
17571 wine_fn_config_dll odbccp32 enable_odbccp32 implib
17572 wine_fn_config_test dlls
/odbccp32
/tests odbccp32_test
17573 wine_fn_config_dll odbccu32 enable_odbccu32
17574 wine_fn_config_dll ole2.dll16 enable_win16
17575 wine_fn_config_dll ole2conv.dll16 enable_win16
17576 wine_fn_config_dll ole2disp.dll16 enable_win16
17577 wine_fn_config_dll ole2nls.dll16 enable_win16
17578 wine_fn_config_dll ole2prox.dll16 enable_win16
17579 wine_fn_config_dll ole2thk.dll16 enable_win16
17580 wine_fn_config_dll ole32 enable_ole32 clean
,implib
17581 wine_fn_config_test dlls
/ole32
/tests ole32_test
17582 wine_fn_config_dll oleacc enable_oleacc clean
,implib
,po
17583 wine_fn_config_test dlls
/oleacc
/tests oleacc_test
17584 wine_fn_config_dll oleaut32 enable_oleaut32 clean
,implib
,po
17585 wine_fn_config_test dlls
/oleaut32
/tests oleaut32_test clean
17586 wine_fn_config_dll olecli.dll16 enable_win16
17587 wine_fn_config_dll olecli32 enable_olecli32 implib
17588 wine_fn_config_dll oledb32 enable_oledb32 clean
17589 wine_fn_config_test dlls
/oledb32
/tests oledb32_test clean
17590 wine_fn_config_dll oledlg enable_oledlg implib
,po
17591 wine_fn_config_test dlls
/oledlg
/tests oledlg_test
17592 wine_fn_config_dll olepro32 enable_olepro32 implib
17593 wine_fn_config_dll olesvr.dll16 enable_win16
17594 wine_fn_config_dll olesvr32 enable_olesvr32 implib
17595 wine_fn_config_dll olethk32 enable_olethk32
17596 wine_fn_config_dll openal32 enable_openal32
17597 wine_fn_config_dll opencl enable_opencl
17598 wine_fn_config_dll opengl32 enable_opengl32 implib
17599 wine_fn_config_test dlls
/opengl32
/tests opengl32_test
17600 wine_fn_config_dll packager enable_packager clean
17601 wine_fn_config_test dlls
/packager
/tests packager_test
17602 wine_fn_config_dll pdh enable_pdh implib
17603 wine_fn_config_test dlls
/pdh
/tests pdh_test
17604 wine_fn_config_dll photometadatahandler enable_photometadatahandler
17605 wine_fn_config_dll pidgen enable_pidgen
17606 wine_fn_config_dll powrprof enable_powrprof implib
17607 wine_fn_config_dll printui enable_printui
17608 wine_fn_config_dll prntvpt enable_prntvpt
17609 wine_fn_config_dll propsys enable_propsys clean
,implib
17610 wine_fn_config_test dlls
/propsys
/tests propsys_test
17611 wine_fn_config_dll psapi enable_psapi implib
17612 wine_fn_config_test dlls
/psapi
/tests psapi_test
17613 wine_fn_config_dll pstorec enable_pstorec clean
17614 wine_fn_config_dll qcap enable_qcap
17615 wine_fn_config_test dlls
/qcap
/tests qcap_test
17616 wine_fn_config_dll qedit enable_qedit clean
17617 wine_fn_config_test dlls
/qedit
/tests qedit_test
17618 wine_fn_config_dll qmgr enable_qmgr clean
17619 wine_fn_config_test dlls
/qmgr
/tests qmgr_test
17620 wine_fn_config_dll qmgrprxy enable_qmgrprxy clean
17621 wine_fn_config_dll quartz enable_quartz clean
,implib
17622 wine_fn_config_test dlls
/quartz
/tests quartz_test clean
17623 wine_fn_config_dll query enable_query
17624 wine_fn_config_dll rasapi16.dll16 enable_win16
17625 wine_fn_config_dll rasapi32 enable_rasapi32 implib
17626 wine_fn_config_test dlls
/rasapi32
/tests rasapi32_test
17627 wine_fn_config_dll rasdlg enable_rasdlg implib
17628 wine_fn_config_dll regapi enable_regapi
17629 wine_fn_config_dll resutils enable_resutils implib
17630 wine_fn_config_dll riched20 enable_riched20 clean
,implib
17631 wine_fn_config_test dlls
/riched20
/tests riched20_test
17632 wine_fn_config_dll riched32 enable_riched32
17633 wine_fn_config_test dlls
/riched32
/tests riched32_test
17634 wine_fn_config_dll rpcrt4 enable_rpcrt4 clean
,implib
17635 wine_fn_config_test dlls
/rpcrt
4/tests rpcrt4_test clean
17636 wine_fn_config_dll rsabase enable_rsabase
17637 wine_fn_config_dll rsaenh enable_rsaenh implib
17638 wine_fn_config_test dlls
/rsaenh
/tests rsaenh_test
17639 wine_fn_config_dll rstrtmgr enable_rstrtmgr
17640 wine_fn_config_dll rtutils enable_rtutils implib
17641 wine_fn_config_dll samlib enable_samlib
17642 wine_fn_config_dll sane.ds enable_sane_ds po
17643 wine_fn_config_dll scarddlg enable_scarddlg
17644 wine_fn_config_dll sccbase enable_sccbase
17645 wine_fn_config_dll schannel enable_schannel
17646 wine_fn_config_test dlls
/schannel
/tests schannel_test
17647 wine_fn_config_dll schedsvc enable_schedsvc clean
17648 wine_fn_config_test dlls
/schedsvc
/tests schedsvc_test clean
17649 wine_fn_config_dll scrrun enable_scrrun clean
17650 wine_fn_config_test dlls
/scrrun
/tests scrrun_test clean
17651 wine_fn_config_dll scsiport.sys enable_scsiport_sys
17652 wine_fn_config_dll secur32 enable_secur32 implib
17653 wine_fn_config_test dlls
/secur32
/tests secur32_test
17654 wine_fn_config_dll security enable_security
17655 wine_fn_config_dll sensapi enable_sensapi implib
17656 wine_fn_config_dll serialui enable_serialui implib
,po
17657 wine_fn_config_test dlls
/serialui
/tests serialui_test
17658 wine_fn_config_dll setupapi enable_setupapi implib
,po
17659 wine_fn_config_test dlls
/setupapi
/tests setupapi_test
17660 wine_fn_config_dll setupx.dll16 enable_win16
17661 wine_fn_config_dll sfc enable_sfc implib
17662 wine_fn_config_dll sfc_os enable_sfc_os implib
17663 wine_fn_config_dll shdoclc enable_shdoclc po
17664 wine_fn_config_dll shdocvw enable_shdocvw clean
,implib
17665 wine_fn_config_test dlls
/shdocvw
/tests shdocvw_test
17666 wine_fn_config_dll shell.dll16 enable_win16
17667 wine_fn_config_dll shell32 enable_shell32 clean
,implib
,po
17668 wine_fn_config_test dlls
/shell32
/tests shell32_test
17669 wine_fn_config_dll shfolder enable_shfolder implib
17670 wine_fn_config_dll shlwapi enable_shlwapi implib
,po
17671 wine_fn_config_test dlls
/shlwapi
/tests shlwapi_test
17672 wine_fn_config_dll slbcsp enable_slbcsp
17673 wine_fn_config_dll slc enable_slc implib
17674 wine_fn_config_test dlls
/slc
/tests slc_test
17675 wine_fn_config_dll snmpapi enable_snmpapi implib
17676 wine_fn_config_test dlls
/snmpapi
/tests snmpapi_test
17677 wine_fn_config_dll softpub enable_softpub
17678 wine_fn_config_dll sound.drv16 enable_win16
17679 wine_fn_config_dll spoolss enable_spoolss implib
17680 wine_fn_config_test dlls
/spoolss
/tests spoolss_test
17681 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb clean
17682 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb clean
17683 wine_fn_config_dll sti enable_sti clean
,implib
17684 wine_fn_config_test dlls
/sti
/tests sti_test
17685 wine_fn_config_dll storage.dll16 enable_win16
17686 wine_fn_config_dll stress.dll16 enable_win16
17687 wine_fn_config_lib strmbase
17688 wine_fn_config_lib strmiids
17689 wine_fn_config_dll svrapi enable_svrapi
17690 wine_fn_config_dll sxs enable_sxs implib
17691 wine_fn_config_test dlls
/sxs
/tests sxs_test
17692 wine_fn_config_dll system.drv16 enable_win16
17693 wine_fn_config_dll t2embed enable_t2embed
17694 wine_fn_config_dll tapi32 enable_tapi32 implib
17695 wine_fn_config_dll taskschd enable_taskschd clean
17696 wine_fn_config_test dlls
/taskschd
/tests taskschd_test
17697 wine_fn_config_dll toolhelp.dll16 enable_win16
17698 wine_fn_config_dll traffic enable_traffic
17699 wine_fn_config_dll twain.dll16 enable_win16
17700 wine_fn_config_dll twain_32 enable_twain_32
17701 wine_fn_config_test dlls
/twain_32
/tests twain_32_test
17702 wine_fn_config_dll typelib.dll16 enable_win16
17703 wine_fn_config_dll unicows enable_unicows implib
17704 wine_fn_config_dll updspapi enable_updspapi
17705 wine_fn_config_dll url enable_url implib
17706 wine_fn_config_dll urlmon enable_urlmon clean
,implib
,po
17707 wine_fn_config_test dlls
/urlmon
/tests urlmon_test
17708 wine_fn_config_dll usbd.sys enable_usbd_sys implib
17709 wine_fn_config_dll user.exe16 enable_win16
17710 wine_fn_config_dll user32 enable_user32 clean
,implib
,po
17711 wine_fn_config_test dlls
/user32
/tests user32_test
17712 wine_fn_config_dll userenv enable_userenv implib
17713 wine_fn_config_test dlls
/userenv
/tests userenv_test
17714 wine_fn_config_dll usp10 enable_usp10 implib
17715 wine_fn_config_test dlls
/usp10
/tests usp10_test
17716 wine_fn_config_lib uuid
17717 wine_fn_config_dll uxtheme enable_uxtheme implib
17718 wine_fn_config_test dlls
/uxtheme
/tests uxtheme_test
17719 wine_fn_config_dll vbscript enable_vbscript clean
17720 wine_fn_config_test dlls
/vbscript
/tests vbscript_test clean
17721 wine_fn_config_dll vcomp enable_vcomp
17722 wine_fn_config_test dlls
/vcomp
/tests vcomp_test
17723 wine_fn_config_dll vcomp100 enable_vcomp100
17724 wine_fn_config_dll vcomp90 enable_vcomp90
17725 wine_fn_config_dll vdhcp.vxd enable_win16
17726 wine_fn_config_dll vdmdbg enable_vdmdbg implib
17727 wine_fn_config_dll ver.dll16 enable_win16
17728 wine_fn_config_dll version enable_version implib
17729 wine_fn_config_test dlls
/version
/tests version_test
17730 wine_fn_config_dll vmm.vxd enable_win16
17731 wine_fn_config_dll vnbt.vxd enable_win16
17732 wine_fn_config_dll vnetbios.vxd enable_win16
17733 wine_fn_config_dll vssapi enable_vssapi
17734 wine_fn_config_dll vtdapi.vxd enable_win16
17735 wine_fn_config_dll vwin32.vxd enable_win16
17736 wine_fn_config_dll w32skrnl enable_win16
17737 wine_fn_config_dll w32sys.dll16 enable_win16
17738 wine_fn_config_dll wbemdisp enable_wbemdisp clean
17739 wine_fn_config_test dlls
/wbemdisp
/tests wbemdisp_test
17740 wine_fn_config_dll wbemprox enable_wbemprox clean
17741 wine_fn_config_test dlls
/wbemprox
/tests wbemprox_test
17742 wine_fn_config_dll webservices enable_webservices implib
17743 wine_fn_config_dll wer enable_wer implib
17744 wine_fn_config_test dlls
/wer
/tests wer_test
17745 wine_fn_config_dll wevtapi enable_wevtapi
17746 wine_fn_config_dll wiaservc enable_wiaservc clean
17747 wine_fn_config_dll win32s16.dll16 enable_win16
17748 wine_fn_config_dll win87em.dll16 enable_win16
17749 wine_fn_config_dll winaspi.dll16 enable_win16
17750 wine_fn_config_dll windebug.dll16 enable_win16
17751 wine_fn_config_dll windowscodecs enable_windowscodecs clean
,implib
17752 wine_fn_config_test dlls
/windowscodecs
/tests windowscodecs_test
17753 wine_fn_config_dll windowscodecsext enable_windowscodecsext implib
17754 wine_fn_config_test dlls
/windowscodecsext
/tests windowscodecsext_test
17755 wine_fn_config_dll winealsa.drv enable_winealsa_drv
17756 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
17757 wine_fn_config_lib winecrt0
17758 wine_fn_config_dll wined3d enable_wined3d implib
17759 wine_fn_config_dll winegstreamer enable_winegstreamer
17760 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
17761 wine_fn_config_dll winemac.drv enable_winemac_drv
17762 wine_fn_config_dll winemapi enable_winemapi
17763 wine_fn_config_dll winemp3.acm enable_winemp3_acm
17764 wine_fn_config_dll wineoss.drv enable_wineoss_drv
17765 wine_fn_config_dll wineps.drv enable_wineps_drv clean
,po
17766 wine_fn_config_dll wineps16.drv16 enable_win16
17767 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
17768 wine_fn_config_dll winex11.drv enable_winex11_drv
17769 wine_fn_config_dll wing.dll16 enable_win16
17770 wine_fn_config_dll wing32 enable_wing32
17771 wine_fn_config_dll winhttp enable_winhttp clean
,implib
17772 wine_fn_config_test dlls
/winhttp
/tests winhttp_test
17773 wine_fn_config_dll wininet enable_wininet implib
,po
17774 wine_fn_config_test dlls
/wininet
/tests wininet_test
17775 wine_fn_config_dll winmm enable_winmm implib
,po
17776 wine_fn_config_test dlls
/winmm
/tests winmm_test
17777 wine_fn_config_dll winnls.dll16 enable_win16
17778 wine_fn_config_dll winnls32 enable_winnls32 implib
17779 wine_fn_config_dll winscard enable_winscard implib
17780 wine_fn_config_dll winsock.dll16 enable_win16
17781 wine_fn_config_dll winspool.drv enable_winspool_drv implib
,po winspool
17782 wine_fn_config_test dlls
/winspool.drv
/tests winspool.drv_test
17783 wine_fn_config_dll winsta enable_winsta
17784 wine_fn_config_dll wintab.dll16 enable_win16
17785 wine_fn_config_dll wintab32 enable_wintab32 implib
17786 wine_fn_config_test dlls
/wintab32
/tests wintab32_test
17787 wine_fn_config_dll wintrust enable_wintrust implib
17788 wine_fn_config_test dlls
/wintrust
/tests wintrust_test
17789 wine_fn_config_dll wlanapi enable_wlanapi
17790 wine_fn_config_dll wldap32 enable_wldap32 implib
,po
17791 wine_fn_config_test dlls
/wldap32
/tests wldap32_test
17792 wine_fn_config_dll wmi enable_wmi
17793 wine_fn_config_dll wmiutils enable_wmiutils clean
17794 wine_fn_config_test dlls
/wmiutils
/tests wmiutils_test
17795 wine_fn_config_dll wmp enable_wmp clean
17796 wine_fn_config_test dlls
/wmp
/tests wmp_test
17797 wine_fn_config_dll wmvcore enable_wmvcore
17798 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
17799 wine_fn_config_dll wow32 enable_win16 implib
17800 wine_fn_config_dll wpcap enable_wpcap
17801 wine_fn_config_dll ws2_32 enable_ws2_32 implib
17802 wine_fn_config_test dlls
/ws2_32
/tests ws2_32_test
17803 wine_fn_config_dll wshom.ocx enable_wshom_ocx clean
17804 wine_fn_config_test dlls
/wshom.ocx
/tests wshom.ocx_test clean
17805 wine_fn_config_dll wsnmp32 enable_wsnmp32 implib
17806 wine_fn_config_test dlls
/wsnmp32
/tests wsnmp32_test
17807 wine_fn_config_dll wsock32 enable_wsock32 implib
17808 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
17809 wine_fn_config_test dlls
/wtsapi32
/tests wtsapi32_test
17810 wine_fn_config_dll wuapi enable_wuapi clean
17811 wine_fn_config_dll wuaueng enable_wuaueng
17812 wine_fn_config_dll x3daudio1_1 enable_x3daudio1_1
17813 wine_fn_config_dll x3daudio1_2 enable_x3daudio1_2
17814 wine_fn_config_dll x3daudio1_3 enable_x3daudio1_3
17815 wine_fn_config_dll x3daudio1_4 enable_x3daudio1_4
17816 wine_fn_config_dll x3daudio1_5 enable_x3daudio1_5
17817 wine_fn_config_dll x3daudio1_6 enable_x3daudio1_6
17818 wine_fn_config_dll x3daudio1_7 enable_x3daudio1_7
17819 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
17820 wine_fn_config_dll xapofx1_3 enable_xapofx1_3
17821 wine_fn_config_dll xapofx1_4 enable_xapofx1_4
17822 wine_fn_config_dll xapofx1_5 enable_xapofx1_5
17823 wine_fn_config_dll xaudio2_7 enable_xaudio2_7 clean
17824 wine_fn_config_dll xinput1_1 enable_xinput1_1
17825 wine_fn_config_dll xinput1_2 enable_xinput1_2
17826 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
17827 wine_fn_config_test dlls
/xinput1_
3/tests xinput1_3_test
17828 wine_fn_config_dll xinput1_4 enable_xinput1_4
17829 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
17830 wine_fn_config_dll xmllite enable_xmllite implib
17831 wine_fn_config_test dlls
/xmllite
/tests xmllite_test
17832 wine_fn_config_dll xolehlp enable_xolehlp
17833 wine_fn_config_dll xpsprint enable_xpsprint
17834 wine_fn_config_dll xpssvcs enable_xpssvcs
17835 wine_fn_config_makefile documentation enable_documentation clean
17836 wine_fn_config_makefile fonts enable_fonts clean
,install-lib
17837 wine_fn_config_makefile include enable_include clean
,install-dev
17838 wine_fn_config_makefile libs
/port enable_libs_port
17839 wine_fn_config_makefile libs
/wine enable_libs_wine clean
,install-dev
,install-lib
17840 wine_fn_config_makefile libs
/wpp enable_libs_wpp
17841 wine_fn_config_makefile loader enable_loader clean
,install-lib
,manpage
17842 wine_fn_config_program arp enable_arp
install
17843 wine_fn_config_program aspnet_regiis enable_aspnet_regiis
install
17844 wine_fn_config_program attrib enable_attrib
install,po
17845 wine_fn_config_program cabarc enable_cabarc
install
17846 wine_fn_config_program cacls enable_cacls
install
17847 wine_fn_config_program
clock enable_clock
install,po
17848 wine_fn_config_program cmd enable_cmd
install,po
17849 wine_fn_config_test programs
/cmd
/tests cmd.exe_test
17850 wine_fn_config_program conhost enable_conhost
install
17851 wine_fn_config_program control enable_control
install
17852 wine_fn_config_program cscript enable_cscript clean
,install
17853 wine_fn_config_program dpnsvr enable_dpnsvr
install
17854 wine_fn_config_program dxdiag enable_dxdiag
install,po
17855 wine_fn_config_program eject enable_eject
install
17856 wine_fn_config_program
expand enable_expand
install
17857 wine_fn_config_program explorer enable_explorer
install,po
17858 wine_fn_config_program extrac32 enable_extrac32
install
17859 wine_fn_config_program findstr enable_findstr
install
17860 wine_fn_config_program hh enable_hh
install
17861 wine_fn_config_program hostname enable_hostname
install,po
17862 wine_fn_config_program icinfo enable_icinfo
install
17863 wine_fn_config_program iexplore enable_iexplore
install
17864 wine_fn_config_program ipconfig enable_ipconfig
install,po
17865 wine_fn_config_program lodctr enable_lodctr
install
17866 wine_fn_config_program mofcomp enable_mofcomp
install
17867 wine_fn_config_program mshta enable_mshta
install
17868 wine_fn_config_program msiexec enable_msiexec
install,installbin
,manpage
17869 wine_fn_config_program net enable_net
install,po
17870 wine_fn_config_program netsh enable_netsh
install
17871 wine_fn_config_program netstat enable_netstat
install,po
17872 wine_fn_config_program ngen enable_ngen
install
17873 wine_fn_config_program notepad enable_notepad
install,installbin
,manpage
,po
17874 wine_fn_config_program oleview enable_oleview
install,po
17875 wine_fn_config_program
ping enable_ping
install
17876 wine_fn_config_program plugplay enable_plugplay
install
17877 wine_fn_config_program presentationfontcache enable_presentationfontcache
install
17878 wine_fn_config_program progman enable_progman
install,po
17879 wine_fn_config_program reg enable_reg
install,po
17880 wine_fn_config_test programs
/reg
/tests reg.exe_test
17881 wine_fn_config_program regasm enable_regasm
install
17882 wine_fn_config_program regedit enable_regedit
install,installbin
,manpage
,po
17883 wine_fn_config_test programs
/regedit
/tests regedit.exe_test
17884 wine_fn_config_program regsvcs enable_regsvcs
install
17885 wine_fn_config_program regsvr32 enable_regsvr32
install,installbin
,manpage
,po
17886 wine_fn_config_program rpcss enable_rpcss clean
,install
17887 wine_fn_config_program rundll.exe16 enable_win16
install
17888 wine_fn_config_program rundll32 enable_rundll32
install
17889 wine_fn_config_program sc enable_sc
install
17890 wine_fn_config_program schtasks enable_schtasks
install
17891 wine_fn_config_program sdbinst enable_sdbinst
install
17892 wine_fn_config_program secedit enable_secedit
install
17893 wine_fn_config_program servicemodelreg enable_servicemodelreg
install
17894 wine_fn_config_program services enable_services clean
,install
17895 wine_fn_config_test programs
/services
/tests services.exe_test
17896 wine_fn_config_program spoolsv enable_spoolsv
install
17897 wine_fn_config_program start enable_start
install,po
17898 wine_fn_config_program svchost enable_svchost
install
17899 wine_fn_config_program systeminfo enable_systeminfo
install
17900 wine_fn_config_program taskkill enable_taskkill
install,po
17901 wine_fn_config_program tasklist enable_tasklist
install
17902 wine_fn_config_program taskmgr enable_taskmgr
install,po
17903 wine_fn_config_program termsv enable_termsv
install
17904 wine_fn_config_program uninstaller enable_uninstaller
install,po
17905 wine_fn_config_program unlodctr enable_unlodctr
install
17906 wine_fn_config_program view enable_view
install,po
17907 wine_fn_config_program wevtutil enable_wevtutil
install
17908 wine_fn_config_program wineboot enable_wineboot
install,installbin
,manpage
,po
17909 wine_fn_config_program winebrowser enable_winebrowser
install
17910 wine_fn_config_program winecfg enable_winecfg
install,installbin
,manpage
,po
17911 wine_fn_config_program wineconsole enable_wineconsole
install,installbin
,manpage
,po
17912 wine_fn_config_program winedbg enable_winedbg
install,installbin
,manpage
,po
17913 wine_fn_config_program winedevice enable_winedevice
install
17914 wine_fn_config_program winefile enable_winefile
install,installbin
,manpage
,po
17915 wine_fn_config_program winemenubuilder enable_winemenubuilder
install
17916 wine_fn_config_program winemine enable_winemine
install,installbin
,manpage
,po
17917 wine_fn_config_program winemsibuilder enable_winemsibuilder
install
17918 wine_fn_config_program winepath enable_winepath
install,installbin
,manpage
17919 wine_fn_config_program winetest enable_winetest clean
17920 wine_fn_config_program winevdm enable_win16
install
17921 wine_fn_config_program winhelp.exe16 enable_win16
install
17922 wine_fn_config_program winhlp32 enable_winhlp32
install,po
17923 wine_fn_config_program winoldap.mod16 enable_win16
install
17924 wine_fn_config_program winver enable_winver
install
17925 wine_fn_config_program wmic enable_wmic
install,po
17926 wine_fn_config_program wordpad enable_wordpad
install,po
17927 wine_fn_config_program
write enable_write
install,po
17928 wine_fn_config_program wscript enable_wscript clean
,install
17929 wine_fn_config_test programs
/wscript
/tests wscript.exe_test
17930 wine_fn_config_program wusa enable_wusa
install
17931 wine_fn_config_program xcopy enable_xcopy
install,po
17932 wine_fn_config_test programs
/xcopy
/tests xcopy.exe_test
17933 wine_fn_config_makefile server enable_server clean
,install-lib
,manpage
17934 wine_fn_config_tool tools clean
,install-dev
,install-lib
,manpage
17935 wine_fn_config_tool tools
/sfnt2fon clean
17936 wine_fn_config_tool tools
/widl clean
,install-dev
,manpage
17937 wine_fn_config_tool tools
/winebuild clean
,install-dev
,manpage
17938 wine_fn_config_tool tools
/winedump clean
,install-dev
,manpage
17939 wine_fn_config_tool tools
/winegcc clean
,install-dev
,manpage
17940 wine_fn_config_tool tools
/wmc clean
,install-dev
,manpage
17941 wine_fn_config_tool tools
/wrc clean
,install-dev
,manpage
17993 wine_fn_ignore_file
".gitignore"
17994 wine_fn_ignore_file
"Makefile"
17995 wine_fn_ignore_file
"TAGS"
17996 wine_fn_ignore_file
"tags"
17997 wine_fn_ignore_file
"autom4te.cache"
17998 wine_fn_ignore_file
"config.cache"
17999 wine_fn_ignore_file
"config.log"
18000 wine_fn_ignore_file
"config.status"
18001 wine_fn_ignore_file
"configure.lineno"
18002 wine_fn_ignore_file
"include/config.h"
18003 wine_fn_ignore_file
"include/stamp-h"
18004 test "$wine_binary" = wine || wine_fn_ignore_file
"loader/wine"
18006 if test "x$enable_tools" != xno
18008 wine_fn_ignore_file
"tools/makedep$ac_exeext"
18009 ac_config_commands
="$ac_config_commands tools/makedep"
18013 ac_config_commands
="$ac_config_commands Makefile"
18016 ac_config_files
="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
18020 if test "x$enable_maintainer_mode" = xyes
18022 wine_fn_append_rule
"configure: configure.ac aclocal.m4
18023 autoconf --warnings=all
18024 include/config.h.in: include/stamp-h.in
18025 include/stamp-h.in: configure.ac aclocal.m4
18026 autoheader --warnings=all
18027 @echo timestamp > \$@"
18030 if test "x$with_gettextpo" = xyes
18032 test "$srcdir" = . || as_fn_error $?
"Rebuilding po files is not supported for out of tree builds." "$LINENO" 5
18033 wine_fn_append_rule
"ALL_POT_FILES =$ALL_POT_FILES
18034 \$(LINGUAS:%=po/%.po): po/wine.pot
18035 msgmerge --previous -q \$@ po/wine.pot | msgattrib --no-obsolete -o \$@.new && mv \$@.new \$@
18036 po/wine.pot: \$(ALL_POT_FILES)
18037 msgcat -o \$@ \$(ALL_POT_FILES)"
18040 if test "$MSGFMT" != false
18042 wine_fn_append_rule
"__builddeps__: \$(LINGUAS:%=po/%.mo)
18044 \$(RM) \$(LINGUAS:%=po/%.mo)"
18047 test "$srcdir" = . || posrc
="$srcdir/po"
18050 wine_fn_ignore_file
"po/$i.mo"
18051 wine_fn_append_rule
"po/$i.mo: $posrc/$i.po
18052 \$(MSGFMT) -o \$@ $posrc/$i.po"
18058 if test "x$enable_tools" != xno
18060 wine_fn_append_rule
"tools/makedep$ac_exeext: $srcdir/tools/makedep.c include/config.h config.status
18061 @./config.status tools/makedep
18062 Makefile: tools/makedep$ac_exeext
18064 \$(RM) tools/makedep$ac_exeext"
18066 wine_fn_append_rule
"\$(MAKEDEP):
18067 @echo \"You need to run make in $TOOLSDIR first\" && false"
18070 if test -n "$with_wine64"
18072 wine_fn_append_rule
"all: fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader
18073 fonts server tools:
18074 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
18075 $with_wine64/loader/wine:
18076 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
18077 $with_wine64/loader/wine-preloader:
18078 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
18080 \$(RM) fonts server tools $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
18082 as_fn_append LOADER_RULES
"
18083 install install-lib:: wine.inf install-man-pages
18084 \$(INSTALL_DATA) wine.inf \$(DESTDIR)\$(datadir)/wine/wine.inf
18085 \$(INSTALL_DATA) \$(srcdir)/l_intl.nls \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18088 \$(RM) \$(DESTDIR)\$(datadir)/wine/wine.inf \$(DESTDIR)\$(datadir)/wine/l_intl.nls
18092 if test "$srcdir" = .
18094 ac_config_commands
="$ac_config_commands .gitignore"
18098 $as_echo " done" >&6
18099 cat >confcache
<<\_ACEOF
18100 # This file is a shell script that caches the results of configure
18101 # tests run on this system so they can be shared between configure
18102 # scripts and configure runs, see configure's option --config-cache.
18103 # It is not useful on other systems. If it contains results you don't
18104 # want to keep, you may remove or edit it.
18106 # config.status only pays attention to the cache file if you give it
18107 # the --recheck option to rerun configure.
18109 # `ac_cv_env_foo' variables (set or unset) will be overridden when
18110 # loading this file, other *unset* `ac_cv_foo' will be assigned the
18111 # following values.
18115 # The following way of writing the cache mishandles newlines in values,
18116 # but we know of no workaround that is simple, portable, and efficient.
18117 # So, we kill variables containing newlines.
18118 # Ultrix sh set writes to stderr and can't be redirected directly,
18119 # and sets the high bit in the cache file unless we assign to the vars.
18121 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18122 eval ac_val
=\$
$ac_var
18126 *_cv_
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
18127 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18130 _ | IFS | as_nl
) ;; #(
18131 BASH_ARGV | BASH_SOURCE
) eval $ac_var= ;; #(
18132 *) { eval $ac_var=; unset $ac_var;} ;;
18138 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18139 *${as_nl}ac_space
=\
*)
18140 # `set' does not quote correctly, so add quotes: double-quote
18141 # substitution turns \\\\ into \\, and sed turns \\ into \.
18144 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18147 # `set' quotes correctly as required by POSIX, so do not add quotes.
18148 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18157 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18159 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18161 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
18162 if test -w "$cache_file"; then
18163 if test "x$cache_file" != "x/dev/null"; then
18164 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
18165 $as_echo "$as_me: updating cache $cache_file" >&6;}
18166 if test ! -f "$cache_file" ||
test -h "$cache_file"; then
18167 cat confcache
>"$cache_file"
18169 case $cache_file in #(
18171 mv -f confcache
"$cache_file"$$
&&
18172 mv -f "$cache_file"$$
"$cache_file" ;; #(
18174 mv -f confcache
"$cache_file" ;;
18179 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
18180 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18185 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
18186 # Let make expand exec_prefix.
18187 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
18189 DEFS
=-DHAVE_CONFIG_H
18194 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
18195 # 1. Remove the extension, and $U if already installed.
18196 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
18197 ac_i
=`$as_echo "$ac_i" | sed "$ac_script"`
18198 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18199 # will be set to the directory where LIBOBJS objects are built.
18200 as_fn_append ac_libobjs
" \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18201 as_fn_append ac_ltlibobjs
" \${LIBOBJDIR}$ac_i"'$U.lo'
18203 LIBOBJS
=$ac_libobjs
18205 LTLIBOBJS
=$ac_ltlibobjs
18209 : "${CONFIG_STATUS=./config.status}"
18211 ac_clean_files_save
=$ac_clean_files
18212 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
18213 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
18214 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18216 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
18218 # Generated by $as_me.
18219 # Run this file to recreate the current configuration.
18220 # Compiler output produced by configure, useful for debugging
18221 # configure, is in config.log if it exists.
18224 ac_cs_recheck=false
18227 SHELL=\${CONFIG_SHELL-$SHELL}
18230 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail
=1
18231 ## -------------------- ##
18232 ## M4sh Initialization. ##
18233 ## -------------------- ##
18235 # Be more Bourne compatible
18236 DUALCASE
=1; export DUALCASE
# for MKS sh
18237 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then :
18240 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18241 # is contrary to our usage. Disable this feature.
18242 alias -g '${1+"$@"}'='"$@"'
18243 setopt NO_GLOB_SUBST
18245 case `(set -o) 2>/dev/null` in #(
18257 # Printing a long string crashes Solaris 7 /usr/bin/printf.
18258 as_echo
='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18259 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18260 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18261 # Prefer a ksh shell builtin over an external printf program on Solaris,
18262 # but without wasting forks for bash or zsh.
18263 if test -z "$BASH_VERSION$ZSH_VERSION" \
18264 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
18265 as_echo='print
-r --'
18266 as_echo_n='print
-rn --'
18267 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18268 as_echo='printf %s
\n'
18269 as_echo_n='printf %s
'
18271 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18272 as_echo_body='eval /usr
/ucb
/echo -n "$1$as_nl"'
18273 as_echo_n='/usr
/ucb
/echo -n'
18275 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18276 as_echo_n_body='eval
18280 expr "X$arg" : "X\\(.*\\)$as_nl";
18281 arg
=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18283 expr "X$arg" : "X\\(.*\\)" |
tr -d "$as_nl"
18285 export as_echo_n_body
18286 as_echo_n='sh
-c $as_echo_n_body as_echo
'
18288 export as_echo_body
18289 as_echo='sh
-c $as_echo_body as_echo
'
18292 # The user is always right.
18293 if test "${PATH_SEPARATOR+set}" != set; then
18295 (PATH='/bin
;/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18296 (PATH='/bin
:/bin
'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18303 # We need space, tab and new line, in precisely that order. Quoting is
18304 # there to prevent editors from complaining about space-tab.
18305 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
18306 # splitting by setting IFS to empty value.)
18309 # Find who we are. Look in the path if we contain no directory separator.
18312 *[\\/]* ) as_myself=$0 ;;
18313 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18314 for as_dir in $PATH
18317 test -z "$as_dir" && as_dir=.
18318 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18324 # We did not find ourselves, most probably we were run as `sh COMMAND'
18325 # in which case we are not to be found in the path.
18326 if test "x$as_myself" = x
; then
18329 if test ! -f "$as_myself"; then
18330 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18334 # Unset variables that we do not need and which cause bugs (e.g. in
18335 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
18336 # suppresses any "Segmentation fault" message there. '((' could
18337 # trigger a bug in pdksh 5.2.14.
18338 for as_var
in BASH_ENV ENV MAIL MAILPATH
18339 do eval test x\
${$as_var+set} = xset \
18340 && ( (unset $as_var) ||
exit 1) >/dev
/null
2>&1 && unset $as_var ||
:
18353 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
18356 # as_fn_error STATUS ERROR [LINENO LOG_FD]
18357 # ----------------------------------------
18358 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
18359 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
18360 # script with STATUS, using 1 if that was 0.
18363 as_status
=$1; test $as_status -eq 0 && as_status
=1
18365 as_lineno
=${as_lineno-"$3"} as_lineno_stack
=as_lineno_stack
=$as_lineno_stack
18366 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
18368 $as_echo "$as_me: error: $2" >&2
18369 as_fn_exit
$as_status
18373 # as_fn_set_status STATUS
18374 # -----------------------
18375 # Set $? to STATUS, without forking.
18376 as_fn_set_status
()
18379 } # as_fn_set_status
18381 # as_fn_exit STATUS
18382 # -----------------
18383 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
18387 as_fn_set_status
$1
18393 # Portably unset VAR.
18396 { eval $1=; unset $1;}
18398 as_unset
=as_fn_unset
18399 # as_fn_append VAR VALUE
18400 # ----------------------
18401 # Append the text in VALUE to the end of the definition contained in VAR. Take
18402 # advantage of any shell optimizations that allow amortized linear growth over
18403 # repeated appends, instead of the typical quadratic growth present in naive
18405 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev
/null
; then :
18406 eval 'as_fn_append ()
18417 # as_fn_arith ARG...
18418 # ------------------
18419 # Perform arithmetic evaluation on the ARGs, and store the result in the
18420 # global $as_val. Take advantage of shells that can avoid forks. The arguments
18421 # must be portable across $(()) and expr.
18422 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev
/null
; then :
18423 eval 'as_fn_arith ()
18430 as_val
=`expr "$@" || test $? -eq 1`
18435 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
18436 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
18442 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18443 as_basename
=basename
18448 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
18454 as_me
=`$as_basename -- "$0" ||
18455 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18456 X"$0" : 'X\(//\)$' \| \
18457 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18459 sed '/^.*\/\([^/][^/]*\)\/*$/{
18473 # Avoid depending upon Character Ranges.
18474 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
18475 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18476 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
18477 as_cr_digits
='0123456789'
18478 as_cr_alnum
=$as_cr_Letters$as_cr_digits
18480 ECHO_C
= ECHO_N
= ECHO_T
=
18481 case `echo -n x` in #(((((
18483 case `echo 'xy\c'` in
18484 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
18486 *) echo `echo ksh88 bug on AIX 6.1` > /dev
/null
18493 rm -f conf$$ conf$$.exe conf$$.
file
18494 if test -d conf$$.dir
; then
18495 rm -f conf$$.dir
/conf$$.
file
18498 mkdir conf$$.dir
2>/dev
/null
18500 if (echo >conf$$.
file) 2>/dev
/null
; then
18501 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
18503 # ... but there are two gotchas:
18504 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18505 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18506 # In both cases, we have to default to `cp -pR'.
18507 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
18509 elif ln conf$$.
file conf$$
2>/dev
/null
; then
18517 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
18518 rmdir conf$$.dir
2>/dev
/null
18523 # Create "$as_dir" as a directory, including parents if necessary.
18528 -*) as_dir
=.
/$as_dir;;
18530 test -d "$as_dir" ||
eval $as_mkdir_p ||
{
18534 *\'*) as_qdir
=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
18535 *) as_qdir
=$as_dir;;
18537 as_dirs
="'$as_qdir' $as_dirs"
18538 as_dir
=`$as_dirname -- "$as_dir" ||
18539 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18540 X"$as_dir" : 'X\(//\)[^/]' \| \
18541 X"$as_dir" : 'X\(//\)$' \| \
18542 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
18543 $as_echo X"$as_dir" |
18544 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18548 /^X\(\/\/\)[^/].*/{
18561 test -d "$as_dir" && break
18563 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
18564 } ||
test -d "$as_dir" || as_fn_error $?
"cannot create directory $as_dir"
18568 if mkdir
-p .
2>/dev
/null
; then
18569 as_mkdir_p
='mkdir -p "$as_dir"'
18571 test -d .
/-p && rmdir .
/-p
18576 # as_fn_executable_p FILE
18577 # -----------------------
18578 # Test if FILE is an executable regular file.
18579 as_fn_executable_p
()
18581 test -f "$1" && test -x "$1"
18582 } # as_fn_executable_p
18583 as_test_x
='test -x'
18584 as_executable_p
=as_fn_executable_p
18586 # Sed expression to map a string onto a valid CPP name.
18587 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
18589 # Sed expression to map a string onto a valid variable name.
18590 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
18594 ## ----------------------------------- ##
18595 ## Main body of $CONFIG_STATUS script. ##
18596 ## ----------------------------------- ##
18598 test $as_write_fail = 0 && chmod +x
$CONFIG_STATUS || ac_write_fail
=1
18600 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18601 # Save the log message, to keep $0 and so on meaningful, and to
18602 # report actual input values of CONFIG_FILES etc. instead of their
18603 # values after options handling.
18605 This file was extended by Wine $as_me 1.7.47, which was
18606 generated by GNU Autoconf 2.69. Invocation command line was
18608 CONFIG_FILES = $CONFIG_FILES
18609 CONFIG_HEADERS = $CONFIG_HEADERS
18610 CONFIG_LINKS = $CONFIG_LINKS
18611 CONFIG_COMMANDS = $CONFIG_COMMANDS
18614 on `(hostname || uname -n) 2>/dev/null | sed 1q`
18619 case $ac_config_files in *"
18620 "*) set x
$ac_config_files; shift; ac_config_files
=$
*;;
18623 case $ac_config_headers in *"
18624 "*) set x
$ac_config_headers; shift; ac_config_headers
=$
*;;
18628 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18629 # Files that config.status was made for.
18630 config_files="$ac_config_files"
18631 config_headers="$ac_config_headers"
18632 config_links="$ac_config_links"
18633 config_commands="$ac_config_commands"
18637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18639 \`$as_me' instantiates files and other configuration actions
18640 from templates according to the current configuration. Unless the files
18641 and actions are specified as TAGs, all are instantiated by default.
18643 Usage: $0 [OPTION]... [TAG]...
18645 -h, --help print this help, then exit
18646 -V, --version print version number and configuration settings, then exit
18647 --config print configuration, then exit
18648 -q, --quiet, --silent
18649 do not print progress messages
18650 -d, --debug don't remove temporary files
18651 --recheck update $as_me by reconfiguring in the same conditions
18652 --file=FILE[:TEMPLATE]
18653 instantiate the configuration file FILE
18654 --header=FILE[:TEMPLATE]
18655 instantiate the configuration header FILE
18657 Configuration files:
18660 Configuration headers:
18663 Configuration links:
18666 Configuration commands:
18669 Report bugs to <wine-devel@winehq.org>.
18670 Wine home page: <http://www.winehq.org>."
18673 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18674 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
18676 Wine config.status 1.7.47
18677 configured by $0, generated by GNU Autoconf 2.69,
18678 with options \\"\$ac_cs_config\\"
18680 Copyright (C) 2012 Free Software Foundation, Inc.
18681 This config.status script is free software; the Free Software Foundation
18682 gives unlimited permission to copy, distribute and modify it."
18686 test -n "\$AWK" || AWK=awk
18689 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18690 # The default lists apply if the user does not specify any file.
18696 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18697 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
18701 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
18713 # Handling of the options.
18714 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
18716 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
18717 $as_echo "$ac_cs_version"; exit ;;
18718 --config |
--confi |
--conf |
--con |
--co |
--c )
18719 $as_echo "$ac_cs_config"; exit ;;
18720 --debug |
--debu |
--deb |
--de |
--d |
-d )
18722 --file |
--fil |
--fi |
--f )
18725 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18726 '') as_fn_error $?
"missing file argument" ;;
18728 as_fn_append CONFIG_FILES
" '$ac_optarg'"
18729 ac_need_defaults
=false
;;
18730 --header |
--heade |
--head |
--hea )
18733 *\'*) ac_optarg
=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
18735 as_fn_append CONFIG_HEADERS
" '$ac_optarg'"
18736 ac_need_defaults
=false
;;
18738 # Conflict between --help and --header
18739 as_fn_error $?
"ambiguous option: \`$1'
18740 Try \`$0 --help' for more information.";;
18741 --help |
--hel |
-h )
18742 $as_echo "$ac_cs_usage"; exit ;;
18743 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
18744 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
18747 # This is an error.
18748 -*) as_fn_error $?
"unrecognized option: \`$1'
18749 Try \`$0 --help' for more information." ;;
18751 *) as_fn_append ac_config_targets
" $1"
18752 ac_need_defaults
=false
;;
18758 ac_configure_extra_args
=
18760 if $ac_cs_silent; then
18762 ac_configure_extra_args
="$ac_configure_extra_args --silent"
18766 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18767 if \$ac_cs_recheck; then
18768 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18770 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
18771 CONFIG_SHELL='$SHELL'
18772 export CONFIG_SHELL
18777 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18781 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
18782 ## Running $as_me. ##
18788 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18792 wine_fn_output_makedep ()
18794 as_dir=tools; as_fn_mkdir_p
18795 $CC -Iinclude -I$srcdir/include -D__WINESRC__ $EXTRACFLAGS $CPPFLAGS $CFLAGS -o tools/makedep$ac_exeext $srcdir/tools/makedep.c $LDFLAGS
18797 wine_fn_output_makefile ()
18799 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && "$wine_makedep" . && return
18800 `cat $wine_rules_file`
18802 as_fn_error $? "could not create Makefile" "$LINENO" 5
18804 wine_fn_output_gitignore ()
18806 sort <<\_WINE_EOF >\$tmp/gitignore && mv -f \$tmp/gitignore \$1 && return
18809 as_fn_error $? "could not create .gitignore" "$LINENO" 5
18814 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
18816 # Handling of arguments.
18817 for ac_config_target
in $ac_config_targets
18819 case $ac_config_target in
18820 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
18821 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
18822 "fonts/marlett.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
18823 "fonts/symbol.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
18824 "fonts/tahoma.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
18825 "fonts/tahomabd.ttf") CONFIG_LINKS
="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
18826 "loader/l_intl.nls") CONFIG_LINKS
="$CONFIG_LINKS loader/l_intl.nls:loader/l_intl.nls" ;;
18827 "po/LINGUAS") CONFIG_LINKS
="$CONFIG_LINKS po/LINGUAS:po/LINGUAS" ;;
18828 "wine") CONFIG_LINKS
="$CONFIG_LINKS wine:tools/winewrapper" ;;
18829 "wine64") CONFIG_LINKS
="$CONFIG_LINKS wine64:tools/winewrapper" ;;
18830 "tools/makedep") CONFIG_COMMANDS
="$CONFIG_COMMANDS tools/makedep" ;;
18831 "Makefile") CONFIG_COMMANDS
="$CONFIG_COMMANDS Makefile" ;;
18832 "Make.tmp") CONFIG_FILES
="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
18833 ".gitignore") CONFIG_COMMANDS
="$CONFIG_COMMANDS .gitignore" ;;
18835 *) as_fn_error $?
"invalid argument: \`$ac_config_target'" "$LINENO" 5;;
18840 # If the user did not use the arguments to specify the items to instantiate,
18841 # then the envvar interface is used. Set only those that are not.
18842 # We use the long form for the default assignment because of an extremely
18843 # bizarre bug on SunOS 4.1.3.
18844 if $ac_need_defaults; then
18845 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
18846 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
18847 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
18848 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
18851 # Have a temporary directory for convenience. Make it in the build tree
18852 # simply because there is no reason against having it here, and in addition,
18853 # creating and moving files from /tmp can sometimes cause problems.
18854 # Hook for its removal unless debugging.
18855 # Note that there is a small window in which the directory will not be cleaned:
18856 # after its creation but before its name has been assigned to `$tmp'.
18860 trap 'exit_status=$?
18861 : "${ac_tmp:=$tmp}"
18862 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
18864 trap 'as_fn_exit 1' 1 2 13 15
18866 # Create a (secure) tmp directory for tmp files.
18869 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
18873 tmp
=.
/conf$$
-$RANDOM
18874 (umask 077 && mkdir
"$tmp")
18875 } || as_fn_error $?
"cannot create a temporary directory in ." "$LINENO" 5
18878 # Set up the scripts for CONFIG_FILES section.
18879 # No need to generate them if there are no CONFIG_FILES.
18880 # This happens for instance with `./config.status config.h'.
18881 if test -n "$CONFIG_FILES"; then
18884 ac_cr
=`echo X | tr X '\015'`
18885 # On cygwin, bash can eat \r inside `` if the user requested igncr.
18886 # But we know of no other shell where ac_cr would be empty at this
18887 # point, so we can use a bashism as a fallback.
18888 if test "x$ac_cr" = x
; then
18889 eval ac_cr
=\$
\'\\r
\'
18891 ac_cs_awk_cr
=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
18892 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
18895 ac_cs_awk_cr
=$ac_cr
18898 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
18903 echo "cat >conf$$subs.awk <<_ACEOF" &&
18904 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
18906 } >conf$$subs.sh ||
18907 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18908 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
18910 for ac_last_try in false false false false false :; do
18911 . ./conf$$subs.sh ||
18912 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18914 ac_delim_n=`sed -n "s
/.
*$ac_delim\$
/X
/p
" conf$$subs.awk | grep -c X`
18915 if test $ac_delim_n = $ac_delim_num; then
18917 elif $ac_last_try; then
18918 as_fn_error $? "could not
make $CONFIG_STATUS" "$LINENO" 5
18920 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
18923 rm -f conf$$subs.sh
18925 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18926 cat >>"\
$ac_tmp/subs1.
awk" <<\\_ACAWK &&
18930 s/^/S["/; s
/!.
*/"]=/
18940 s/\(.\{148\}\)..*/\1/
18942 s/["\\]/\\&/g
; s
/^
/"/; s/$/\\n"\\/
18947 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18954 s/\(.\{148\}\)..*/\1/
18956 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/
18960 s
/["\\]/\\&/g; s/^/"/; s
/$
/"\\/
18965 ' <conf$$subs.awk | sed '
18970 ' >>$CONFIG_STATUS || ac_write_fail=1
18971 rm -f conf$$subs.awk
18972 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18974 cat >>"\
$ac_tmp/subs1.
awk" <<_ACAWK &&
18975 for (key in S) S_is_set[key] = 1
18981 nfields = split(line, field, "@
")
18983 len = length(field[1])
18984 for (i = 2; i < nfields; i++) {
18986 keylen = length(key)
18987 if (S_is_set[key]) {
18989 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
18990 len += length(value) + length(field[++i])
19001 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19002 if sed "s
/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19003 sed "s
/$ac_cr\$
//; s
/$ac_cr/$ac_cs_awk_cr/g
"
19006 fi < "$ac_tmp/subs1.
awk" > "$ac_tmp/subs.
awk" \
19007 || as_fn_error $? "could not setup config files machinery
" "$LINENO" 5
19010 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
19011 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".
", strip leading and
19012 # trailing colons and then remove the whole line if VPATH becomes empty
19013 # (actually we leave an empty line to preserve line numbers).
19014 if test "x
$srcdir" = x.; then
19015 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
19033 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19034 fi # test -n "$CONFIG_FILES"
19036 # Set up the scripts for CONFIG_HEADERS section.
19037 # No need to generate them if there are no CONFIG_HEADERS.
19038 # This happens for instance with `./config.status Makefile'.
19039 if test -n "$CONFIG_HEADERS"; then
19040 cat >"$ac_tmp/defines.
awk" <<\_ACAWK ||
19044 # Transform confdefs.h into an awk script `defines.awk', embedded as
19045 # here-document in config.status, that substitutes the proper values into
19046 # config.h.in to produce config.h.
19048 # Create a delimiter string that does not exist in confdefs.h, to ease
19049 # handling of long lines.
19051 for ac_last_try in false false :; do
19052 ac_tt=`sed -n "/$ac_delim/p
" confdefs.h`
19053 if test -z "$ac_tt"; then
19055 elif $ac_last_try; then
19056 as_fn_error $? "could not
make $CONFIG_HEADERS" "$LINENO" 5
19058 ac_delim="$ac_delim!$ac_delim _
$ac_delim!! "
19062 # For the awk script, D is an array of macro values keyed by name,
19063 # likewise P contains macro parameters if any. Preserve backslash
19064 # newline sequences.
19066 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19068 s/.\{148\}/&'"$ac_delim"'/g
19071 s/^[ ]*#[ ]*define[ ][ ]*/ /
19078 s
/^ \
('"$ac_word_re"'\
)\
(([^
()]*)\
)[ ]*\
(.
*\
)/P
["\1"]="\2"\
19080 s
/^ \
('"$ac_word_re"'\
)[ ]*\
(.
*\
)/D
["\1"]=" \2"/p
19084 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\
1"]="\
2"\
19085 D["\
1"]=" \
3\\\\\\n
"\\/p
19087 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\
1"]=" \
2\\\\\\n
"\\/p
19092 s/.\{148\}/&'"$ac_delim"'/g
19097 s/["\\]/\\&/g
; s
/^
/"/; s/$/"/p
19100 s
/["\\]/\\&/g; s/^/"/; s
/$
/\\\\\\n
"\\/p
19102 ' <confdefs.h | sed '
19103 s/'"$ac_delim"'/"\\\
19104 "/g' >>$CONFIG_STATUS || ac_write_fail=1
19106 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19107 for (key in D) D_is_set[key] = 1
19110 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19112 split(line, arg, " ")
19113 if (arg[1] == "#") {
19117 defundef
= substr
(arg
[1], 2)
19120 split(mac1
, mac2
, "(") #)
19122 prefix
= substr
(line
, 1, index
(line
, defundef
) - 1)
19123 if (D_is_set
[macro
]) {
19124 # Preserve the white space surrounding the "#".
19125 print prefix
"define", macro P
[macro
] D
[macro
]
19128 # Replace #undef with comments. This is necessary, for example,
19129 # in the case of _POSIX_SOURCE, which is predefined and required
19130 # on some systems where configure will not decide to define it.
19131 if (defundef
== "undef") {
19132 print
"/*", prefix defundef
, macro
, "*/"
19140 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19141 as_fn_error $?
"could not setup config headers machinery" "$LINENO" 5
19142 fi # test -n "$CONFIG_HEADERS"
19145 eval set X
" :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
19150 :[FHLC
]) ac_mode
=$ac_tag; continue;;
19152 case $ac_mode$ac_tag in
19154 :L
* |
:C
*:*) as_fn_error $?
"invalid tag \`$ac_tag'" "$LINENO" 5;;
19155 :[FH
]-) ac_tag
=-:-;;
19156 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
19173 -) ac_f
="$ac_tmp/stdin";;
19174 *) # Look for the file first in the build tree, then in the source tree
19175 # (if the path is not absolute). The absolute path cannot be DOS-style,
19176 # because $ac_f cannot contain `:'.
19180 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
19182 as_fn_error
1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
19184 case $ac_f in *\'*) ac_f
=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19185 as_fn_append ac_file_inputs
" '$ac_f'"
19188 # Let's still pretend it is `configure' which instantiates (i.e., don't
19189 # use $as_me), people would be surprised to read:
19190 # /* config.h. Generated by config.status. */
19191 configure_input
='Generated from '`
19192 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19194 if test x
"$ac_file" != x-
; then
19195 configure_input
="$ac_file. $configure_input"
19196 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
19197 $as_echo "$as_me: creating $ac_file" >&6;}
19199 # Neutralize special characters interpreted by sed in replacement strings.
19200 case $configure_input in #(
19201 *\
&* |
*\|
* |
*\\* )
19202 ac_sed_conf_input
=`$as_echo "$configure_input" |
19203 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19204 *) ac_sed_conf_input
=$configure_input;;
19208 *:-:* |
*:-) cat >"$ac_tmp/stdin" \
19209 || as_fn_error $?
"could not create $ac_file" "$LINENO" 5 ;;
19214 ac_dir
=`$as_dirname -- "$ac_file" ||
19215 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19216 X"$ac_file" : 'X\(//\)[^/]' \| \
19217 X"$ac_file" : 'X\(//\)$' \| \
19218 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19219 $as_echo X"$ac_file" |
19220 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19224 /^X\(\/\/\)[^/].*/{
19237 as_dir
="$ac_dir"; as_fn_mkdir_p
19241 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19243 ac_dir_suffix
=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19244 # A ".." for each directory in $ac_dir_suffix.
19245 ac_top_builddir_sub
=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19246 case $ac_top_builddir_sub in
19247 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
19248 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
19251 ac_abs_top_builddir
=$ac_pwd
19252 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
19253 # for backward compatibility:
19254 ac_top_builddir
=$ac_top_build_prefix
19257 .
) # We are building in place.
19259 ac_top_srcdir
=$ac_top_builddir_sub
19260 ac_abs_top_srcdir
=$ac_pwd ;;
19261 [\\/]* | ?
:[\\/]* ) # Absolute name.
19262 ac_srcdir
=$srcdir$ac_dir_suffix;
19263 ac_top_srcdir
=$srcdir
19264 ac_abs_top_srcdir
=$srcdir ;;
19265 *) # Relative name.
19266 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
19267 ac_top_srcdir
=$ac_top_build_prefix$srcdir
19268 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
19270 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
19281 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19282 # If the template does not know about datarootdir, expand it.
19283 # FIXME: This hack should be removed a few years after 2.60.
19284 ac_datarootdir_hack
=; ac_datarootdir_seen
=
19295 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19296 *datarootdir
*) ac_datarootdir_seen
=yes;;
19297 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
19298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19299 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19301 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19302 ac_datarootdir_hack='
19303 s&@datadir@&$datadir&g
19304 s&@docdir@&$docdir&g
19305 s&@infodir@&$infodir&g
19306 s&@localedir@&$localedir&g
19307 s&@mandir@&$mandir&g
19308 s&\\\${datarootdir}&$datarootdir&g' ;;
19312 # Neutralize VPATH when `$srcdir' = `.'.
19313 # Shell code in configure.ac might set extrasub.
19314 # FIXME: do we really want to maintain this feature?
19315 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19316 ac_sed_extra="$ac_vpsub
19319 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail
=1
19321 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
19322 s|@configure_input@|
$ac_sed_conf_input|
;t t
19323 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
19324 s
&@top_build_prefix@
&$ac_top_build_prefix&;t t
19325 s
&@srcdir@
&$ac_srcdir&;t t
19326 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
19327 s
&@top_srcdir@
&$ac_top_srcdir&;t t
19328 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
19329 s
&@builddir@
&$ac_builddir&;t t
19330 s
&@abs_builddir@
&$ac_abs_builddir&;t t
19331 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
19332 $ac_datarootdir_hack
19334 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.
awk" \
19335 >$ac_tmp/out || as_fn_error $? "could not create
$ac_file" "$LINENO" 5
19337 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19338 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out
"`; test -n "$ac_out"; } &&
19339 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
19340 "$ac_tmp/out
"`; test -z "$ac_out"; } &&
19341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
19342 which seems to be undefined. Please make sure it is defined" >&5
19343 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
19344 which seems to be undefined. Please make sure it is defined" >&2;}
19346 rm -f "$ac_tmp/stdin"
19348 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
19349 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
19351 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19357 if test x"$ac_file" != x-; then
19359 $as_echo "/* $configure_input */" \
19360 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
19361 } >"$ac_tmp/config.h" \
19362 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19363 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
19364 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
19365 $as_echo "$as_me: $ac_file is unchanged" >&6;}
19368 mv "$ac_tmp/config.h" "$ac_file" \
19369 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
19372 $as_echo "/* $configure_input */" \
19373 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
19374 || as_fn_error $? "could not create -" "$LINENO" 5
19382 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.
'; then
19385 # Prefer the file from the source tree if names are identical.
19386 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
19387 ac_source=$srcdir/$ac_source
19390 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
19391 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
19393 if test ! -r "$ac_source"; then
19394 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
19398 # Try a relative symlink, then a hard link, then a copy.
19400 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
19401 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
19403 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
19404 ln "$ac_source" "$ac_file" 2>/dev/null ||
19405 cp -p "$ac_source" "$ac_file" ||
19406 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
19409 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
19410 $as_echo "$as_me: executing $ac_file commands" >&6;}
19415 case $ac_file$ac_mode in
19416 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
19417 "tools/makedep":C) wine_fn_output_makedep || as_fn_exit $? ;;
19418 "Makefile":C) wine_fn_output_makefile Makefile ;;
19419 ".gitignore":C) wine_fn_output_gitignore .gitignore ;;
19427 ac_clean_files=$ac_clean_files_save
19429 test $ac_write_fail = 0 ||
19430 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
19433 # configure is writing to config.log, and then calls config.status.
19434 # config.status does its own redirection, appending to config.log.
19435 # Unfortunately, on DOS this fails, as config.log is still kept open
19436 # by configure, so config.status won't be able to
write to it
; its
19437 # output is simply discarded. So we exec the FD to /dev/null,
19438 # effectively closing config.log, so it can be properly (re)opened and
19439 # appended to by config.status. When coming back to configure, we
19440 # need to make the FD available again.
19441 if test "$no_create" != yes; then
19443 ac_config_status_args
=
19444 test "$silent" = yes &&
19445 ac_config_status_args
="$ac_config_status_args --quiet"
19447 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
19449 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
19450 # would make configure fail if this is the last instruction.
19451 $ac_cs_success || as_fn_exit
1
19453 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no
; then
19454 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
19455 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
19459 if test "$no_create" = "yes"
19465 if test "x$wine_notices != "x
; then
19468 for msg
in $wine_notices; do
19470 if ${msg:+false} :; then :
19473 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
19474 $as_echo "$as_me: $msg" >&6;}
19479 for msg
in $wine_warnings; do
19481 if ${msg:+false} :; then :
19485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
19486 $as_echo "$as_me: WARNING: $msg" >&2;}
19492 $as_me: Finished. Do '${ac_make}' to compile Wine.